From 981c578ff9f1ef33a9ab00bc0ecf8fcacabc156f Mon Sep 17 00:00:00 2001 From: Johannes Wolf <519002+johannes-wolf@users.noreply.github.com> Date: Wed, 19 Apr 2023 16:30:27 +0200 Subject: path: Use close_path() for closing paths (#801) --- tests/typ/visualize/path.typ | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/typ/visualize') 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), + ), ) --- -- cgit v1.2.3