summaryrefslogtreecommitdiff
path: root/tests/typ/graphics/shape-rect.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-08 17:08:30 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-09 12:02:35 +0200
commit29eb13ca6214461a4b0deb63d589cd39ad6d41c2 (patch)
treec86797d440cfcc801c87a3c64f479e39f2c068b1 /tests/typ/graphics/shape-rect.typ
parent712c00ecb72b67da2c0788e5d3eb4dcc6366b2a7 (diff)
Sum color and length into stroke
Diffstat (limited to 'tests/typ/graphics/shape-rect.typ')
-rw-r--r--tests/typ/graphics/shape-rect.typ3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/typ/graphics/shape-rect.typ b/tests/typ/graphics/shape-rect.typ
index add39b80..e035fc91 100644
--- a/tests/typ/graphics/shape-rect.typ
+++ b/tests/typ/graphics/shape-rect.typ
@@ -14,8 +14,7 @@
#block(rect(
height: 15pt,
fill: rgb("46b3c2"),
- stroke: rgb("234994"),
- thickness: 2pt,
+ stroke: 2pt + rgb("234994"),
))
// Fixed width, text height.