librsvg source for verification 2026-05-22
This commit is contained in:
6
rsvg/tests/fixtures/reftests/bugs/bug165-zero-length-subpath-square-linecap.svg
vendored
Normal file
6
rsvg/tests/fixtures/reftests/bugs/bug165-zero-length-subpath-square-linecap.svg
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<svg width="500" height="200" viewBox="0 0 5 2" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m1 1 0 0" stroke="black" stroke-linecap="butt" />
|
||||
<path d="m2.5 1 0 0" stroke="black" stroke-linecap="round" />
|
||||
<path d="m4 1 0 0" stroke="black" stroke-linecap="square" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 339 B |
Reference in New Issue
Block a user