diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-06 12:57:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-06 12:58:27 +0200 |
| commit | 4f4af02acea0022a5c1966d9b7b4150b35749edd (patch) | |
| tree | 4e7107d8df1e169ce941ef8bf2c65e52600b36cc /tests/typ/visualize | |
| parent | f9b9be16f96d01ffb0587f65c8c32da9e9e4b3f5 (diff) | |
Fix path and polygon strokes
Diffstat (limited to 'tests/typ/visualize')
| -rw-r--r-- | tests/typ/visualize/path.typ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/visualize/path.typ b/tests/typ/visualize/path.typ index 7a260eb8..c7c1af50 100644 --- a/tests/typ/visualize/path.typ +++ b/tests/typ/visualize/path.typ @@ -8,7 +8,6 @@ align: center + horizon, path( fill: red, - stroke: none, closed: true, ((0%, 0%), (4%, -4%)), ((50%, 50%), (4%, -4%)), @@ -17,6 +16,7 @@ ), path( fill: purple, + stroke: 1pt, (0pt, 0pt), (30pt, 30pt), (0pt, 30pt), @@ -24,6 +24,7 @@ ), path( fill: blue, + stroke: 1pt, closed: true, ((30%, 0%), (35%, 30%), (-20%, 0%)), ((30%, 60%), (-20%, 0%), (0%, 0%)), |
