Add Some Figures
authorSam Moore <[email protected]>
Mon, 19 May 2014 17:05:52 +0000 (01:05 +0800)
committerSam Moore <[email protected]>
Mon, 19 May 2014 17:05:52 +0000 (01:05 +0800)
- Plots of 8 bit minifloats (positive only)
- Messing around with SVG a bit

figures/minifloat.pdf [new file with mode: 0644]
figures/minifloat_diff.pdf [new file with mode: 0644]
figures/rabbit.html [new file with mode: 0644]
figures/rabbit.svg [new file with mode: 0644]
figures/rabbit_simple.svg [new file with mode: 0644]
figures/shape.html [new file with mode: 0644]
figures/shape.pdf [new file with mode: 0644]
figures/shape.svg [new file with mode: 0644]

diff --git a/figures/minifloat.pdf b/figures/minifloat.pdf
new file mode 100644 (file)
index 0000000..565fbfd
Binary files /dev/null and b/figures/minifloat.pdf differ
diff --git a/figures/minifloat_diff.pdf b/figures/minifloat_diff.pdf
new file mode 100644 (file)
index 0000000..7ca7b3f
Binary files /dev/null and b/figures/minifloat_diff.pdf differ
diff --git a/figures/rabbit.html b/figures/rabbit.html
new file mode 100644 (file)
index 0000000..d9902e1
--- /dev/null
@@ -0,0 +1,260 @@
+<html>
+<head>
+       <title>Webby Rabbit</title>
+
+<script type="text/javascript">
+       var original;
+       function load()
+       {
+               original = document.getElementById("rabbit").cloneNode();
+               original.setAttribute("id", "original");
+       }
+       function permutePaths()
+       {
+               var amount = document.getElementById("permute_amount").value;
+               var paths = document.getElementsByTagName("path");
+               for (var i = 0; i < paths.length; ++i)
+               {
+                       var d = paths[i].getAttribute('d').split(/[\s,]+/);
+                       var delims = paths[i].getAttribute('d').match(/[\s,]+/g);
+                       //if (i == 0) alert(d);
+                       for (var j = 0; j < d.length; ++j)
+                       {
+                               var asfloat = parseFloat(d[j]);
+                               if (!isNaN(asfloat))
+                               {
+                                       d[j] = asfloat + 2*amount*(Math.random()-0.5);
+                               }
+                       }
+                       
+                       var result = [];
+                       for (var j = 0; j < delims.length; ++j)
+                       {
+                               result.push(d[j]);
+                               result.push(delims[j]);
+                       }
+                       result.push(d[delims.length]);
+                       //if (i == 0) alert(result.join(""));
+                       paths[i].setAttribute('d', result.join(""));
+               }
+               //alert();
+               return;
+       
+       }
+
+
+       function reset()
+       {
+               var rabbit = document.getElementById("rabbit");
+               var parent = rabbit.parentNode;
+               parent.removeChild(rabbit);
+               original.setAttribute("id", "rabbit");
+               parent.insertBefore(original, parent.firstChild);
+               load();
+       }
+
+</script>
+
+</head>
+<body onload="load();">
+
+<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"
+   width="287.65625"
+   height="217.625"
+   id="rabbit"
+   version="1.1"
+   inkscape:version="0.48.3.1 r9886"
+   sodipodi:docname="rabbit_simplified.svg">
+  <defs
+     id="defs3247" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.9899495"
+     inkscape:cx="300.49618"
+     inkscape:cy="184.76819"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1280"
+     inkscape:window-height="994"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <sodipodi:guide
+       orientation="0,1"
+       position="-26.691516,-31.882946"
+       id="guide4332" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3250">
+    <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
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-227.75,-256.03125)">
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 478.78564,339.0153 -16.66751,-1.01016 -36.11296,-47.7297 -12.6269,-33.0825 28.53681,17.17259 23.2335,24.4962 10.35407,21.97082 z"
+       id="path4374"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 451.25899,350.37951 -51.26524,-30.55711 -27.52666,-37.12311 -0.25254,-6.81853 30.30458,4.29315 23.23351,11.11168 24.74873,26.5165 12.62691,21.71828 z"
+       id="path4370"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 285.59397,323.10539 -10.6066,9.09138 -10.10153,27.02158 -17.67767,2.77792 -18.94036,41.66879 1.2627,9.59645 5.55583,2.77792 14.39468,-8.5863 12.12183,-22.47589 13.63706,5.05076 14.14213,8.83884 20.70813,2.0203 14.89975,18.18275 28.53681,14.64721 22.47589,6.56599 14.39468,1.01015 25.25381,31.81981 18.43528,-2.77792 8.33376,-2.27284 -0.50507,-5.55584 -6.06092,-4.29315 -10.10152,-1.51523 -9.09138,-13.63706 0.25254,-5.80838 20.20305,-14.64721 17.67767,-16.66752 12.62691,5.05077 22.72843,-0.25254 8.33376,-9.59645 -3.78807,-1.51523 -10.85914,-1.26269 0.50507,-2.77792 20.45559,-0.75761 7.32361,-15.65737 2.52538,-1.51523 0.25254,-4.29314 -13.8896,-11.8693 -9.26469,-14.67259 -12.70613,-8.05584 -17.17259,-1.26269 -17.67767,10.6066 -12.62691,18.94036 -13.88959,4.04061 -18.43529,-3.78807 -20.96066,-14.14214 -21.46575,-17.67767 -18.68782,-17.67767 -23.99112,-3.28299 z"
+       id="path4478"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccc" />
+    <path
+       style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 285.59397,323.61047 -5.55584,-10.85914 1.01016,-8.83883 20.20305,-14.64722 13.38452,0 4.54568,7.32361 -5.3033,18.18274 z"
+       id="path4368"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ff5555;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 452.26914,343.05591 -36.61803,-26.76905 -27.02158,-30.30457 23.23351,4.54568 25.50635,22.4759 20.70813,26.5165 z"
+       id="path4372"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 467.61083,370.8351 -0.37881,-10.54346 2.46225,-5.93465 6.88167,0.25254 3.09359,4.79822 -5.42957,3.78808 -0.88389,7.63927 z"
+       id="path4376"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#008000;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 473.41921,371.02451 0.88388,-7.95495 5.36644,-3.53554 0.69448,4.79823 -4.29315,6.31345 z"
+       id="path4378"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 476.13399,370.51943 4.41942,-0.50507 -0.31567,-5.30331 z"
+       id="path4380"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 463.69649,353.78878 5.4927,-4.9245 8.27063,0.37881 -8.14436,1.19956 -4.35628,3.97747 z"
+       id="path4382"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffb37f;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 506.61734,377.62066 4.64286,-6.96428 3.21428,2.5 0.35715,5 z"
+       id="path4384"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 266.03612,386.66064 -15.71429,29.64285 1.96429,8.03572 8.03571,-1.42857 10.17857,-11.07143 14.28572,-15.71429 z"
+       id="path4480"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 428.38818,429.04154 -6.06118,22.62065 -5.01024,-8.51351 0,-5.89285 z"
+       id="path4482"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 398.9239,451.89868 -2.67857,13.57143 3.39285,6.25 15.71429,1.25 z"
+       id="path4484"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#e3dbdb;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 309.71136,400.85715 11.61675,-1.51523 37.75445,16.92006 18.18275,9.34391 13.8896,1.89403 -1.89404,7.57615 1.01015,6.18718 -15.15228,-0.50507 -28.15801,-10.48034 -22.34962,-11.86929 z"
+       id="path4486"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#c8b7b7;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 418.9341,428.13127 -2.0203,8.33376 20.45558,-14.39468 z"
+       id="path4488"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#e3dbdb;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 455.29959,405.40284 6.31346,-18.18275 24.74873,-6.81853 25.25382,-1.76777 -7.32361,15.40483 -20.20305,0.75761 0,3.283 14.64721,3.03046 -8.83883,10.10152 -22.22336,-0.25253 z"
+       id="path4490"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 280,111.42762 -18.21429,-5"
+       id="path4492"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 273.75,96.42762 -9.10714,6.42857"
+       id="path4494"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 4.6428571,148.57048 15.714286,132.14191"
+       id="path4496"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 25,158.21333 36.071428,144.28476"
+       id="path4498"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 203.04066,100.53056 10.10153,0.50508 -6.06092,6.56599 7.57614,0 -4.54568,7.57614 8.08122,-1.51522"
+       id="path4500"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 216.17264,111.26343 4.16688,5.3033"
+       id="path4502"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 227.7894,139.42144 -7.07107,-8.5863"
+       id="path4504"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 207.08127,203.56612 -0.50508,-6.06091 -7.07106,0.50507"
+       id="path4506"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+  </g>
+</svg>
+       <p></p>
+       <input type="text" value="0" id="permute_amount"/>
+       <button onclick="permutePaths();">Permute</button>
+
+       <button onclick="reset();">Reset</button>
+</body>
+</html>
diff --git a/figures/rabbit.svg b/figures/rabbit.svg
new file mode 100644 (file)
index 0000000..8691985
--- /dev/null
@@ -0,0 +1,159 @@
+<?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"
+   width="288.21225"
+   height="218.21333"
+   id="svg3245"
+   version="1.1"
+   inkscape:version="0.48.3.1 r9886"
+   sodipodi:docname="drawing2.svg">
+  <defs
+     id="defs3247" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.979899"
+     inkscape:cx="158.52739"
+     inkscape:cy="44.803036"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1280"
+     inkscape:window-height="994"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3250">
+    <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
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-227.32245,-266.11266)">
+    <g
+       id="g3080"
+       transform="matrix(0,720,1029.6,0,-135.33146,240.31928)">
+      <path
+         sodipodi:nodetypes="ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss"
+         inkscape:connector-curvature="0"
+         id="path2992-6"
+         d="m 0.23892447,0.35305429 c -0.001833,6.054e-4 -0.004715,0.00188 -0.006405,0.00283 -0.001689,9.519e-4 -0.004877,0.00219 -0.007083,0.00274 -0.005178,0.00131 -0.006637,0.00171 -0.0106787,0.00295 -0.001833,5.606e-4 -0.006217,0.00177 -0.009742,0.00268 -0.003524,9.109e-4 -0.008293,0.00232 -0.0105973,0.00314 -0.002304,8.167e-4 -0.005126,0.00148 -0.006271,0.00148 -0.001255,0 -0.00245,4.811e-4 -0.003009,0.00121 -5.0982e-4,6.665e-4 -0.001518,0.00169 -0.00224,0.00228 -9.1214e-4,7.452e-4 -0.001295,0.0022 -0.001255,0.00476 3.181e-5,0.00203 -2.6895e-4,0.00458 -6.6916e-4,0.00566 -0.001767,0.00479 -0.008204,0.00864 -0.0161378,0.00965 -0.00179,2.277e-4 -0.00554,0.00115 -0.008333,0.00206 -0.002794,9.039e-4 -0.006579,0.00182 -0.008413,0.00203 -0.004858,5.695e-4 -0.0117619,0.00397 -0.0144178,0.0071 -0.004094,0.00482 -0.00388,0.00472 -0.006107,0.00296 -0.002668,-0.00211 -0.0107745,-0.00352 -0.0185116,-0.00321 -0.004598,1.818e-4 -0.006016,4.603e-4 -0.006728,0.00132 -4.9614e-4,6.005e-4 -0.002683,0.00249 -0.00486,0.00421 -0.002177,0.00171 -0.003958,0.00339 -0.003958,0.00373 0,3.363e-4 -0.001836,0.00197 -0.004081,0.00364 -0.005262,0.0039 -0.008433,0.00919 -0.008621,0.014388 -2.7271e-4,0.00754 0.006776,0.012689 0.0143529,0.010494 0.001351,-3.913e-4 0.002376,-9.738e-4 0.002278,-0.00129 -9.821e-5,-3.205e-4 0.001321,-0.00114 0.003155,-0.00182 0.002652,-9.877e-4 0.004567,-0.00121 0.009375,-0.00111 0.004865,1.026e-4 0.008653,1.937e-4 0.008653,-5.02e-4 0,-6.69e-4 -0.003758,-0.0011 -0.007691,-0.0011 -0.006867,0 -0.0135886,0.00142 -0.0152853,0.00323 -0.001423,0.00152 -0.004386,0.00188 -0.007111,8.559e-4 -8.4344e-4,-3.158e-4 -0.002542,-0.00182 -0.003775,-0.00335 -0.001929,-0.00239 -0.002177,-0.00323 -0.001778,-0.00599 6.0827e-4,-0.00422 0.003472,-0.0091 0.006831,-0.011642 0.001483,-0.00112 0.003765,-0.00311 0.005072,-0.00442 0.003789,-0.0038 0.009533,-0.00864 0.010915,-0.0092 0.001461,-5.867e-4 0.0126192,3e-7 0.0157334,8.297e-4 0.00115,3.062e-4 0.003366,0.00124 0.004924,0.00207 9.4407e-4,5.036e-4 0.00278,6.814e-4 0.002832,0.00151 8.097e-5,0.0013 -0.001681,0.00233 -0.002521,0.00349 -0.004345,0.00602 -0.006762,0.012493 -0.009861,0.026411 -0.001251,0.00562 -3.3701e-4,0.01075 0.002987,0.01677 0.001632,0.00296 0.003746,0.00616 0.004698,0.00712 0.003868,0.00391 0.0175915,0.014924 0.0216563,0.017383 0.009673,0.00585 0.0148719,0.00964 0.0189553,0.013794 0.007487,0.00762 0.009914,0.010347 0.0133381,0.014973 0.001836,0.00248 0.004195,0.00518 0.005243,0.00599 0.004425,0.00343 0.006515,0.00606 0.008883,0.011165 0.00303,0.00654 0.003129,0.00934 5.2183e-4,0.014746 -0.001093,0.00227 -0.002397,0.00517 -0.002898,0.00645 -6.7467e-4,0.00173 -0.002263,0.00317 -0.006137,0.00556 -0.007581,0.00469 -0.0111459,0.00646 -0.0133209,0.00663 -0.001057,8.12e-5 -0.003108,9.771e-4 -0.004558,0.00199 -0.00145,0.00101 -0.002947,0.00184 -0.003326,0.00184 -7.1301e-4,-4.9e-6 -0.006939,-0.00647 -0.006939,-0.00721 0,-0.00112 -0.005304,-0.00814 -0.00743,-0.00984 -0.00133,-0.00106 -0.004372,-0.00454 -0.00676,-0.00774 -0.002388,-0.0032 -0.005199,-0.00661 -0.006247,-0.00759 -0.001048,-9.805e-4 -0.002743,-0.00303 -0.003767,-0.00455 -0.002341,-0.00348 -0.0128041,-0.011018 -0.023871,-0.017192 -0.00467,-0.0026 -0.008729,-0.00474 -0.00902,-0.00474 -2.9115e-4,0 -0.00322,-0.00141 -0.006509,-0.00313 -0.003289,-0.00172 -0.008003,-0.00389 -0.0104751,-0.00481 -0.0121674,-0.00453 -0.0136191,-0.00494 -0.0161525,-0.00455 -8.3367e-4,1.28e-4 -0.002311,-1.977e-4 -0.002501,3.841e-4 -5.9887e-4,0.00183 3.5749e-4,0.00375 5.3628e-4,0.00562 0.001523,0.015951 0.004314,0.024259 0.0114143,0.033976 0.002263,0.0031 0.004115,0.00592 0.004115,0.00628 0,3.546e-4 9.6437e-4,0.00171 0.002143,0.00302 0.001179,0.00131 0.001964,0.0025 0.001745,0.00265 -2.19e-4,1.531e-4 -0.00184,-3.468e-4 -0.003602,-0.00111 -0.001762,-7.641e-4 -0.004516,-0.00175 -0.00612,-0.00219 -0.001604,-4.38e-4 -0.006619,-0.00206 -0.0111436,-0.00361 -0.0101159,-0.00346 -0.0183814,-0.00527 -0.0229995,-0.00503 -0.001166,6.09e-5 -0.003261,-6.182e-4 -0.003498,1.824e-4 -3.5862e-4,0.00121 0.001648,0.00219 0.002472,0.00328 0.00136,0.0018 0.002926,0.00424 0.00348,0.00542 0.002068,0.00438 0.008142,0.010984 0.0146053,0.015875 0.003667,0.00277 0.007604,0.00614 0.00875,0.00748 0.003085,0.0036 0.009983,0.00922 0.0135205,0.011014 0.004422,0.00224 0.0142197,0.00806 0.0153574,0.00911 5.2872e-4,4.907e-4 0.003904,0.00189 0.0075,0.0031 0.003596,0.00122 0.007664,0.00261 0.009039,0.00311 0.004156,0.00149 0.0146418,0.00366 0.0208333,0.00432 0.003208,3.399e-4 0.00791,9.838e-4 0.0104479,0.00143 0.002538,4.473e-4 0.00564,6.829e-4 0.006894,5.239e-4 0.001677,-2.126e-4 0.002412,-1.62e-5 0.002781,7.446e-4 0.003435,0.00708 0.009634,0.012222 0.0181613,0.015073 0.008269,0.00276 0.01377,0.00588 0.0169416,0.00958 0.002492,0.00291 0.005763,0.00563 0.009958,0.00828 0.002396,0.00151 0.00652,0.00192 0.008812,8.666e-4 0.0024,-0.0011 0.004565,-0.00529 0.003291,-0.00638 -0.001586,-0.00135 -0.002039,-0.00602 -0.001037,-0.010713 0.002925,-0.013689 0.006935,-0.025204 0.0105951,-0.030424 0.00265,-0.00378 0.003457,-0.00443 0.007177,-0.00574 0.002305,-8.167e-4 0.005965,-0.00185 0.008133,-0.0023 0.002168,-4.506e-4 0.008038,-0.002 0.009341,-0.00248 0.003469,-0.00127 -0.002714,-3.476e-4 -0.008994,0.00103 -0.0165281,0.00362 -0.0185897,0.00595 -0.0255906,0.028908 -0.002292,0.00752 -0.002673,0.00996 -0.002718,0.017425 -4.403e-5,0.00729 -2.6593e-4,0.00878 -0.001384,0.00927 -0.002339,0.00103 -0.004262,4.69e-5 -0.003659,-0.00187 3.0861e-4,-9.826e-4 1.556e-4,-0.00186 -3.639e-4,-0.00208 -0.001262,-5.45e-4 -2.3923e-4,-0.00147 0.001625,-0.00147 0.002753,0 0.002819,-0.00214 1.7433e-4,-0.0057 -0.001357,-0.00183 -0.002741,-0.00451 -0.003077,-0.00595 -9.9664e-4,-0.00428 -0.002245,-0.00488 -0.001822,-8.728e-4 2.7667e-4,0.00262 0.001147,0.00449 0.003461,0.00743 0.003044,0.00387 0.002526,0.003649 0.001166,0.00393 -0.002121,4.3803e-4 -0.005728,0.00257 -0.005728,0.00419 0,8.725e-4 -5.0803e-4,6.904e-4 -0.0025,-8.96e-4 -0.001375,-0.00109 -0.0025,-0.00215 -0.0025,-0.00235 0,-1.996e-4 -0.001703,-0.00207 -0.003783,-0.00415 -0.002081,-0.00208 -0.003382,-0.00378 -0.002891,-0.00378 4.911e-4,0 0.001136,-4.59e-4 0.001432,-0.00102 2.9632e-4,-5.61e-4 0.001788,-0.00218 0.003315,-0.00359 0.001526,-0.00141 0.002548,-0.00272 0.00227,-0.00291 -6.7645e-4,-4.621e-4 -0.004962,0.00316 -0.006607,0.00558 -0.001471,0.00217 -0.002197,0.00236 -0.003798,0.00101 -6.042e-4,-5.091e-4 -0.003931,-0.00187 -0.007394,-0.00303 -0.00681,-0.00228 -0.0162494,-0.00793 -0.0155055,-0.00929 2.3768e-4,-4.333e-4 -8.919e-5,-9.279e-4 -7.2673e-4,-0.0011 -0.001724,-4.629e-4 -0.004829,-0.0059 -0.004183,-0.00732 3.0358e-4,-6.691e-4 1.3715e-4,-0.00138 -3.7379e-4,-0.00161 -0.002141,-9.253e-4 -0.00264,-0.011549 -5.9266e-4,-0.012596 0.001426,-7.291e-4 9.4056e-4,-0.00143 -9.9026e-4,-0.00143 -0.002477,0 -0.0115402,-0.00322 -0.0150703,-0.00535 -0.002006,-0.00121 -0.005689,-0.00288 -0.008185,-0.00371 -0.005317,-0.00176 -0.0127842,-0.00564 -0.0169347,-0.00881 -0.001613,-0.00123 -0.005326,-0.00368 -0.008251,-0.00544 -0.005496,-0.00331 -0.007435,-0.00466 -0.0138273,-0.00961 -0.004098,-0.00317 -0.0154869,-0.018716 -0.0174926,-0.023871 -6.2878e-4,-0.00162 -0.001568,-0.00386 -0.002087,-0.00498 -9.3511e-4,-0.00202 -0.00199,-0.00838 -0.003021,-0.018201 -1.7806e-4,-0.0017 -0.001412,-0.0035 -5.3402e-4,-0.00509 3.9145e-4,-7.071e-4 0.00216,1.341e-4 0.00324,2.011e-4 0.004038,2.506e-4 0.0129106,0.00359 0.0213424,0.00804 0.00354,0.00187 0.006647,0.00339 0.006905,0.00339 0.00252,0 0.0273437,0.015596 0.0302549,0.019009 0.004914,0.00576 0.008004,0.00955 0.0115428,0.014166 0.002107,0.00275 0.005469,0.00655 0.007471,0.00845 0.002002,0.0019 0.00364,0.00375 0.00364,0.00409 0,0.00263 0.0146638,0.018377 0.0171161,0.018377 0.001799,0 0.001484,-0.00101 -8.6614e-4,-0.00279 -0.001146,-8.642e-4 -0.002083,-0.00178 -0.002083,-0.00204 0,-9.926e-4 0.004629,-0.00327 0.006042,-0.00297 8.0198e-4,1.69e-4 0.001458,4.83e-5 0.001458,-2.676e-4 0,-3.16e-4 0.001406,-0.00118 0.003125,-0.00192 0.001719,-7.409e-4 0.005278,-0.00273 0.007909,-0.00442 0.006494,-0.00417 0.008643,-0.00398 0.007562,6.831e-4 -2.6455e-4,0.00114 -2.6239e-4,0.00207 5.56e-6,0.00207 2.673e-4,0 0.002361,-0.00131 0.004653,-0.00291 0.002292,-0.0016 0.004537,-0.00291 0.004991,-0.00291 4.5319e-4,0 0.001139,0.00111 0.001523,0.00247 4.0103e-4,0.00142 0.001221,0.00254 0.001924,0.00264 6.7376e-4,9.02e-5 0.003287,-7.682e-4 0.005808,-0.00191 0.001528,-6.906e-4 0.002781,-0.0019 0.004583,-0.00207 7.6312e-4,-7.34e-5 1.8762e-4,0.00107 2.8143e-4,0.0016 1.5479e-4,8.822e-4 -1.2653e-4,0.0017 -6.25e-4,0.00181 -0.002905,6.77e-4 0.001329,0.00266 0.004493,0.00211 0.002491,-4.37e-4 0.00283,-0.00199 4.3378e-4,-0.00199 -0.001982,0 -0.002098,-5.436e-4 -4.4317e-4,-0.00207 0.00163,-0.00151 0.001621,-0.00428 -1.597e-5,-0.00472 -7.1232e-4,-1.913e-4 -0.002115,1.702e-4 -0.003125,8.05e-4 -0.00274,0.00172 -0.009507,0.00482 -0.0105245,0.00482 -4.9929e-4,0 -8.9152e-4,-0.00114 -8.9152e-4,-0.00259 0,-0.00142 -3.817e-4,-0.00275 -8.4852e-4,-0.00296 -9.9143e-4,-4.286e-4 -0.005646,0.00147 -0.007926,0.00323 -0.001492,0.00115 -0.001616,0.00116 -0.002178,1.645e-4 -8.7746e-4,-0.00156 -8.3055e-4,-0.00538 9.152e-5,-0.00743 4.4271e-4,-9.843e-4 0.001568,-0.00348 0.0025,-0.00555 0.002245,-0.00497 0.002138,-0.00801 -5.0552e-4,-0.01431 -0.002411,-0.00574 -0.006077,-0.01079 -0.009016,-0.012407 -0.001038,-5.709e-4 -0.003321,-0.003 -0.005074,-0.00539 -0.001753,-0.00239 -0.004055,-0.00516 -0.005115,-0.00615 -0.00106,-9.918e-4 -0.001927,-0.00209 -0.001927,-0.00243 0,-3.474e-4 -5.5357e-4,-0.00102 -0.00123,-0.00149 -6.7659e-4,-4.731e-4 -0.00351,-0.00322 -0.006296,-0.0061 -0.004895,-0.00507 -0.007979,-0.00736 -0.0173898,-0.012933 -0.00508,-0.00301 -0.0189519,-0.013889 -0.0224405,-0.017601 -0.002193,-0.00233 -0.004978,-0.00693 -0.006908,-0.011402 -6.4925e-4,-0.0015 -5.5063e-4,-0.00209 4.713e-4,-0.00281 0.001595,-0.00111 0.001594,-0.00112 -3.567e-5,-0.00286 -0.001154,-0.00123 -0.001208,-0.00213 -4.0752e-4,-0.00683 0.00133,-0.0078 0.002272,-0.011187 0.004199,-0.01508 9.3752e-4,-0.00189 0.001705,-0.00384 0.001705,-0.00433 0,-0.00103 0.004607,-0.00759 0.009263,-0.013191 0.002094,-0.00252 0.004328,-0.00435 0.006358,-0.00522 0.001721,-7.349e-4 0.003255,-0.00154 0.003407,-0.0018 1.5246e-4,-2.541e-4 0.001193,-4.619e-4 0.002312,-4.619e-4 0.001119,0 0.004182,-5.571e-4 0.006806,-0.00124 0.002624,-6.809e-4 0.00815,-0.00207 0.012279,-0.00308 0.00852,-0.00209 0.0119109,-0.00364 0.0151457,-0.0069 0.001955,-0.00197 0.002304,-0.00299 0.002613,-0.00762 2.7457e-4,-0.00411 7.3911e-4,-0.00572 0.002014,-0.00698 9.116e-4,-9.017e-4 0.002153,-0.00151 0.002759,-0.00134 6.0585e-4,1.628e-4 0.00122,1.019e-4 0.001364,-1.348e-4 4.6426e-4,-7.625e-4 0.007573,-0.0031 0.0146486,-0.00483 0.003788,-9.219e-4 0.008282,-0.0022 0.009988,-0.00284 0.001706,-6.395e-4 0.003604,-0.00116 0.004219,-0.00116 0.00208,0 0.0150168,-0.00417 0.0165063,-0.00532 0.002744,-0.00212 0.006557,-0.00299 0.0111802,-0.00254 0.003407,3.274e-4 0.004437,6.936e-4 0.005185,0.00184 8.2494e-4,0.00127 6.4915e-4,0.0016 -0.001515,0.00284 -0.002883,0.00166 -0.0105338,0.00434 -0.0123973,0.00434 -7.1589e-4,0 -0.001302,2.622e-4 -0.001302,5.828e-4 0,0.0018 0.0114565,-8.095e-4 0.01567,-0.00356 0.001465,-9.574e-4 0.002663,-0.00201 0.002663,-0.00233 0,-3.232e-4 3.7501e-4,-4.256e-4 8.3333e-4,-2.275e-4 0.001361,5.882e-4 9.5035e-4,0.0032 -7.6805e-4,0.00489 -8.8093e-4,8.649e-4 -0.002523,0.003 -0.003649,0.00475 -0.001126,0.00175 -0.002829,0.00363 -0.003782,0.00417 -0.003315,0.0019 -0.0103263,0.00512 -0.0111436,0.00512 -4.5222e-4,0 -0.002004,3.68e-4 -0.003448,8.177e-4 -0.001444,4.498e-4 -0.004712,0.00146 -0.007261,0.00225 -0.008146,0.00252 -0.0119466,0.00861 -0.008264,0.013251 6.356e-4,8.013e-4 0.001173,0.00172 0.001194,0.00204 4.097e-5,6.231e-4 0.003398,0.0038 0.007637,0.00722 0.00507,0.0041 0.0076,0.00897 0.009863,0.019 0.001763,0.00781 0.001639,0.012796 -4.9212e-4,0.019794 -0.002571,0.00844 -0.0101184,0.017404 -0.0195433,0.023206 -0.003663,0.00225 -0.00454,0.00333 -0.002716,0.00333 9.3745e-4,0 0.007797,-0.00467 0.0111261,-0.00758 0.003903,-0.00341 0.0102583,-0.011056 0.0113772,-0.013695 0.004217,-0.00995 0.004392,-0.018928 6.3731e-4,-0.032634 -9.8563e-4,-0.0036 -0.004385,-0.00884 -0.006995,-0.010781 -0.001979,-0.00147 -0.004644,-0.00479 -0.006209,-0.00772 -4.7031e-4,-8.814e-4 -0.001427,-0.0016 -0.002126,-0.0016 -0.001691,0 -0.001667,-0.00254 3.431e-5,-0.00353 7.1781e-4,-4.164e-4 0.001811,-0.00144 0.002429,-0.00228 0.001808,-0.00244 0.0264914,-0.01062 0.0289093,-0.00957 0.001146,4.955e-4 0.005007,-2.947e-4 0.004461,-9.127e-4 -8.8387e-4,-0.001 0.001098,-0.00119 0.005321,-5.078e-4 0.002333,3.765e-4 0.004242,0.00101 0.004242,0.00141 0,0.00239 -0.007611,0.00604 -0.014375,0.00689 -0.004722,5.914e-4 -0.003979,0.00174 8.3334e-4,0.00129 0.0047,-4.424e-4 0.0122642,-0.00382 0.014777,-0.00661 0.004252,-0.00471 0.004759,-0.00147 6.8326e-4,0.00437 -0.002529,0.00362 -0.005895,0.00571 -0.0134774,0.00836 -0.007065,0.00247 -0.0137444,0.00584 -0.0182239,0.00921 -0.00391,0.00294 -0.005142,0.00532 -0.00328,0.007 8.9317e-4,8.079e-4 0.002309,-0.00112 0.002196,-0.00172 -3.3766e-4,-0.00181 1.2417e-4,-0.00267 0.002339,-0.00437 0.003669,-0.00282 0.0110147,-0.00645 0.0170877,-0.00844 0.009361,-0.00307 0.01439,-0.00692 0.0164453,-0.012591 0.0015,-0.00413 7.3909e-4,-0.00573 -0.003265,-0.00685 -0.006178,-0.00173 -0.0158773,1.485e-4 -0.0348741,0.00675 -0.007453,0.00259 -0.0137496,0.00457 -0.0139926,0.0044 -7.7714e-4,-5.436e-4 0.003531,-0.00363 0.006419,-0.0046 0.005649,-0.00189 0.009129,-0.00285 0.0103462,-0.00285 0.001305,0 0.0137257,-0.00586 0.0151157,-0.00714 4.3997e-4,-4.026e-4 0.001308,-0.00165 0.00193,-0.00277 6.2178e-4,-0.00112 0.002008,-0.00303 0.003082,-0.00424 0.002625,-0.00296 0.003224,-0.00538 0.001806,-0.00729 -0.00194,-0.00262 -0.004249,-0.00417 -0.00608,-0.0041 -9.5829e-4,3.97e-5 -0.00343,-1.027e-4 -0.005492,-3.165e-4 -0.002824,-2.929e-4 -0.004573,-1.171e-4 -0.007083,7.115e-4 -1.39e-6,5e-7 -2.78e-6,1e-6 -4.17e-6,2e-6 z m -0.19065012,0.181673 c 0.004851,0.00113 0.0144196,0.00417 0.0258441,0.00819 0.004695,0.00165 0.009198,0.0029 0.0100069,0.00278 9.9433e-4,-1.553e-4 0.002683,8.224e-4 0.00522,0.00302 0.002062,0.00179 0.005955,0.0046 0.008651,0.00626 0.002695,0.00165 0.007835,0.00497 0.0114195,0.00737 0.00733,0.00492 0.0127143,0.00782 0.0156836,0.00845 0.001102,2.35e-4 0.00429,0.00157 0.007083,0.00296 0.004305,0.00215 0.007623,0.00345 0.0154207,0.00603 8.6301e-4,2.859e-4 0.001255,0.00193 0.001475,0.00618 1.6472e-4,0.00318 6.3669e-4,0.00665 0.001049,0.00769 2.4978e-4,6.33e-4 0.001419,0.00144 7.4992e-4,0.0019 -8.2461e-4,5.686e-4 -0.002316,-1.38e-5 -0.003474,-2.07e-5 -0.001911,-1.14e-5 -0.005724,-4.007e-4 -0.008474,-8.65e-4 -0.00275,-4.644e-4 -0.006185,-8.484e-4 -0.007633,-8.534e-4 -0.003976,-1.38e-5 -0.0163806,-0.00307 -0.0253799,-0.00625 -0.005202,-0.00184 -0.010318,-0.00426 -0.0145833,-0.00689 -0.003614,-0.00223 -0.006758,-0.00421 -0.006987,-0.00439 -2.2926e-4,-1.843e-4 -0.001542,-8.075e-4 -0.002917,-0.00138 -0.003178,-0.00134 -0.011801,-0.00816 -0.0138645,-0.01097 -8.6562e-4,-0.00118 -0.004746,-0.00445 -0.008622,-0.00726 -0.005869,-0.00426 -0.007764,-0.00614 -0.011328,-0.01123 -0.002354,-0.00336 -0.00499,-0.00709 -0.005858,-0.00827 -8.6784e-4,-0.00118 -0.001578,-0.00243 -0.001578,-0.00277 0,-8.905e-4 0.003517,-7.517e-4 0.008096,3.203e-4 4.4e-7,10e-8 -4.5e-7,9e-7 -2e-8,1e-6 z m 0.19192066,-0.1013533 c 2.5708e-4,1.907e-4 0.001888,0.00125 0.004176,0.0022 0.00407,0.00169 0.009005,0.00524 0.0170345,0.012259 0.0022,0.00192 0.004666,0.00389 0.005478,0.00437 0.002448,0.00145 0.009126,0.0105 0.0107408,0.014558 8.3132e-4,0.00209 0.002496,0.00543 0.0037,0.00742 0.001203,0.00199 0.002188,0.00399 0.002188,0.00445 0,4.517e-4 9.4418e-4,0.00226 0.002098,0.00403 0.003148,0.00481 0.005363,0.011688 0.006044,0.018769 4.4541e-4,0.00463 0.00187,0.00906 0.002725,0.00926 9.7456e-4,2.258e-4 1.3098e-4,-0.00334 -3.2632e-4,-0.00814 -9.9255e-4,-0.01042 -0.001721,-0.012989 -0.005498,-0.019389 -0.001398,-0.00237 -0.002541,-0.00468 -0.002541,-0.00515 0,-4.631e-4 -0.001093,-0.00259 -0.00243,-0.00473 -0.001336,-0.00214 -0.002693,-0.00494 -0.003015,-0.00622 -8.8205e-4,-0.00352 -0.008332,-0.012766 -0.0144955,-0.017996 -0.009591,-0.00814 -0.0151631,-0.012264 -0.0187007,-0.01385 -0.003811,-0.00171 -0.0101395,-0.00355 -0.009638,-0.00291 4.5996e-4,5.916e-4 0.0018,5.69e-4 0.00246,0.00106 z m -0.003069,0.01217 c -3.9771e-4,0.00174 0.002842,0.00878 0.009929,0.018902 0.003701,0.00529 0.007555,0.011058 0.008564,0.012821 0.001009,0.00176 0.003398,0.00504 0.00531,0.00728 0.008009,0.0094 0.0124719,0.017017 0.0125459,0.021416 2.597e-5,0.00154 -1.6363e-4,0.00563 7.1894e-4,0.00563 0.001455,0 0.002041,-0.00366 9.969e-4,-0.00871 -8.3607e-4,-0.00404 -0.00614,-0.012846 -0.009742,-0.016176 -0.001142,-0.00106 -0.003772,-0.00446 -0.005844,-0.00758 -0.002072,-0.00311 -0.006891,-0.010115 -0.0107089,-0.015563 -0.007576,-0.010812 -0.0105953,-0.016127 -0.009891,-0.01741 2.5013e-4,-4.557e-4 5.139e-5,-0.001 -4.4138e-4,-0.00122 -4.9281e-4,-2.13e-4 -0.002391,-0.00276 -0.002384,-0.00218 1.111e-5,9.534e-4 0.001162,0.00184 9.4652e-4,0.00278 z m -0.1612941,0.062346 c -2.5091e-4,1.766e-4 4.2814e-4,0.00273 0.001511,0.00568 0.001083,0.00295 0.002345,0.00742 0.002804,0.00993 9.4155e-4,0.00515 0.003232,0.00855 0.008494,0.012627 0.001862,0.00144 0.004383,0.00356 0.005603,0.00471 0.007395,0.00696 0.0188805,0.015121 0.0296841,0.021087 0.006417,0.00354 0.0141043,0.00794 0.0170833,0.00977 0.007952,0.00488 0.0153955,0.00714 0.0171105,0.0052 2.9818e-4,-3.374e-4 9.7664e-4,-5.111e-4 0.001508,-3.858e-4 0.00117,2.76e-4 0.003882,-0.00267 0.003882,-0.00422 0,-7.797e-4 -6.8377e-4,-0.00117 -0.002285,-0.0013 -0.001456,-1.174e-4 -0.002394,-5.859e-4 -0.002585,-0.00129 -1.6509e-4,-6.092e-4 -0.001383,-0.00174 -0.002706,-0.00252 -0.001323,-7.785e-4 -0.003125,-0.00255 -0.004005,-0.00395 -0.002039,-0.00322 -0.008301,-0.00974 -0.0100212,-0.010436 -0.002224,-8.937e-4 -0.0101109,-0.00688 -0.0114458,-0.00868 -6.9405e-4,-9.384e-4 -0.003198,-0.0035 -0.005566,-0.0057 -0.002367,-0.00219 -0.005801,-0.00547 -0.007632,-0.00727 -0.001831,-0.00181 -0.004046,-0.00355 -0.004924,-0.00388 -8.777e-4,-3.282e-4 -0.002755,-0.00133 -0.004172,-0.00224 -0.001417,-9.012e-4 -0.005014,-0.00296 -0.007993,-0.00458 -0.002979,-0.00161 -0.007619,-0.00432 -0.0103102,-0.00601 -0.005029,-0.00316 -0.0120587,-0.00686 -0.0130309,-0.00686 -3.0126e-4,0 -7.5447e-4,1.435e-4 -0.001005,3.2e-4 -8.7e-7,7e-7 2.08e-6,2e-6 1.2e-6,3e-6 z m 0.0114318,0.00676 c 0.002293,0.00156 0.005881,0.00368 0.007973,0.00472 0.010037,0.005 0.0194116,0.011003 0.0229685,0.014715 0.009672,0.010093 0.0149768,0.014954 0.0194183,0.017796 0.00481,0.00308 0.0125547,0.010435 0.0125547,0.011928 0,3.874e-4 0.001875,0.00246 0.004167,0.0046 0.004326,0.00405 0.005104,0.00607 0.00284,0.00739 -0.001909,0.00111 -0.00676,-8.327e-4 -0.0166908,-0.00668 -0.00442,-0.0026 -0.0100025,-0.00578 -0.0124055,-0.00706 -0.0137517,-0.00734 -0.0148197,-0.00808 -0.0328075,-0.022693 -0.009753,-0.00792 -0.0113784,-0.010004 -0.0126053,-0.016122 -4.7531e-4,-0.00237 -0.001607,-0.00621 -0.002514,-0.00854 -9.0722e-4,-0.00233 -0.00165,-0.00439 -0.00165,-0.00458 0,-6.68e-4 0.004596,0.00171 0.008752,0.00453 4.3e-7,3e-7 -8.2e-7,-1.9e-6 -4e-7,-1e-6 z m 0.19458137,-0.00531 c -0.001604,2.239e-4 -0.003854,6.662e-4 -0.005,9.838e-4 -0.001146,3.176e-4 -0.007615,0.00144 -0.014375,0.0025 -0.007381,0.00115 -0.0122917,0.0022 -0.0122917,0.00261 0,6.912e-4 0.0168349,-0.00176 0.0278037,-0.00405 0.00816,-0.0017 0.0176125,-4.335e-4 0.0246307,0.0033 0.001447,7.708e-4 0.005753,0.00333 0.006398,0.00288 6.4354e-4,-4.518e-4 -0.003174,-0.00339 -0.004665,-0.0042 -0.005877,-0.0032 -0.0157727,-0.00497 -0.0225,-0.00403 -6.1e-7,10e-8 -9e-8,1e-6 -7e-7,1e-6 z m 0.0241667,0.00696 c -5.3e-7,3.092e-4 8.438e-4,8.758e-4 0.001875,0.00126 0.001031,3.832e-4 0.004159,0.00203 0.006952,0.00366 0.002792,0.00163 0.007619,0.00441 0.0107247,0.00617 0.009679,0.00549 0.0120134,0.00946 0.0104128,0.017698 -0.001474,0.00759 -0.005798,0.012789 -0.005798,0.00698 0,-0.00275 -0.002333,-0.00613 -0.004072,-0.0059 -9.1929e-4,1.217e-4 -0.001423,9.201e-4 -0.001592,0.00252 -2.9636e-4,0.00281 0.002615,0.00628 0.005511,0.00657 0.001677,1.69e-4 0.001814,4.129e-4 0.00131,0.00233 -6.3699e-4,0.00242 -0.001495,0.003 -0.004518,0.00301 -0.001516,6.8e-6 -0.00255,-5.256e-4 -0.003665,-0.00189 -8.5429e-4,-0.00104 -0.002142,-0.00237 -0.002864,-0.00296 -0.001431,-0.00116 -0.003347,-0.00565 -0.003406,-0.00798 -9.736e-5,-0.00386 -0.009224,-0.010175 -0.016989,-0.011754 -0.008833,-0.0018 -0.0174092,-7.405e-4 -0.0320661,0.00395 -0.003356,0.00107 -0.007481,0.00212 -0.009167,0.00234 -0.004234,5.335e-4 -0.005086,9.924e-4 -0.00264,0.00142 0.002125,3.733e-4 0.0100691,-9.384e-4 0.0108333,-0.00179 2.3377e-4,-2.602e-4 0.001546,-6.651e-4 0.002917,-9.001e-4 0.00137,-2.348e-4 0.003799,-9.112e-4 0.005396,-0.0015 0.001597,-5.918e-4 0.00391,-0.00108 0.005139,-0.00108 0.001229,0 0.002386,-3.186e-4 0.002572,-7.081e-4 2.3338e-4,-4.892e-4 0.002767,-7.072e-4 0.008194,-7.051e-4 0.008847,3.9e-6 0.0136192,0.00118 0.0182611,0.0045 0.002937,0.0021 0.005846,0.00604 0.005846,0.00791 0,0.00255 0.001981,0.00675 0.004328,0.00918 0.004098,0.00425 0.0108715,0.00468 0.0131434,8.468e-4 5.8557e-4,-9.885e-4 0.001394,-0.0018 0.001797,-0.0018 4.0273e-4,0 7.3224e-4,-5.244e-4 7.3224e-4,-0.00116 0,-6.699e-4 -5.5556e-4,-0.00117 -0.001307,-0.00117 -0.001109,0 -0.00106,-2.431e-4 3.2258e-4,-0.0016 0.00169,-0.00166 0.002707,-0.00392 0.004311,-0.00959 0.00106,-0.00374 -1.4783e-4,-0.00984 -0.002182,-0.011017 -6.2944e-4,-3.653e-4 -0.001144,-0.001 -0.001144,-0.00141 0,-7.344e-4 -0.007184,-0.00525 -0.0157216,-0.00988 -0.002353,-0.00128 -0.004278,-0.0025 -0.004278,-0.00272 0,-2.209e-4 0.001781,-7.991e-4 0.003958,-0.00128 0.005465,-0.00122 0.0112042,-5.334e-4 0.0144197,0.00172 0.002211,0.00155 0.002448,0.00214 0.002969,0.00737 5.8419e-4,0.00586 9.6543e-4,0.012455 0.001927,0.00887 8.9601e-4,-0.00334 -3.6101e-4,-0.015329 -0.002595,-0.017025 -0.004101,-0.00311 -0.0110486,-0.00388 -0.0189745,-0.00209 -0.00404,9.125e-4 -0.004474,9.124e-4 -0.006683,0 -0.002657,-0.0011 -0.004187,-0.00125 -0.004188,-4.135e-4 0,6e-7 -1.39e-6,7e-7 -1.39e-6,1e-6 z m -0.0273269,0.028411 c -0.003342,0.00346 -0.00723,0.0072 -0.008639,0.00832 -0.002406,0.00192 -0.002533,0.00195 -0.002073,5.503e-4 4.463e-4,-0.00136 0.002905,-0.00538 0.004613,-0.00754 0.003583,-0.00454 0.005818,-0.00809 0.003561,-0.00712 -0.001722,7.442e-4 -0.0103015,0.013848 -0.0104132,0.016034 -1.0125e-4,0.00198 -0.001021,0.00287 -0.008637,0.00838 -0.00905,0.00654 -0.0125718,0.00836 -0.0136626,0.00705 -0.001578,-0.00189 -0.00531,-0.00512 -0.005916,-0.00512 -0.001514,0 -4.9086e-4,0.00197 0.002508,0.00483 0.00175,0.00167 0.004938,0.00567 0.007083,0.0089 0.004385,0.00659 0.004587,0.00792 0.003104,0.020461 -7.4311e-4,0.00628 -8.9062e-4,0.00663 -0.00417,0.00999 -0.00339,0.00347 -0.004661,0.00418 -0.007505,0.00418 -0.00121,0 -0.001609,-6.528e-4 -0.002052,-0.00335 -7.6594e-4,-0.00467 -0.002291,-0.00947 -0.003124,-0.00982 -0.001197,-5.173e-4 -0.00391,3.653e-4 -0.004393,0.00143 -2.5311e-4,5.575e-4 -5.8829e-4,0.00492 -7.4502e-4,0.0097 -9.5e-5,0.0029 5.9273e-4,0.00586 -2.8496e-4,0.00869 -2.7595e-4,8.897e-4 -0.001974,0.00119 -0.002961,0.00178 -0.001629,9.794e-4 -0.005344,0.00242 -0.008256,0.0032 -0.005928,0.00159 -0.009636,0.00334 -0.009027,0.00403 7.2537e-4,8.207e-4 0.0161142,-0.00461 0.0191106,-0.00666 9.593e-4,-6.544e-4 0.002572,-0.00105 0.002878,-0.00196 8.1018e-4,-0.00242 1.8354e-4,-0.00496 2.753e-4,-0.00745 3.069e-4,-0.0083 7.8571e-4,-0.011235 0.001834,-0.011235 0.001005,0 0.002534,0.00658 0.002061,0.00887 -2.7536e-4,0.00133 9.333e-5,0.00235 0.001211,0.00334 0.001518,0.00134 0.001798,0.00138 0.005046,7.01e-4 0.00288,-6.036e-4 0.004048,-0.00136 0.007186,-0.00466 0.001249,-0.00131 0.003173,-0.00242 0.003747,-0.00394 0.001096,-0.00292 7.4822e-4,-0.00601 0.001122,-0.00901 0.001339,-0.010761 7.7206e-4,-0.014696 -0.002767,-0.019186 -0.001389,-0.00176 -0.002531,-0.00376 -0.00254,-0.00444 -9.72e-6,-7.776e-4 0.002692,-0.00314 0.00732,-0.00641 0.008211,-0.0058 0.0209938,-0.016096 0.0226195,-0.018226 5.8497e-4,-7.665e-4 0.00274,-0.0029 0.00479,-0.00475 0.002359,-0.00212 0.006655,-0.00712 0.006479,-0.00791 -2.128e-4,-9.523e-4 -0.004727,0.00354 -0.009384,0.00835 -7.5e-7,7e-7 2.78e-6,-3.9e-6 1.38e-6,-3e-6 z m 0.0198269,-0.00242 c -0.0101947,0.00189 -0.0217033,0.00495 -0.0217033,0.00549 0,7.719e-4 0.006092,-9.731e-4 0.01462,-0.00265 0.004125,-8.11e-4 0.009108,-0.00163 0.0110738,-0.00182 0.002088,-2.003e-4 0.009872,-6.124e-4 0.009691,-9.923e-4 -4.5985e-4,-9.657e-4 -0.008589,-9.73e-4 -0.0136819,-2.9e-5 -6.6e-7,10e-8 1.07e-6,9e-7 4e-7,9e-7 z m -0.13057551,0.0414879 c -0.003321,0.00289 -0.003874,0.00429 -0.003193,0.0081 7.3954e-4,0.00414 0.002476,0.00385 0.002639,-4.409e-4 6.589e-5,-0.00173 1.5963e-4,-0.00361 2.0833e-4,-0.00418 4.883e-5,-5.676e-4 0.001397,-0.00146 0.003005,-0.002 0.003046,-0.00102 0.00324,-0.00124 0.002411,-0.00275 -8.0793e-4,-0.00147 -0.002364,-0.00108 -0.00507,0.00127 -8e-8,1e-7 -2.4e-7,-2e-7 -3.3e-7,-10e-8 z m 0.0150314,1.108e-4 c -0.001903,2.096e-4 -0.004903,8.035e-4 -0.006667,0.00132 -0.001763,5.163e-4 -0.003862,0.00108 -0.004664,0.00126 -0.001122,2.479e-4 -0.001458,9.661e-4 -0.001457,0.00311 1.67e-6,0.00384 0.002133,0.00645 0.006665,0.00815 0.003258,0.00122 0.004655,0.00138 0.0106555,0.00123 0.004985,-1.286e-4 0.007117,-4.176e-4 0.007667,-0.00104 0.00144,-0.00163 0.003376,-0.00908 0.002843,-0.010943 -2.9323e-4,-0.00103 -0.001071,-0.00218 -0.00173,-0.00256 -0.001385,-8.048e-4 -0.008293,-0.00108 -0.0133126,-5.231e-4 -4e-8,0 1.4e-7,-10e-8 1e-7,-10e-8 z m 0.008344,0.00261 c 0.003108,1.687e-4 0.004954,0.00116 0.00441,0.00237 -1.445e-4,3.206e-4 -0.002255,7.554e-4 -0.00469,9.665e-4 -0.0058,5.026e-4 -0.007758,0.0013 -0.009967,0.00405 -0.002076,0.00258 -0.001803,0.00249 -0.004551,0.00161 -0.002663,-8.483e-4 -0.002976,-0.00149 -0.002187,-0.00451 0.001031,-0.00394 0.004182,-0.00543 0.0104351,-0.00492 0.001833,1.486e-4 0.004781,3.494e-4 0.00655,4.453e-4 3.5e-7,0 -4.5e-7,-8e-7 -1e-7,-8e-7 z m 0.003033,0.00587 c 1.4e-7,1.633e-4 -0.001875,0.0011 -0.004167,0.00209 -0.002292,9.861e-4 -0.004167,0.00203 -0.004167,0.00233 0,2.931e-4 -9.4714e-4,5.328e-4 -0.002105,5.328e-4 -0.002082,0 -0.00209,-1.95e-5 -7.7941e-4,-0.00179 7.2891e-4,-9.857e-4 0.00252,-0.00216 0.00398,-0.0026 0.002595,-7.892e-4 0.007238,-0.00115 0.007238,-5.562e-4 0,2e-7 4.1e-7,-8e-7 4.1e-7,-6e-7 z m -0.0025,0.00407 c -5.705e-4,4.809e-4 -0.0016,8.742e-4 -0.002287,8.742e-4 -0.001017,0 -0.001056,-1.633e-4 -2.126e-4,-8.742e-4 5.705e-4,-4.808e-4 0.0016,-8.741e-4 0.002287,-8.741e-4 0.001017,0 0.001056,1.633e-4 2.126e-4,8.741e-4 z"
+         style="fill:#000000" />
+      <path
+         sodipodi:nodetypes="csssssssscssssssssssssssssssssssscssssssscsssssssssssscsssssssssssssssssssssssscscscscsccssssscssscssscsssssscsssccccssssssssscccssssssssscc"
+         inkscape:connector-curvature="0"
+         id="path3085"
+         d="m 0.33305073,0.5339071 c -0.004229,-0.004908 -0.0310202,-0.0197888 -0.0390961,-0.0217149 -0.006558,-0.001564 -0.009383,-0.001436 -0.0247134,0.001116 -0.0134915,0.002246 -0.0213582,0.002906 -0.018249,0.001531 8.6199e-4,-3.8127e-4 0.005923,-0.001431 0.0112471,-0.002334 0.005324,-9.0225e-4 0.009984,-0.001849 0.0103556,-0.002104 3.7171e-4,-2.5509e-4 3.1283e-4,-0.002517 -1.3083e-4,-0.005026 C 0.27159853,0.5004802 0.2682441,0.494649 0.260996,0.4854366 0.253999,0.4765436 0.2394284,0.4539935 0.2377942,0.4495282 l -0.001462,-0.003995 -0.00297,0.004112 C 0.2275802,0.4576502 0.216166,0.467615 0.2127786,0.467615 c -0.002245,0 -0.001698,-6.3422e-4 0.005065,-0.005871 C 0.2338417,0.4493558 0.2391122,0.4350326 0.2340122,0.4178032 0.2314592,0.4091772 0.2301032,0.407041 0.2228498,0.4002156 0.2152888,0.3931006 0.2137808,0.3897003 0.2162628,0.3853617 c 0.002132,-0.003727 0.004793,-0.005164 0.0151828,-0.008202 0.0104332,-0.003051 0.0154724,-0.006026 0.0200352,-0.0118313 0.004767,-0.006065 0.005123,-0.008218 8.8982e-4,-0.005382 -0.003442,0.002305 -0.009761,0.0043 -0.0136227,0.0043 -0.004098,0 -0.003259,-0.001148 0.00184,-0.002518 0.002504,-6.7306e-4 0.005984,-0.002027 0.007734,-0.003009 0.002751,-0.001544 0.002987,-0.00195 0.001743,-0.002998 -0.002417,-0.002037 -0.009703,-0.001565 -0.0146224,9.46e-4 -0.002325,0.001187 -0.006638,0.002836 -0.009584,0.003665 -0.002946,8.2896e-4 -0.0104169,0.002929 -0.0166028,0.004666 -0.0165868,0.004658 -0.0223784,0.006686 -0.0235818,0.008259 -5.9243e-4,7.7408e-4 -0.00138,0.00353 -0.001751,0.006124 -7.9314e-4,0.00555 -0.002336,0.007966 -0.006744,0.0105597 -0.003359,0.001976 -0.0151981,0.005432 -0.0263007,0.007676 -0.003535,7.1462e-4 -0.007915,0.002092 -0.009734,0.003062 -0.004407,0.002348 -0.0126913,0.0127094 -0.0160255,0.0200425 -0.003945,0.008676 -0.006379,0.0202682 -0.004943,0.0235397 7.3242e-4,0.001669 7.8243e-4,0.003086 1.3861e-4,0.003928 -6.718e-4,8.7782e-4 -5.1176e-4,0.002299 4.8032e-4,0.004265 0.004216,0.008357 0.0111682,0.0148798 0.0285338,0.0267729 0.0124688,0.00854 0.0207916,0.0159212 0.0282926,0.0250933 0.002864,0.003502 0.007018,0.008052 0.009232,0.0101122 0.004788,0.004455 0.007957,0.009806 0.009628,0.0162554 0.001109,0.004281 9.6528e-4,0.005404 -0.001553,0.0121273 -0.001526,0.004075 -0.002501,0.008174 -0.002165,0.00911 l 6.1024e-4,0.0017 0.003845,-0.001825 c 0.004699,-0.00223 0.006046,-0.002006 0.006482,0.001079 1.8462e-4,0.001307 6.6246e-4,0.002377 0.001062,0.002377 3.9941e-4,0 0.003254,-0.001218 0.006344,-0.002706 0.003184,-0.001534 0.00632,-0.002517 0.00724,-0.002271 0.001792,4.8085e-4 0.002135,0.003249 6.1113e-4,0.004933 -6.6088e-4,7.3042e-4 -4.507e-4,0.00135 6.4869e-4,0.001912 0.00145,7.4128e-4 0.001443,9.3808e-4 -6.333e-5,0.001812 -0.00102,5.9198e-4 -0.002787,7.8802e-4 -0.004458,4.947e-4 -0.002424,-4.255e-4 -0.002682,-7.6155e-4 -0.002071,-0.002705 8.197e-4,-0.00261 3.5093e-4,-0.002711 -0.003533,-7.6551e-4 -0.004784,0.002396 -0.006915,0.00226 -0.008082,-5.1882e-4 l -0.001023,-0.002436 -0.004577,0.002623 c -0.002517,0.001443 -0.004858,0.002623 -0.0052,0.002623 -3.427e-4,0 -6.2309e-4,-0.00118 -6.2309e-4,-0.002622 0,-0.001442 -3.7501e-4,-0.002622 -8.3334e-4,-0.002622 -4.5835e-4,0 -0.004435,0.002053 -0.008837,0.004562 -0.004402,0.002509 -0.00957,0.00502 -0.0114848,0.00558 -0.004034,0.001179 -0.004076,0.001283 -0.001663,0.004139 0.001949,0.002307 0.0016,0.003243 -9.5363e-4,0.002558 -0.001664,-4.4655e-4 -0.0147895,-0.0138612 -0.0147895,-0.0151154 0,-3.9959e-4 -0.002485,-0.003563 -0.005523,-0.00703 -0.003038,-0.003467 -0.008426,-0.009843 -0.0119737,-0.0141684 -0.007516,-0.009164 -0.009193,-0.0106161 -0.021194,-0.0183496 -0.01404634,-0.009051 -0.03928677,-0.0206012 -0.04502143,-0.0206012 -0.0017766,0 -0.0020453,3.574e-4 -0.0015484,0.00206 3.3064e-4,0.001133 0.001102,0.00564 0.0017141,0.0100146 0.0015553,0.0111169 0.0033403,0.0153558 0.01115976,0.0265018 0.007656,0.0109131 0.0115968,0.0144095 0.02854156,0.0253233 0.0114333,0.007364 0.0341087,0.0181243 0.0420444,0.0199517 0.003241,7.4635e-4 0.003913,0.001198 0.003234,0.002178 -0.002433,0.003513 1.3166e-4,0.0168696 0.003935,0.0204936 0.001171,0.001116 0.00213,0.002358 0.00213,0.002759 0,0.001052 0.00793,0.005399 0.0164886,0.00904 0.00576,0.00245 0.00759,0.002922 0.008321,0.002147 5.1539e-4,-5.4669e-4 0.001902,-0.002056 0.003082,-0.003354 0.002006,-0.002208 0.00532,-0.003876 0.00531,-0.002673 -2.77e-6,2.9605e-4 -0.001446,0.002055 -0.003209,0.003909 -0.001762,0.001854 -0.003202,0.003708 -0.003199,0.00412 2.78e-6,4.1199e-4 0.001965,0.002909 0.00436,0.00555 l 0.004355,0.004801 0.00254,-0.001916 c 0.001397,-0.001054 0.003114,-0.00205 0.003816,-0.002213 9.0229e-4,-2.1034e-4 5.8919e-4,-0.001382 -0.001071,-0.004006 -0.00257,-0.004063 -0.00415,-0.0100817 -0.002646,-0.010078 0.001028,1.94e-6 0.006935,0.0123189 0.006876,0.0143368 -1.972e-5,6.7689e-4 -7.9124e-4,0.001433 -0.001714,0.001681 -0.002187,5.8687e-4 -5.083e-5,-7.5828e-4 0.002214,-7.5828e-4 0.001308,0 1.2084e-4,0.003595 6.4989e-4,-0.004026 7.3486e-4,-0.0105871 9.8868e-4,-0.0117545 0.005375,-0.0247188 0.00506,-0.0149578 0.008885,-0.0184578 0.023432,-0.0214453 0.00324,-6.6541e-4 0.006216,-0.001341 0.006612,-0.001501 3.9659e-4,-1.6029e-4 -5.0219e-4,-0.001822 -0.001997,-0.003693 -0.003506,-0.004387 -0.002197,-0.005259 0.002371,-0.00158 0.002934,0.002363 0.003911,0.002735 0.005567,0.002115 0.003503,-0.001311 0.0185093,-0.0127738 0.0185229,-0.014149 6.94e-6,-7.2549e-4 0.001727,-0.004016 0.003821,-0.007311 0.002094,-0.003296 0.004069,-0.006415 0.004388,-0.006932 3.3732e-4,-5.4626e-4 -0.001823,-1.5737e-4 -0.00516,9.2901e-4 -0.005397,0.001757 -0.0137798,0.002561 -0.0137683,0.001321 5.56e-6,-5.2837e-4 0.006881,-0.002432 0.0239304,-0.006624 0.008654,-0.002128 0.0174727,-0.002295 0.0237963,-4.5034e-4 0.00872,0.002544 0.0148321,0.007386 0.0158452,0.0125555 3.852e-4,0.001965 0.001919,0.005027 0.003408,0.006804 0.004142,0.004942 0.007845,0.005725 0.009503,0.002007 5.3358e-4,-0.001196 2.0905e-4,-0.001739 -0.001231,-0.002059 -0.004411,-9.791e-4 -0.007293,-0.007528 -0.004122,-0.009369 0.001198,-6.9529e-4 0.001862,-5.2496e-4 0.003213,8.2401e-4 9.3678e-4,9.3526e-4 0.001703,0.002617 0.001703,0.003737 0,0.003685 0.00184,0.002923 0.003614,-0.001497 0.002574,-0.006415 0.002272,-0.0118443 -8.5961e-4,-0.0154794 l 0,0 z M 0.19737156,0.5942149 c -0.001335,0.004354 -0.003228,0.005234 -0.0112484,0.005234 -0.009975,0 -0.0154445,-0.003079 -0.0162808,-0.009165 -4e-4,-0.002911 -7.5827e-4,-0.003547 -0.001375,-0.002442 -4.5888e-4,8.2209e-4 -8.682e-4,0.002787 -9.096e-4,0.004366 -1.1305e-4,0.004311 -0.002682,0.003089 -0.003069,-0.001459 -2.4619e-4,-0.002895 2.3542e-4,-0.004285 0.002185,-0.006308 0.002953,-0.003064 0.006752,-0.003555 0.006606,-8.5414e-4 -7.667e-5,0.001426 3.1038e-4,0.001656 0.002142,0.001272 0.004259,-8.9302e-4 0.0156543,-0.001744 0.0180445,-0.001347 0.005071,8.4139e-4 0.006081,0.003608 0.003905,0.0107028 z M 0.1618878,0.57602156 c -0.001888,0.001651 -0.007801,0.001933 -0.0116816,5.5678e-4 -0.005405,-0.001917 -0.0279562,-0.014781 -0.039321,-0.0224296 -0.01105785,-0.007442 -0.02649061,-0.0204124 -0.02871499,-0.0241333 -0.0018106,-0.003029 -0.007133,-0.0219721 -0.0063309,-0.022533 0.0011225,-7.8497e-4 0.0054105,0.001387 0.0230214,0.0116601 0.01553272,0.009061 0.01857925,0.0112242 0.02587273,0.0183715 0.004547,0.004456 0.0111201,0.0101859 0.0146074,0.0127339 0.003487,0.002548 0.008339,0.007033 0.0107814,0.009968 0.002443,0.002934 0.006571,0.006811 0.009174,0.008614 0.004719,0.00327 0.005284,0.004837 0.002592,0.007192 z"
+         style="fill:#ac9d93;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3087"
+         d="m 0.14873717,0.58750287 c -0.001063,-0.007026 -0.001098,-0.007088 -0.00482,-0.008538 -0.0226492,-0.008825 -0.0381588,-0.0171071 -0.05293462,-0.0282677 -0.003096,-0.002339 -0.0067923,-0.004505 -0.0082139,-0.004814 -0.0014216,-3.0914e-4 -0.009092,-0.002676 -0.01704526,-0.005259 -0.01469502,-0.004773 -0.02309998,-0.006917 -0.02417388,-0.006166 -0.0011437,7.998e-4 0.01010761,0.0153052 0.01500465,0.0193443 0.0027173,0.002241 0.0075494,0.006473 0.01073797,0.009403 0.01821055,0.0167374 0.04230425,0.0275499 0.06829315,0.0306478 0.0150773,0.001797 0.0144322,0.002109 0.0131521,-0.00635 l 0,0 z"
+         style="fill:#ac9d93;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3101"
+         d="m 0.33687669,0.53131679 c -0.001107,-0.009511 -0.001159,-0.00973 -0.00265,-0.0110269 -0.002141,-0.001863 -0.005575,-0.002877 -0.009687,-0.00286 -0.002776,1.137e-5 -0.003891,1.6006e-4 -0.006641,8.8582e-4 -0.002607,6.8818e-4 -0.002651,7.1887e-4 -0.001867,0.001307 3.6435e-4,2.7342e-4 0.00247,0.001516 0.004679,0.002761 0.009028,0.005089 0.0138042,0.008163 0.0146045,0.009402 4.8674e-4,7.5313e-4 0.001869,0.002035 0.001818,0.001685 -1.514e-5,-1.03e-4 -1.3056e-4,-0.001072 -2.5632e-4,-0.002154 z"
+         style="fill:#ac9d93;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3103"
+         d="m 0.30832577,0.54102462 c -0.004303,-0.002773 -0.009348,-0.003897 -0.0174991,-0.003901 l -0.002838,-9.7e-7 -0.001011,0.001349 c -0.001374,0.001834 -0.003304,0.003965 -0.005526,0.006101 -0.00102,9.8049e-4 -0.0018,0.001821 -0.001734,0.001867 6.625e-5,4.633e-5 0.001363,-2.5144e-4 0.002883,-6.6169e-4 0.005839,-0.001577 0.0155325,-0.003627 0.0187164,-0.003958 0.001093,-1.1372e-4 0.003283,-2.2703e-4 0.004866,-2.5179e-4 0.001583,-2.477e-5 0.002878,-5.031e-5 0.002879,-5.682e-5 2.7e-7,-6.8e-6 -3.3075e-4,-2.2529e-4 -7.3578e-4,-4.8625e-4 l 0,0 z"
+         style="fill:#ac9d93;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3105"
+         d="m 0.26776409,0.37990312 c -0.003806,0.003383 -0.0114428,0.006366 -0.016299,0.006366 -0.00503,0 -0.004217,-7.4546e-4 0.002772,-0.002543 0.005826,-0.001499 0.0105055,-0.003867 0.0105055,-0.005317 0,-0.001319 -0.006428,-0.002339 -0.007451,-0.001182 -4.1585e-4,4.7054e-4 -0.002886,0.001033 -0.00549,0.00125 -0.006961,5.8026e-4 -0.0240548,0.006477 -0.0284068,0.0098 -0.003572,0.002727 -0.004671,0.004734 -0.002592,0.004734 5.7716e-4,0 0.002089,0.001425 0.00336,0.003167 0.001271,0.001742 0.003525,0.00445 0.00501,0.006019 l 0.002699,0.002852 0.001707,-0.001763 c 0.002921,-0.003018 0.009999,-0.007017 0.0188814,-0.0106697 0.0107289,-0.004412 0.0119317,-0.00517 0.0150757,-0.009506 0.003197,-0.004408 0.003306,-0.005944 2.2764e-4,-0.003208 z"
+         style="fill:#ac9d93;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3158"
+         d="m 0.15154462,0.56589907 c -0.003189,-0.003708 -0.009568,-0.009784 -0.0141752,-0.0135017 -0.004607,-0.003718 -0.0117506,-0.0101019 -0.0158745,-0.0141862 -0.005109,-0.00506 -0.0101826,-0.008992 -0.0159228,-0.0123406 -0.004634,-0.002703 -0.01204838,-0.007033 -0.01647727,-0.009622 -0.0044289,-0.002589 -0.0082703,-0.004555 -0.0085365,-0.004369 -8.155e-4,5.7028e-4 0.0038399,0.0153811 0.005693,0.018112 0.0017719,0.002611 0.01760172,0.0159242 0.02621749,0.0220492 0.004694,0.003337 0.0271393,0.0162466 0.0362333,0.0208401 0.005265,0.002659 0.008686,0.003082 0.008659,0.00107 -9.72e-6,-7.2096e-4 -0.002627,-0.004345 -0.005816,-0.008052 z"
+         style="fill:#ff8080;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3162"
+         d="m 0.14930531,0.56575537 c -0.0149711,-0.0165665 -0.03734,-0.0348662 -0.05629499,-0.0460544 l -0.01052885,-0.006215 0.0015179,0.006713 c 0.0029986,0.0132615 0.02129773,0.0277081 0.06618651,0.0522523 0.006429,0.003515 0.006102,0.00103 -8.8057e-4,-0.006696 z"
+         style="fill:#ff5555;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3180"
+         d="m 0.28930523,0.49661193 c -0.003352,-0.0125652 -0.0143674,-0.0338758 -0.0213635,-0.0413291 -0.002775,-0.002956 -0.0101659,-0.009023 -0.0164251,-0.013483 l -0.0113803,-0.008108 -0.001297,0.004494 c -7.1354e-4,0.002472 -5.0254e-4,0.005135 4.689e-4,0.005918 9.7145e-4,7.8276e-4 0.001766,0.002486 0.001766,0.003785 0,0.001299 0.007247,0.0127105 0.0161052,0.0253592 0.008858,0.0126487 0.0171233,0.0258253 0.0183678,0.0292813 0.002118,0.005882 0.002732,0.006277 0.009596,0.006176 0.004033,-5.925e-5 0.007249,-4.4486e-4 0.007146,-8.5684e-4 -1.0292e-4,-4.1198e-4 -0.001446,-0.005468 -0.002984,-0.0112358 z"
+         style="fill:#e3dbdb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3182"
+         d="m 0.24644943,0.58013142 c -0.003421,-0.005503 -0.005481,-0.005782 -0.0160868,-0.002175 -0.009063,0.003082 -0.0136764,0.009189 -0.0181281,0.0239957 -0.003245,0.0107924 -0.00442,0.0242463 -0.002117,0.0242463 0.001249,0 0.0142641,-0.004484 0.01579,-0.005439 4.9518e-4,-3.1015e-4 0.001459,-0.005058 0.002142,-0.0105514 0.001449,-0.0116519 0.005459,-0.0141105 0.008053,-0.004937 0.002156,0.007625 0.004888,0.007992 0.009788,0.001314 0.004544,-0.006192 0.004826,-0.0195861 5.5847e-4,-0.0264529 z"
+         style="fill:#e3dbdb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3184"
+         d="m 0.28469674,0.53741407 c -5.8123e-4,0 -0.001365,2.3835e-4 -0.001742,5.2966e-4 -3.77e-4,2.9132e-4 -9.9148e-4,5.2966e-4 -0.001366,5.2966e-4 -3.7404e-4,0 -0.001521,1.2616e-4 -0.002549,2.8034e-4 -0.00165,2.4753e-4 -0.001896,3.7366e-4 -0.002097,0.001077 -1.2541e-4,4.3838e-4 -0.001829,0.003083 -0.003785,0.005877 -0.003079,0.004397 -0.005161,0.007749 -0.005161,0.008309 0,3.0995e-4 0.001611,-8.4921e-4 0.00327,-0.002352 9.1446e-4,-8.2877e-4 0.004548,-0.004374 0.008075,-0.007879 0.006118,-0.006079 0.006364,-0.006372 0.005356,-0.006372 z"
+         style="fill:#e3dbdb;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3220"
+         d="m 0.19165815,0.59240662 c -9.5733e-4,4.86e-6 -0.002733,3.2325e-4 -0.003945,7.0829e-4 -0.002165,6.8739e-4 -0.005026,0.002828 -0.005026,0.00376 0,7.2012e-4 0.002667,1.2766e-4 0.004176,-9.2778e-4 7.017e-4,-4.907e-4 0.002459,-0.001423 0.003906,-0.002072 0.001446,-6.4907e-4 0.00263,-0.001247 0.00263,-0.001328 0,-8.149e-5 -7.8327e-4,-1.4453e-4 -0.001741,-1.4e-4 z"
+         style="fill:#000000;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3246"
+         d="m 0.20461621,0.62491451 c -4.791e-4,-1.2857e-4 -0.001212,-3.613e-5 -0.001628,2.0546e-4 -4.1624e-4,2.4158e-4 -0.001196,3.8684e-4 -0.001734,3.228e-4 -6.5415e-4,-7.799e-5 -9.0293e-4,6.915e-5 -7.5285e-4,4.4537e-4 1.2334e-4,3.0898e-4 3.6428e-4,0.001403 5.3557e-4,0.002431 5.4753e-4,0.003285 0.003473,0.002554 0.004083,-0.001021 3.0619e-4,-0.001793 2.2273e-4,-0.002188 -5.0414e-4,-0.002383 z"
+         style="fill:#ffb380;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3076"
+         d="m 0.11910492,0.40645592 c -0.0114477,-0.002223 -0.0114013,-0.002237 -0.02131252,0.006433 -0.01330929,0.0116427 -0.01628813,0.0185048 -0.01039379,0.0239434 0.0025571,0.002359 0.0036639,0.002475 0.0079655,8.3111e-4 0.0027477,-0.00105 0.008826,-0.002283 0.01350739,-0.00274 0.008018,-7.8292e-4 0.008598,-0.001187 0.0100069,-0.006963 8.2238e-4,-0.003373 0.003017,-0.00868 0.004878,-0.0117933 0.004603,-0.007704 0.004493,-0.007935 -0.004651,-0.009711 z"
+         style="fill:#ffffff;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3078"
+         d="m 0.1938025,0.58723982 c -0.001034,-3.738e-4 -0.003799,-6.6732e-4 -0.007646,-8.1149e-4 -0.007295,-2.7337e-4 -0.009001,1.5234e-4 -0.0105731,0.002637 -0.001829,0.002891 -0.001475,0.00543 8.615e-4,0.006174 0.002168,6.9068e-4 0.002727,5.2847e-4 0.004188,-0.001215 0.001976,-0.002357 0.004124,-0.003472 0.007687,-0.00399 0.005984,-8.6959e-4 0.007103,-0.001133 0.007103,-0.001672 0,-2.9576e-4 -7.2875e-4,-8.0128e-4 -0.001619,-0.001123 z"
+         style="fill:#ffffff;stroke:none" />
+    </g>
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.06225065;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 58.237903,66.996489 C 58.126046,66.884632 57.893737,66.515279 57.721661,66.175703 57.549585,65.836128 57.017939,64.965256 56.540224,64.240433 55.097377,62.051241 54.81047,61.29856 54.446997,58.749 c -0.437249,-3.067049 -0.590811,-6.98555 -0.312961,-7.985918 0.247733,-0.891937 3.881971,-4.028258 9.379053,-8.094053 1.29335,-0.956599 3.077923,-2.352611 3.965717,-3.10225 2.812268,-2.374633 4.612898,-3.396167 7.911535,-4.488371 2.786547,-0.922647 6.240568,-1.3803 7.863518,-1.041906 1.571856,0.327741 4.329548,1.877723 5.758803,3.236777 0.85227,0.810409 1.230815,1.693999 1.229679,2.870284 -0.0013,1.278345 -0.171583,1.636718 -1.309175,2.75418 -1.568798,1.541036 -2.376511,3.290511 -2.979063,6.452535 -0.480962,2.523954 -0.524893,6.721124 -0.09134,8.726647 0.09383,0.43405 0.159676,0.789182 0.146318,0.789182 -0.53065,0 -8.520851,1.555186 -11.107729,2.161971 -5.877275,1.378591 -11.240254,3.365815 -13.761365,5.099202 -1.51697,1.042993 -2.449115,1.32218 -2.902086,0.869209 l 0,0 z"
+       id="path3355"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.06225065;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 242.71927,114.93632 c -0.99658,-0.50231 -1.28237,-1.38162 -1.65198,-5.08284 -0.3284,-3.28861 -0.35498,-5.2201 -0.0856,-6.21879 0.6342,-2.35102 2.45676,-3.55798 6.05702,-4.011148 1.37135,-0.172613 1.98181,-0.06252 2.54084,0.458238 0.43908,0.40903 1.34468,2.24025 1.34468,2.71909 0,0.41013 -0.22389,0.58953 -2.19236,1.75675 -2.15827,1.27977 -3.15393,2.50586 -3.67515,4.52574 -0.10034,0.38884 -0.2984,1.44566 -0.44014,2.34848 -0.34284,2.18377 -0.737,3.59867 -1.00251,3.59867 -0.0655,0 -0.19474,0.0286 -0.28723,0.0636 -0.0925,0.035 -0.3659,-0.036 -0.60759,-0.15784 l 0,0 z"
+       id="path3357"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.01556266;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 250.6335,112.66173 c -0.0701,-0.10696 -0.0948,-0.45416 -0.049,-0.68936 0.0668,-0.34333 0.32102,-0.82908 0.60471,-1.15538 0.1733,-0.19932 0.58633,-0.53329 0.77168,-0.62398 0.25789,-0.12617 0.32614,-0.0618 0.35321,0.33318 0.0198,0.28895 -0.0223,0.49595 -0.16438,0.80715 -0.21301,0.46673 -0.52136,0.84699 -0.93167,1.14894 -0.36585,0.26923 -0.49894,0.31008 -0.58454,0.17945 z"
+       id="path3359"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+  </g>
+</svg>
diff --git a/figures/rabbit_simple.svg b/figures/rabbit_simple.svg
new file mode 100644 (file)
index 0000000..1340640
--- /dev/null
@@ -0,0 +1,196 @@
+<?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"
+   width="287.65625"
+   height="217.625"
+   id="svg3245"
+   version="1.1"
+   inkscape:version="0.48.3.1 r9886"
+   sodipodi:docname="rabbit_simplified.svg">
+  <defs
+     id="defs3247" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.9899495"
+     inkscape:cx="300.49618"
+     inkscape:cy="184.76819"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1280"
+     inkscape:window-height="994"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <sodipodi:guide
+       orientation="0,1"
+       position="-26.691516,-31.882946"
+       id="guide4332" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3250">
+    <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
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-227.75,-256.03125)">
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 478.78564,339.0153 -16.66751,-1.01016 -36.11296,-47.7297 -12.6269,-33.0825 28.53681,17.17259 23.2335,24.4962 10.35407,21.97082 z"
+       id="path4374"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 451.25899,350.37951 -51.26524,-30.55711 -27.52666,-37.12311 -0.25254,-6.81853 30.30458,4.29315 23.23351,11.11168 24.74873,26.5165 12.62691,21.71828 z"
+       id="path4370"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 285.59397,323.10539 -10.6066,9.09138 -10.10153,27.02158 -17.67767,2.77792 -18.94036,41.66879 1.2627,9.59645 5.55583,2.77792 14.39468,-8.5863 12.12183,-22.47589 13.63706,5.05076 14.14213,8.83884 20.70813,2.0203 14.89975,18.18275 28.53681,14.64721 22.47589,6.56599 14.39468,1.01015 25.25381,31.81981 18.43528,-2.77792 8.33376,-2.27284 -0.50507,-5.55584 -6.06092,-4.29315 -10.10152,-1.51523 -9.09138,-13.63706 0.25254,-5.80838 20.20305,-14.64721 17.67767,-16.66752 12.62691,5.05077 22.72843,-0.25254 8.33376,-9.59645 -3.78807,-1.51523 -10.85914,-1.26269 0.50507,-2.77792 20.45559,-0.75761 7.32361,-15.65737 2.52538,-1.51523 0.25254,-4.29314 -13.8896,-11.8693 -9.26469,-14.67259 -12.70613,-8.05584 -17.17259,-1.26269 -17.67767,10.6066 -12.62691,18.94036 -13.88959,4.04061 -18.43529,-3.78807 -20.96066,-14.14214 -21.46575,-17.67767 -18.68782,-17.67767 -23.99112,-3.28299 z"
+       id="path4478"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccc" />
+    <path
+       style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 285.59397,323.61047 -5.55584,-10.85914 1.01016,-8.83883 20.20305,-14.64722 13.38452,0 4.54568,7.32361 -5.3033,18.18274 z"
+       id="path4368"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ff5555;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 452.26914,343.05591 -36.61803,-26.76905 -27.02158,-30.30457 23.23351,4.54568 25.50635,22.4759 20.70813,26.5165 z"
+       id="path4372"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 467.61083,370.8351 -0.37881,-10.54346 2.46225,-5.93465 6.88167,0.25254 3.09359,4.79822 -5.42957,3.78808 -0.88389,7.63927 z"
+       id="path4376"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#008000;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 473.41921,371.02451 0.88388,-7.95495 5.36644,-3.53554 0.69448,4.79823 -4.29315,6.31345 z"
+       id="path4378"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 476.13399,370.51943 4.41942,-0.50507 -0.31567,-5.30331 z"
+       id="path4380"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 463.69649,353.78878 5.4927,-4.9245 8.27063,0.37881 -8.14436,1.19956 -4.35628,3.97747 z"
+       id="path4382"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffb37f;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 506.61734,377.62066 4.64286,-6.96428 3.21428,2.5 0.35715,5 z"
+       id="path4384"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 266.03612,386.66064 -15.71429,29.64285 1.96429,8.03572 8.03571,-1.42857 10.17857,-11.07143 14.28572,-15.71429 z"
+       id="path4480"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 428.38818,429.04154 -6.06118,22.62065 -5.01024,-8.51351 0,-5.89285 z"
+       id="path4482"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ac9d93;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 398.9239,451.89868 -2.67857,13.57143 3.39285,6.25 15.71429,1.25 z"
+       id="path4484"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#e3dbdb;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 309.71136,400.85715 11.61675,-1.51523 37.75445,16.92006 18.18275,9.34391 13.8896,1.89403 -1.89404,7.57615 1.01015,6.18718 -15.15228,-0.50507 -28.15801,-10.48034 -22.34962,-11.86929 z"
+       id="path4486"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#c8b7b7;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 418.9341,428.13127 -2.0203,8.33376 20.45558,-14.39468 z"
+       id="path4488"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#e3dbdb;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 455.29959,405.40284 6.31346,-18.18275 24.74873,-6.81853 25.25382,-1.76777 -7.32361,15.40483 -20.20305,0.75761 0,3.283 14.64721,3.03046 -8.83883,10.10152 -22.22336,-0.25253 z"
+       id="path4490"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 280,111.42762 -18.21429,-5"
+       id="path4492"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 273.75,96.42762 -9.10714,6.42857"
+       id="path4494"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 4.6428571,148.57048 15.714286,132.14191"
+       id="path4496"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 25,158.21333 36.071428,144.28476"
+       id="path4498"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 203.04066,100.53056 10.10153,0.50508 -6.06092,6.56599 7.57614,0 -4.54568,7.57614 8.08122,-1.51522"
+       id="path4500"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 216.17264,111.26343 4.16688,5.3033"
+       id="path4502"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 227.7894,139.42144 -7.07107,-8.5863"
+       id="path4504"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 207.08127,203.56612 -0.50508,-6.06091 -7.07106,0.50507"
+       id="path4506"
+       inkscape:connector-curvature="0"
+       transform="translate(227.32245,266.11266)" />
+  </g>
+</svg>
diff --git a/figures/shape.html b/figures/shape.html
new file mode 100644 (file)
index 0000000..f130d83
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html>
+<head>
+       <title>Interactive SVG with Javascript</title>
+<script type="text/javascript" id="ohgodnowhatamIdoing">
+       var count = 0;
+       function interact()
+       {
+               setTimeout(function () {
+                       var colour = (count % 2 == 0) ? "#000000" : "#00ff00";
+                       document.getElementById("rect1").style.fill = colour;
+                       count += 1;
+               },1000);
+       }
+</script>
+</head>
+<body>
+<svg id="svg_example" xmlns="http://www.w3.org/2000/svg"
+       version="1.1" width="104" height="186">
+<path id="straightline" d = "m 0, 0 104, 186" style="stroke:#000000;"/>
+<rect id="rect1"
+       x = "30" y = "20" width = "30" height = "150"
+       style = "fill:#0000ff; fill-opacity:0.5; stroke:#000000;"/>
+<path id="path"
+       d = "m 57,185 c 0,0 57,-13 32,-43 -25,-30 -53,2 -25,-30 28,
+               -32 52,17 28,-32 -24,-50 -16,44 -35,12 -19,-32 13,-64 13,
+               -64 0,0 40,-50 -0,-14 -40,36 -94,68 -59,109 35,41 45,62 45,62 z"
+       style = "fill:#ff0000; fill-opacity:0.75; stroke:#000000;"/>
+<rect id="rect2"
+       x = "12" y = "130" width = "60" height = "20"
+       style = "fill:#00ff00; fill-opacity:0.5; stroke:#000000;"/>
+</svg>
+<img src="shape.svg"/>
+
+<button id="ohdearabutton" onclick="interact();">Asplode</button>
+
+
+</body>
+</html>
diff --git a/figures/shape.pdf b/figures/shape.pdf
new file mode 100644 (file)
index 0000000..54d3670
Binary files /dev/null and b/figures/shape.pdf differ
diff --git a/figures/shape.svg b/figures/shape.svg
new file mode 100644 (file)
index 0000000..0e1ed7c
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
+       "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg id="svg_example" xmlns="http://www.w3.org/2000/svg"
+       version="1.1" width="104" height="186">
+<path id="straightline" d = "m 0, 0 104, 186" style="stroke:#000000;"/>
+<rect id="rect1"
+       x = "30" y = "20" width = "30" height = "150"
+       style = "fill:#0000ff; fill-opacity:0.5; stroke:#000000;"/>
+<path id="path"
+       d = "m 57,185 c 0,0 57,-13 32,-43 -25,-30 -53,2 -25,-30 28,
+               -32 52,17 28,-32 -24,-50 -16,44 -35,12 -19,-32 13,-64 13,
+               -64 0,0 40,-50 -0,-14 -40,36 -94,68 -59,109 35,41 45,62 45,62 z"
+       style = "fill:#ff0000; fill-opacity:0.75; stroke:#000000;"/>
+<rect id="rect2"
+       x = "12" y = "130" width = "60" height = "20"
+       style = "fill:#00ff00; fill-opacity:0.5; stroke:#000000;"/>
+</svg>

UCC git Repository :: git.ucc.asn.au