aboutsummaryrefslogtreecommitdiff
path: root/28x30-90⁰.svg
diff options
context:
space:
mode:
Diffstat (limited to '28x30-90⁰.svg')
-rw-r--r--28x30-90⁰.svg582
1 files changed, 582 insertions, 0 deletions
diff --git a/28x30-90⁰.svg b/28x30-90⁰.svg
new file mode 100644
index 0000000..b2a7ea0
--- /dev/null
+++ b/28x30-90⁰.svg
@@ -0,0 +1,582 @@
+<?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"
+ onload="Start(evt)"
+ width="1052.3622"
+ height="744.09448"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="28x30-90⁰.svg">
+ <script
+ type="text/ecmascript"
+ id="showMergeScript">
+
+ // How long to sleep between steps
+ var delta_time = 25;
+
+ // Distances and angles needed for the transformation
+ var height; // the height of the isolation
+ var r_angle_max; // the maximum angle to rotate the isolation
+ var r_upper_left_x;
+ var r_upper_left_y;
+ var l_upper_left_y;
+
+ // Tracking the transformation progress
+ var l_y_off = 0;
+ var r_angle = 0;
+
+ // Paths representing the left and right half of the isolation
+ var l_iso, r_iso;
+ // used to pass along the rotation transformation
+ var r_rot_trans;
+
+ function Start(evt) {
+
+ r_iso = evt.target.ownerDocument.getElementById(&quot;rightIso&quot;);
+ l_iso = evt.target.ownerDocument.getElementById(&quot;leftIso&quot;);
+
+ getDists();
+
+ rotateUp();
+ }
+
+ // Get the distances we need to move objects from the paths
+ function getDists() {
+ // The heigt of the isolation, since this is a 90⁰ angle it's also
+ // the distance from the &quot;midth line&quot; of the cut to the
+ // &quot;0&quot; on the x-Axis
+ height = 336.625;
+ // We rotate about the left upper point of the right part
+ r_upper_left_x = 868.125;
+ r_upper_left_y = l_upper_left_y = 230.3125;
+ r_angle_max = -90;
+ }
+
+ // First rotate the right side up
+ function rotateUp() {
+ if (r_angle &gt; r_angle_max) {
+ r_angle -= 2;
+ r_rot_trans = &quot;rotate(&quot; + r_angle + &quot;, &quot; + r_upper_left_x + &quot;, &quot; + r_upper_left_y + &quot;)&quot;
+
+ r_iso.setAttribute(&quot;transform&quot;,
+ r_rot_trans);
+ setTimeout(&quot;rotateUp()&quot;,
+ delta_time);
+ } else {
+ setTimeout(&quot;flip()&quot;, delta_time);
+ }
+ }
+
+ // Flip the left end
+ function flip() {
+ var delta = -1 * (l_upper_left_y + height);
+ var l_flip_trans = &quot;translate(0, &quot; + l_upper_left_y + &quot;) scale(1, -1) translate( 0, &quot; + delta + &quot; )&quot;
+
+ l_iso.setAttribute(&quot;transform&quot;,
+ l_flip_trans);
+ setTimeout(&quot;moveLeft()&quot;, delta_time);
+ }
+
+ // Move pieces together
+ function moveLeft() {
+ l_y_off_max = -height;
+
+ if (l_y_off &gt; l_y_off_max) {
+ l_y_off -= 5;
+ if (l_y_off &lt; l_y_off_max) l_y_off = l_y_off_max;
+ trans = r_rot_trans + &quot; translate(0.0, &quot; + l_y_off + &quot;)&quot;
+
+ r_iso.setAttribute(&quot;transform&quot;, trans);
+ setTimeout(&quot;moveLeft()&quot;, delta_time);
+ }
+ }
+ </script>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="6.278452"
+ inkscape:cx="461.61414"
+ inkscape:cy="179.42309"
+ inkscape:document-units="cm"
+ inkscape:current-layer="layer3"
+ showgrid="true"
+ objecttolerance="10000"
+ showguides="false"
+ inkscape:snap-from-guide="true"
+ gridtolerance="10000"
+ guidetolerance="10000"
+ inkscape:window-width="1366"
+ inkscape:window-height="716"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ units="cm"
+ inkscape:snap-bbox="true"
+ inkscape:snap-global="true"
+ inkscape:object-paths="true"
+ inkscape:snap-nodes="true"
+ inkscape:snap-grids="true"
+ inkscape:snap-to-guides="true">
+ <inkscape:grid
+ originy="5cm"
+ dotted="false"
+ originx="5cm"
+ spacingy="1mm"
+ spacingx="1mm"
+ units="mm"
+ snapvisiblegridlinesonly="true"
+ enabled="true"
+ visible="true"
+ empspacing="10"
+ id="grid2985"
+ type="xygrid"
+ empcolor="#dd00ff"
+ empopacity="0.25098039" />
+ </sodipodi:namedview>
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 372.04724 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="1052.3622 : 372.04724 : 1"
+ inkscape:persp3d-origin="526.18109 : 248.03149 : 1"
+ id="perspective3858" />
+ </defs>
+ <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:description>Cutting Template for 90⁰ angels of Rockwool 800 35x30 for radii of about 3.5 cm</dc:description>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ style="display:none"
+ transform="translate(0,-308.2677)"
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Text">
+ <text
+ sodipodi:linespacing="125%"
+ id="text3811"
+ y="343.70078"
+ x="88.58268"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ xml:space="preserve"><tspan
+ y="343.70078"
+ x="88.58268"
+ id="tspan3813"
+ sodipodi:role="line">Template for 90⁰ angle with Rockwool 800 28x30</tspan><tspan
+ id="tspan4038"
+ y="378.70078"
+ x="88.58268"
+ sodipodi:role="line">Suitable for medium radii (~ 7cm)</tspan></text>
+ <a
+ id="a4034">
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+ x="664.37006"
+ y="1034.6456"
+ id="text3903"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3905"
+ x="664.37006"
+ y="1034.6456">CC-by-SA, © 2013 Guido Günter &lt;agx@sigxcpu.org&gt;</tspan></text>
+ </a>
+ <g
+ id="g4326">
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 177.66535,874.69683 708.66142,0 70.86614,0"
+ id="path2989"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:label="#path2995"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.99606,840.26376 0,70.86614"
+ id="middleLine"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,308.2677)"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 177.16535,566.92913 -70.86614,0"
+ id="path3847"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 106.79921,570.97242 850.39371,0"
+ id="path3871-1"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4176-9"
+ d="m 708.66406,874.69683 0,35.43307"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+ <path
+ transform="translate(0,308.2677)"
+ inkscape:connector-curvature="0"
+ id="path4196"
+ d="m 124.01575,212.59842 0,389.76378"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ transform="translate(0,308.2677)"
+ inkscape:connector-curvature="0"
+ id="path4198"
+ d="m 938.97638,212.59842 0,389.76378"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4176-8"
+ d="m 353.83071,875.69683 0,35.43307"
+ style="fill:none;stroke:#000000;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+ <g
+ transform="translate(-52.64961,-0.50000191)"
+ id="g4292">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#284550;fill-opacity:0.28703703;fill-rule:evenodd;stroke:none;stroke-width:0.99212599;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4235"
+ sodipodi:cx="434.05511"
+ sodipodi:cy="504.92126"
+ sodipodi:rx="8.8582678"
+ sodipodi:ry="62.007874"
+ d="m 431.76243,445.02626 c 1.50196,-2.81716 3.08341,-2.81716 4.58537,0"
+ transform="translate(0,308.2677)"
+ sodipodi:start="4.4505896"
+ sodipodi:end="4.9741884"
+ sodipodi:open="true" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 407.48031,566.92913 248.0315,248.03149"
+ id="path4259"
+ inkscape:connector-curvature="0"
+ transform="translate(0,308.2677)" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 407.48031,566.92913 566.92913,248.03149"
+ id="path4286"
+ inkscape:connector-curvature="0"
+ transform="translate(0,308.2677)" />
+ </g>
+ <g
+ id="g4292-0"
+ style="display:inline"
+ transform="translate(301.6811,-0.50000191)">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#284550;fill-opacity:0.28703703;fill-rule:evenodd;stroke:none;stroke-width:0.99212599;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4235-7"
+ sodipodi:cx="434.05511"
+ sodipodi:cy="504.92126"
+ sodipodi:rx="8.8582678"
+ sodipodi:ry="62.007874"
+ d="m 431.76243,445.02626 c 1.50196,-2.81716 3.08341,-2.81716 4.58537,0"
+ transform="translate(0,308.2677)"
+ sodipodi:start="4.4505896"
+ sodipodi:end="4.9741884"
+ sodipodi:open="true" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 407.48031,566.92913 248.0315,248.03149"
+ id="path4259-4"
+ inkscape:connector-curvature="0"
+ transform="translate(0,308.2677)" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 407.48031,566.92913 566.92913,248.03149"
+ id="path4286-4"
+ inkscape:connector-curvature="0"
+ transform="translate(0,308.2677)" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="display:inline"
+ inkscape:label="cutout"
+ id="layer3"
+ inkscape:groupmode="layer">
+ <g
+ id="g4292-1"
+ transform="translate(-52.64961,-308.7677)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3871-1-4"
+ d="m 106.79921,262.70472 850.39371,0"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 655.72835,566.42913 0,35.43307"
+ id="path4176-9-5"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:1,1;stroke-dashoffset:0"
+ d="m 106.01575,212.59842 0,389.76378"
+ id="path4196-7"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:1,1;stroke-dashoffset:0"
+ d="m 938.97638,212.59842 0,389.76378"
+ id="path4198-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 389.26378,567.42913 0,35.43307"
+ id="path4176-8-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 85.551566,566.92913 871.129194,0"
+ id="path3032"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:#284550;fill-opacity:0.28627452;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 106.3125 262.21875 L 106.3125 566.9375 L 389.3125 566.9375 L 262.875 262.21875 L 106.3125 262.21875 z "
+ id="rect3067" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.99212598;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="M 213.22716,141.47086 389.76378,566.92913 566.92913,141.73228"
+ id="path3034"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#284550;fill-opacity:0.28627452;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 939.42913,262.21875 0,304.71875 -283,0 126.4375,-304.71875 156.5625,0 z"
+ id="rect3067-0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.99212598;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
+ d="M 832.6432,142.23228 656.10658,567.69055 478.8125,141.73228"
+ id="path3034-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="color:#000000;fill:#284550;fill-opacity:0.28627452;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 514.25 262.21875 L 514.25 268.3125 L 389.9375 566.9375 L 514.25 566.9375 L 531.5 566.9375 L 655.8125 566.9375 L 531.5 268.3125 L 531.5 262.21875 L 528.96875 262.21875 L 516.78125 262.21875 L 514.25 262.21875 z "
+ id="rect3153" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text3811-8"
+ y="35.433071"
+ x="88.58268"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ xml:space="preserve"><tspan
+ y="35.433071"
+ x="88.58268"
+ id="tspan3813-1"
+ sodipodi:role="line">Template for 90⁰ angle with Rockwool 800 28x30</tspan><tspan
+ id="tspan4038-7"
+ y="70.433075"
+ x="88.58268"
+ sodipodi:role="line">Suitable for medium radii (~ 7cm)</tspan></text>
+ <a
+ transform="translate(-27.214781,-314.12822)"
+ style="display:inline"
+ id="a4034-0">
+ <text
+ xml:space="preserve"
+ style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:FreeSans"
+ x="664.37006"
+ y="1034.6456"
+ id="text3903-5"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3905-9"
+ x="664.37006"
+ y="1034.6456">CC-by-SA, © 2013 Guido Günther &lt;agx@sigxcpu.org&gt;</tspan></text>
+ </a>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4040"
+ y="132.31886"
+ x="183.78479"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ xml:space="preserve"><tspan
+ y="132.31886"
+ x="183.78479"
+ id="tspan4042"
+ sodipodi:role="line">✂</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4040-4"
+ y="132.31886"
+ x="431.81628"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ xml:space="preserve"><tspan
+ y="132.31886"
+ x="431.81628"
+ id="tspan4042-7"
+ sodipodi:role="line">✂</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4040-1"
+ y="132.31886"
+ x="538.11548"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ xml:space="preserve"><tspan
+ y="132.31886"
+ x="538.11548"
+ id="tspan4042-3"
+ sodipodi:role="line">✂</tspan></text>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4040-7"
+ y="132.31886"
+ x="821.58008"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ xml:space="preserve"><tspan
+ y="132.31886"
+ x="821.58008"
+ id="tspan4042-32"
+ sodipodi:role="line">✂</tspan></text>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.99212599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.99212598, 0.99212598;stroke-dashoffset:0"
+ d="m 783.07087,141.73228 0,460.62992"
+ id="path3035"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 818.50394,566.92913 0,35.43307"
+ id="path3037"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 853.93701,566.92913 0,35.43307"
+ id="path3039"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 889.37008,602.3622 0,-35.43307"
+ id="path3041"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <text
+ xml:space="preserve"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ x="822.97357"
+ y="596.12805"
+ id="text3812"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3814"
+ x="822.97357"
+ y="596.12805" /></text>
+ <text
+ xml:space="preserve"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ x="821.22156"
+ y="639.29156"
+ id="text3816"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3818"
+ x="821.22156"
+ y="639.29156" /></text>
+ <text
+ xml:space="preserve"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ x="813.05664"
+ y="637.79529"
+ id="text3820"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3822"
+ x="813.05664"
+ y="637.79529">1</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ x="849.55371"
+ y="637.79529"
+ id="text3824"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3826"
+ x="849.55371"
+ y="637.79529">2</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ x="885.82678"
+ y="637.79529"
+ id="text3828"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3830"
+ x="885.82678"
+ y="637.79529">3</tspan></text>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 924.80315,566.92913 0,35.43307"
+ id="path3832"
+ inkscape:connector-curvature="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:FreeSans;-inkscape-font-specification:Sans Bold"
+ x="921.25983"
+ y="637.79529"
+ id="text3834"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan3836"
+ x="921.25983"
+ y="637.79529">4cm</tspan></text>
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.99212599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 433.33071,673.17519 -43.5625,-105.75 -44.375,105.75"
+ id="path3034-42"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.99212599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="M 698.53125,673.21875 655.65625,566.75 610.03125,673.21875"
+ id="path3034-4-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ <g
+ style="display:none"
+ inkscape:label="iso-cut"
+ id="layer2"
+ inkscape:groupmode="layer" />
+</svg>