diff options
| author | Martin Haug <mhaug@live.de> | 2022-05-02 15:49:46 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-05-02 16:35:11 +0200 |
| commit | 7b6f3a0ab9ae0dac19f62b62b9ecc96ea942a89e (patch) | |
| tree | c1722475478ffae72f0bf7a8d96e11358625d147 /tests/typ/graphics | |
| parent | 84a4961a5dd03072b0e94c715957475d4ae21e4f (diff) | |
A new `Cast` implementation for `Sides`
Reinstate circle
Diffstat (limited to 'tests/typ/graphics')
| -rw-r--r-- | tests/typ/graphics/shape-ellipse.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/graphics/shape-ellipse.typ b/tests/typ/graphics/shape-ellipse.typ index 995eabb9..547acd38 100644 --- a/tests/typ/graphics/shape-ellipse.typ +++ b/tests/typ/graphics/shape-ellipse.typ @@ -17,7 +17,7 @@ Rect in ellipse in fixed rect. \ ) Auto-sized ellipse. \ -#ellipse(fill: conifer, stroke: 3pt + forest, padding: 3pt)[ +#ellipse(fill: conifer, stroke: 3pt + forest, inset: 3pt)[ #set text(8pt) But, soft! what light through yonder window breaks? ] |
