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,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