typst/tests/typ/visualize/gradient-text-decorations.typ

10 lines
168 B
Typst

// Tests gradients on text decorations.
---
#set text(fill: gradient.linear(red, blue))
Hello #underline[World]! \
Hello #overline[World]! \
Hello #strike[World]! \