From 11ee4adf1d032e08676d5bc983ddd675073e40b9 Mon Sep 17 00:00:00 2001 From: Antonio Ospite <ao2@ao2.it> Date: Mon, 2 Jul 2018 15:25:38 +0200 Subject: [PATCH] Add an SVG example file --- inkscape-isometric-editor.svg | 139 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 inkscape-isometric-editor.svg diff --git a/inkscape-isometric-editor.svg b/inkscape-isometric-editor.svg new file mode 100644 index 0000000..50b4f23 --- /dev/null +++ b/inkscape-isometric-editor.svg @@ -0,0 +1,139 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="480" + version="1.1" + width="640" + id="svg31" + sodipodi:docname="inkscape-isometric-editor.svg" + inkscape:version="0.92.3 (2405546, 2018-03-11)"> + <metadata + id="metadata35"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="911" + id="namedview33" + showgrid="false" + inkscape:zoom="1.1282202" + inkscape:cx="374.63281" + inkscape:cy="168.67188" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="1" + inkscape:current-layer="face-left-content" /> + <defs + id="defs2" /> + <g + inkscape:groupmode="layer" + inkscape:label="Faces" + id="g21"> + <g + id="face-top-content" + inkscape:groupmode="layer" + inkscape:label="Top"> + <rect + fill="rgb(0,0,255)" + height="142.22222222222223" + width="142.22222222222223" + x="444.44444444444446" + y="20.0" + id="rect4" /> + </g> + <g + id="face-right-content" + inkscape:groupmode="layer" + inkscape:label="Right"> + <rect + fill="rgb(0,255,0)" + height="142.22222222222223" + width="142.22222222222223" + x="248.88888888888889" + y="20.0" + id="rect7" /> + </g> + <g + id="face-left-content" + inkscape:groupmode="layer" + inkscape:label="Left"> + <rect + fill="rgb(255,0,0)" + height="142.22222222222223" + width="142.22222222222223" + x="53.33333333333333" + y="20.0" + id="rect10" /> + </g> + <text + style="font-size:32;" + x="0" + y="532.0" + id="text19"> + <tspan + dy="0em" + x="0" + id="tspan13">Edit the layers named 'Left', 'Right', 'Top'</tspan> + <tspan + dy="1em" + x="0" + id="tspan15">and watch the changes projected onto the</tspan> + <tspan + dy="1em" + x="0" + id="tspan17">isometric cube automatically and interactively.</tspan> + </text> + </g> + <g + inkscape:groupmode="layer" + inkscape:label="Cube" + id="g29" + sodipodi:insensitive="true"> + <use + transform="matrix(0.866025,0.5,0,1,150.64397,200)" + xlink:href="#face-left-content" + id="use23" + x="0" + y="0" + width="100%" + height="100%" /> + <use + transform="matrix(0.866025,-0.5,0,1,104.45603,422.22222)" + xlink:href="#face-right-content" + id="use25" + x="0" + y="0" + width="100%" + height="100%" /> + <use + transform="matrix(0.866025,0.5,-0.866025,0.5,-47.5795,-56.666666)" + xlink:href="#face-top-content" + id="use27" + x="0" + y="0" + width="100%" + height="100%" /> + </g> +</svg> -- 2.1.4