Closed figoyouwei closed 2 weeks ago
Hey,
I know I could change the content of watermark in the run()
run()
I wonder whether Taipy is capable of providing more advanced watermark style such as below. Maybe not that fancy as in PS, but somehow more advanced rendering possibilities?
Something similar can be done through CSS:
.taipy-watermark { transform: rotate(-45deg) translate(60px, -200px) !important; font-size: 8em !important; }
thanks.
Hey,
I know I could change the content of watermark in the
run()
I wonder whether Taipy is capable of providing more advanced watermark style such as below. Maybe not that fancy as in PS, but somehow more advanced rendering possibilities?