summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/shape-fill-stroke.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/visualize/shape-fill-stroke.typ')
-rw-r--r--tests/typ/visualize/shape-fill-stroke.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/shape-fill-stroke.typ b/tests/typ/visualize/shape-fill-stroke.typ
index 8820a9fd..0edbd551 100644
--- a/tests/typ/visualize/shape-fill-stroke.typ
+++ b/tests/typ/visualize/shape-fill-stroke.typ
@@ -27,7 +27,7 @@
---
// Test stroke folding.
-#let sq = square.with(size: 10pt)
+#let sq(..args) = box(square(size: 10pt, ..args))
#set square(stroke: none)
#sq()