diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/visualize/path.png | bin | 3405 -> 3575 bytes | |||
| -rw-r--r-- | tests/typ/visualize/path.typ | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/visualize/path.png b/tests/ref/visualize/path.png Binary files differindex ec537f0a..c7f710c9 100644 --- a/tests/ref/visualize/path.png +++ b/tests/ref/visualize/path.png 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), + ), ) --- |
