diff options
Diffstat (limited to 'tests/typ/visualize/pattern-stroke.typ')
| -rw-r--r-- | tests/typ/visualize/pattern-stroke.typ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/typ/visualize/pattern-stroke.typ b/tests/typ/visualize/pattern-stroke.typ new file mode 100644 index 00000000..3cc43a70 --- /dev/null +++ b/tests/typ/visualize/pattern-stroke.typ @@ -0,0 +1,13 @@ +// Test pattern on strokes + +--- +#align( + center + top, + square( + size: 50pt, + stroke: 5pt + pattern( + size: (5pt, 5pt), + align(horizon + center, circle(fill: blue, radius: 2.5pt)) + ) + ) +) |
