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,16 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 128 64">
<marker id="marker"
viewBox="0 -1 4 2"
orient="auto">
<path fill="blue" d="M 0 -1 L 4 0 0 1" />
</marker>
<path stroke-width="4" marker-mid="url(#marker)"
stroke="red" fill="none" d="M 12,12 l 40,0 0,40 -40,0 0,-40"/>
<circle stroke-width="4" cx="32" cy="32" r="20" marker-mid="url(#marker)"
stroke="red" fill="none"/>
<rect stroke-width="4" x="76" y="12" width="40" height="40" marker-mid="url(#marker)"
stroke="red" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 611 B