mirror of
https://github.com/typst/typst
synced 2025-05-29 00:15:35 +08:00
11 lines
237 B
XML
11 lines
237 B
XML
// Test shape fill & stroke for specific values that used to make the stroke
|
|
// deformed.
|
|
// https://github.com/typst/typst/issues/3700
|
|
|
|
---
|
|
#rect(
|
|
radius: 1mm,
|
|
width: 100%,
|
|
height: 10pt,
|
|
stroke: (left: rgb("46b3c2") + 16.0mm),
|
|
) |