mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
5 lines
105 B
XML
5 lines
105 B
XML
// Test sharp gradients.
|
|
|
|
---
|
|
#square(size: 100pt, fill: gradient.linear(..color.map.rainbow).sharp(10))
|