blob: e93160832bb919fa0946c0bc8793306a2717e14e (
plain) (
blame)
1
2
3
4
5
6
7
|
// 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))
|