diff options
Diffstat (limited to 'test/data/test.svg')
| -rw-r--r-- | test/data/test.svg | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/test/data/test.svg b/test/data/test.svg new file mode 100644 index 0000000..155a68a --- /dev/null +++ b/test/data/test.svg @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="10" + height="10" + viewBox="0 0 10 10" + version="1.1" + id="svg1" + inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" + sodipodi:docname="test.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="px" + inkscape:current-layer="layer1" /> + <defs + id="defs1" /> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:#ff0000;fill-rule:evenodd;" + id="rect1" + width="5" + height="5" + x="0" + y="0" /> + <rect + style="opacity:0.5;fill:#ff0000;fill-rule:evenodd" + id="rect1-36" + width="5" + height="5" + x="5" + y="5" /> + <rect + style="fill:#00ff00;fill-rule:evenodd" + id="rect1-3" + width="5" + height="5" + x="5" + y="0" /> + <rect + style="fill:#0000ff;fill-rule:evenodd" + id="rect1-3-1" + width="5" + height="5" + x="0" + y="5" /> + </g> +</svg> |
