librsvg source for verification 2026-05-22
This commit is contained in:
15
rsvg/tests/fixtures/reftests/bugs/bug763386-marker-coincident.svg
vendored
Normal file
15
rsvg/tests/fixtures/reftests/bugs/bug763386-marker-coincident.svg
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 0 130 130">
|
||||
<marker id="marker"
|
||||
viewBox="-4 -4 8 8"
|
||||
orient="auto">
|
||||
<path d="M -1 -4, -1, 4, 1, 0 Z"/>
|
||||
</marker>
|
||||
<path stroke-width="8" marker-start="url(#marker)" marker-end="url(#marker)"
|
||||
stroke="red" d="M 12,12 c 0,0 0,0 40,40"/>
|
||||
<path stroke-width="8" marker-start="url(#marker)" marker-end="url(#marker)"
|
||||
stroke="red" d="M 118,12 c -40,40 -40,40 -40,40"/>
|
||||
<path stroke-width="8" marker-start="url(#marker)" marker-end="url(#marker)"
|
||||
stroke="red" d="M 12,70 c 0,0 40,40 40,40"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 673 B |
Reference in New Issue
Block a user