mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
14 lines
210 B
XML
14 lines
210 B
XML
// 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))
|
|
)
|
|
)
|
|
)
|