diff options
| author | Anton Wetzel <59712243+antonWetzel@users.noreply.github.com> | 2023-09-25 13:54:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 13:54:58 +0200 |
| commit | 98e5d9750923fa05ff2ab39a55e3b48ddd5b9ed8 (patch) | |
| tree | 90c85096fa314b5739dffded8d55bf1a38664863 /tests/typ/visualize/shape-rect.typ | |
| parent | 44bbfded5fb270a0b6c38b1d4dc8923dc44d7e7e (diff) | |
Better rect edges (#1956)
Diffstat (limited to 'tests/typ/visualize/shape-rect.typ')
| -rw-r--r-- | tests/typ/visualize/shape-rect.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/shape-rect.typ b/tests/typ/visualize/shape-rect.typ index 17dd0f92..98450c80 100644 --- a/tests/typ/visualize/shape-rect.typ +++ b/tests/typ/visualize/shape-rect.typ @@ -32,7 +32,7 @@ #stack( dir: ltr, spacing: 1fr, - rect(width: 2cm, radius: 60%), + rect(width: 2cm, radius: 30%), rect(width: 1cm, radius: (left: 10pt, right: 5pt)), rect(width: 1.25cm, radius: ( top-left: 2pt, |
