typst/tests/typ/visualize/gradient-text.typ
2023-10-03 19:31:02 +02:00

8 lines
225 B
Typst

// Test that gradient fills on text don't work (for now).
// Ref: false
---
// Hint: 17-43 gradients on text will be supported soon
// Error: 17-43 text fill must be a solid color
#set text(fill: gradient.linear(red, blue))