diff options
Diffstat (limited to 'tests/typ/visualize')
| -rw-r--r-- | tests/typ/visualize/shape-rounded.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/visualize/shape-rounded.typ b/tests/typ/visualize/shape-rounded.typ new file mode 100644 index 00000000..862141ba --- /dev/null +++ b/tests/typ/visualize/shape-rounded.typ @@ -0,0 +1,6 @@ +// Test rounded rectangles and squares. + +--- +// Ensure that radius is clamped. +#rect(radius: -20pt) +#square(radius: 30pt) |
