diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 08:18:44 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 08:18:44 +0000 |
| commit | 38f474905d84b575de05a0ac3a55aaa9e7f941a9 (patch) | |
| tree | 63989e97e27203bf69e361a899dc12cf7c86bf19 /tests | |
| parent | ad51be3c43e8efa2ce0ceaad27d03036748e0b95 (diff) | |
| download | qxmpp-38f474905d84b575de05a0ac3a55aaa9e7f941a9.tar.gz | |
add test SVG image
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.svg | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/tests/test.svg b/tests/test.svg new file mode 100644 index 00000000..b2838872 --- /dev/null +++ b/tests/test.svg @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3056" + version="1.1" + inkscape:version="0.47 r22583" + width="6" + height="6" + sodipodi:docname="test.svg"> + <metadata + id="metadata3062"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3060"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective3064" /> + </defs> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="920" + inkscape:window-height="678" + id="namedview3058" + showgrid="true" + inkscape:snap-global="true" + inkscape:zoom="41.333333" + inkscape:cx="3" + inkscape:cy="3" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="svg3056"> + <inkscape:grid + type="xygrid" + id="grid3072" /> + </sodipodi:namedview> + <rect + style="fill:#00ff00;fill-opacity:1;stroke:none" + id="rect3074" + height="6" + x="2" + y="0" + width="2" /> + <rect + width="2" + y="0" + x="0" + height="6" + id="rect3848" + style="fill:#ff0000;fill-opacity:1;stroke:none" /> + <rect + width="2" + y="0" + x="4" + height="6" + id="rect3850" + style="fill:#0000ff;fill-opacity:1;stroke:none" /> +</svg> |
