librsvg source for verification 2026-05-22

This commit is contained in:
2026-05-22 16:45:08 +08:00
commit 75af7ac721
2138 changed files with 161177 additions and 0 deletions

View 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