diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 14:27:59 +0200 |
| commit | e039552f9d7bb49da8dafe7a83b87a08202eb30f (patch) | |
| tree | 264b461722f758d85217da804550620cd74b4f9e /tests/typ/visualize/shape-rounded.typ | |
| parent | 8e025c9cdfbb0a5dae536aafc27b5e19eeac1810 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/typ/visualize/shape-rounded.typ')
| -rw-r--r-- | tests/typ/visualize/shape-rounded.typ | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/tests/typ/visualize/shape-rounded.typ b/tests/typ/visualize/shape-rounded.typ deleted file mode 100644 index 42432dc9..00000000 --- a/tests/typ/visualize/shape-rounded.typ +++ /dev/null @@ -1,53 +0,0 @@ -// Test rounded rectangles and squares. - ---- -#set square(size: 20pt, stroke: 4pt) - -// no radius for non-rounded corners -#stack( - dir: ltr, - square(), - h(10pt), - square(radius: 0pt), - h(10pt), - square(radius: -10pt), -) - -#stack( - dir: ltr, - square(), - h(10pt), - square(radius: 0%), - h(10pt), - square(radius: -10%), -) - - -// small values for small radius -#stack( - dir: ltr, - square(radius: 1pt), - h(10pt), - square(radius: 5%), - h(10pt), - square(radius: 2pt), -) - -// large values for large radius or circle -#stack( - dir: ltr, - square(radius: 8pt), - h(10pt), - square(radius: 10pt), - h(10pt), - square(radius: 12pt), -) - -#stack( - dir: ltr, - square(radius: 45%), - h(10pt), - square(radius: 50%), - h(10pt), - square(radius: 55%), -) |
