librsvg source for verification 2026-05-22
This commit is contained in:
11
rsvg/tests/fixtures/reftests/bugs/bug718-rect-negative-rx-ry.svg
vendored
Normal file
11
rsvg/tests/fixtures/reftests/bugs/bug718-rect-negative-rx-ry.svg
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="100">
|
||||
<!-- Negative values for rx/ry should be ignored -->
|
||||
<rect x="20" y="20" width="60" height="60" fill="red"/>
|
||||
<rect x="10" y="10" width="80" height="80" rx="-10" ry="5" fill="lime"/>
|
||||
|
||||
<rect x="120" y="20" width="60" height="60" fill="red"/>
|
||||
<rect x="110" y="10" width="80" height="80" rx="5" ry="-10" fill="lime"/>
|
||||
|
||||
<rect x="220" y="20" width="60" height="60" fill="red"/>
|
||||
<rect x="210" y="10" width="80" height="80" rx="-5" ry="-10" fill="lime"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 532 B |
Reference in New Issue
Block a user