mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
8 lines
225 B
Typst
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))
|