diff options
Diffstat (limited to 'tests/typ/bugs')
| -rw-r--r-- | tests/typ/bugs/3700-deformed-stroke.typ | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/typ/bugs/3700-deformed-stroke.typ b/tests/typ/bugs/3700-deformed-stroke.typ new file mode 100644 index 00000000..7ca6ba6b --- /dev/null +++ b/tests/typ/bugs/3700-deformed-stroke.typ @@ -0,0 +1,11 @@ +// 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), +)
\ No newline at end of file |
