diff options
Diffstat (limited to 'tests/typ/visualize/path.typ')
| -rw-r--r-- | tests/typ/visualize/path.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/visualize/path.typ b/tests/typ/visualize/path.typ index c7c1af50..d475811f 100644 --- a/tests/typ/visualize/path.typ +++ b/tests/typ/visualize/path.typ @@ -30,6 +30,13 @@ ((30%, 60%), (-20%, 0%), (0%, 0%)), ((50%, 30%), (60%, -30%), (60%, 0%)), ), + path( + stroke: 5pt, + closed: true, + (0pt, 30pt), + (30pt, 30pt), + (15pt, 0pt), + ), ) --- |
