SVG Example

Using inkscape I created the image below. SVG is a object oriented graphics file format where object are described using attributes.

To get the file into the Glow blog I had to save it as a PNG file, rather than the SVG file format that inkscape uses. Here is a copy of the SVG file as text.

<?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”
version=”1.1″
width=”744.09448″
height=”1052.3622″
id=”svg2″>
<defs
id=”defs4″ />
<metadata
id=”metadata7″>
<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>
<g
id=”layer1″>
<g
id=”g2987″
style=”fill:none;stroke:none”>
<path
d=”m 213.20162,350.8735 401.64459,-330.257106 0,431.376116 -401.64459,48.46325 z”
id=”path2999″
style=”fill:#e9e9ff;fill-rule:evenodd;stroke:none” />
<path
d=”m 157.14286,332.36218 0,165.37715 56.05876,2.71643 0,-149.58226 z”
id=”path2989″
style=”fill:#353564;fill-rule:evenodd;stroke:none” />
<path
d=”M 157.14286,332.36218 565.71429,-171.56698 614.84621,20.616394 213.20162,350.8735 z”
id=”path2991″
style=”fill:#4d4d9f;fill-rule:evenodd;stroke:none” />
<path
d=”m 157.14286,497.73933 408.57143,-73.94857 49.13192,28.20175 -401.64459,48.46325 z”
id=”path2997″
style=”fill:#afafde;fill-rule:evenodd;stroke:none” />
<path
d=”m 565.71429,-171.56698 0,595.35774 49.13192,28.20175 0,-431.376116 z”
id=”path2995″
style=”fill:#d7d7ff;fill-rule:evenodd;stroke:none” />
<path
d=”m 157.14286,332.36218 408.57143,-503.92916 0,595.35774 -408.57143,73.94857 z”
id=”path2993″
style=”fill:#8686bf;fill-rule:evenodd;stroke:none” />
</g>
<g
id=”g3001″
style=”fill:none;stroke:none”>
<path
d=”m 537.02428,287.83979 21.95723,-9.74503 0,2.27762 -21.95723,9.65556 z”
id=”path3013″
style=”fill:#e9e9ff;fill-rule:evenodd;stroke:none” />
<path
d=”m 471.42857,212.33801 0,2.88132 65.59571,74.80861 0,-2.18815 z”
id=”path3003″
style=”fill:#353564;fill-rule:evenodd;stroke:none” />
<path
d=”m 471.42857,212.33801 25.71429,-17.11871 61.83865,82.87546 -21.95723,9.74503 z”
id=”path3005″
style=”fill:#4d4d9f;fill-rule:evenodd;stroke:none” />
<path
d=”m 471.42857,215.21933 25.71429,-16.96155 61.83865,82.1146 -21.95723,9.65556 z”
id=”path3011″
style=”fill:#afafde;fill-rule:evenodd;stroke:none” />
<path
d=”m 497.14286,195.2193 0,3.03848 61.83865,82.1146 0,-2.27762 z”
id=”path3009″
style=”fill:#d7d7ff;fill-rule:evenodd;stroke:none” />
<path
d=”m 471.42857,212.33801 25.71429,-17.11871 0,3.03848 -25.71429,16.96155 z”
id=”path3007″
style=”fill:#8686bf;fill-rule:evenodd;stroke:none” />
</g>
<g
id=”g3015″
style=”fill:none;stroke:none”>
<path
d=”M 248.57143,838.07647 445.71429,1085.4418 514.48315,956.54677 319.49248,793.43688 z”
id=”path3025″
style=”fill:#afafde;fill-rule:evenodd;stroke:none” />
<path
d=”m 248.57143,610.89197 0,227.1845 70.92105,-44.63959 0,-194.66903 z”
id=”path3017″
style=”fill:#353564;fill-rule:evenodd;stroke:none” />
<path
d=”m 319.49248,598.76785 194.99067,44.30069 0,313.47823 -194.99067,-163.10989 z”
id=”path3027″
style=”fill:#e9e9ff;fill-rule:evenodd;stroke:none” />
<path
d=”m 248.57143,610.89197 197.14286,67.1845 68.76886,-35.00793 -194.99067,-44.30069 z”
id=”path3019″
style=”fill:#4d4d9f;fill-rule:evenodd;stroke:none” />
<path
d=”m 445.71429,678.07647 0,407.36533 68.76886,-128.89503 0,-313.47823 z”
id=”path3023″
style=”fill:#d7d7ff;fill-rule:evenodd;stroke:none” />
<path
d=”m 248.57143,610.89197 197.14286,67.1845 0,407.36533 -197.14286,-247.36533 z”
id=”path3021″
style=”fill:#8686bf;fill-rule:evenodd;stroke:none” />
</g>
</g>
</svg>