diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 08:39:45 +0000 |
| commit | 020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch) | |
| tree | c0027ad22046e2726c22298461327823d6b88d53 /tests/typ/visualize/shape-ellipse.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/typ/visualize/shape-ellipse.typ')
| -rw-r--r-- | tests/typ/visualize/shape-ellipse.typ | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/typ/visualize/shape-ellipse.typ b/tests/typ/visualize/shape-ellipse.typ deleted file mode 100644 index 2fd4acd9..00000000 --- a/tests/typ/visualize/shape-ellipse.typ +++ /dev/null @@ -1,31 +0,0 @@ -// Test the `ellipse` function. - ---- -// Default ellipse. -#ellipse() - ---- -#set rect(inset: 0pt) -#set ellipse(inset: 0pt) - -Rect in ellipse in fixed rect. -#rect(width: 3cm, height: 2cm, fill: rgb("2a631a"), - ellipse(fill: forest, width: 100%, height: 100%, - rect(fill: conifer, width: 100%, height: 100%, - align(center + horizon)[ - Stuff inside an ellipse! - ] - ) - ) -) - -Auto-sized ellipse. -#ellipse(fill: conifer, stroke: 3pt + forest, inset: 3pt)[ - #set text(8pt) - But, soft! what light through yonder window breaks? -] - - -An inline -#box(ellipse(width: 8pt, height: 6pt, outset: (top: 3pt, rest: 5.5pt))) -ellipse. |
