typst/tests/typ/visualize/shape-rounded.typ
2022-12-30 10:07:46 +01:00

7 lines
122 B
XML

// Test rounded rectangles and squares.
---
// Ensure that radius is clamped.
#rect(radius: -20pt)
#square(radius: 30pt)