summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/line.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-09 10:21:11 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-09 10:21:11 +0100
commitcd089b6194c57b2e8dff70efaa7cbd53035f7327 (patch)
treef5466a0e2f8633aa609276c0c2794911c7e9252a /tests/typ/visualize/line.typ
parent495b525694aa5901385f3acad043b4a9f3ebb911 (diff)
Align set rule
Diffstat (limited to 'tests/typ/visualize/line.typ')
-rw-r--r--tests/typ/visualize/line.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/line.typ b/tests/typ/visualize/line.typ
index 2cb2fc9c..92490ef8 100644
--- a/tests/typ/visualize/line.typ
+++ b/tests/typ/visualize/line.typ
@@ -22,7 +22,7 @@
#let star(width, ..args) = box(width: width, height: width)[
#set text(spacing: 0%)
#set line(..args)
- #set par(align: left)
+ #set align(left)
#line(length: +30%, origin: (09.0%, 02%))
#line(length: +30%, origin: (38.7%, 02%), angle: -72deg)
#line(length: +30%, origin: (57.5%, 02%), angle: 252deg)