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/layout | |
| parent | f9b9be16f96d01ffb0587f65c8c32da9e9e4b3f5 (diff) | |
Fix path and polygon strokes
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/container.typ | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/tests/typ/layout/container.typ b/tests/typ/layout/container.typ index d9b62f5e..8a711b10 100644 --- a/tests/typ/layout/container.typ +++ b/tests/typ/layout/container.typ @@ -11,13 +11,18 @@ Apart --- // Test box sizing. -#box(width: 50pt, height: 50pt, fill: yellow, path( - fill: purple, - (0pt, 0pt), - (30pt, 30pt), - (0pt, 30pt), - (30pt, 0pt), -)) +#box( + width: 50pt, + height: 50pt, + fill: yellow, + path( + fill: purple, + (0pt, 0pt), + (30pt, 30pt), + (0pt, 30pt), + (30pt, 0pt), + ), +) --- // Test fr box. |
