mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
10 lines
168 B
Typst
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]! \
|