summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/shape-square.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-21 16:19:46 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-21 16:19:46 +0100
commit31f904a2c406953cbce334e02b37a712b9b9d016 (patch)
treec23f6e063864d97afb9b3d58c10ce4c2877106c5 /tests/typ/visualize/shape-square.typ
parent4af7b9118c5ce612b3d9d7dd06118ce23b731d9c (diff)
Split up and document shapes
Diffstat (limited to 'tests/typ/visualize/shape-square.typ')
-rw-r--r--tests/typ/visualize/shape-square.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/shape-square.typ b/tests/typ/visualize/shape-square.typ
index 622fa9c8..8ac9001f 100644
--- a/tests/typ/visualize/shape-square.typ
+++ b/tests/typ/visualize/shape-square.typ
@@ -7,7 +7,7 @@
---
// Test auto-sized square.
-#square(fill: eastern, inset: 5pt)[
+#square(fill: eastern)[
#set text(fill: white, weight: "bold")
Typst
]