提交 4895131e 编写于 作者: S Stephan Ewen

[FLINK-1335] [docs] Update internals with brief description about JobManager...

[FLINK-1335] [docs] Update internals with brief description about JobManager data structures and scheduling.

This closes #281
上级 d2691d2e
......@@ -17,57 +17,47 @@ specific language governing permissions and limitations
under the License.
-->
<ul>
<li><a href="faq.html">FAQ</a></li>
<li>Quickstart
<ul>
<li><a href="setup_quickstart.html">Setup</a></li>
<li><a href="run_example_quickstart.html">Run Example</a></li>
<li><a href="java_api_quickstart.html">Java API</a></li>
<li><a href="scala_api_quickstart.html">Scala API</a></li>
</ul>
</li>
<li><div class="sidenav-category"><a href="faq.html">FAQ</a></div></li>
<li><div class="sidenav-category">Quickstart</div></li>
<li><div class="sidenav-item"><a href="setup_quickstart.html">Setup</a></div></li>
<li><div class="sidenav-item"><a href="run_example_quickstart.html">Run Example</a></div></li>
<li><div class="sidenav-item"><a href="java_api_quickstart.html">Java API</a></div></li>
<li><div class="sidenav-item-bottom"><a href="scala_api_quickstart.html">Scala API</a></div></li>
<li>Setup &amp; Configuration
<ul>
<li><a href="local_setup.html">Local Setup</a></li>
<li><a href="building.html">Build Flink</a></li>
<li><a href="cluster_setup.html">Cluster Setup</a></li>
<li><a href="yarn_setup.html">YARN Setup</a></li>
<li><a href="config.html">Configuration</a></li>
</ul>
</li>
<li><div class="sidenav-category">Setup &amp; Configuration</div></li>
<li><div class="sidenav-item"><a href="local_setup.html">Local Setup</a></div></li>
<li><div class="sidenav-item"><a href="building.html">Build Flink</a></div></li>
<li><div class="sidenav-item"><a href="cluster_setup.html">Cluster Setup</a></div></li>
<li><div class="sidenav-item"><a href="yarn_setup.html">YARN Setup</a></div></li>
<li><div class="sidenav-item-bottom"><a href="config.html">Configuration</a></div></li>
<li>Programming Guides
<ul>
<li><a href="programming_guide.html">Programming Guide</a></li>
<li><a href="dataset_transformations.html">DataSet Transformations</a></li>
<li><a href="java8_programming_guide.html">Java 8 Programming Guide</a></li>
<li><a href="streaming_guide.html">Streaming Guide</a></li>
<li><a href="iterations.html">Iterations</a></li>
<li><a href="spargel_guide.html">Spargel Graph API</a></li>
<li><a href="hadoop_compatibility.html">Hadoop Compatibility</a></li>
</ul>
</li>
<li><div class="sidenav-category">Programming Guides</div></li>
<li><div class="sidenav-item"><a href="programming_guide.html">Programming Guide</a></div></li>
<li><div class="sidenav-item"><a href="dataset_transformations.html">DataSet Transformations</a></div></li>
<li><div class="sidenav-item"><a href="java8_programming_guide.html">Java 8 Programming Guide</a></div></li>
<li><div class="sidenav-item"><a href="streaming_guide.html">Streaming Guide</a></div></li>
<li><div class="sidenav-item"><a href="iterations.html">Iterations</a></div></li>
<li><div class="sidenav-item"><a href="spargel_guide.html">Spargel Graph API</a></div></li>
<li><div class="sidenav-item-bottom"><a href="hadoop_compatibility.html">Hadoop Compatibility</a></div></li>
<li>Examples
<ul>
<li><a href="examples.html">Bundled Examples</a></li>
<li><a href="example_connectors.html">Connecting to other systems</a></li>
</ul>
</li>
<li><div class="sidenav-category">Examples</div></li>
<li><div class="sidenav-item"><a href="examples.html">Bundled Examples</a></div></li>
<li><div class="sidenav-item-bottom"><a href="example_connectors.html">Connecting to other systems</a></div></li>
<li>Execution
<ul>
<li><a href="local_execution.html">Local/Debugging</a></li>
<li><a href="cluster_execution.html">Cluster</a></li>
<li><a href="cli.html">Command-Line Interface</a></li>
<li><a href="web_client.html">Web Interface</a></li>
</ul>
</li>
<li><div class="sidenav-category">Execution</div></li>
<li><div class="sidenav-item"><a href="local_execution.html">Local/Debugging</a></div></li>
<li><div class="sidenav-item"><a href="cluster_execution.html">Cluster</a></div></li>
<li><div class="sidenav-item"><a href="cli.html">Command-Line Interface</a></div></li>
<li><div class="sidenav-item-bottom"><a href="web_client.html">Web Interface</a></div></li>
<li>Internals
<ul>
<li><a href="internal_overview.html">Overview</a></li>
</ul>
</li>
<li><div class="sidenav-category">Internals</div></li>
<li><div class="sidenav-item"><a href="internal_general_arch.html">Architecture and Process Model</a></div></li>
<!-- <li><a href="internal_program_life_cycle.html">From Program to Execution</a></li> -->
<li><div class="sidenav-item"><a href="internal_distributed_akka.html">Distributed Communication via Akka</a></div></li>
<li><div class="sidenav-item"><a href="internal_job_scheduling.html">Jobs and Scheduling</a></div></li>
<!-- <li><a href="#">Types & Serialization</a></li> -->
<!-- <li><a href="#">Distributed Runtime & Data Exchange</a></li> -->
<!-- <li><a href="#">Runtime Algorithms and Memory Management</a></li> -->
<!-- <li><a href=#">Program Optimizer</a></li> -->
<li><div class="sidenav-item-bottom"><a href="internal_howto.html">Developer How-To's</a></div></li>
</ul>
......@@ -274,6 +274,24 @@ ul {
font-size: 0.8em;
}
/*----------------------------------------------------------------------
Side navigation
----------------------------------------------------------------------*/
.sidenav-category {
font-weight: bold;
font-size: larger;
margin-top: 10px;
}
.sidenav-item {
border-top: thin solid #AAAAAA;
}
.sidenav-item-bottom {
border-bottom: thin solid #AAAAAA; border-top: thin solid #AAAAAA;
}
/*----------------------------------------------------------------------
Responsive CSS 768px / 992px / 1200px
----------------------------------------------------------------------*/
......
......@@ -18,6 +18,8 @@ specific language governing permissions and limitations
under the License.
-->
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
......@@ -26,14 +28,37 @@ under the License.
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"
version="1.0"
width="218.96001mm"
height="145.58mm"
width="817.49274"
height="463.47787"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="ClientJmTm.emf">
version="1.1"
inkscape:version="0.48.5 r10040">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="118.68649"
inkscape:cy="265.49231"
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="1600"
inkscape:window-height="838"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata92">
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
......@@ -44,221 +69,280 @@ under the License.
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1600"
inkscape:window-height="838"
id="namedview90"
showgrid="false"
inkscape:zoom="0.44467787"
inkscape:cx="387.92126"
inkscape:cy="257.91733"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
id="g6">
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0.17493185,-2.7660971)">
<g
id="g2989"
transform="translate(-24.016809,-116.88402)">
<path
style="fill:#f2dcdb;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 400.41225 121.04265 L 400.41225 245.42364 L 648.53657 245.42364 L 648.53657 121.04265 L 400.41225 121.04265 z "
id="path8" />
id="path2991"
d="m 400.33723,121.08016 0,124.38099 248.19934,0 0,-124.38099 -248.19934,0 z"
style="fill:#f2dcdb;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:2.5131261px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 400.41225 121.04265 L 648.53657 121.04265 L 648.53657 245.42364 L 400.41225 245.42364 z "
id="path10" />
id="path2993"
d="m 400.33723,121.08016 248.19934,0 0,124.38099 -248.19934,0 z"
style="fill:none;stroke:#000000;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="447.93557"
y="162.6102"
style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
id="text12">JobManager</text>
id="text2995"
style="font-size:22.5056076px;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="162.61018"
x="447.93558"
xml:space="preserve">JobManager</text>
<path
style="fill:#b9cde5;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 40.416319 137.80933 L 204.50095 137.80933 L 204.50095 175.58124 L 367.92916 175.58124 L 367.92916 162.99686 L 393.11669 188.16563 L 367.92916 213.35315 L 367.92916 200.76877 L 204.50095 200.76877 L 204.50095 238.54068 L 40.416319 238.54068 z "
id="path14" />
id="path2997"
d="m 40.510092,137.88435 164.103378,0 0,37.75316 163.46573,0 0,-12.58439 25.16877,25.16877 -25.16877,25.16877 0,-12.58438 -163.46573,0 0,37.75315 -164.103378,0 z"
style="fill:#b9cde5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:2.4943714px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 40.416319 137.80933 L 204.50095 137.80933 L 204.50095 175.58124 L 367.92916 175.58124 L 367.92916 162.99686 L 393.11669 188.16563 L 367.92916 213.35315 L 367.92916 200.76877 L 204.50095 200.76877 L 204.50095 238.54068 L 40.416319 238.54068 z "
id="path16" />
id="path2999"
d="m 40.510092,137.88435 164.103378,0 0,37.75316 163.46573,0 0,-12.58439 25.16877,25.16877 -25.16877,25.16877 0,-12.58438 -163.46573,0 0,37.75315 -164.103378,0 z"
style="fill:none;stroke:#000000;stroke-width:2.55063534px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#b9cde5;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 55.307528 144.91735 L 55.307528 181.27328 L 187.74365 181.27328 L 187.74365 144.91735 L 55.307528 144.91735 z "
id="path18" />
id="path3001"
d="m 55.288774,144.86109 0,36.45908 132.483006,0 0,-36.45908 -132.483006,0 z"
style="fill:#b9cde5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="85.103927"
y="171.84123"
style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
id="text20">Client</text>
id="text3003"
style="font-size:22.5056076px;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="171.84125"
x="85.103935"
xml:space="preserve">Client</text>
<path
style="fill:#ffffff;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 24.46547 120.22683 L 67.001067 120.22683 L 67.001067 162.76242 L 59.911801 169.85169 L 24.46547 169.85169 z "
id="path22" />
id="path3005"
d="m 24.46547,120.27371 42.507465,0 0,42.46058 -7.079889,7.07989 -35.427576,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:#cdcdcd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 59.911801 169.85169 L 61.327778 164.1784 L 67.001067 162.76242 z "
id="path24" />
id="path3007"
d="m 59.893046,169.81418 1.415978,-5.66391 5.663911,-1.41598 z"
style="fill:#cdcdcd;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2471857px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 59.911801 169.85169 L 61.327778 164.1784 L 67.001067 162.76242 L 59.911801 169.85169 L 24.46547 169.85169 L 24.46547 120.22683 L 67.001067 120.22683 L 67.001067 162.76242 "
id="path26" />
id="path3009"
d="m 59.893046,169.81418 1.415978,-5.66391 5.663911,-1.41598 -7.079889,7.07989 -35.427576,0 0,-49.54047 42.507465,0 0,42.46058"
style="fill:none;stroke:#000000;stroke-width:1.24718571px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.78242 124.73733 L 56.367167 124.73733 "
id="path28" />
id="path3011"
d="m 29.78242,124.80297 26.584747,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.78242 129.24782 L 61.684117 129.24782 "
id="path30" />
id="path3013"
d="m 29.78242,129.18218 31.901697,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.78242 133.75832 L 51.050218 133.75832 "
id="path32" />
id="path3015"
d="m 29.78242,133.71144 21.267798,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.78242 138.26882 L 61.684117 138.26882 "
id="path34" />
id="path3017"
d="m 29.78242,138.24069 31.901697,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.78242 142.7887 L 61.684117 142.7887 "
id="path36" />
id="path3019"
d="m 29.78242,142.77932 31.901697,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.78242 147.2992 L 43.079482 147.2992 "
id="path38" />
id="path3021"
d="m 29.78242,147.30857 13.287685,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.8754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 29.810552 151.80969 L 56.367167 151.80969 "
id="path40" />
<text
xml:space="preserve"
x="13.316211"
y="111.90327"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text42">Program</text>
id="path3023"
d="m 29.78242,151.83783 26.556615,0"
style="fill:none;stroke:#000000;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="239.19236"
y="229.55897"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text44">Submit Job</text>
id="text3025"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="229.55898"
x="239.21106"
xml:space="preserve">Submit Job</text>
<text
xml:space="preserve"
x="78.35225"
id="text3027"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="206.73724"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text46">Compiler/</text>
x="78.214714"
xml:space="preserve">Compiler/</text>
<text
xml:space="preserve"
x="78.802362"
y="227.74247"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text48">Optimizer</text>
id="text3029"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="227.74248"
x="78.814865"
xml:space="preserve">Optimizer</text>
<text
xml:space="preserve"
x="473.13199"
id="text3031"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="206.94733"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text50">Scheduling,</text>
x="473.13199"
xml:space="preserve">Scheduling,</text>
<text
xml:space="preserve"
x="424.21981"
y="227.95257"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text52">Resource Management</text>
id="text3033"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="227.95258"
x="424.21982"
xml:space="preserve">Resource Management</text>
<path
style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 524.49316 387.13394 L 524.49316 511.51493 L 772.61748 511.51493 L 772.61748 387.13394 L 524.49316 387.13394 z "
id="path54" />
id="path3035"
d="m 591.89746,422.65529 0,124.38099 248.16182,0 0,-124.38099 -248.16182,0 z"
style="fill:#d7e4bd;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:2.5131261px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 524.49316 387.13394 L 772.61748 387.13394 L 772.61748 511.51493 L 524.49316 511.51493 z "
id="path56" />
id="path3037"
d="m 591.89746,422.65529 248.16182,0 0,124.38099 -248.16182,0 z"
style="fill:none;stroke:#000000;stroke-width:2.55063534px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 554.53815 401.8001 L 554.53815 438.14665 L 742.53498 438.14665 L 742.53498 401.8001 L 554.53815 401.8001 z "
id="path58" />
id="path3039"
d="m 621.82991,437.28394 0,36.30904 187.99684,0 0,-36.30904 -187.99684,0 z"
style="fill:#d7e4bd;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="564.55047"
y="428.70836"
style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
id="text60">TaskManager</text>
id="text3041"
style="font-size:22.5056076px;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="464.15421"
x="631.76624"
xml:space="preserve">TaskManager</text>
<path
style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 218.04182 387.13394 L 218.04182 511.53369 L 466.16613 511.53369 L 466.16613 387.13394 L 218.04182 387.13394 z "
id="path62" />
id="path3043"
d="m 177.34418,422.65529 0,124.38099 248.16182,0 0,-124.38099 -248.16182,0 z"
style="fill:#d7e4bd;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:2.4943714px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 218.04182 387.13394 L 466.16613 387.13394 L 466.16613 511.53369 L 218.04182 511.53369 z "
id="path64" />
id="path3045"
d="m 177.34418,422.65529 248.16182,0 0,124.38099 -248.16182,0 z"
style="fill:none;stroke:#000000;stroke-width:2.55063534px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#d7e4bd;fill-rule:evenodd;fill-opacity:1;stroke:none;"
d=" M 248.10556 401.78134 L 248.10556 438.14665 L 436.08364 438.14665 L 436.08364 401.78134 L 248.10556 401.78134 z "
id="path66" />
id="path3047"
d="m 207.42668,437.28394 0,36.30904 187.84679,0 0,-36.30904 -187.84679,0 z"
style="fill:#d7e4bd;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="258.10565"
y="428.70836"
style="font-size:22.505608px;fill:#000000;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;font-family:Verdana;"
id="text68">TaskManager</text>
id="text3049"
style="font-size:22.5056076px;font-style:normal;font-weight:bold;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="464.15421"
x="217.23552"
xml:space="preserve">TaskManager</text>
<path
style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.018754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 409.2457 257.38912 L 296.51137 353.03795 L 300.14977 357.33277 L 412.90286 261.68394 z M 302.17528 335.82116 L 294.07326 358.79563 L 318.06049 354.53832 C 319.59837 354.27576 320.61112 352.81289 320.34856 351.27501 C 320.06724 349.75588 318.60437 348.72438 317.08524 349.0057 L 297.84295 352.41905 L 300.99374 356.11372 L 307.48285 337.69663 C 308.00798 336.23376 307.23904 334.62086 305.77618 334.09573 C 304.31331 333.58936 302.70041 334.3583 302.17528 335.82116 z"
id="path70" />
id="path3051"
d="m 416.89761,258.47689 -147.58052,146.38022 3.95724,3.99475 147.58052,-146.38022 z m -143.26694,128.76958 -6.30157,23.53712 23.59338,-6.11403 c 1.50037,-0.37509 2.40059,-1.91297 2.0255,-3.41335 -0.39385,-1.51913 -1.93173,-2.41935 -3.4321,-2.0255 l -18.92347,4.89497 3.43211,3.45086 5.045,-18.8672 c 0.39385,-1.51913 -0.48762,-3.05701 -1.98799,-3.45086 -1.50038,-0.41261 -3.05701,0.48762 -3.45086,1.98799 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.037509345px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 612.82767 257.46414 L 724.34295 360.0522 L 720.517 364.17823 L 609.00172 261.62768 z M 719.35421 342.61035 L 726.556 365.90366 L 702.73757 360.68986 C 701.2372 360.35227 700.26195 358.8519 700.59954 357.31402 C 700.93712 355.81364 702.43749 354.8384 703.93787 355.17598 L 723.03012 359.37703 L 719.7293 362.94042 L 713.99037 344.26076 C 713.54026 342.7979 714.36547 341.22251 715.82833 340.73489 C 717.3287 340.28477 718.9041 341.10998 719.35421 342.61035 z"
id="path72" />
id="path3053"
d="m 612.90269,257.57667 140.0974,144.26094 -4.05101,3.93848 -140.0974,-144.26094 z m 136.12141,126.59404 5.85146,23.63088 -23.48085,-6.52662 c -1.50038,-0.45011 -2.36309,-1.988 -1.95049,-3.48837 0.41261,-1.50038 1.95049,-2.36309 3.45086,-1.95049 l 18.82969,5.25131 -3.48837,3.37584 -4.68866,-18.94222 c -0.3751,-1.53788 0.56264,-3.03825 2.06301,-3.41335 1.50037,-0.37509 3.03826,0.52513 3.41335,2.06302 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.018754672px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 366.84139 350.71237 L 454.83831 272.43037 L 451.10613 268.22932 L 363.10921 346.51132 z M 449.587 289.77844 L 457.14514 266.61642 L 433.27044 271.43637 C 431.73256 271.73645 430.75731 273.21807 431.05739 274.75595 C 431.37622 276.27508 432.85784 277.25032 434.37696 276.95025 L 453.52548 273.08678 L 450.29968 269.44838 L 444.24192 288.03426 C 443.7543 289.51588 444.56075 291.09127 446.04237 291.57889 C 447.50523 292.06651 449.09938 291.26006 449.587 289.77844 z"
id="path74" />
id="path3055"
d="m 320.29229,409.69582 134.95862,-137.19043 -4.0135,-3.93848 -134.93986,137.19042 z m 130.85135,-119.52353 6.0015,-23.61213 -23.49961,6.39534 c -1.50037,0.39385 -2.38184,1.95049 -1.96924,3.45086 0.39385,1.50037 1.95049,2.38184 3.45086,1.96924 l 18.84845,-5.12003 -3.46962,-3.41335 -4.80119,18.94222 c -0.39385,1.50038 0.52513,3.03826 2.0255,3.41335 1.50037,0.3751 3.03826,-0.52513 3.41335,-2.0255 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:#000000;stroke-width:0.037509345px;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;"
d=" M 674.90564 367.85414 L 572.50513 265.49114 L 576.48112 261.47764 L 678.88163 363.87815 z M 576.74368 283.08302 L 570.55464 259.52715 L 594.11051 265.75371 C 595.61088 266.1288 596.51111 267.66668 596.13601 269.16706 C 595.72341 270.66743 594.18553 271.56765 592.68515 271.19256 L 573.78044 266.20382 L 577.2313 262.75296 L 582.22005 281.65767 C 582.59514 283.15804 581.69491 284.69592 580.19454 285.10853 C 578.69417 285.48362 577.15628 284.5834 576.74368 283.08302 z"
id="path76" />
id="path3057"
d="m 713.84034,414.29071 -141.48525,-148.76206 4.08852,-3.90097 141.48524,148.79957 z m -137.69681,-131.05765 -5.58889,-23.70591 23.40583,6.7892 c 1.46286,0.45011 2.32558,1.98799 1.91298,3.48837 -0.45012,1.50037 -1.988,2.36308 -3.48837,1.91297 l -18.79218,-5.43885 3.52587,-3.33833 4.50113,19.01723 c 0.37509,1.50038 -0.56264,3.00075 -2.10053,3.37584 -1.50037,0.33759 -3.00074,-0.60015 -3.37584,-2.10052 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:none;"
d=" M 303.80694 316.33506 C 304.68841 317.40407 305.2698 318.64188 305.53237 320.04848 C 305.77618 321.45508 305.64489 322.82417 305.13852 324.137 C 304.81969 324.9247 304.40709 325.61862 303.90071 326.23752 C 303.37558 326.85643 302.73792 327.47533 301.96898 328.11299 L 299.32457 330.32604 L 293.39809 318.64188 L 295.66741 316.74766 C 296.38009 316.14751 297.07401 315.65989 297.74918 315.26604 C 298.40559 314.87219 299.11827 314.64714 299.88721 314.55336 C 300.59989 314.47834 301.29381 314.59087 301.96898 314.89095 C 302.62539 315.19102 303.2443 315.65989 303.80694 316.33506 z M 302.51286 317.59162 C 302.10026 317.08524 301.65015 316.72891 301.16253 316.5226 C 300.69366 316.3163 300.16853 316.22253 299.60589 316.29755 C 299.062 316.35381 298.53687 316.50385 298.06801 316.76641 C 297.59914 317.02898 297.05525 317.40407 296.43635 317.9292 L 295.34858 318.82943 L 299.96223 327.96295 L 301.33132 326.81892 C 301.95022 326.29379 302.47535 325.78741 302.88796 325.26228 C 303.28181 324.7559 303.60063 324.19326 303.84445 323.57436 C 304.20078 322.58036 304.25705 321.54886 303.99448 320.47984 C 303.73192 319.41082 303.22554 318.45433 302.51286 317.59162 z M 311.79643 312.3028 C 311.70265 312.15277 311.62763 312.04024 311.57137 311.94646 C 311.49635 311.85269 311.42133 311.75892 311.34631 311.64639 C 310.95247 311.17752 310.50235 310.91496 310.03349 310.87745 C 309.56462 310.82118 309.03949 311.02748 308.47685 311.49635 C 307.85795 312.02148 307.4641 312.6779 307.2953 313.46559 C 307.14527 314.25329 307.23904 315.04098 307.59538 315.80993 z M 313.20303 319.01698 C 312.19027 319.86094 311.19628 320.29229 310.22103 320.29229 C 309.22704 320.29229 308.36432 319.84218 307.59538 318.9232 C 306.4701 317.57287 305.92621 316.07249 305.96372 314.40333 C 306.01999 312.71541 306.65765 311.36507 307.91421 310.31481 C 308.75817 309.62088 309.56462 309.30205 310.35232 309.33956 C 311.14001 309.37707 311.85269 309.77092 312.47159 310.52111 C 312.58412 310.65239 312.73416 310.87745 312.94046 311.19628 C 313.14676 311.51511 313.35306 311.8902 313.59687 312.34031 L 308.17677 316.87894 C 308.25179 317.01023 308.34557 317.16026 308.43934 317.29155 C 308.53311 317.42283 308.60813 317.53536 308.70191 317.64788 C 309.22704 318.26679 309.80843 318.58562 310.4836 318.62313 C 311.15877 318.66064 311.83394 318.39807 312.52786 317.81668 C 313.01548 317.42283 313.42808 316.8977 313.78442 316.29755 C 314.14076 315.67864 314.38457 315.09725 314.53461 314.57212 L 314.60963 314.51585 L 315.45359 316.07249 C 315.30355 316.33506 315.17227 316.57887 315.04098 316.78517 C 314.92846 317.01023 314.75966 317.25404 314.53461 317.55411 C 314.32831 317.83543 314.12201 318.098 313.95321 318.3043 C 313.76567 318.5106 313.52186 318.75441 313.20303 319.01698 z M 320.9112 303.75067 C 321.51135 304.4821 321.98021 305.25105 322.28029 306.07625 C 322.59912 306.90146 322.74915 307.70791 322.74915 308.45809 C 322.74915 309.24579 322.61787 309.95847 322.33655 310.65239 C 322.07399 311.32756 321.64263 311.90895 321.07999 312.37782 C 320.68614 312.71541 320.29229 312.97797 319.87969 313.16552 C 319.46709 313.35306 319.05448 313.46559 318.64188 313.52186 L 320.51735 317.21653 L 319.27954 318.24803 L 313.20303 306.24504 L 314.44084 305.21354 L 314.89095 306.13252 C 315.05974 305.51361 315.26604 304.93222 315.50985 304.42584 C 315.75366 303.91946 316.11 303.4506 316.59762 303.05675 C 317.3103 302.4566 318.04173 302.23154 318.79192 302.36283 C 319.52335 302.49411 320.23603 302.94422 320.9112 303.75067 z M 319.80467 305.0635 C 319.37331 304.53837 318.9232 304.23829 318.45433 304.14452 C 317.98547 304.05075 317.5166 304.21954 317.01023 304.63214 C 316.65389 304.93222 316.35381 305.34482 316.11 305.8512 C 315.86619 306.35757 315.67864 306.86395 315.52861 307.37032 L 318.04173 312.34031 C 318.45433 312.24654 318.82943 312.13401 319.14826 312.00273 C 319.46709 311.85269 319.80467 311.62763 320.17976 311.32756 C 320.62988 310.95247 320.94871 310.50235 321.1175 309.97722 C 321.30505 309.45209 321.36131 308.92696 321.30505 308.36432 C 321.24878 307.80168 321.09874 307.22029 320.83618 306.6764 C 320.59237 306.11376 320.23603 305.58863 319.80467 305.0635 z M 321.09874 294.72967 L 327.28779 306.93897 L 326.04998 307.97047 L 319.86094 295.76118 z M 332.97045 294.12953 C 333.53309 294.78594 333.94569 295.49862 334.26452 296.26756 C 334.5646 297.0365 334.71464 297.80544 334.71464 298.55563 C 334.73339 299.34332 334.60211 300.07476 334.32079 300.74992 C 334.03947 301.42509 333.55185 302.044 332.89543 302.60664 C 332.01396 303.33807 331.13249 303.6569 330.23227 303.56313 C 329.31329 303.48811 328.50684 303.00049 327.77541 302.11902 C 327.21277 301.4626 326.80016 300.74992 326.50009 299.98098 C 326.20001 299.2308 326.03122 298.46185 326.03122 297.67416 C 326.01247 296.92397 326.16251 296.19254 326.46258 295.47986 C 326.78141 294.76718 327.23152 294.16703 327.86918 293.6419 C 328.71314 292.92923 329.59461 292.6104 330.49483 292.66666 C 331.39506 292.74168 332.22026 293.21055 332.97045 294.12953 z M 333.28928 298.57438 C 333.23302 298.0305 333.06422 297.46786 332.82041 296.90522 C 332.55785 296.34258 332.20151 295.79869 331.77015 295.29231 C 331.26378 294.67341 330.73865 294.33583 330.17601 294.26081 C 329.61336 294.20454 329.06948 294.39209 328.52559 294.82345 C 328.11299 295.17979 327.81292 295.61114 327.64412 296.09877 C 327.47533 296.58639 327.41907 297.11152 327.47533 297.6554 C 327.5316 298.19929 327.68163 298.76193 327.9442 299.34332 C 328.20676 299.90596 328.54435 300.44985 328.95695 300.93747 C 329.46333 301.55638 330.00721 301.89396 330.56985 301.96898 C 331.13249 302.044 331.67638 301.85645 332.22026 301.40634 C 332.65162 301.05 332.93294 300.6374 333.12049 300.14977 C 333.28928 299.66215 333.34554 299.13702 333.28928 298.57438 z M 341.48507 299.66215 L 340.13474 300.80619 L 339.64711 295.87371 L 332.53909 290.07852 L 333.81441 289.0095 L 339.42206 293.62315 L 338.35304 285.2023 L 339.70338 284.07702 z M 352.26901 271.30509 L 348.78064 274.21206 L 354.03195 284.5834 L 352.71912 285.67117 L 347.46781 275.31859 L 343.97944 278.24432 L 343.30428 276.91274 L 351.59384 269.99226 z M 360.8774 272.28033 C 360.22099 272.88048 359.65835 273.42437 359.20824 273.93074 C 358.73937 274.45587 358.40179 274.92474 358.17673 275.3561 C 357.95167 275.80621 357.83915 276.21881 357.8579 276.63142 C 357.89541 277.02526 358.0642 277.40036 358.36428 277.77545 C 358.62684 278.09428 358.92692 278.24432 359.28326 278.22556 C 359.6396 278.22556 360.0522 278.01926 360.50231 277.64417 C 360.89616 277.30658 361.23374 276.87523 361.49631 276.36885 C 361.75887 275.84372 361.96517 275.29983 362.11521 274.75595 z M 362.73412 275.975 C 362.67785 276.14379 362.60283 276.36885 362.50906 276.66893 C 362.41529 276.969 362.30276 277.25032 362.17148 277.53164 C 362.02144 277.81296 361.85265 278.11303 361.62759 278.41311 C 361.40253 278.71318 361.12121 279.01326 360.76488 279.31333 C 360.18348 279.80096 359.56458 280.02601 358.90816 279.9885 C 358.2705 279.95099 357.70786 279.65092 357.25775 279.10703 C 356.77013 278.52564 356.48881 277.92549 356.39504 277.30658 C 356.32002 276.68768 356.43255 276.05002 356.71387 275.37485 C 357.01394 274.71844 357.4453 274.02452 358.0642 273.33059 C 358.66435 272.63667 359.39578 271.90524 360.27725 271.1363 C 360.20224 270.98626 360.12722 270.85498 360.07095 270.74245 C 360.01469 270.64868 359.95842 270.5549 359.86465 270.44237 C 359.69586 270.23607 359.50831 270.10479 359.32077 270.04853 C 359.13322 269.97351 358.92692 269.97351 358.70186 270.02977 C 358.47681 270.06728 358.25175 270.16105 358.02669 270.31109 C 357.80164 270.44237 357.55783 270.62992 357.31402 270.83622 C 356.93892 271.1363 356.56383 271.56765 356.18874 272.07403 C 355.81364 272.59916 355.53232 273.04927 355.32602 273.40561 L 355.26976 273.46188 L 354.46331 272.01777 C 354.66961 271.7552 354.96968 271.38011 355.38228 270.89249 C 355.79489 270.40486 356.22624 269.97351 356.6576 269.59841 C 357.57658 268.82947 358.38303 268.41687 359.07696 268.30434 C 359.77088 268.21057 360.37103 268.47313 360.89616 269.09204 C 360.98993 269.20457 361.08371 269.3546 361.17748 269.50464 C 361.27125 269.65468 361.34627 269.78596 361.42129 269.936 L 364.44079 275.88123 L 363.22174 276.89398 z M 369.24199 272.1678 C 368.67935 272.63667 368.13546 272.97425 367.59158 273.19931 C 367.04769 273.42437 366.56007 273.5744 366.14747 273.66818 L 365.32226 272.11154 L 365.37852 272.05528 C 365.54732 272.05528 365.73486 272.05528 365.97867 272.03652 C 366.20373 272.01777 366.48505 271.9615 366.80388 271.88648 C 367.0852 271.81147 367.40403 271.69894 367.72286 271.5489 C 368.06044 271.39886 368.36052 271.21132 368.66059 270.94875 C 369.2795 270.42362 369.67334 269.91724 369.84214 269.39211 C 369.99217 268.86698 369.8984 268.39811 369.52331 267.948 C 369.31701 267.72295 369.09195 267.61042 368.81063 267.62917 C 368.51056 267.66668 368.17297 267.77921 367.77912 267.98551 C 367.57282 268.07929 367.32901 268.21057 367.04769 268.36061 C 366.76637 268.51064 366.48505 268.66068 366.18498 268.79196 C 365.54732 269.07328 364.98468 269.18581 364.51581 269.12955 C 364.04694 269.05453 363.63434 268.82947 363.31551 268.41687 C 363.01544 268.07929 362.82789 267.70419 362.73412 267.27283 C 362.62159 266.86023 362.62159 266.39136 362.69661 265.90374 C 362.79038 265.43488 362.97793 264.94726 363.29676 264.42212 C 363.61559 263.91575 364.02819 263.44688 364.55332 262.99677 C 365.00343 262.64043 365.4723 262.3216 366.01618 262.05904 C 366.54131 261.81522 367.01018 261.64643 367.42278 261.59017 L 368.21048 263.07179 L 368.13546 263.12805 C 368.02293 263.12805 367.85414 263.12805 367.62909 263.14681 C 367.40403 263.18432 367.14146 263.24058 366.84139 263.3156 C 366.57882 263.39062 366.2975 263.50315 365.99743 263.65318 C 365.69735 263.80322 365.41603 263.99077 365.13471 264.21582 C 364.59083 264.66593 364.23449 265.15356 364.08445 265.67869 C 363.93442 266.18506 364.02819 266.65393 364.36577 267.04778 C 364.55332 267.27283 364.77838 267.38536 365.07845 267.38536 C 365.35977 267.40412 365.71611 267.29159 366.12871 267.10404 C 366.39128 266.97276 366.65384 266.82272 366.91641 266.67268 C 367.19773 266.52265 367.46029 266.39136 367.72286 266.26008 C 368.34176 265.96001 368.88565 265.84748 369.37327 265.88499 C 369.86089 265.94125 370.25474 266.16631 370.59232 266.57891 C 370.87364 266.9165 371.07995 267.31034 371.19247 267.76046 C 371.28625 268.22932 371.305 268.69819 371.19247 269.18581 C 371.0987 269.69219 370.87364 270.19856 370.55481 270.72369 C 370.21723 271.23007 369.78587 271.71769 369.24199 272.1678 z M 380.55105 262.39662 L 379.06944 263.65318 L 374.00567 262.39662 L 373.66809 264.1408 L 375.1122 266.954 L 373.85564 268.00427 L 367.66659 255.79497 L 368.92316 254.74471 L 372.88039 262.58417 L 374.1182 255.30735 L 375.7311 253.95702 L 374.45579 260.93376 z"
id="path78" />
id="path3059"
d="m 294.48586,342.57284 c 0.95649,1.01276 1.61291,2.21305 1.95049,3.6009 0.35634,1.38785 0.31883,2.75694 -0.11253,4.08852 -0.26256,0.8252 -0.63766,1.53788 -1.10652,2.1943 -0.48763,0.63765 -1.08777,1.29407 -1.80045,1.98799 l -2.49437,2.38184 -6.67667,-11.27155 2.15679,-2.04426 c 0.67517,-0.63766 1.33158,-1.18155 1.96924,-1.6129 0.63766,-0.43136 1.33158,-0.71268 2.08177,-0.84396 0.73143,-0.13129 1.42535,-0.0563 2.10052,0.18754 0.69393,0.26257 1.33158,0.69392 1.93173,1.33158 z m -1.2003,1.33159 c -0.45011,-0.46887 -0.91897,-0.7877 -1.4066,-0.97525 -0.50637,-0.18754 -1.01275,-0.22505 -1.57539,-0.13128 -0.54388,0.0938 -1.05026,0.28132 -1.50037,0.58139 -0.46887,0.28132 -0.97524,0.69393 -1.55664,1.25657 l -1.03151,0.97524 5.19505,8.8147 1.29407,-1.21906 c 0.58139,-0.56264 1.06902,-1.12528 1.44411,-1.66916 0.37509,-0.52513 0.65641,-1.12528 0.84396,-1.74419 0.30007,-1.01275 0.28132,-2.04426 -0.0563,-3.09452 -0.33759,-1.05026 -0.88147,-1.98799 -1.65042,-2.79444 z m 8.90847,-5.87022 c -0.0938,-0.13128 -0.16879,-0.24381 -0.24381,-0.33758 -0.0563,-0.0938 -0.15003,-0.18755 -0.24381,-0.28132 -0.4126,-0.45011 -0.86271,-0.67517 -1.35033,-0.69392 -0.46887,-0.0188 -0.97525,0.22505 -1.51913,0.73143 -0.5814,0.56264 -0.93774,1.23781 -1.05026,2.04426 -0.0938,0.78769 0.0563,1.55664 0.45011,2.30682 z m 1.85672,6.60165 c -0.97525,0.91898 -1.93173,1.4066 -2.90698,1.48162 -0.97524,0.075 -1.87546,-0.33759 -2.70067,-1.2003 -1.21905,-1.27532 -1.85671,-2.73818 -1.91298,-4.42611 -0.0563,-1.66916 0.50638,-3.05701 1.68792,-4.18229 0.7877,-0.75018 1.5754,-1.12528 2.36309,-1.14403 0.7877,0 1.51913,0.35634 2.1943,1.06901 0.11253,0.11253 0.28132,0.33759 0.50638,0.63766 0.22505,0.30008 0.45011,0.65642 0.71267,1.08777 l -5.10127,4.87622 c 0.0938,0.13128 0.18755,0.26256 0.28132,0.39385 0.0938,0.13128 0.18755,0.24381 0.28132,0.33758 0.56264,0.5814 1.18155,0.88147 1.85671,0.86272 0.67517,0 1.33159,-0.31883 1.988,-0.93774 0.45011,-0.43136 0.84396,-0.95649 1.14403,-1.59414 0.31883,-0.63766 0.52514,-1.23781 0.63766,-1.76294 l 0.075,-0.075 0.95649,1.51913 c -0.15004,0.26256 -0.26256,0.50637 -0.37509,0.73143 -0.11253,0.22505 -0.26257,0.48762 -0.45011,0.78769 -0.20631,0.30008 -0.3751,0.56264 -0.54389,0.7877 -0.16879,0.22506 -0.4126,0.46887 -0.69392,0.75019 z m 6.69541,-15.71642 c 0.65642,0.67517 1.16279,1.42536 1.51913,2.23181 0.3751,0.80645 0.5814,1.59415 0.61891,2.34433 0.0563,0.7877 -0.0188,1.51913 -0.26257,2.21305 -0.22505,0.71268 -0.6189,1.31283 -1.14403,1.81921 -0.3751,0.35634 -0.75019,0.63766 -1.14404,0.84396 -0.39385,0.2063 -0.80645,0.35634 -1.21905,0.45011 l 2.11928,3.56339 -1.18155,1.10652 -6.8267,-11.59039 1.16279,-1.10652 0.52513,0.88147 c 0.13128,-0.63766 0.30008,-1.21905 0.50638,-1.74419 0.2063,-0.52513 0.54388,-0.99399 0.994,-1.42535 0.67516,-0.63766 1.38784,-0.91898 2.13803,-0.84396 0.75018,0.075 1.48162,0.50638 2.19429,1.25656 z m -1.01275,1.38785 c -0.46886,-0.48762 -0.93773,-0.76894 -1.4066,-0.84396 -0.46886,-0.0563 -0.93773,0.13128 -1.4066,0.58139 -0.33758,0.33759 -0.6189,0.75019 -0.8252,1.27532 -0.20631,0.52513 -0.35634,1.03151 -0.48763,1.55664 l 2.83196,4.80119 c 0.4126,-0.11252 0.76894,-0.24381 1.08777,-0.4126 0.30008,-0.16879 0.63766,-0.4126 0.994,-0.73143 0.4126,-0.4126 0.71268,-0.88147 0.84396,-1.4066 0.15004,-0.54389 0.16879,-1.06902 0.075,-1.6129 -0.0938,-0.5814 -0.28132,-1.14404 -0.56264,-1.66917 -0.30008,-0.54388 -0.67517,-1.05026 -1.14404,-1.53788 z m 0.63766,-10.39009 6.95798,11.77793 -1.16279,1.10653 -6.95798,-11.77793 z m 11.81544,-1.38785 c 0.5814,0.63766 1.05027,1.31283 1.40661,2.06302 0.35633,0.75018 0.56264,1.51913 0.6189,2.26931 0.0563,0.76894 -0.0375,1.51913 -0.28132,2.21305 -0.22506,0.69393 -0.65641,1.33159 -1.29407,1.93174 -0.82521,0.78769 -1.68792,1.16279 -2.58815,1.14403 -0.91898,-0.0375 -1.76294,-0.46887 -2.55063,-1.29407 -0.60015,-0.61891 -1.06902,-1.31283 -1.4066,-2.04426 -0.35634,-0.75019 -0.56264,-1.50037 -0.61891,-2.28807 -0.0563,-0.75019 0.0375,-1.48162 0.30008,-2.21305 0.26256,-0.73143 0.69392,-1.36909 1.27531,-1.93173 0.80646,-0.76895 1.65042,-1.14404 2.56939,-1.12528 0.90023,0 1.76294,0.43135 2.56939,1.27531 z m 0.5814,4.44486 c -0.075,-0.54388 -0.28132,-1.10652 -0.5814,-1.65041 -0.28132,-0.54389 -0.65641,-1.05026 -1.12528,-1.53788 -0.54388,-0.5814 -1.10652,-0.88147 -1.66916,-0.91898 -0.56264,-0.0375 -1.08777,0.18754 -1.59415,0.65641 -0.4126,0.39385 -0.67517,0.82521 -0.80645,1.33158 -0.13128,0.48762 -0.16879,1.01276 -0.075,1.5754 0.0938,0.54388 0.28132,1.08777 0.5814,1.63165 0.30007,0.56264 0.65641,1.06902 1.10652,1.53789 0.54389,0.58139 1.10653,0.88146 1.66917,0.91897 0.58139,0.0563 1.10652,-0.16879 1.63165,-0.65641 0.39385,-0.37509 0.65642,-0.82521 0.80646,-1.31283 0.13128,-0.50637 0.15003,-1.0315 0.0563,-1.57539 z m 8.27081,0.56264 -1.29407,1.21905 -0.80645,-4.89496 -7.46436,-5.32633 1.2003,-1.14404 5.90772,4.23856 -1.59415,-8.32708 1.25656,-1.21905 z m 8.92722,-29.01348 -3.28206,3.13203 5.90772,10.015 -1.23781,1.18154 -5.92648,-10.01499 -3.28206,3.15078 -0.76895,-1.27531 7.83946,-7.46436 z m 8.66466,0.43136 c -0.6189,0.63766 -1.14403,1.21905 -1.57539,1.76294 -0.4126,0.54389 -0.73143,1.03151 -0.91898,1.48162 -0.2063,0.45011 -0.28132,0.88147 -0.24381,1.27532 0.0563,0.4126 0.24381,0.78769 0.5814,1.12528 0.28132,0.30007 0.60014,0.43135 0.95648,0.39385 0.33759,-0.0375 0.73144,-0.26257 1.16279,-0.65642 0.3751,-0.35634 0.67517,-0.80645 0.91898,-1.35033 0.22506,-0.54389 0.39385,-1.08778 0.50638,-1.65042 z m 2.10053,3.56339 c -0.0563,0.16879 -0.11253,0.4126 -0.18755,0.71268 -0.075,0.31883 -0.18755,0.60015 -0.30008,0.88147 -0.11252,0.30007 -0.28132,0.60015 -0.46886,0.90022 -0.2063,0.31883 -0.46887,0.63766 -0.82521,0.95649 -0.54388,0.52513 -1.14403,0.78769 -1.78169,0.80645 -0.65642,0 -1.23781,-0.26257 -1.72543,-0.76894 -0.52513,-0.56264 -0.84396,-1.14404 -0.95649,-1.74419 -0.11253,-0.60015 -0.0563,-1.25656 0.18755,-1.95048 0.24381,-0.67517 0.65641,-1.38785 1.2003,-2.11928 0.56264,-0.73143 1.25656,-1.51913 2.08176,-2.34434 -0.0938,-0.15003 -0.16879,-0.26256 -0.22505,-0.37509 -0.0563,-0.0938 -0.13128,-0.18755 -0.22506,-0.28132 -0.18754,-0.2063 -0.37509,-0.31883 -0.58139,-0.37509 -0.18755,-0.0375 -0.39385,-0.0375 -0.61891,0.0187 -0.2063,0.075 -0.43135,0.18755 -0.65641,0.33759 -0.2063,0.15003 -0.43136,0.33758 -0.67517,0.56264 -0.33758,0.33758 -0.69392,0.76894 -1.03151,1.31282 -0.33758,0.54389 -0.60014,1.01276 -0.78769,1.38785 l -0.0563,0.0563 -0.88147,-1.38784 c 0.1688,-0.28132 0.45012,-0.67517 0.84396,-1.18155 0.3751,-0.52513 0.76895,-0.97524 1.2003,-1.36909 0.84396,-0.8252 1.63166,-1.29407 2.30683,-1.44411 0.69392,-0.13128 1.31283,0.075 1.87547,0.65642 0.0938,0.11252 0.2063,0.24381 0.30007,0.39384 0.11253,0.15004 0.2063,0.28132 0.28132,0.41261 l 3.3946,5.73893 -1.16279,1.10652 z m 6.22655,-4.20105 c -0.50638,0.48762 -1.03151,0.86272 -1.5754,1.12528 -0.52513,0.26257 -0.99399,0.45011 -1.4066,0.56264 l -0.93773,-1.50037 0.075,-0.0563 c 0.15004,-0.0188 0.35634,-0.0375 0.58139,-0.0563 0.24381,-0.0375 0.50638,-0.11253 0.82521,-0.2063 0.28132,-0.0938 0.58139,-0.22506 0.90022,-0.39385 0.31883,-0.16879 0.61891,-0.39385 0.90023,-0.65641 0.58139,-0.56264 0.93773,-1.10653 1.06901,-1.63166 0.11253,-0.52513 -0.0188,-1.01275 -0.4126,-1.42535 -0.2063,-0.22506 -0.45011,-0.30008 -0.73143,-0.26257 -0.28132,0.0375 -0.6189,0.16879 -1.01275,0.4126 -0.2063,0.11253 -0.43136,0.24381 -0.69393,0.41261 -0.28132,0.16879 -0.56264,0.33758 -0.84396,0.50637 -0.6189,0.31883 -1.16279,0.46887 -1.63165,0.43136 -0.48762,-0.0563 -0.90023,-0.24381 -1.25657,-0.6189 -0.30007,-0.33759 -0.52513,-0.69393 -0.65641,-1.10653 -0.13128,-0.43136 -0.16879,-0.88147 -0.11253,-1.38785 0.0563,-0.46886 0.22506,-0.97524 0.50638,-1.50037 0.26256,-0.52513 0.65641,-1.03151 1.16279,-1.50037 0.4126,-0.39385 0.88147,-0.73144 1.38784,-1.03151 0.50638,-0.28132 0.97525,-0.46887 1.3691,-0.5814 l 0.88147,1.44411 -0.0563,0.0563 c -0.11253,0 -0.28132,0.0375 -0.50637,0.0563 -0.22506,0.0375 -0.48763,0.11253 -0.76895,0.22506 -0.26256,0.075 -0.52513,0.2063 -0.8252,0.37509 -0.30008,0.16879 -0.56264,0.3751 -0.82521,0.61891 -0.52513,0.50637 -0.84396,1.01275 -0.95649,1.53788 -0.11252,0.52513 0.0188,0.97524 0.3751,1.35034 0.18754,0.2063 0.43136,0.30007 0.73143,0.28132 0.28132,0 0.6189,-0.13129 1.01275,-0.35634 0.26257,-0.13129 0.50638,-0.30008 0.76894,-0.46887 0.28132,-0.15004 0.52513,-0.31883 0.7877,-0.46887 0.60015,-0.33758 1.12528,-0.48762 1.6129,-0.46886 0.48762,0.0187 0.90023,0.22505 1.27532,0.60015 0.30007,0.31883 0.50638,0.71267 0.65641,1.16279 0.13129,0.45011 0.16879,0.91897 0.0938,1.4066 -0.075,0.52513 -0.24381,1.0315 -0.54389,1.57539 -0.28132,0.52513 -0.69392,1.03151 -1.21905,1.53788 z m 10.67141,-10.48386 -1.4066,1.35034 -5.12003,-0.93774 -0.22506,1.76294 1.61291,2.71943 -1.18155,1.12528 -6.95798,-11.77793 1.18154,-1.12528 4.46361,7.55813 0.75019,-7.33308 1.53788,-1.46286 -0.84396,7.05175 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-rule:nonzero;fill-opacity:1;stroke:none;"
d=" M 399.77459 360.70861 C 399.13694 361.2525 398.48052 361.68385 397.7866 362.04019 C 397.11143 362.37778 396.38 362.64034 395.5923 362.82789 L 394.65457 361.08371 L 394.74834 360.98993 C 395.49853 361.0462 396.26747 360.91491 397.05517 360.61484 C 397.84286 360.31476 398.53679 359.93967 399.09943 359.45205 C 400.03716 358.68311 400.5998 357.89541 400.78735 357.10771 C 400.97489 356.32002 400.82486 355.64485 400.33723 355.06346 C 400.09342 354.76338 399.79335 354.59459 399.45576 354.53832 C 399.09943 354.48206 398.72433 354.53832 398.29297 354.74463 C 397.93664 354.89466 397.54279 355.10096 397.09268 355.36353 C 396.64256 355.60734 396.19245 355.85115 395.77985 356.05745 C 394.95464 356.48881 394.20446 356.67636 393.51053 356.60134 C 392.81661 356.54507 392.25397 356.245 391.7851 355.70111 C 391.01616 354.76338 390.7536 353.65685 391.03492 352.36278 C 391.29748 351.08746 392.06642 349.92468 393.32299 348.87441 C 393.99815 348.31177 394.67332 347.86166 395.36725 347.52408 C 396.04241 347.20525 396.66132 346.98019 397.22396 346.83015 L 398.10543 348.48057 L 398.01165 348.55558 C 397.44901 348.53683 396.81136 348.64936 396.06117 348.93068 C 395.31098 349.212 394.61706 349.60585 393.9794 350.14973 C 393.1917 350.80614 392.68533 351.51882 392.51654 352.26901 C 392.32899 353.0192 392.46027 353.65685 392.91038 354.20074 C 393.15419 354.48206 393.45427 354.66961 393.81061 354.74463 C 394.16695 354.81964 394.5983 354.72587 395.14219 354.48206 C 395.46102 354.31327 395.91113 354.06946 396.45502 353.76938 C 396.9989 353.48806 397.46777 353.24425 397.84286 353.05671 C 398.6118 352.71912 399.30573 352.56908 399.90588 352.6441 C 400.50603 352.71912 401.03116 353.00044 401.44376 353.50682 C 401.81885 353.93817 402.06266 354.46331 402.2127 355.06346 C 402.34398 355.6636 402.36274 356.26375 402.23146 356.88266 C 402.10017 357.55783 401.85636 358.19549 401.46251 358.83314 C 401.06867 359.4708 400.50603 360.10846 399.77459 360.70861 z M 407.55778 346.30502 C 407.48276 346.15499 407.40775 346.04246 407.33273 345.94868 C 407.27646 345.85491 407.20144 345.74238 407.10767 345.64861 C 406.71382 345.17974 406.28247 344.91718 405.8136 344.86091 C 405.32598 344.8234 404.80085 345.02971 404.23821 345.49857 C 403.6193 346.0237 403.22545 346.68012 403.07542 347.46781 C 402.90662 348.25551 403.0004 349.04321 403.35674 349.81215 z M 408.96438 353.0192 C 407.95163 353.86316 406.95763 354.29451 405.98239 354.29451 C 405.00715 354.29451 404.12568 353.8444 403.35674 352.92542 C 402.23146 351.57509 401.68757 350.07471 401.74383 348.38679 C 401.78134 346.71763 402.43776 345.36729 403.69432 344.31703 C 404.51953 343.62311 405.32598 343.28552 406.11367 343.34179 C 406.90137 343.37929 407.61405 343.77314 408.25171 344.52333 C 408.34548 344.65461 408.51427 344.87967 408.70182 345.1985 C 408.90812 345.51733 409.13318 345.89242 409.35823 346.34253 L 403.93813 350.86241 C 404.0319 351.01245 404.10692 351.16248 404.2007 351.29377 C 404.29447 351.42505 404.38824 351.53758 404.48202 351.6501 C 404.98839 352.26901 405.58854 352.58784 406.26371 352.62535 C 406.92012 352.66286 407.61405 352.40029 408.30797 351.8189 C 408.79559 351.40629 409.20819 350.89992 409.56453 350.29977 C 409.90212 349.68086 410.16468 349.09947 410.31472 348.57434 L 410.38974 348.51807 L 411.2337 350.07471 C 411.08366 350.33728 410.93362 350.58109 410.8211 350.78739 C 410.68981 350.99369 410.52102 351.25626 410.31472 351.53758 C 410.08966 351.83765 409.90212 352.08146 409.71457 352.30652 C 409.54578 352.51282 409.28321 352.75663 408.96438 353.0192 z M 416.03489 337.19025 C 416.10991 337.30278 416.22244 337.45282 416.35372 337.64036 C 416.48501 337.84667 416.59753 338.01546 416.67255 338.18425 L 419.56077 343.86692 L 418.32296 344.89842 L 415.79108 339.90968 C 415.64105 339.64711 415.52852 339.4033 415.39724 339.21576 C 415.28471 339.00946 415.15343 338.82191 415.02214 338.65312 C 414.70331 338.27802 414.38448 338.09048 414.0469 338.05297 C 413.70932 338.01546 413.29671 338.203 412.82785 338.59685 C 412.49026 338.87817 412.20894 339.27202 411.94638 339.79715 C 411.70257 340.32228 411.49626 340.86617 411.32747 341.42881 L 414.64705 347.97419 L 413.40924 349.0057 L 408.96438 340.24726 L 410.20219 339.21576 L 410.68981 340.191 C 410.89611 339.45957 411.12117 338.84066 411.38374 338.33429 C 411.6463 337.80916 412.00264 337.3778 412.434 337.00271 C 413.07166 336.47758 413.70932 336.21501 414.32822 336.23376 C 414.94712 336.27127 415.52852 336.5901 416.03489 337.19025 z M 421.69881 324.69964 L 427.88785 336.90893 L 426.65004 337.94044 L 426.18117 337.02146 C 425.95612 337.86542 425.71231 338.50308 425.48725 338.91568 C 425.26219 339.34704 424.94336 339.72213 424.54952 340.04096 C 423.85559 340.62236 423.12416 340.86617 422.35522 340.77239 C 421.58628 340.65987 420.83609 340.191 420.14217 339.36579 C 419.54202 338.65312 419.11066 337.90293 418.79183 337.07772 C 418.49176 336.27127 418.32296 335.46482 418.30421 334.67713 C 418.28546 333.90818 418.41674 333.158 418.69806 332.46408 C 418.97938 331.77015 419.39198 331.17 419.97338 330.70114 C 420.36722 330.38231 420.76107 330.11974 421.15492 329.93219 C 421.54877 329.72589 421.96137 329.59461 422.39273 329.53835 L 420.461 325.73115 z M 423.01163 330.7574 C 422.58028 330.85117 422.20518 330.98246 421.8676 331.13249 C 421.51126 331.30129 421.19243 331.52634 420.8736 331.78891 C 420.40473 332.164 420.0859 332.61411 419.91711 333.13924 C 419.74832 333.64562 419.69206 334.20826 419.74832 334.80841 C 419.82334 335.33354 419.99213 335.91493 420.27345 336.49633 C 420.55477 337.09648 420.8736 337.62161 421.26745 338.07172 C 421.69881 338.59685 422.16767 338.91568 422.63654 339.00946 C 423.10541 339.10323 423.59303 338.93444 424.0994 338.50308 C 424.4745 338.18425 424.77457 337.77165 424.99963 337.28403 C 425.22468 336.77765 425.41223 336.27127 425.56227 335.78365 z M 438.55926 328.28178 C 437.9216 328.80691 437.26518 329.25703 436.59002 329.59461 C 435.89609 329.95095 435.16466 330.21351 434.37696 330.40106 L 433.43923 328.63812 L 433.533 328.5631 C 434.28319 328.61937 435.07089 328.48808 435.85858 328.18801 C 436.64628 327.88794 437.32145 327.49409 437.88409 327.02522 C 438.82182 326.23752 439.38446 325.46858 439.57201 324.68089 C 439.75956 323.89319 439.60952 323.19927 439.14065 322.63663 C 438.87809 322.33655 438.57801 322.14901 438.24043 322.09274 C 437.88409 322.03648 437.50899 322.1115 437.07764 322.29904 C 436.74005 322.46783 436.32745 322.67414 435.87734 322.91795 C 435.42723 323.18051 434.97711 323.42432 434.56451 323.63062 C 433.73931 324.04323 432.98912 324.23077 432.2952 324.17451 C 431.62003 324.11825 431.03863 323.81817 430.56977 323.25553 C 429.80082 322.33655 429.53826 321.21127 429.81958 319.93595 C 430.08214 318.66064 430.85109 317.49785 432.10765 316.44759 C 432.78282 315.86619 433.47674 315.41608 434.15191 315.09725 C 434.82708 314.77842 435.44598 314.53461 436.00862 314.40333 L 436.89009 316.03498 L 436.79632 316.11 C 436.25243 316.09125 435.59602 316.22253 434.84583 316.50385 C 434.09564 316.76641 433.40172 317.17902 432.76406 317.70415 C 431.97637 318.37932 431.48874 319.07324 431.3012 319.82343 C 431.11365 320.57361 431.24493 321.23003 431.69505 321.75516 C 431.93886 322.05523 432.23893 322.24278 432.59527 322.3178 C 432.95161 322.39282 433.40172 322.29904 433.92685 322.03648 C 434.26444 321.86769 434.69579 321.64263 435.23968 321.34255 C 435.78356 321.04248 436.25243 320.81742 436.62752 320.62988 C 437.39647 320.27354 438.09039 320.14226 438.69054 320.21727 C 439.29069 320.27354 439.81582 320.57361 440.24718 321.07999 C 440.60352 321.51135 440.84733 322.01772 440.99736 322.63663 C 441.1474 323.23678 441.1474 323.83693 441.03487 324.45583 C 440.90359 325.11224 440.64102 325.76866 440.24718 326.40632 C 439.85333 327.04397 439.29069 327.66288 438.55926 328.28178 z M 443.51049 311.36507 L 444.12939 312.54661 L 441.57876 314.68465 L 443.62302 318.73566 C 443.71679 318.94196 443.84807 319.16701 443.99811 319.41082 C 444.14815 319.67339 444.27943 319.86094 444.39196 319.99222 C 444.65452 320.31105 444.93584 320.47984 445.23592 320.49859 C 445.51724 320.51735 445.89233 320.34856 446.32369 319.99222 C 446.51124 319.84218 446.69878 319.61712 446.88633 319.35456 C 447.07388 319.09199 447.20516 318.90445 447.26142 318.79192 L 447.33644 318.73566 L 447.99286 319.99222 C 447.78655 320.25478 447.58025 320.51735 447.33644 320.79867 C 447.09263 321.06123 446.84882 321.28629 446.64252 321.47384 C 446.04237 321.98021 445.46098 322.24278 444.89834 322.24278 C 444.35445 322.26153 443.82932 321.98021 443.36045 321.39882 C 443.22917 321.26754 443.1354 321.1175 443.04162 320.96746 C 442.92909 320.81742 442.83532 320.62988 442.72279 320.42358 L 440.34095 315.71615 L 439.49699 316.41008 L 438.89684 315.22853 L 439.7408 314.51585 L 438.46548 312.00273 L 439.70329 310.97122 L 440.97861 313.48435 z M 451.575 310.52111 C 450.91859 311.1025 450.3747 311.66514 449.90583 312.17152 C 449.45572 312.69665 449.11814 313.16552 448.89308 313.59687 C 448.64927 314.02823 448.5555 314.45959 448.57425 314.85344 C 448.59301 315.26604 448.7618 315.64113 449.06187 316.01623 C 449.32444 316.33506 449.64327 316.48509 449.99961 316.46634 C 450.35594 316.44759 450.74979 316.26004 451.19991 315.88494 C 451.59375 315.54736 451.93134 315.116 452.1939 314.59087 C 452.45647 314.06574 452.68152 313.54061 452.83156 312.97797 z M 453.45047 314.19702 C 453.3942 314.38457 453.31918 314.60963 453.20666 314.9097 C 453.11288 315.20978 453.00035 315.4911 452.86907 315.75366 C 452.73779 316.05374 452.55024 316.33506 452.32519 316.63513 C 452.11888 316.93521 451.81881 317.23528 451.46247 317.53536 C 450.88108 318.02298 450.26217 318.24803 449.62451 318.21052 C 448.9681 318.19177 448.42421 317.89169 447.95535 317.34781 C 447.46773 316.76641 447.18641 316.16626 447.11139 315.54736 C 447.03637 314.92846 447.13014 314.2908 447.43022 313.61563 C 447.71154 312.94046 448.16165 312.26529 448.7618 311.57137 C 449.3807 310.87745 450.11213 310.12726 450.97485 309.35832 C 450.89983 309.20828 450.84357 309.09575 450.7873 308.98323 C 450.73104 308.88945 450.65602 308.77692 450.581 308.68315 C 450.41221 308.47685 450.22466 308.34557 450.01836 308.27055 C 449.83081 308.21428 449.62451 308.21428 449.39946 308.25179 C 449.19316 308.30806 448.9681 308.40183 448.74304 308.55187 C 448.49923 308.68315 448.27418 308.85194 448.03037 309.05824 C 447.65527 309.37707 447.28018 309.78968 446.90509 310.31481 C 446.52999 310.83994 446.22992 311.2713 446.04237 311.64639 L 445.96735 311.70265 L 445.17966 310.25854 C 445.3672 309.99598 445.66728 309.60213 446.07988 309.11451 C 446.49248 308.62689 446.92384 308.19553 447.37395 307.83919 C 448.27418 307.07025 449.08063 306.63889 449.77455 306.54512 C 450.46847 306.45134 451.08738 306.71391 451.59375 307.33281 C 451.68753 307.44534 451.80005 307.57663 451.87507 307.72666 C 451.96885 307.8767 452.06262 308.02674 452.13764 308.17677 L 455.15714 314.10325 L 453.91933 315.13476 z M 456.86382 300.20604 L 457.48272 301.38758 L 454.93208 303.52562 L 456.97634 307.55787 C 457.07012 307.78293 457.2014 308.00798 457.35144 308.25179 C 457.50148 308.51436 457.63276 308.70191 457.74529 308.83319 C 458.00785 309.15202 458.28917 309.32081 458.57049 309.33956 C 458.87057 309.35832 459.24566 309.18953 459.67702 308.81443 C 459.84581 308.6644 460.03336 308.45809 460.23966 308.19553 C 460.4272 307.93296 460.55849 307.72666 460.61475 307.63289 L 460.68977 307.57663 L 461.34618 308.83319 C 461.13988 309.09575 460.93358 309.35832 460.68977 309.63964 C 460.4272 309.9022 460.20215 310.12726 459.99585 310.31481 C 459.3957 310.82118 458.8143 311.06499 458.25166 311.08375 C 457.70778 311.1025 457.18265 310.82118 456.71378 310.23979 C 456.5825 310.10851 456.48872 309.95847 456.39495 309.80843 C 456.28242 309.63964 456.18865 309.47085 456.07612 309.26455 L 453.69428 304.55712 L 452.85032 305.25105 L 452.25017 304.0695 L 453.09413 303.35682 L 451.80005 300.8437 L 453.05662 299.79344 L 454.33194 302.32532 z M 464.42195 293.88571 L 468.88556 302.62539 L 467.64775 303.6569 L 467.16013 302.70041 C 466.95383 303.41309 466.72877 304.01324 466.46621 304.53837 C 466.20364 305.0635 465.86606 305.51361 465.39719 305.8887 C 464.77829 306.41384 464.14063 306.65765 463.52172 306.63889 C 462.90282 306.62014 462.34018 306.30131 461.8338 305.70116 C 461.70252 305.55112 461.58999 305.40108 461.49622 305.23229 C 461.40245 305.08225 461.28992 304.89471 461.17739 304.68841 L 458.28917 299.00574 L 459.52698 297.97423 L 462.05886 302.96298 C 462.17139 303.16928 462.28392 303.39433 462.43395 303.63814 C 462.58399 303.88195 462.71527 304.0695 462.8278 304.20078 C 463.12788 304.57588 463.46546 304.78218 463.8218 304.81969 C 464.15938 304.83844 464.57199 304.66965 465.0221 304.2758 C 465.34093 304.01324 465.641 303.60063 465.90357 303.0755 C 466.16613 302.53162 466.37244 301.98773 466.52247 301.44385 L 463.18414 294.91722 z M 473.74302 298.8557 C 473.19914 299.32457 472.65525 299.66215 472.11136 299.88721 C 471.56748 300.11227 471.07986 300.2623 470.66726 300.35608 L 469.84205 298.79944 L 469.89831 298.74317 C 470.04835 298.74317 470.25465 298.74317 470.49846 298.72442 C 470.72352 298.70567 471.00484 298.6494 471.32367 298.57438 C 471.60499 298.49936 471.92382 298.38684 472.24265 298.2368 C 472.56148 298.08676 472.88031 297.88046 473.18038 297.63665 C 473.79929 297.11152 474.19313 296.60514 474.36193 296.08001 C 474.51196 295.55488 474.39943 295.06726 474.0431 294.6359 C 473.83679 294.39209 473.61174 294.29832 473.31166 294.31707 C 473.03034 294.35458 472.69276 294.46711 472.28016 294.67341 C 472.09261 294.76718 471.8488 294.89847 471.56748 295.0485 C 471.28616 295.19854 470.98608 295.34858 470.68601 295.47986 C 470.06711 295.76118 469.50447 295.87371 469.0356 295.79869 C 468.54798 295.74243 468.15413 295.49862 467.81654 295.10477 C 467.53522 294.76718 467.34768 294.39209 467.2539 293.96073 C 467.14138 293.54813 467.14138 293.07926 467.2164 292.59164 C 467.31017 292.12278 467.49772 291.6164 467.81654 291.11002 C 468.11662 290.60365 468.54798 290.13478 469.07311 289.68467 C 469.52322 289.32833 469.99209 289.0095 470.51722 288.74693 C 471.0611 288.50312 471.52997 288.33433 471.94257 288.25931 L 472.73027 289.74093 L 472.65525 289.7972 C 472.54272 289.81595 472.37393 289.81595 472.14887 289.83471 C 471.92382 289.87221 471.66125 289.90972 471.36118 290.0035 C 471.09861 290.07852 470.81729 290.19104 470.51722 290.34108 C 470.21714 290.49112 469.93582 290.67867 469.6545 290.90372 C 469.11062 291.35383 468.75428 291.84146 468.60424 292.36659 C 468.4542 292.87296 468.54798 293.34183 468.88556 293.73568 C 469.07311 293.96073 469.29816 294.07326 469.59824 294.07326 C 469.87956 294.07326 470.2359 293.97949 470.6485 293.77319 C 470.91107 293.66066 471.17363 293.51062 471.4362 293.36058 C 471.71752 293.21055 471.98008 293.07926 472.24265 292.94798 C 472.86155 292.64791 473.40544 292.51662 473.89306 292.57289 C 474.36193 292.62915 474.77453 292.85421 475.11211 293.26681 C 475.39343 293.60439 475.59973 293.99824 475.71226 294.44835 C 475.80604 294.89847 475.80604 295.38609 475.71226 295.87371 C 475.59973 296.38009 475.39343 296.88646 475.0746 297.39284 C 474.73702 297.91797 474.30566 298.40559 473.74302 298.8557 z"
id="path80" />
id="path3061"
d="m 383.62682,392.9854 c -0.58139,0.60015 -1.2003,1.08777 -1.83796,1.50038 -0.65641,0.4126 -1.35033,0.75018 -2.11927,1.01275 l -1.10653,-1.65041 0.0938,-0.0938 c 0.75019,-0.0188 1.50038,-0.22505 2.26932,-0.60015 0.75019,-0.37509 1.38784,-0.8252 1.91297,-1.35033 0.84397,-0.88147 1.33159,-1.70668 1.44411,-2.51313 0.0938,-0.80645 -0.11252,-1.46286 -0.63765,-1.98799 -0.28132,-0.28132 -0.60015,-0.41261 -0.95649,-0.43136 -0.35634,-0.0188 -0.73143,0.075 -1.12528,0.30007 -0.33759,0.20631 -0.71268,0.45012 -1.14404,0.75019 -0.4126,0.30008 -0.8252,0.5814 -1.23781,0.82521 -0.76894,0.50637 -1.50037,0.75018 -2.19429,0.76894 -0.69393,0.0188 -1.29408,-0.22506 -1.80045,-0.73143 -0.86272,-0.86272 -1.23781,-1.93174 -1.08777,-3.24456 0.15003,-1.29407 0.78769,-2.53188 1.93173,-3.69467 0.6189,-0.63766 1.25656,-1.16279 1.89422,-1.53789 0.65641,-0.39384 1.23781,-0.69392 1.80045,-0.90022 l 1.03151,1.55664 -0.0938,0.0938 c -0.54388,0.0188 -1.18154,0.22506 -1.89422,0.56264 -0.71268,0.35634 -1.36909,0.82521 -1.95048,1.4066 -0.73144,0.75019 -1.14404,1.50038 -1.25657,2.26932 -0.11253,0.75018 0.0938,1.38784 0.60015,1.87546 0.26257,0.26257 0.5814,0.41261 0.93774,0.46887 0.35633,0.0375 0.78769,-0.0938 1.29407,-0.4126 0.31883,-0.2063 0.73143,-0.46887 1.23781,-0.82521 0.52513,-0.33758 0.95648,-0.6189 1.31282,-0.84396 0.73144,-0.4126 1.4066,-0.6189 2.00675,-0.6189 0.61891,0 1.16279,0.24381 1.63166,0.71268 0.39385,0.39384 0.71268,0.88147 0.90022,1.46286 0.20631,0.58139 0.28132,1.2003 0.22506,1.8192 -0.075,0.67517 -0.26257,1.35034 -0.5814,2.00675 -0.33758,0.67517 -0.8252,1.35034 -1.50037,2.04426 z m 6.32033,-15.11626 c -0.0938,-0.13129 -0.1688,-0.24381 -0.24382,-0.33759 -0.075,-0.075 -0.16879,-0.16879 -0.26256,-0.26256 -0.43136,-0.43136 -0.90022,-0.65642 -1.36909,-0.65642 -0.48762,0 -0.97524,0.26257 -1.50038,0.7877 -0.56264,0.58139 -0.90022,1.27532 -0.97524,2.08177 -0.075,0.78769 0.0938,1.55664 0.52513,2.30682 z m 2.08176,6.54538 c -0.93773,0.93773 -1.87546,1.46286 -2.85071,1.57539 -0.97524,0.0938 -1.89422,-0.28132 -2.75693,-1.10653 -1.23781,-1.2378 -1.93173,-2.68191 -2.04426,-4.35108 -0.13128,-1.66917 0.37509,-3.09452 1.51913,-4.25731 0.76894,-0.76894 1.53788,-1.18154 2.32558,-1.21905 0.78769,-0.0188 1.53788,0.30007 2.2318,0.97524 0.13128,0.13128 0.30008,0.33758 0.52513,0.63766 0.24381,0.28132 0.48762,0.63766 0.76894,1.06901 l -4.93247,5.04501 c 0.0938,0.13128 0.18754,0.26257 0.28132,0.39385 0.11252,0.11253 0.2063,0.22505 0.31882,0.31883 0.56265,0.56264 1.2003,0.8252 1.85672,0.80645 0.67517,-0.0375 1.33158,-0.37509 1.96924,-1.01275 0.43136,-0.45012 0.80645,-0.994 1.08777,-1.65041 0.30007,-0.63766 0.48762,-1.23781 0.58139,-1.7817 l 0.075,-0.0563 0.994,1.46286 c -0.13128,0.28132 -0.24381,0.52513 -0.33758,0.75019 -0.0938,0.22506 -0.24381,0.48762 -0.43136,0.80645 -0.18755,0.31883 -0.35634,0.58139 -0.52513,0.80645 -0.15004,0.22506 -0.3751,0.48762 -0.65642,0.7877 z m 5.45761,-16.44785 c 0.0938,0.0938 0.22506,0.24381 0.3751,0.4126 0.13128,0.18755 0.26256,0.35634 0.35634,0.50638 l 3.4321,5.38259 -1.12528,1.14403 -3.0195,-4.70742 c -0.16879,-0.26256 -0.31883,-0.48762 -0.45011,-0.67517 -0.13129,-0.16879 -0.28132,-0.33758 -0.45012,-0.50637 -0.33758,-0.33759 -0.67516,-0.50638 -1.01275,-0.50638 -0.33758,0 -0.73143,0.22506 -1.16279,0.67517 -0.30007,0.30007 -0.54388,0.73143 -0.75018,1.27532 -0.18755,0.54388 -0.33759,1.10652 -0.45012,1.68792 l 3.93848,6.18904 -1.12528,1.14403 -5.28881,-8.28956 1.12528,-1.14404 0.58139,0.91898 c 0.13128,-0.73143 0.30008,-1.36909 0.50638,-1.91297 0.2063,-0.54389 0.50637,-1.01276 0.91898,-1.42536 0.58139,-0.58139 1.18154,-0.90022 1.80045,-0.93773 0.63765,-0.0375 1.2378,0.2063 1.80044,0.76894 z m 4.40735,-12.99699 7.35183,11.55288 -1.12528,1.14403 -0.54388,-0.86271 c -0.15004,0.86271 -0.33759,1.51913 -0.50638,1.95049 -0.18755,0.43135 -0.46887,0.84396 -0.8252,1.21905 -0.63766,0.63766 -1.35034,0.95649 -2.11928,0.93773 -0.7877,-0.0375 -1.55664,-0.43135 -2.34434,-1.18154 -0.65641,-0.65641 -1.18154,-1.36909 -1.55663,-2.13803 -0.39385,-0.7877 -0.63766,-1.55664 -0.73144,-2.34434 -0.0938,-0.76894 -0.0375,-1.51913 0.1688,-2.25056 0.2063,-0.71268 0.58139,-1.35033 1.10652,-1.87547 0.35634,-0.35633 0.71268,-0.65641 1.08777,-0.88147 0.3751,-0.24381 0.76894,-0.4126 1.2003,-0.52513 l -2.30682,-3.58214 z m 1.89422,5.90772 c -0.4126,0.13129 -0.78769,0.30008 -1.10652,0.48763 -0.31883,0.2063 -0.63766,0.45011 -0.91898,0.75018 -0.4126,0.4126 -0.69392,0.90023 -0.80645,1.42536 -0.13128,0.54388 -0.13128,1.10652 0,1.68792 0.11253,0.52513 0.33758,1.06901 0.67517,1.63165 0.33758,0.56264 0.71267,1.05027 1.14403,1.46287 0.48762,0.48762 0.97524,0.75019 1.46287,0.80645 0.46886,0.0375 0.93773,-0.18755 1.4066,-0.65641 0.33758,-0.35634 0.60015,-0.7877 0.76894,-1.31283 0.18754,-0.52513 0.31883,-1.03151 0.4126,-1.53788 z m 15.2288,-3.99474 c -0.5814,0.58139 -1.18155,1.08777 -1.83796,1.50037 -0.63766,0.4126 -1.35034,0.75019 -2.11928,1.01275 l -1.08777,-1.65041 0.075,-0.0938 c 0.75019,-0.0187 1.51913,-0.22506 2.26931,-0.60015 0.75019,-0.37509 1.38785,-0.82521 1.91298,-1.35034 0.86272,-0.88147 1.33158,-1.70667 1.44411,-2.51312 0.11253,-0.80645 -0.11253,-1.46287 -0.63766,-1.988 -0.28132,-0.28132 -0.60015,-0.43135 -0.95649,-0.45011 -0.33758,-0.0188 -0.71267,0.0938 -1.12528,0.31883 -0.31883,0.2063 -0.71267,0.45011 -1.12528,0.75019 -0.43135,0.30007 -0.84396,0.56264 -1.23781,0.8252 -0.78769,0.50638 -1.51912,0.75019 -2.19429,0.76894 -0.69392,0 -1.29407,-0.24381 -1.8192,-0.75018 -0.86272,-0.84396 -1.21906,-1.91298 -1.08778,-3.22581 0.15004,-1.29407 0.7877,-2.53188 1.93174,-3.69467 0.63765,-0.63766 1.25656,-1.16279 1.91297,-1.55663 0.63766,-0.3751 1.23781,-0.67517 1.7817,-0.88147 l 1.0315,1.55663 -0.075,0.0938 c -0.56264,0.0187 -1.20029,0.2063 -1.91297,0.56264 -0.71268,0.35634 -1.36909,0.8252 -1.95049,1.4066 -0.71268,0.75018 -1.14403,1.50037 -1.23781,2.26931 -0.11252,0.75019 0.075,1.38785 0.5814,1.87547 0.26256,0.26257 0.58139,0.4126 0.93773,0.45011 0.3751,0.0375 0.80645,-0.0938 1.29407,-0.39385 0.31883,-0.2063 0.73144,-0.46886 1.25657,-0.8252 0.50637,-0.33759 0.93773,-0.61891 1.31282,-0.84396 0.73144,-0.43136 1.38785,-0.63766 2.00675,-0.61891 0.60015,0 1.14404,0.24381 1.61291,0.71268 0.4126,0.39385 0.71267,0.88147 0.91897,1.46287 0.20631,0.58139 0.26257,1.18154 0.20631,1.8192 -0.0563,0.67517 -0.26257,1.33158 -0.5814,2.00675 -0.31883,0.67517 -0.8252,1.35034 -1.50037,2.04426 z m 3.26331,-17.32932 0.73143,1.12528 -2.34433,2.36309 2.43811,3.82595 c 0.13128,0.2063 0.28132,0.41261 0.45011,0.65642 0.16879,0.22505 0.31883,0.4126 0.45011,0.52513 0.30008,0.30007 0.5814,0.43136 0.88147,0.43136 0.30007,-0.0188 0.63766,-0.22506 1.03151,-0.61891 0.16879,-0.16879 0.33758,-0.39385 0.50637,-0.69392 0.1688,-0.28132 0.28132,-0.48762 0.31883,-0.60015 l 0.0563,-0.0563 0.78769,1.18155 c -0.16879,0.28132 -0.35634,0.58139 -0.58139,0.86271 -0.2063,0.30008 -0.43136,0.54389 -0.61891,0.75019 -0.54388,0.56264 -1.10652,0.88147 -1.65041,0.93773 -0.54388,0.075 -1.08777,-0.15003 -1.63165,-0.67516 -0.13129,-0.13129 -0.24381,-0.26257 -0.35634,-0.41261 -0.11253,-0.15003 -0.22506,-0.31883 -0.35634,-0.50637 l -2.85071,-4.44486 -0.75019,0.76894 -0.73143,-1.12528 0.76894,-0.76894 -1.51913,-2.38184 1.12528,-1.16279 1.51913,2.38184 z m 7.95198,-1.63166 c -0.60015,0.63766 -1.10652,1.25657 -1.50037,1.80045 -0.4126,0.56264 -0.71268,1.06902 -0.88147,1.51913 -0.18755,0.46887 -0.26257,0.90023 -0.18755,1.29407 0.0563,0.39385 0.26257,0.75019 0.60015,1.08778 0.30008,0.30007 0.61891,0.4126 0.97524,0.37509 0.33759,-0.0563 0.73144,-0.28132 1.14404,-0.71268 0.35634,-0.37509 0.65641,-0.8252 0.86271,-1.36909 0.20631,-0.54389 0.35634,-1.10653 0.45012,-1.66917 z m 2.21305,3.48837 c -0.0375,0.1688 -0.0938,0.41261 -0.16879,0.71268 -0.0563,0.30008 -0.15004,0.60015 -0.24381,0.88147 -0.11253,0.30008 -0.26257,0.61891 -0.45011,0.93773 -0.18755,0.31883 -0.45011,0.63766 -0.7877,0.97525 -0.52513,0.54388 -1.12528,0.8252 -1.76294,0.86271 -0.65641,0.0188 -1.23781,-0.2063 -1.74418,-0.71268 -0.54389,-0.54388 -0.88147,-1.10652 -1.01275,-1.70667 -0.15004,-0.60015 -0.0938,-1.25656 0.11252,-1.96924 0.22506,-0.67517 0.60015,-1.4066 1.14404,-2.15679 0.52513,-0.75019 1.18154,-1.55664 1.98799,-2.41935 -0.0938,-0.13128 -0.16879,-0.24381 -0.24381,-0.33758 -0.0563,-0.11253 -0.13128,-0.20631 -0.22505,-0.28133 -0.2063,-0.2063 -0.39385,-0.31882 -0.60015,-0.35633 -0.18755,-0.0375 -0.39385,-0.0375 -0.61891,0.0375 -0.2063,0.075 -0.43135,0.18754 -0.63766,0.35633 -0.2063,0.1688 -0.43135,0.35634 -0.65641,0.5814 -0.33758,0.35634 -0.67517,0.80645 -0.994,1.35034 -0.31883,0.56264 -0.56264,1.0315 -0.73143,1.42535 l -0.0563,0.0563 -0.93774,-1.35033 c 0.1688,-0.30008 0.43136,-0.71268 0.80645,-1.23781 0.35634,-0.52513 0.73144,-0.994 1.14404,-1.4066 0.82521,-0.84396 1.59415,-1.35034 2.26931,-1.51913 0.67517,-0.15004 1.31283,0.0375 1.89423,0.60015 0.0938,0.11253 0.2063,0.24381 0.31883,0.37509 0.11252,0.15004 0.2063,0.28132 0.28132,0.41261 l 3.60089,5.6264 -1.12528,1.12528 z m 2.02551,-14.29106 0.71268,1.12528 -2.32558,2.38185 2.4381,3.82595 c 0.13129,0.18755 0.26257,0.4126 0.45012,0.63766 0.16879,0.24381 0.31882,0.4126 0.43135,0.54388 0.30008,0.28132 0.60015,0.43136 0.90023,0.41261 0.28132,0 0.63766,-0.2063 1.0315,-0.61891 0.1688,-0.16879 0.33759,-0.39384 0.50638,-0.67516 0.16879,-0.30008 0.26257,-0.48763 0.31883,-0.60015 l 0.0563,-0.075 0.7877,1.18154 c -0.16879,0.30008 -0.37509,0.5814 -0.5814,0.88147 -0.22505,0.28132 -0.43135,0.54389 -0.6189,0.73143 -0.56264,0.56264 -1.10652,0.88147 -1.65041,0.95649 -0.56264,0.0563 -1.10653,-0.16879 -1.63166,-0.69392 -0.13128,-0.13128 -0.24381,-0.26257 -0.35634,-0.4126 -0.11252,-0.13129 -0.24381,-0.30008 -0.37509,-0.50638 l -2.83195,-4.44486 -0.76895,0.76894 -0.71267,-1.10652 0.76894,-0.7877 -1.51913,-2.38184 1.12528,-1.16279 1.51913,2.38184 z m 6.88296,-7.033 5.30757,8.27081 -1.12528,1.14404 -0.60015,-0.90023 c -0.13128,0.71268 -0.28132,1.35034 -0.48762,1.89422 -0.2063,0.54389 -0.50637,1.03151 -0.91898,1.44411 -0.58139,0.5814 -1.18154,0.90023 -1.80044,0.93774 -0.61891,0.0375 -1.21906,-0.22506 -1.7817,-0.76894 -0.13128,-0.13129 -0.26256,-0.28132 -0.37509,-0.43136 -0.11253,-0.15004 -0.24381,-0.31883 -0.3751,-0.50638 l -3.4321,-5.38259 1.12528,-1.14403 3.0195,4.70742 c 0.11253,0.2063 0.26257,0.4126 0.43136,0.63766 0.18755,0.24381 0.31883,0.4126 0.45011,0.52513 0.33759,0.35634 0.69392,0.52513 1.05026,0.50638 0.33759,0 0.73144,-0.20631 1.14404,-0.63766 0.30007,-0.30008 0.54388,-0.73144 0.75019,-1.29408 0.2063,-0.56264 0.35633,-1.12528 0.45011,-1.66916 l -3.95724,-6.18904 z m 9.78994,4.03226 c -0.50637,0.50637 -1.01275,0.90022 -1.53788,1.18154 -0.52513,0.28132 -0.994,0.48762 -1.4066,0.6189 l -0.97525,-1.46286 0.0563,-0.075 c 0.16879,0 0.35634,-0.0375 0.60015,-0.075 0.22505,-0.0375 0.50637,-0.11253 0.80645,-0.22505 0.28132,-0.11253 0.58139,-0.24381 0.88147,-0.43136 0.31883,-0.16879 0.60015,-0.4126 0.88147,-0.69392 0.56264,-0.56264 0.90022,-1.12528 1.01275,-1.65041 0.11253,-0.54389 -0.0563,-1.01276 -0.46887,-1.42536 -0.2063,-0.2063 -0.45011,-0.28132 -0.73143,-0.22506 -0.28132,0.0563 -0.6189,0.18755 -0.994,0.43136 -0.18754,0.13128 -0.43135,0.28132 -0.69392,0.46887 -0.26256,0.16879 -0.52513,0.33758 -0.80645,0.50637 -0.6189,0.35634 -1.14403,0.50638 -1.63166,0.48763 -0.48762,-0.0188 -0.90022,-0.20631 -1.27531,-0.56264 -0.31883,-0.31883 -0.54389,-0.67517 -0.67517,-1.08778 -0.15004,-0.4126 -0.2063,-0.86271 -0.16879,-1.36909 0.0375,-0.48762 0.18754,-0.99399 0.45011,-1.51912 0.24381,-0.54389 0.6189,-1.06902 1.10652,-1.55664 0.39385,-0.41261 0.84396,-0.76894 1.35034,-1.06902 0.50638,-0.30007 0.95649,-0.50638 1.35034,-0.6189 l 0.93773,1.38784 -0.0563,0.075 c -0.11253,0 -0.28132,0.0375 -0.50638,0.075 -0.22506,0.0563 -0.46887,0.13128 -0.76894,0.24381 -0.24381,0.0938 -0.52513,0.22506 -0.80645,0.4126 -0.28132,0.18755 -0.56264,0.39385 -0.80645,0.65642 -0.48763,0.50637 -0.7877,1.01275 -0.90023,1.55663 -0.0938,0.52514 0.0375,0.97525 0.4126,1.33159 0.20631,0.2063 0.45012,0.28132 0.75019,0.26256 0.28132,-0.0188 0.61891,-0.15004 1.01275,-0.39385 0.24381,-0.15003 0.48763,-0.31883 0.75019,-0.48762 0.26257,-0.16879 0.50638,-0.33758 0.76894,-0.50637 0.5814,-0.35634 1.10653,-0.52513 1.59415,-0.52513 0.48762,0 0.90022,0.18754 1.27532,0.56264 0.31883,0.30007 0.56264,0.69392 0.71267,1.12528 0.15004,0.45011 0.20631,0.91897 0.15004,1.4066 -0.0563,0.52513 -0.22505,1.05026 -0.48762,1.59414 -0.28132,0.54389 -0.67517,1.06902 -1.16279,1.5754 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="274.33542"
y="471.74854"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text82">Task Execution,</text>
id="text3063"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="507.19437"
x="233.59662"
xml:space="preserve">Task Execution,</text>
<text
xml:space="preserve"
x="277.63624"
y="492.75378"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text84">Data Exchange</text>
id="text3065"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="528.19958"
x="236.89745"
xml:space="preserve">Data Exchange</text>
<text
xml:space="preserve"
x="579.16963"
y="471.74854"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text86">Task Execution,</text>
id="text3067"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="507.19437"
x="646.51672"
xml:space="preserve">Task Execution,</text>
<text
id="text3069"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="528.19958"
x="649.8175"
xml:space="preserve">Data Exchange</text>
<path
id="path3071"
d="m 564.90948,478.2629 -122.78684,1.87546 0.0938,5.62641 122.76808,-1.87547 z m -15.24755,15.32256 20.8552,-12.60314 -21.23029,-11.94672 c -1.35034,-0.76894 -3.05701,-0.28132 -3.82595,1.06901 -0.75019,1.35034 -0.28132,3.07577 1.06901,3.84471 l 17.02925,9.58364 -0.075,-4.85746 -16.72917,10.09001 c -1.33158,0.80645 -1.74418,2.53188 -0.93773,3.86347 0.78769,1.33158 2.53188,1.76294 3.8447,0.95648 z m -92.21672,-23.14326 -20.85519,12.60314 21.23028,11.94672 c 1.35034,0.76895 3.07577,0.28133 3.82596,-1.06901 0.76894,-1.35034 0.28132,-3.07577 -1.06902,-3.82595 l 0,0 -17.02924,-9.6024 0.075,4.87622 16.72917,-10.10877 c 1.33158,-0.80645 1.76293,-2.53188 0.95648,-3.86346 -0.80645,-1.33158 -2.53188,-1.76294 -3.86346,-0.95649 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="582.47045"
y="492.75378"
style="font-size:17.554373px;fill:#000000;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;font-family:Verdana;"
id="text88">Data Exchange</text>
id="text3073"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="516.58087"
x="466.24557"
xml:space="preserve">Exchange </text>
<text
id="text3075"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="537.58606"
x="451.39188"
xml:space="preserve">Intermediate</text>
<text
id="text3077"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="558.59131"
x="476.7482"
xml:space="preserve">Results</text>
<text
id="text3079"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="579.59656"
x="418.08359"
xml:space="preserve">(</text>
<text
id="text3081"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="579.59656"
x="426.03558"
xml:space="preserve">shuffle</text>
<text
id="text3083"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="579.59656"
x="490.85172"
xml:space="preserve">/ </text>
<text
id="text3085"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="579.59656"
x="504.95523"
xml:space="preserve">broadcast</text>
<text
id="text3087"
style="font-size:17.55437279px;font-style:italic;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="579.59656"
x="591.22675"
xml:space="preserve">) </text>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- 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="860.40625"
height="541.0625"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="430.20675"
inkscape:cy="270.53212"
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="1600"
inkscape:window-height="838"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(55.206749,-261.8318)">
<g
id="g2989"
transform="translate(-78.581749,159.5193)">
<path
id="path2991"
d="m 336.57135,443.36045 c 0,-3.6384 2.96324,-6.60164 6.60164,-6.60164 l 500.22462,0 c 3.63841,0 6.60165,2.96324 6.60165,6.60164 l 0,26.36907 c 0,3.63841 -2.96324,6.56414 -6.60165,6.56414 l -500.22462,0 c -3.6384,0 -6.60164,-2.92573 -6.60164,-6.56414 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path2993"
d="m 336.57135,443.36045 c 0,-3.6384 2.96324,-6.60164 6.60164,-6.60164 l 500.22462,0 c 3.63841,0 6.60165,2.96324 6.60165,6.60164 l 0,26.36907 c 0,3.63841 -2.96324,6.56414 -6.60165,6.56414 l -500.22462,0 c -3.6384,0 -6.60164,-2.92573 -6.60164,-6.56414 z"
style="fill:none;stroke:#ed7d31;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text2995"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="453.48053"
x="347.62067"
xml:space="preserve">Intermediate</text>
<text
id="text2997"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="469.98465"
x="347.62067"
xml:space="preserve">Result</text>
<path
id="path2999"
d="m 336.57135,550.86223 c 0,-9.33982 7.57689,-16.8792 16.8792,-16.8792 l 479.6695,0 c 9.30232,0 16.87921,7.53938 16.87921,16.8792 l 0,67.51682 c 0,9.30232 -7.57689,16.87921 -16.87921,16.87921 l -479.6695,0 c -9.30231,0 -16.8792,-7.57689 -16.8792,-16.87921 z"
style="fill:#c5e0b4;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3001"
d="m 336.57135,550.86223 c 0,-9.33982 7.57689,-16.8792 16.8792,-16.8792 l 479.6695,0 c 9.30232,0 16.87921,7.53938 16.87921,16.8792 l 0,67.51682 c 0,9.30232 -7.57689,16.87921 -16.87921,16.87921 l -479.6695,0 c -9.30231,0 -16.8792,-7.57689 -16.8792,-16.87921 z"
style="fill:none;stroke:#548235;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3003"
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="581.19519"
x="350.63596"
xml:space="preserve">Execution</text>
<text
id="text3005"
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="599.19965"
x="350.63596"
xml:space="preserve">Job Vertex</text>
<path
id="path3007"
d="m 336.57135,345.1985 c 0,-9.33983 7.57689,-16.87921 16.91671,-16.87921 l 479.59448,0 c 9.33983,0 16.91672,7.53938 16.91672,16.87921 l 0,67.62935 c 0,9.33982 -7.57689,16.91671 -16.91672,16.91671 l -479.59448,0 c -9.33982,0 -16.91671,-7.57689 -16.91671,-16.91671 z"
style="fill:#c5e0b4;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3009"
d="m 336.57135,345.1985 c 0,-9.33983 7.57689,-16.87921 16.91671,-16.87921 l 479.59448,0 c 9.33983,0 16.91672,7.53938 16.91672,16.87921 l 0,67.62935 c 0,9.33982 -7.57689,16.91671 -16.91672,16.91671 l -479.59448,0 c -9.33982,0 -16.91671,-7.57689 -16.91671,-16.91671 z"
style="fill:none;stroke:#548235;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3011"
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="375.60931"
x="350.63596"
xml:space="preserve">Execution</text>
<text
id="text3013"
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="393.6138"
x="350.63596"
xml:space="preserve">Job Vertex</text>
<path
id="path3015"
d="m 336.57135,168.41696 c 0,-9.30232 7.57689,-16.87921 16.8792,-16.87921 l 479.6695,0 c 9.30232,0 16.87921,7.57689 16.87921,16.87921 l 0,67.51682 c 0,9.33982 -7.57689,16.8792 -16.87921,16.8792 l -479.6695,0 c -9.30231,0 -16.8792,-7.53938 -16.8792,-16.8792 z"
style="fill:#c5e0b4;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3017"
d="m 336.57135,168.41696 c 0,-9.30232 7.57689,-16.87921 16.8792,-16.87921 l 479.6695,0 c 9.30232,0 16.87921,7.57689 16.87921,16.87921 l 0,67.51682 c 0,9.33982 -7.57689,16.8792 -16.87921,16.8792 l -479.6695,0 c -9.30231,0 -16.8792,-7.53938 -16.8792,-16.8792 z"
style="fill:none;stroke:#548235;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3019"
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="198.77649"
x="350.63596"
xml:space="preserve">Execution</text>
<text
id="text3021"
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="216.78098"
x="350.63596"
xml:space="preserve">Job Vertex</text>
<path
id="path3023"
d="m 24.643639,116.76659 c 0,-7.31432 5.888967,-13.20329 13.16578,-13.20329 l 211.665231,0 c 7.27681,0 13.20329,5.88897 13.20329,13.20329 l 0,512.1901 c 0,7.27681 -5.92648,13.16578 -13.20329,13.16578 l -211.665231,0 c -7.276813,0 -13.16578,-5.88897 -13.16578,-13.16578 z"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3025"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="123.25767"
x="108.06521"
xml:space="preserve">JobGraph</text>
<path
id="path3027"
d="m 181.95783,550.29959 c 17.17928,17.14177 17.17928,44.9362 0,62.07797 -17.17928,17.17928 -45.04872,17.17928 -62.228,0 -17.17928,-17.14177 -17.17928,-44.9362 0,-62.07797 17.17928,-17.17928 45.04872,-17.17928 62.228,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3029"
d="m 181.95783,550.29959 c 17.17928,17.14177 17.17928,44.9362 0,62.07797 -17.17928,17.17928 -45.04872,17.17928 -62.228,0 -17.17928,-17.14177 -17.17928,-44.9362 0,-62.07797 17.17928,-17.17928 45.04872,-17.17928 62.228,0"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3031"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="578.25909"
x="119.9825"
xml:space="preserve">JobVertex</text>
<text
id="text3033"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="594.76318"
x="141.73792"
xml:space="preserve">(A)</text>
<path
id="path3035"
d="m 235.24923,198.02121 c 17.15115,17.17928 17.15115,45.02997 0,62.20924 -17.15115,17.18866 -44.95495,17.18866 -62.1061,0 -17.15114,-17.17927 -17.15114,-45.02996 0,-62.20924 17.15115,-17.18866 44.95495,-17.18866 62.1061,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3037"
d="m 235.24923,198.02121 c 17.15115,17.17928 17.15115,45.02997 0,62.20924 -17.15115,17.18866 -44.95495,17.18866 -62.1061,0 -17.15114,-17.17927 -17.15114,-45.02996 0,-62.20924 17.15115,-17.18866 44.95495,-17.18866 62.1061,0"
style="fill:none;stroke:#85888d;stroke-width:2.50374866px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3039"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="226.05666"
x="173.28711"
xml:space="preserve">JobVertex</text>
<text
id="text3041"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="242.56078"
x="194.59242"
xml:space="preserve">(D)</text>
<path
id="path3043"
d="m 127.8506,390.07843 c 17.19804,17.14177 17.19804,44.95495 0,62.09672 -17.17928,17.16052 -45.029967,17.16052 -62.209247,0 -17.17928,-17.14177 -17.17928,-44.95495 0,-62.09672 17.17928,-17.16053 45.029967,-17.16053 62.209247,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3045"
d="m 127.8506,390.07843 c 17.19804,17.14177 17.19804,44.95495 0,62.09672 -17.17928,17.16052 -45.029967,17.16052 -62.209247,0 -17.17928,-17.14177 -17.17928,-44.95495 0,-62.09672 17.17928,-17.16053 45.029967,-17.16053 62.209247,0"
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3047"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="418.08206"
x="65.897766"
xml:space="preserve">JobVertex</text>
<text
id="text3049"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="434.58615"
x="87.653183"
xml:space="preserve">(B)</text>
<path
id="path3051"
d="m 495.49844,554.70694 -16.84169,-20.29255 2.88821,-2.4006 16.82295,20.29255 -2.86947,2.4006 z m -18.52962,-16.44785 -2.85071,-12.26555 11.51537,5.08251 -8.66466,7.18304 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3053"
d="m 50.412559,493.43543 c 0,-2.982 2.419353,-5.4201 5.4201,-5.4201 l 75.900161,0 c 3.00075,0 5.4201,2.4381 5.4201,5.4201 l 0,21.6804 c 0,2.98199 -2.41935,5.4201 -5.4201,5.4201 l -75.900161,0 c -3.000747,0 -5.4201,-2.43811 -5.4201,-5.4201 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3055"
d="m 50.412559,493.43543 c 0,-2.982 2.419353,-5.4201 5.4201,-5.4201 l 75.900161,0 c 3.00075,0 5.4201,2.4381 5.4201,5.4201 l 0,21.6804 c 0,2.98199 -2.41935,5.4201 -5.4201,5.4201 l -75.900161,0 c -3.000747,0 -5.4201,-2.43811 -5.4201,-5.4201 z"
style="fill:none;stroke:#ed7d31;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3057"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="501.16693"
x="55.542233"
xml:space="preserve">Intermediate</text>
<text
id="text3059"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="517.67102"
x="66.945076"
xml:space="preserve">Data Set</text>
<path
id="path3061"
d="m 162.79056,493.43543 c 0,-2.982 2.41935,-5.4201 5.4201,-5.4201 l 75.90015,0 c 2.982,0 5.4201,2.4381 5.4201,5.4201 l 0,21.6804 c 0,2.98199 -2.4381,5.4201 -5.4201,5.4201 l -75.90015,0 c -3.00075,0 -5.4201,-2.43811 -5.4201,-5.4201 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3063"
d="m 162.79056,493.43543 c 0,-2.982 2.41935,-5.4201 5.4201,-5.4201 l 75.90015,0 c 2.982,0 5.4201,2.4381 5.4201,5.4201 l 0,21.6804 c 0,2.98199 -2.4381,5.4201 -5.4201,5.4201 l -75.90015,0 c -3.00075,0 -5.4201,-2.43811 -5.4201,-5.4201 z"
style="fill:none;stroke:#ed7d31;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3065"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="501.16693"
x="167.96423"
xml:space="preserve">Intermediate</text>
<text
id="text3067"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="517.67102"
x="179.36708"
xml:space="preserve">Data Set</text>
<path
id="path3069"
d="m 118.47326,152.2223 c 17.18866,17.17928 17.18866,45.03934 0,62.21862 -17.1699,17.17928 -45.029963,17.17928 -62.209243,0 -17.17928,-17.17928 -17.17928,-45.03934 0,-62.21862 17.17928,-17.17928 45.039343,-17.17928 62.209243,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3071"
d="m 118.47326,152.2223 c 17.18866,17.17928 17.18866,45.03934 0,62.21862 -17.1699,17.17928 -45.029963,17.17928 -62.209243,0 -17.17928,-17.17928 -17.17928,-45.03934 0,-62.21862 17.17928,-17.17928 45.039343,-17.17928 62.209243,0"
style="fill:none;stroke:#85888d;stroke-width:2.50374866px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3073"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="180.25125"
x="56.508911"
xml:space="preserve">JobVertex</text>
<text
id="text3075"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="196.75536"
x="77.814217"
xml:space="preserve">(C)</text>
<path
id="path3077"
d="m 181.65776,551.49989 19.26104,-20.78017 -2.73818,-2.55064 -19.26105,20.78018 2.73819,2.55063 z m 20.74266,-16.86045 3.52588,-12.07801 -11.77793,4.42611 8.25205,7.6519 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3079"
d="m 95.57381,485.98982 0,-11.57163 -3.750935,0 0,11.57163 3.750935,0 z m 3.750934,-9.69616 -5.626401,-11.25281 -5.626402,11.25281 11.252803,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3081"
d="m 115.41625,326.10624 52.00671,-45.40506 -2.45686,-2.8132 -52.02546,45.40506 2.47561,2.8132 z m 53.05697,-41.3353 4.78244,-11.64665 -12.17178,3.16954 7.38934,8.47711 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3083"
d="m 217.64797,484.90205 0,-194.74852 -3.75093,0 0,194.74852 3.75093,0 z m 3.75094,-192.87305 -5.62641,-11.2528 -5.6264,11.2528 11.25281,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3085"
d="m 95.104943,321.88644 0.28132,-85.16497 -3.750934,-0.0188 -0.28132,85.18372 3.750934,0 z m 4.032255,-83.2895 -5.588893,-11.27156 -5.663911,11.23405 11.252804,0.0375 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3087"
d="m 55.101227,332.7829 c 0,-3.00074 2.419353,-5.4201 5.4201,-5.4201 l 75.750123,0 c 2.98199,0 5.4201,2.41936 5.4201,5.4201 l 0,21.66165 c 0,3.00075 -2.43811,5.4201 -5.4201,5.4201 l -75.750123,0 c -3.000747,0 -5.4201,-2.41935 -5.4201,-5.4201 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3089"
d="m 55.101227,332.7829 c 0,-3.00074 2.419353,-5.4201 5.4201,-5.4201 l 75.750123,0 c 2.98199,0 5.4201,2.41936 5.4201,5.4201 l 0,21.66165 c 0,3.00075 -2.43811,5.4201 -5.4201,5.4201 l -75.750123,0 c -3.000747,0 -5.4201,-2.41935 -5.4201,-5.4201 z"
style="fill:none;stroke:#ed7d31;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3091"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="340.54807"
x="60.154701"
xml:space="preserve">Intermediate</text>
<text
id="text3093"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="357.05219"
x="71.557541"
xml:space="preserve">Data Set</text>
<path
id="path3095"
d="m 326.59386,117.55429 c 0,-7.72693 6.26406,-13.99099 13.99099,-13.99099 l 527.94402,0 c 7.72693,0 13.99099,6.26406 13.99099,13.99099 l 0,510.6147 c 0,7.68942 -6.26406,13.95348 -13.99099,13.95348 l -527.94402,0 c -7.72693,0 -13.99099,-6.26406 -13.99099,-13.95348 z"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3097"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="123.49081"
x="546.51147"
xml:space="preserve">ExecutionGraph</text>
<path
id="path3099"
d="m 560.50214,552.51264 c 17.14177,17.17928 17.14177,45.01122 0,62.1905 -17.14178,17.17928 -44.97371,17.17928 -62.11548,0 -17.14177,-17.17928 -17.14177,-45.01122 0,-62.1905 17.14177,-17.21678 44.9737,-17.21678 62.11548,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3101"
d="m 560.50214,552.51264 c 17.14177,17.17928 17.14177,45.01122 0,62.1905 -17.14178,17.17928 -44.97371,17.17928 -62.11548,0 -17.14177,-17.17928 -17.14177,-45.01122 0,-62.1905 17.14177,-17.21678 44.9737,-17.21678 62.11548,0"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3103"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="572.29529"
x="499.31607"
xml:space="preserve">Execution</text>
<text
id="text3105"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="588.79938"
x="509.66867"
xml:space="preserve">Vertex</text>
<text
id="text3107"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="605.30347"
x="508.76843"
xml:space="preserve">A (0/2)</text>
<path
id="path3109"
d="m 766.16587,550.29959 c 17.17928,17.14177 17.17928,44.9362 0,62.07797 -17.17928,17.17928 -45.04872,17.17928 -62.228,0 -17.17928,-17.14177 -17.17928,-44.9362 0,-62.07797 17.17928,-17.17928 45.04872,-17.17928 62.228,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3111"
d="m 766.16587,550.29959 c 17.17928,17.14177 17.17928,44.9362 0,62.07797 -17.17928,17.17928 -45.04872,17.17928 -62.228,0 -17.17928,-17.14177 -17.17928,-44.9362 0,-62.07797 17.17928,-17.17928 45.04872,-17.17928 62.228,0"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3113"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="570.00702"
x="704.90192"
xml:space="preserve">Execution</text>
<text
id="text3115"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="586.51111"
x="715.25446"
xml:space="preserve">Vertex</text>
<text
id="text3117"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="603.01526"
x="714.35425"
xml:space="preserve">A (1/2)</text>
<path
id="path3119"
d="m 336.57135,494.29814 c 0,-3.45086 2.8132,-6.26406 6.30157,-6.26406 l 500.86228,0 c 3.45086,0 6.26406,2.8132 6.26406,6.26406 l 0,25.13126 c 0,3.45086 -2.8132,6.26406 -6.26406,6.26406 l -500.86228,0 c -3.48837,0 -6.30157,-2.8132 -6.30157,-6.26406 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3121"
d="m 336.57135,494.29814 c 0,-3.45086 2.8132,-6.26406 6.30157,-6.26406 l 500.86228,0 c 3.45086,0 6.26406,2.8132 6.26406,6.26406 l 0,25.13126 c 0,3.45086 -2.8132,6.26406 -6.26406,6.26406 l -500.86228,0 c -3.48837,0 -6.30157,-2.8132 -6.30157,-6.26406 z"
style="fill:none;stroke:#ed7d31;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3123"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="503.78391"
x="347.53018"
xml:space="preserve">Intermediate</text>
<text
id="text3125"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="520.28802"
x="347.53018"
xml:space="preserve">Result</text>
<path
id="path3127"
d="m 434.09564,496.3424 c 0,-2.79444 2.25056,-5.04501 5.04501,-5.04501 l 79.33226,0 c 2.7757,0 5.02626,2.25057 5.02626,5.04501 l 0,20.10501 c 0,2.77569 -2.25056,5.02625 -5.02626,5.02625 l -79.33226,0 c -2.79445,0 -5.04501,-2.25056 -5.04501,-5.02625 z"
style="fill:#fbe5d6;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3129"
d="m 434.09564,496.3424 c 0,-2.79444 2.25056,-5.04501 5.04501,-5.04501 l 79.33226,0 c 2.7757,0 5.02626,2.25057 5.02626,5.04501 l 0,20.10501 c 0,2.77569 -2.25056,5.02625 -5.02626,5.02625 l -79.33226,0 c -2.79445,0 -5.04501,-2.25056 -5.04501,-5.02625 z"
style="fill:none;stroke:#843c0c;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3131"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="503.60291"
x="444.14053"
xml:space="preserve">Intermediate</text>
<text
id="text3133"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="518.60663"
x="436.7887"
xml:space="preserve">Result</text>
<text
id="text3135"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="518.60663"
x="475.49835"
xml:space="preserve">Partition</text>
<path
id="path3137"
d="m 631.65736,496.36116 c 0,-2.8132 2.25056,-5.06377 5.02625,-5.06377 l 79.33227,0 c 2.77569,0 5.02625,2.25057 5.02625,5.06377 l 0,20.105 c 0,2.7757 -2.25056,5.02626 -5.02625,5.02626 l -79.33227,0 c -2.77569,0 -5.02625,-2.25056 -5.02625,-5.02626 z"
style="fill:#fbe5d6;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3139"
d="m 631.65736,496.36116 c 0,-2.8132 2.25056,-5.06377 5.02625,-5.06377 l 79.33227,0 c 2.77569,0 5.02625,2.25057 5.02625,5.06377 l 0,20.105 c 0,2.7757 -2.25056,5.02626 -5.02625,5.02626 l -79.33227,0 c -2.77569,0 -5.02625,-2.25056 -5.02625,-5.02626 z"
style="fill:none;stroke:#843c0c;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3141"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="503.60291"
x="641.72223"
xml:space="preserve">Intermediate</text>
<text
id="text3143"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="518.60663"
x="634.37042"
xml:space="preserve">Result</text>
<text
id="text3145"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="518.60663"
x="673.08008"
xml:space="preserve">Partition</text>
<path
id="path3147"
d="m 116.78534,552.36261 -16.71041,-20.42384 2.90698,-2.36309 16.71041,20.40508 -2.90698,2.38185 z m -18.417084,-16.59789 -2.794446,-12.26555 11.49661,5.13878 -8.702164,7.12677 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3149"
d="m 506.09483,345.06721 c 17.16053,17.14178 17.16053,44.95495 0,62.09672 -17.14177,17.16053 -44.95495,17.16053 -62.09672,0 -17.16052,-17.14177 -17.16052,-44.95494 0,-62.09672 17.14177,-17.16052 44.95495,-17.16052 62.09672,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3151"
d="m 506.09483,345.06721 c 17.16053,17.14178 17.16053,44.95495 0,62.09672 -17.14177,17.16053 -44.95495,17.16053 -62.09672,0 -17.16052,-17.14177 -17.16052,-44.95494 0,-62.09672 17.14177,-17.16052 44.95495,-17.16052 62.09672,0"
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3153"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="364.74869"
x="444.95163"
xml:space="preserve">Execution</text>
<text
id="text3155"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="381.25281"
x="455.3042"
xml:space="preserve">Vertex</text>
<text
id="text3157"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="397.75693"
x="454.40399"
xml:space="preserve">B (0/2)</text>
<path
id="path3159"
d="m 702.24995,347.56159 c 17.14177,17.17928 17.14177,44.9737 0,62.11547 -17.14177,17.14177 -44.9362,17.14177 -62.11548,0 -17.14177,-17.14177 -17.14177,-44.93619 0,-62.11547 17.17928,-17.14177 44.97371,-17.14177 62.11548,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3161"
d="m 702.24995,347.56159 c 17.14177,17.17928 17.14177,44.9737 0,62.11547 -17.14177,17.14177 -44.9362,17.14177 -62.11548,0 -17.14177,-17.14177 -17.14177,-44.93619 0,-62.11547 17.17928,-17.14177 44.97371,-17.14177 62.11548,0"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3163"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="367.29498"
x="641.09949"
xml:space="preserve">Execution</text>
<text
id="text3165"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="383.7991"
x="651.45203"
xml:space="preserve">Vertex</text>
<text
id="text3167"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="400.30319"
x="650.55182"
xml:space="preserve">B (1/2)</text>
<path
id="path3169"
d="m 551.10604,540.0783 14.4411,-53.91969 -3.61965,-0.97524 -14.4411,53.93844 3.61965,0.95649 z m 17.59189,-51.14399 -2.53188,-12.32182 -8.34583,9.41484 10.87771,2.90698 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3171"
d="m 770.55446,543.36036 14.4411,-53.90092 -3.6384,-0.97525 -14.4411,53.93844 3.6384,0.93773 z m 17.59189,-51.12523 -2.55064,-12.34058 -8.32707,9.41485 10.87771,2.92573 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3173"
d="m 694.448,553.30034 -16.84169,-20.44259 2.88822,-2.36309 16.84169,20.40508 -2.88822,2.4006 z m -18.56712,-16.57913 -2.8132,-12.26555 11.51537,5.10127 -8.70217,7.16428 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3175"
d="m 336.57135,275.50614 c 0,-3.63841 2.96324,-6.60165 6.60164,-6.60165 l 500.22462,0 c 3.63841,0 6.60165,2.96324 6.60165,6.60165 l 0,26.36906 c 0,3.63841 -2.96324,6.56414 -6.60165,6.56414 l -500.22462,0 c -3.6384,0 -6.60164,-2.92573 -6.60164,-6.56414 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3177"
d="m 336.57135,275.50614 c 0,-3.63841 2.96324,-6.60165 6.60164,-6.60165 l 500.22462,0 c 3.63841,0 6.60165,2.96324 6.60165,6.60165 l 0,26.36906 c 0,3.63841 -2.96324,6.56414 -6.60165,6.56414 l -500.22462,0 c -3.6384,0 -6.60164,-2.92573 -6.60164,-6.56414 z"
style="fill:none;stroke:#ed7d31;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3179"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="285.63223"
x="347.62067"
xml:space="preserve">Intermediate</text>
<text
id="text3181"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="302.13635"
x="347.62067"
xml:space="preserve">Result</text>
<path
id="path3183"
d="m 628.39405,278.76945 c 0,-2.77569 2.25056,-5.02625 5.02625,-5.02625 l 79.4823,0 c 2.77569,0 5.02625,2.25056 5.02625,5.02625 l 0,20.14252 c 0,2.77569 -2.25056,5.02625 -5.02625,5.02625 l -79.4823,0 c -2.77569,0 -5.02625,-2.25056 -5.02625,-5.02625 z"
style="fill:#fbe5d6;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3185"
d="m 628.39405,278.76945 c 0,-2.77569 2.25056,-5.02625 5.02625,-5.02625 l 79.4823,0 c 2.77569,0 5.02625,2.25056 5.02625,5.02625 l 0,20.14252 c 0,2.77569 -2.25056,5.02625 -5.02625,5.02625 l -79.4823,0 c -2.77569,0 -5.02625,-2.25056 -5.02625,-5.02625 z"
style="fill:none;stroke:#843c0c;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3187"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="286.06693"
x="638.53546"
xml:space="preserve">Intermediate</text>
<text
id="text3189"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="301.07068"
x="631.18365"
xml:space="preserve">Result</text>
<text
id="text3191"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="301.07068"
x="669.89331"
xml:space="preserve">Partition</text>
<path
id="path3193"
d="m 430.34471,278.7882 c 0,-2.79444 2.25056,-5.045 5.04501,-5.045 l 79.33226,0 c 2.77569,0 5.02625,2.25056 5.02625,5.045 l 0,20.10501 c 0,2.77569 -2.25056,5.02625 -5.02625,5.02625 l -79.33226,0 c -2.79445,0 -5.04501,-2.25056 -5.04501,-5.02625 z"
style="fill:#fbe5d6;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3195"
d="m 430.34471,278.7882 c 0,-2.79444 2.25056,-5.045 5.04501,-5.045 l 79.33226,0 c 2.77569,0 5.02625,2.25056 5.02625,5.045 l 0,20.10501 c 0,2.77569 -2.25056,5.02625 -5.02625,5.02625 l -79.33226,0 c -2.79445,0 -5.04501,-2.25056 -5.04501,-5.02625 z"
style="fill:none;stroke:#843c0c;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3197"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="286.06693"
x="440.48862"
xml:space="preserve">Intermediate</text>
<text
id="text3199"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="301.07068"
x="433.13678"
xml:space="preserve">Result</text>
<text
id="text3201"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="301.07068"
x="471.84641"
xml:space="preserve">Partition</text>
<path
id="path3203"
d="m 475.99358,326.25628 0,-8.73968 -3.75093,0 0,8.73968 3.75093,0 z m 3.75094,-6.86421 -5.62641,-11.2528 -5.6264,11.2528 11.25281,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3205"
d="m 674.94315,327.38156 0,-9.86496 -3.75094,0 0,9.86496 3.75094,0 z m 3.75093,-7.98949 -5.6264,-11.2528 -5.6264,11.2528 11.2528,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3207"
d="m 458.64551,268.60442 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.62641 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.6264 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.62641 0,-2.8132 2.8132,-0.0187 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0187 z m -0.0375,-5.6264 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.81321,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.6264 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.62641 -0.0188,-2.8132 2.8132,-0.0187 0.0188,2.8132 -2.8132,0.0187 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.6264 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.6264 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0188,-5.62641 -0.0188,-2.8132 2.8132,-0.0187 0.0188,2.8132 -2.8132,0.0187 z m -0.0375,-5.6264 0,-2.8132 2.8132,-0.0188 0,2.8132 -2.8132,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0187 0.0188,2.8132 -2.81321,0.0188 z m -0.0188,-5.6264 -0.0188,-2.8132 2.8132,-0.0188 0.0188,2.8132 -2.8132,0.0188 z m -0.0375,-5.6264 0,-0.16879 2.8132,0 0,0.15003 -2.8132,0.0188 z m -2.79445,1.25656 4.16354,-8.45836 4.27607,8.42085 -8.43961,0.0375 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3209"
d="m 654.16297,263.76571 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.6264 -0.0375,-2.8132 2.77569,-0.0375 0.075,2.8132 -2.8132,0.0375 z m -0.11253,-5.6264 -0.0375,-2.81321 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.62641 -0.0375,-2.8132 2.81321,-0.0375 0.0375,2.8132 -2.81321,0.0375 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.6264 -0.075,-2.8132 2.8132,-0.0375 0.075,2.8132 -2.8132,0.0375 z m -0.11253,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.58889 -0.0375,-2.8132 2.8132,-0.075 0.0375,2.8132 -2.8132,0.075 z m -0.075,-5.62641 -0.0375,-2.8132 2.8132,-0.075 0.0375,2.8132 -2.8132,0.075 z m -0.075,-5.6264 -0.075,-2.8132 2.8132,-0.075 0.075,2.8132 -2.8132,0.075 z m -0.11253,-5.6264 -0.0375,-2.8132 2.8132,-0.075 0.0375,2.8132 -2.81321,0.075 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.075 0.0375,2.8132 -2.8132,0.075 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.075 0.0375,2.8132 -2.8132,0.075 z m -0.075,-5.6264 -0.075,-2.8132 2.8132,-0.075 0.075,2.8132 -2.8132,0.075 z m -0.11253,-5.62641 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.7757 -2.8132,0.075 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.6264 -0.075,-2.8132 2.8132,-0.0375 0.075,2.8132 -2.81321,0.0375 z m -0.11252,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -0.075,-5.6264 -0.0375,-2.8132 2.8132,-0.0375 0.0375,2.8132 -2.8132,0.0375 z m -2.85071,-3.75094 4.08852,-8.47711 4.35108,8.36458 -8.4396,0.11253 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3211"
d="m 607.35131,168.64201 c 17.17928,17.14177 17.17928,44.9362 0,62.07797 -17.17928,17.17928 -45.01122,17.17928 -62.1905,0 -17.17928,-17.14177 -17.17928,-44.9362 0,-62.07797 17.17928,-17.17928 45.01122,-17.17928 62.1905,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3213"
d="m 607.35131,168.64201 c 17.17928,17.14177 17.17928,44.9362 0,62.07797 -17.17928,17.17928 -45.01122,17.17928 -62.1905,0 -17.17928,-17.14177 -17.17928,-44.9362 0,-62.07797 17.17928,-17.17928 45.01122,-17.17928 62.1905,0"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3215"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="188.31085"
x="546.13019"
xml:space="preserve">Execution</text>
<text
id="text3217"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="204.81496"
x="556.48279"
xml:space="preserve">Vertex</text>
<text
id="text3219"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="221.31908"
x="555.13245"
xml:space="preserve">D (0/2)</text>
<path
id="path3221"
d="m 803.48767,171.11763 c 17.21679,17.14177 17.21679,44.9737 0,62.11547 -17.17928,17.14177 -45.01121,17.14177 -62.19049,0 -17.17928,-17.14177 -17.17928,-44.9737 0,-62.11547 17.17928,-17.14177 45.01121,-17.14177 62.19049,0"
style="fill:#d6dce5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3223"
d="m 803.48767,171.11763 c 17.21679,17.14177 17.21679,44.9737 0,62.11547 -17.17928,17.14177 -45.01121,17.14177 -62.19049,0 -17.17928,-17.14177 -17.17928,-44.9737 0,-62.11547 17.17928,-17.14177 45.01121,-17.14177 62.19049,0"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3225"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="190.85715"
x="742.27802"
xml:space="preserve">Execution</text>
<text
id="text3227"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="207.36125"
x="752.63055"
xml:space="preserve">Vertex</text>
<text
id="text3229"
style="font-size:13.80343914px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="223.86537"
x="751.28021"
xml:space="preserve">D (1/2)</text>
<path
id="path3231"
d="m 789.04657,432.7078 -0.60015,-173.63076 3.75094,0 0.60015,173.63076 -3.75094,0 z m -4.35108,-171.75529 5.58889,-11.2528 5.66391,11.21529 -11.2528,0.0375 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3233"
d="m 580.85095,432.7078 -0.43135,-173.64951 3.75093,0 0.43136,173.63075 -3.75094,0.0188 z m -4.18229,-171.75529 5.58889,-11.27156 5.66392,11.23405 -11.25281,0.0375 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3235"
d="m 491.55996,267.1228 46.5491,-24.39983 -1.74419,-3.31958 -46.54909,24.39983 1.74418,3.31958 z m 46.62412,-20.19879 7.35183,-10.22129 -12.58439,0.24381 5.23256,9.97748 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3237"
d="m 685.37074,265.41612 46.51159,-24.26854 -1.72543,-3.30083 -46.5491,24.23104 1.76294,3.33833 z m 46.58661,-20.0675 7.38934,-10.20254 -12.56563,0.22506 5.17629,9.97748 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3239"
d="m 275.46863,368.81063 19.93621,0 0,-24.26855 19.91746,48.5371 -19.91746,48.51833 0,-24.24979 -19.93621,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3241"
d="m 275.46863,368.81063 19.93621,0 0,-24.26855 19.91746,48.5371 -19.91746,48.51833 0,-24.24979 -19.93621,0 z"
style="fill:none;stroke:#000000;stroke-width:1.25656307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3243"
d="m 487.6965,488.55921 157.72679,-54.01345 -1.2003,-3.56339 -157.72679,54.01345 1.2003,3.56339 z m 157.16415,-49.84992 8.85221,-8.96473 -12.49062,-1.68792 3.63841,10.65265 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3245"
d="m 657.95141,488.70925 -164.14089,-55.88892 1.2003,-3.56339 164.14089,55.88892 -1.2003,3.56339 z m -163.57825,-51.72539 -8.8522,-8.96473 12.49061,-1.68792 -3.63841,10.65265 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3247"
d="m 518.19159,446.64252 c 0,-2.79445 2.25057,-5.04501 5.02626,-5.04501 l 79.33226,0 c 2.77569,0 5.02625,2.25056 5.02625,5.04501 l 0,20.10501 c 0,2.77569 -2.25056,5.02625 -5.02625,5.02625 l -79.33226,0 c -2.77569,0 -5.02626,-2.25056 -5.02626,-5.02625 z"
style="fill:#fbe5d6;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3249"
d="m 518.19159,446.66127 c 0,-2.8132 2.25057,-5.06376 5.02626,-5.06376 l 79.33226,0 c 2.77569,0 5.02625,2.25056 5.02625,5.06376 l 0,20.10501 c 0,2.77569 -2.25056,5.02626 -5.02625,5.02626 l -79.33226,0 c -2.77569,0 -5.02626,-2.25057 -5.02626,-5.02626 z"
style="fill:none;stroke:#843c0c;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3251"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="453.91522"
x="528.3172"
xml:space="preserve">Intermediate</text>
<text
id="text3253"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="468.91898"
x="520.96539"
xml:space="preserve">Result</text>
<text
id="text3255"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="468.91898"
x="559.67505"
xml:space="preserve">Partition</text>
<path
id="path3257"
d="m 746.2109,446.66127 c 0,-2.8132 2.25056,-5.06376 5.02625,-5.06376 l 79.36978,0 c 2.77569,0 5.02625,2.25056 5.02625,5.06376 l 0,20.10501 c 0,2.77569 -2.25056,5.02626 -5.02625,5.02626 l -79.36978,0 c -2.77569,0 -5.02625,-2.25057 -5.02625,-5.02626 z"
style="fill:#fbe5d6;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3259"
d="m 746.2109,446.66127 c 0,-2.8132 2.25056,-5.06376 5.02625,-5.06376 l 79.36978,0 c 2.77569,0 5.02625,2.25056 5.02625,5.06376 l 0,20.10501 c 0,2.77569 -2.25056,5.02626 -5.02625,5.02626 l -79.36978,0 c -2.77569,0 -5.02625,-2.25057 -5.02625,-5.02626 z"
style="fill:none;stroke:#843c0c;stroke-width:1.87546718px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3261"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="453.91522"
x="756.29614"
xml:space="preserve">Intermediate</text>
<text
id="text3263"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="468.91898"
x="748.94434"
xml:space="preserve">Result</text>
<text
id="text3265"
style="font-size:12.45310211px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="468.91898"
x="787.65393"
xml:space="preserve">Partition</text>
<path
id="path3267"
d="m 463.63425,485.7085 -0.78769,-54.38855 3.75093,-0.0563 0.7877,54.38855 -3.75094,0.0563 z m -4.51987,-52.45682 5.45761,-11.34657 5.79519,11.17778 -11.2528,0.16879 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3269"
d="m 678.54404,488.03408 0,-54.08847 -3.75093,0 0,54.08847 3.75093,0 z m 3.75094,-52.21301 -5.6264,-11.2528 -5.62641,11.2528 11.25281,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3271"
d="m 96.98041,377.21272 0,-7.8207 3.75093,0 0,7.8207 -3.75093,0 z m -3.750934,-5.94523 5.626401,-11.2528 5.626403,11.2528 -11.252804,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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"
version="1.0"
width="329.56mm"
height="259.01999mm"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="jobgraph_executiongraph.emf">
<metadata
id="metadata154">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1600"
inkscape:window-height="838"
id="namedview152"
showgrid="false"
inkscape:zoom="0.25714017"
inkscape:cx="583.86615"
inkscape:cy="458.89368"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs4" />
<g
id="g6"
transform="translate(-50.556086,-241.11363)">
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 75.993932,278.1693 c 0,-10.35258 8.364584,-18.75467 18.754672,-18.75467 l 300.862456,0 c 10.35258,0 18.75467,8.40209 18.75467,18.75467 l 0,616.42857 c 0,10.35258 -8.40209,18.75467 -18.75467,18.75467 l -300.862456,0 c -10.390088,0 -18.754672,-8.40209 -18.754672,-18.75467 z"
id="path8"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="174.01491"
y="294.8385"
style="font-size:30.0074749px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text10">JobGraph</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 446.54875,546.3236 47.74939,0 0,-42.49808 80.00743,62.49056 -80.00743,62.52808 0,-42.49809 -47.74939,0 z"
id="path12"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 597.41133,324.7559 c 0,-36.08398 29.2948,-65.34127 65.37879,-65.34127 l 436.53378,0 c 36.1215,0 65.3788,29.25729 65.3788,65.34127 l 0,523.25536 c 0,36.1215 -29.2573,65.37879 -65.3788,65.37879 l -436.53378,0 c -36.08399,0 -65.37879,-29.25729 -65.37879,-65.37879 z"
id="path14"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="761.92096"
y="308.46613"
style="font-size:30.0074749px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text16">ExecutionGraph</text>
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 281.73269,760.50196 0,-14.92872 -3.75094,0 0,14.92872 3.75094,0 z m 3.75093,-13.05325 -5.6264,-11.25281 -5.6264,11.25281 11.2528,0 z"
id="path18"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 324.04323,778.24388 c 24.41858,24.41858 24.41858,64.02845 0,88.40953 -24.41859,24.41858 -63.99094,24.41858 -88.40953,0 -24.41858,-24.38108 -24.41858,-63.99095 0,-88.40953 24.41859,-24.38107 63.99094,-24.38107 88.40953,0"
id="path20"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="238.73856"
y="818.62347"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text22">JobInput</text>
<text
xml:space="preserve"
x="249.24117"
y="841.12909"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text24">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 324.04323,630.04446 c 24.41858,24.41858 24.41858,63.99094 0,88.40952 -24.41859,24.41859 -63.99094,24.41859 -88.40953,0 -24.41858,-24.41858 -24.41858,-63.99094 0,-88.40952 24.41859,-24.41858 63.99094,-24.41858 88.40953,0"
id="path26"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="242.19254"
y="670.40436"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text28">JobTask</text>
<text
xml:space="preserve"
x="249.24428"
y="692.90997"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text30">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 324.02447,333.58936 c 24.41859,24.41858 24.41859,63.99094 0,88.40952 -24.39983,24.41858 -63.99094,24.41858 -88.39077,0 -24.41858,-24.41858 -24.41858,-63.99094 0,-88.40952 24.39983,-24.41859 63.99094,-24.41859 88.39077,0"
id="path32"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="231.68677"
y="373.96625"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text34">JobOutput</text>
<text
xml:space="preserve"
x="249.24113"
y="396.47186"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text36">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 324.02447,481.80753 c 24.41859,24.41858 24.41859,64.0097 0,88.40953 -24.39983,24.41858 -63.99094,24.41858 -88.39077,0 -24.41858,-24.39983 -24.41858,-63.99095 0,-88.40953 24.39983,-24.39983 63.99094,-24.39983 88.39077,0"
id="path38"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="242.19254"
y="522.18524"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text40">JobTask</text>
<text
xml:space="preserve"
x="249.24428"
y="544.69086"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text42">Vertex</text>
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 281.73269,612.30254 0,-14.92872 -3.75094,0 0,14.92872 3.75094,0 z m 3.75093,-13.05325 -5.6264,-11.25281 -5.6264,11.25281 11.2528,0 z"
id="path44"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 281.71393,464.06561 0,-14.92872 -3.75093,0 0,14.92872 3.75093,0 z m 3.75094,-13.05325 -5.62641,-11.2528 -5.6264,11.2528 11.25281,0 z"
id="path46"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 949.62408,799.5867 c 21.98047,21.94296 21.98047,57.57684 0,79.55732 -21.98048,21.98047 -57.57685,21.98047 -79.55732,0 -21.98048,-21.98048 -21.98048,-57.61436 0,-79.55732 21.98047,-21.98048 57.57684,-21.98048 79.55732,0"
id="path48"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="864.19208"
y="835.50983"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text50">Execution</text>
<text
xml:space="preserve"
x="879.1958"
y="858.01538"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text52">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 802.09982,651.34977 c 21.98048,21.98047 21.98048,57.57684 0,79.55732 -21.98047,21.98047 -57.61435,21.98047 -79.55732,0 -21.98047,-21.98048 -21.98047,-57.57685 0,-79.55732 21.94297,-21.98048 57.57685,-21.98048 79.55732,0"
id="path54"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="716.66034"
y="687.29071"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text56">Execution</text>
<text
xml:space="preserve"
x="731.66406"
y="709.79626"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text58">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 949.62408,651.34977 c 21.98047,21.98047 21.98047,57.57684 0,79.55732 -21.98048,21.98047 -57.57685,21.98047 -79.55732,0 -21.98048,-21.98048 -21.98048,-57.57685 0,-79.55732 21.98047,-21.98048 57.57684,-21.98048 79.55732,0"
id="path60"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="864.19208"
y="687.29071"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text62">Execution</text>
<text
xml:space="preserve"
x="879.1958"
y="709.79626"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text64">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 1097.1483,651.34977 c 21.9805,21.98047 21.9805,57.57684 0,79.55732 -21.9429,21.98047 -57.5768,21.98047 -79.5573,0 -21.98047,-21.98048 -21.98047,-57.57685 0,-79.55732 21.9805,-21.98048 57.6144,-21.98048 79.5573,0"
id="path66"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="1011.7239"
y="687.29071"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text68">Execution</text>
<text
xml:space="preserve"
x="1026.7275"
y="709.79626"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text70">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 865.52812,501.91254 c 21.98048,21.94297 21.98048,57.57684 0,79.55732 -21.98047,21.98047 -57.61435,21.98047 -79.55731,0 -21.98048,-21.98048 -21.98048,-57.61435 0,-79.55732 21.94296,-21.98048 57.57684,-21.98048 79.55731,0"
id="path72"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="780.09198"
y="537.83459"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text74">Execution</text>
<text
xml:space="preserve"
x="795.0957"
y="560.34021"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text76">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 1032.0696,502.85027 c 21.943,21.94297 21.943,57.57685 0,79.55732 -21.9805,21.98048 -57.61434,21.98048 -79.59481,0 -21.94297,-21.98047 -21.94297,-57.61435 0,-79.55732 21.98047,-21.98047 57.61431,-21.98047 79.59481,0"
id="path78"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="946.62244"
y="538.78052"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text80">Execution</text>
<text
xml:space="preserve"
x="961.62616"
y="561.28613"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text82">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 865.52812,352.4378 c 21.98048,21.98048 21.98048,57.57684 0,79.55732 -21.98047,21.98048 -57.61435,21.98048 -79.55731,0 -21.98048,-21.98048 -21.98048,-57.57684 0,-79.55732 21.94296,-21.98047 57.57684,-21.98047 79.55731,0"
id="path84"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="780.09198"
y="388.37848"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text86">Execution</text>
<text
xml:space="preserve"
x="795.0957"
y="410.88409"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text88">Vertex</text>
<path
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 1032.0696,354.61334 c 21.943,21.98048 21.943,57.61436 0,79.55732 -21.9805,21.98048 -57.61434,21.98048 -79.59481,0 -21.94297,-21.94296 -21.94297,-57.57684 0,-79.55732 21.98047,-21.98047 57.61431,-21.98047 79.59481,0"
id="path90"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="946.62244"
y="390.56143"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text92">Execution</text>
<text
xml:space="preserve"
x="961.62616"
y="413.06705"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text94">Vertex</text>
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 827.60618,483.27039 0,-23.63088 -3.75094,0 0,23.63088 3.75094,0 z m 3.75093,-21.75542 -5.6264,-11.2528 -5.6264,11.2528 11.2528,0 z"
id="path96"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 994.14767,483.27039 0,-23.63088 -3.75094,0 0,23.63088 3.75094,0 z m 3.75093,-21.75542 -5.6264,-11.2528 -5.6264,11.2528 11.2528,0 z"
id="path98"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 911.73964,781.84478 0,-23.63089 -3.75094,0 0,23.63089 3.75094,0 z m 3.75093,-21.75542 -5.6264,-11.25281 -5.6264,11.25281 11.2528,0 z"
id="path100"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 861.70217,806.56344 -86.27149,-49.32479 1.87547,-3.26332 86.23398,49.32479 -1.83796,3.26332 z m -86.49655,-45.16126 -6.97673,-10.4651 12.56563,0.71267 -5.5889,9.75243 z"
id="path102"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 957.98866,806.56344 86.27154,-49.32479 -1.8755,-3.26332 -86.234,49.32479 1.83796,3.26332 z m 86.49654,-45.16126 6.9767,-10.4651 -12.5656,0.71267 5.5889,9.75243 z"
id="path104"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 908.51383,636.6086 -40.47258,-39.87244 2.62565,-2.66316 40.5101,39.83492 -2.66317,2.70068 z m -41.78541,-35.85894 -4.08851,-11.92797 12.00299,3.90097 -7.91448,8.027 z"
id="path106"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 914.17774,636.57109 40.73515,-40.99772 -2.66316,-2.66316 -40.73515,41.03522 2.66316,2.62566 z m 42.08549,-37.02173 3.90097,-11.96548 -11.89046,4.0135 7.98949,7.95198 z"
id="path108"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 770.89205,636.57109 33.64588,-33.64589 -2.66316,-2.62565 -33.64588,33.64588 2.66316,2.62566 z m 34.95871,-29.63239 3.97599,-11.96548 -11.92797,3.97599 7.95198,7.98949 z"
id="path110"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 1048.7988,636.57109 -33.6459,-33.64589 2.6632,-2.62565 33.6458,33.64588 -2.6631,2.62566 z m -34.9587,-29.63239 -3.976,-11.96548 11.928,3.97599 -7.952,7.98949 z"
id="path112"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 770.02933,637.09622 178.43196,-46.51159 -0.93774,-3.63841 -178.43195,46.51159 0.93773,3.63841 z m 177.56924,-42.42307 9.45236,-8.28957 -12.30307,-2.58814 2.85071,10.87771 z"
id="path114"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
d="m 1049.624,636.68361 -159.11465,-45.87392 1.01275,-3.6009 159.1146,45.87393 -1.0127,3.60089 z m -158.36446,-41.7479 -9.26481,-8.55213 12.37808,-2.28807 -3.11327,10.8402 z"
id="path116"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#861001;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 620.5546,357.31402 c 0,-17.40434 14.10351,-31.50785 31.50785,-31.50785 l 452.77525,0 c 17.4044,0 31.5079,14.10351 31.5079,31.50785 l 0,69.80489 c 0,17.40433 -14.1035,31.50785 -31.5079,31.50785 l -452.77525,0 c -17.40434,0 -31.50785,-14.10352 -31.50785,-31.50785 z"
id="path118"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#861001;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 620.5546,506.75124 c 0,-17.36682 14.10351,-31.50784 31.50785,-31.50784 l 452.77525,0 c 17.4044,0 31.5079,14.14102 31.5079,31.50784 l 0,69.8424 c 0,17.40434 -14.1035,31.50785 -31.5079,31.50785 l -452.77525,0 c -17.40434,0 -31.50785,-14.10351 -31.50785,-31.50785 z"
id="path120"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#861001;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 620.5546,655.62583 c 0,-17.40433 14.10351,-31.50785 31.50785,-31.50785 l 452.77525,0 c 17.4044,0 31.5079,14.10352 31.5079,31.50785 l 0,69.80489 c 0,17.40434 -14.1035,31.50785 -31.5079,31.50785 l -452.77525,0 c -17.40434,0 -31.50785,-14.10351 -31.50785,-31.50785 z"
id="path122"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#861001;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 620.5546,798.0113 c 0,-17.40433 14.10351,-31.50784 31.50785,-31.50784 l 452.77525,0 c 17.4044,0 31.5079,14.10351 31.5079,31.50784 l 0,69.80489 c 0,17.40434 -14.1035,31.50785 -31.5079,31.50785 l -452.77525,0 c -17.40434,0 -31.50785,-14.10351 -31.50785,-31.50785 z"
id="path124"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
x="635.06665"
y="361.29044"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text126">ExecutionGroup</text>
<text
xml:space="preserve"
x="678.72754"
y="383.79605"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text128">Vertex</text>
<text
xml:space="preserve"
x="635.06665"
y="510.74646"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text130">ExecutionGroup</text>
<text
xml:space="preserve"
x="678.72754"
y="533.25208"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text132">Vertex</text>
<text
xml:space="preserve"
x="644.67828"
y="796.58698"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text134">ExecutionGroup</text>
<text
xml:space="preserve"
x="688.33917"
y="819.09259"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text136">Vertex</text>
<text
xml:space="preserve"
x="635.55035"
y="659.14868"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text138">Execution</text>
<text
xml:space="preserve"
x="652.50458"
y="681.6543"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text140">Group</text>
<text
xml:space="preserve"
x="650.55408"
y="704.15991"
style="font-size:18.754673px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text142">Vertex</text>
<text
xml:space="preserve"
x="110.31272"
y="834.37744"
style="font-size:30.0074749px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text144">Source</text>
<text
xml:space="preserve"
x="131.27104"
y="686.15552"
style="font-size:30.0074749px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text146">Map</text>
<text
xml:space="preserve"
x="107.34327"
y="537.93353"
style="font-size:30.0074749px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text148">Reduce</text>
<text
xml:space="preserve"
x="129.4863"
y="389.71155"
style="font-size:30.0074749px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
id="text150">Sink</text>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- 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="770.84375"
height="448.26599"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="200.03973"
inkscape:cy="568.73823"
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="1600"
inkscape:window-height="838"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(59.7139,-268.22389)">
<g
id="g2989"
transform="translate(-107.30765,87.786395)">
<path
id="path2991"
d="m 48.855921,209.35841 c 0,-15.26631 12.378084,-27.66315 27.663142,-27.66315 l 147.224177,0 c 15.2663,0 27.66314,12.39684 27.66314,27.66315 l 0,129.08841 c 0,15.28505 -12.39684,27.66314 -27.66314,27.66314 l -147.224177,0 c -15.285058,0 -27.663142,-12.37809 -27.663142,-27.66314 z"
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text2993"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="206.08313"
x="57.055454"
xml:space="preserve">TaskManager</text>
<text
id="text2995"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="206.08313"
x="170.78378"
xml:space="preserve">1</text>
<path
id="path2997"
d="m 70.573832,246.90526 c 0,-7.25806 5.907721,-13.16578 13.16578,-13.16578 l 10.390088,0 c 7.27681,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.390088,0 c -7.258059,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path2999"
d="m 70.573832,246.90526 c 0,-7.25806 5.907721,-13.16578 13.16578,-13.16578 l 10.390088,0 c 7.27681,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.390088,0 c -7.258059,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3001"
d="m 128.09441,246.90526 c 0,-7.25806 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3003"
d="m 128.09441,246.90526 c 0,-7.25806 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3005"
d="m 185.59624,246.90526 c 0,-7.25806 5.90772,-13.16578 13.18453,-13.16578 l 10.39009,0 c 7.25806,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.90772,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.18453,-5.88896 -13.18453,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3007"
d="m 185.59624,246.90526 c 0,-7.25806 5.90772,-13.16578 13.18453,-13.16578 l 10.39009,0 c 7.25806,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.90772,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.18453,-5.88896 -13.18453,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3009"
d="m 266.09129,209.35841 c 0,-15.26631 12.39684,-27.66315 27.66314,-27.66315 l 147.07414,0 c 15.2663,0 27.66314,12.39684 27.66314,27.66315 l 0,129.08841 c 0,15.28505 -12.39684,27.66314 -27.66314,27.66314 l -147.07414,0 c -15.2663,0 -27.66314,-12.37809 -27.66314,-27.66314 z"
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3011"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="206.08313"
x="274.21527"
xml:space="preserve">TaskManager</text>
<text
id="text3013"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="206.08313"
x="387.94357"
xml:space="preserve">2</text>
<path
id="path3015"
d="m 287.65916,246.96152 c 0,-7.29556 5.92648,-13.22204 13.22205,-13.22204 l 10.44635,0 c 7.29557,0 13.22204,5.92648 13.22204,13.22204 l 0,84.35852 c 0,7.31432 -5.92647,13.22204 -13.22204,13.22204 l -10.44635,0 c -7.29557,0 -13.22205,-5.90772 -13.22205,-13.22204 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3017"
d="m 287.65916,246.96152 c 0,-7.29556 5.92648,-13.22204 13.22205,-13.22204 l 10.44635,0 c 7.29557,0 13.22204,5.92648 13.22204,13.22204 l 0,84.35852 c 0,7.31432 -5.92647,13.22204 -13.22204,13.22204 l -10.44635,0 c -7.29557,0 -13.22205,-5.90772 -13.22205,-13.22204 z"
style="fill:none;stroke:#00882b;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3019"
d="m 345.17974,246.90526 c 0,-7.25806 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3021"
d="m 345.17974,246.90526 c 0,-7.25806 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3023"
d="m 402.68157,246.90526 c 0,-7.25806 5.90772,-13.16578 13.18453,-13.16578 l 10.39009,0 c 7.25806,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.90772,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.18453,-5.88896 -13.18453,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3025"
d="m 402.68157,246.90526 c 0,-7.25806 5.90772,-13.16578 13.18453,-13.16578 l 10.39009,0 c 7.25806,0 13.16578,5.90772 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.90772,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.18453,-5.88896 -13.18453,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3027"
d="m 178.65701,597.48635 c 7.20179,7.12677 7.20179,18.71716 0,25.84394 -7.2018,7.16428 -18.90471,7.16428 -26.10651,0 -7.20179,-7.12678 -7.20179,-18.71717 0,-25.84394 7.2018,-7.16429 18.90471,-7.16429 26.10651,0"
style="fill:#51a7f9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3029"
d="m 236.15883,597.48635 c 7.2018,7.12677 7.2018,18.71716 0,25.84394 -7.20179,7.16428 -18.8672,7.16428 -26.06899,0 -7.2018,-7.12678 -7.2018,-18.71717 0,-25.84394 7.20179,-7.16429 18.8672,-7.16429 26.06899,0"
style="fill:#f5d328;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3031"
d="m 293.54813,597.48635 c 7.16429,7.12677 7.16429,18.71716 0,25.84394 -7.16428,7.16428 -18.79218,7.16428 -25.95647,0 -7.20179,-7.12678 -7.20179,-18.71717 0,-25.84394 7.16429,-7.16429 18.79219,-7.16429 25.95647,0"
style="fill:#f39019;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3033"
d="m 351.04996,597.48635 c 7.16428,7.12677 7.16428,18.71716 0,25.84394 -7.16429,7.16428 -18.79219,7.16428 -25.95647,0 -7.16429,-7.12678 -7.16429,-18.71717 0,-25.84394 7.16428,-7.16429 18.79218,-7.16429 25.95647,0"
style="fill:#ec5d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3035"
d="m 181.47021,516.03481 c 7.18304,7.14553 7.18304,18.71716 0,25.86269 -7.16429,7.14553 -18.79218,7.14553 -25.95647,0 -7.18304,-7.14553 -7.18304,-18.71716 0,-25.86269 7.16429,-7.12678 18.79218,-7.12678 25.95647,0"
style="fill:#51a7f9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3037"
d="m 237.09657,516.03481 c 7.20179,7.14553 7.20179,18.71716 0,25.86269 -7.2018,7.14553 -18.88596,7.14553 -26.08775,0 -7.2018,-7.14553 -7.2018,-18.71716 0,-25.86269 7.20179,-7.12678 18.88595,-7.12678 26.08775,0"
style="fill:#f5d328;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3039"
d="m 292.59164,516.03481 c 7.18304,7.14553 7.18304,18.71716 0,25.86269 -7.16428,7.14553 -18.79218,7.14553 -25.95646,0 -7.18304,-7.14553 -7.18304,-18.71716 0,-25.86269 7.16428,-7.12678 18.79218,-7.12678 25.95646,0"
style="fill:#f39019;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3041"
d="m 348.23675,516.03481 c 7.16429,7.14553 7.16429,18.71716 0,25.86269 -7.16428,7.14553 -18.79218,7.14553 -25.97522,0 -7.16428,-7.14553 -7.16428,-18.71716 0,-25.86269 7.18304,-7.12678 18.81094,-7.12678 25.97522,0"
style="fill:#ec5d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3043"
d="m 207.38917,434.48949 c 7.20179,7.16429 7.20179,18.79218 0,25.95647 -7.2018,7.18304 -18.8672,7.18304 -26.069,0 -7.20179,-7.16429 -7.20179,-18.79218 0,-25.95647 7.2018,-7.18304 18.8672,-7.18304 26.069,0"
style="fill:#51a7f9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3045"
d="m 264.77846,434.48949 c 7.16429,7.16429 7.16429,18.79218 0,25.95647 -7.16428,7.18304 -18.79218,7.18304 -25.97522,0 -7.16428,-7.16429 -7.16428,-18.79218 0,-25.95647 7.18304,-7.18304 18.81094,-7.18304 25.97522,0"
style="fill:#f5d328;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3047"
d="m 322.29904,434.48949 c 7.16429,7.16429 7.16429,18.79218 0,25.95647 -7.18304,7.18304 -18.81093,7.18304 -25.97522,0 -7.16428,-7.16429 -7.16428,-18.79218 0,-25.95647 7.16429,-7.18304 18.79218,-7.18304 25.97522,0"
style="fill:#f39019;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3049"
d="m 166.84156,610.50209 2.70068,-76.48155 -2.51313,-0.075 -2.66316,76.48155 2.47561,0.075 z m 1.46287,-76.51906 3.63841,2.62565 -3.48837,-7.61439 -4.0135,7.35183 3.86346,-2.36309 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3051"
d="m 224.3809,610.50209 0.90022,-76.51906 -2.51312,0 -0.90023,76.48155 2.51313,0.0375 z m -0.37509,-76.51906 3.75093,2.55063 -3.67592,-7.53937 -3.82595,7.42685 3.75094,-2.43811 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3053"
d="m 279.40711,610.50209 -0.90023,-76.51906 2.51313,0 0.90022,76.48155 -2.51312,0.0375 z m 0.33758,-76.51906 -3.71342,2.55063 3.67591,-7.53937 3.82596,7.42685 -3.78845,-2.43811 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3055"
d="m 336.7964,610.50209 -2.70067,-76.48155 2.51313,-0.075 2.66316,76.48155 -2.47562,0.075 z m -1.42535,-76.51906 -3.67592,2.62565 3.48837,-7.61439 4.0135,7.35183 -3.82595,-2.36309 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3057"
d="m 334.09573,529.25685 -24.38107,-76.72536 2.38184,-0.75019 24.38108,76.72536 -2.38185,0.75019 z m -23.19953,-77.10046 -2.8132,3.52588 1.29407,-8.28956 5.85146,6.00149 -4.33233,-1.23781 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3059"
d="m 334.39581,529.78198 -79.81989,-78.00068 1.74419,-1.80045 79.81988,78.00068 -1.74418,1.80045 z m -78.93842,-78.9009 -0.84396,4.4261 -2.73818,-7.91447 7.98949,2.55063 -4.40735,0.93774 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3061"
d="m 334.62086,529.96953 -136.55277,-78.99468 1.23781,-2.15679 136.57153,78.97593 -1.25657,2.17554 z M 198.687,449.88708 l 0.28132,4.50112 -4.61365,-6.99549 8.38334,0.50637 -4.05101,1.988 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3063"
d="m 278.7882,529.78198 -81.67659,-78.03819 1.72543,-1.80045 81.67659,78.03819 -1.72543,1.80045 z m -80.81388,-78.93841 -0.7877,4.44485 -2.83195,-7.89571 8.027,2.47561 -4.40735,0.97525 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3065"
d="m 278.48813,529.29436 -26.18152,-76.76287 2.36308,-0.80645 26.18153,76.76287 -2.36309,0.80645 z m -24.99998,-77.17548 -2.73818,3.58215 1.12528,-8.30832 5.96398,5.88896 -4.35108,-1.16279 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3067"
d="m 280.86997,529.31312 27.98197,-76.80039 -2.34433,-0.84396 -28.00073,76.78163 2.36309,0.86272 z m 26.81918,-77.23175 2.66317,3.63841 -0.95649,-8.32707 -6.09527,5.75768 4.38859,-1.06902 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3069"
d="m 222.88053,529.31312 -27.98198,-76.80039 2.34434,-0.84396 28.00072,76.78163 -2.36308,0.86272 z m -26.81919,-77.23175 -2.66316,3.63841 0.95649,-8.32707 6.09527,5.75768 -4.3886,-1.06902 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3071"
d="m 225.24361,529.29436 26.18153,-76.76287 -2.38185,-0.80645 -26.18152,76.76287 2.38184,0.80645 z m 24.99998,-77.17548 2.73818,3.58215 -1.12528,-8.30832 -5.98274,5.88896 4.36984,-1.16279 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3073"
d="m 224.92478,529.78198 81.6766,-78.03819 -1.72543,-1.80045 -81.69535,78.03819 1.74418,1.80045 z m 80.81389,-78.93841 0.78769,4.44485 2.83196,-7.89571 -8.027,2.47561 4.40735,0.97525 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3075"
d="m 169.03586,529.96953 136.57152,-78.99468 -1.25656,-2.15679 -136.57152,78.97593 1.25656,2.17554 z m 135.95262,-80.08245 -0.30007,4.50112 4.61364,-6.99549 -8.36458,0.50637 4.05101,1.988 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3077"
d="m 169.27967,529.78198 79.81989,-78.00068 -1.74419,-1.80045 -79.81988,78.00068 1.74418,1.80045 z m 78.95717,-78.9009 0.82521,4.4261 2.73818,-7.91447 -7.97074,2.55063 4.40735,0.93774 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3079"
d="m 169.5985,529.25685 24.38108,-76.72536 -2.38185,-0.75019 -24.38107,76.72536 2.38184,0.75019 z m 23.19953,-77.10046 2.8132,3.52588 -1.31283,-8.28956 -5.8327,6.00149 4.33233,-1.23781 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3081"
d="m 252.92551,408.6268 0,-12.20929 -11.53412,0 16.97298,-31.71415 16.95422,31.71415 -11.53412,0 0,12.20929 z"
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3083"
d="m 478.80678,363.50306 19.14852,0 0,-20.66765 50.07498,30.40132 -50.07498,30.38257 0,-20.66765 -19.14852,0 z"
style="fill:none;stroke:#85888d;stroke-width:2.49437141px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3085"
d="m 611.02722,243.43565 c 0,-15.26631 12.37809,-27.64439 27.6819,-27.64439 l 147.03663,0 c 15.30381,0 27.6819,12.37808 27.6819,27.64439 l 0,129.10716 c 0,15.2663 -12.37809,27.64439 -27.6819,27.64439 l -147.03663,0 c -15.30381,0 -27.6819,-12.37809 -27.6819,-27.64439 z"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3087"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="240.15894"
x="619.12134"
xml:space="preserve">TaskManager</text>
<text
id="text3089"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="240.15894"
x="732.84967"
xml:space="preserve">1</text>
<path
id="path3091"
d="m 632.5951,280.9825 c 0,-7.27681 5.88896,-13.16578 13.16578,-13.16578 l 10.39008,0 c 7.27682,0 13.16578,5.88897 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88896,13.16578 -13.16578,13.16578 l -10.39008,0 c -7.27682,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3093"
d="m 632.5951,280.9825 c 0,-7.27681 5.88896,-13.16578 13.16578,-13.16578 l 10.39008,0 c 7.27682,0 13.16578,5.88897 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88896,13.16578 -13.16578,13.16578 l -10.39008,0 c -7.27682,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3095"
d="m 690.09692,280.9825 c 0,-7.27681 5.92648,-13.16578 13.20329,-13.16578 l 10.39009,0 c 7.2393,0 13.16578,5.88897 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.92648,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.20329,-5.88896 -13.20329,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3097"
d="m 690.09692,280.9825 c 0,-7.27681 5.92648,-13.16578 13.20329,-13.16578 l 10.39009,0 c 7.2393,0 13.16578,5.88897 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.92648,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.20329,-5.88896 -13.20329,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3099"
d="m 747.63625,280.9825 c 0,-7.27681 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27682,0 13.16578,5.88897 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88896,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3101"
d="m 747.63625,280.9825 c 0,-7.27681 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27682,0 13.16578,5.88897 13.16578,13.16578 l 0,84.47104 c 0,7.27682 -5.88896,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3103"
d="m 614.62812,464.4407 c 0,-15.30381 12.37808,-27.68189 27.64439,-27.68189 l 147.22417,0 c 15.30382,0 27.6819,12.37808 27.6819,27.68189 l 0,129.06966 c 0,15.30381 -12.37808,27.68189 -27.6819,27.68189 l -147.22417,0 c -15.26631,0 -27.64439,-12.37808 -27.64439,-27.68189 z"
style="fill:none;stroke:#85888d;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
id="text3105"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="461.10257"
x="622.8421"
xml:space="preserve">TaskManager</text>
<text
id="text3107"
style="font-size:16.20403671px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Verdana"
y="461.10257"
x="736.57043"
xml:space="preserve">2</text>
<path
id="path3109"
d="m 636.34603,501.98756 c 0,-7.27682 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.88896 13.16578,13.16578 l 0,84.321 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3111"
d="m 636.34603,501.98756 c 0,-7.27682 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.88896 13.16578,13.16578 l 0,84.321 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3113"
d="m 693.84785,501.98756 c 0,-7.27682 5.92648,-13.16578 13.20329,-13.16578 l 10.39009,0 c 7.23931,0 13.16578,5.88896 13.16578,13.16578 l 0,84.321 c 0,7.27682 -5.92647,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.20329,-5.88896 -13.20329,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3115"
d="m 693.84785,501.98756 c 0,-7.27682 5.92648,-13.16578 13.20329,-13.16578 l 10.39009,0 c 7.23931,0 13.16578,5.88896 13.16578,13.16578 l 0,84.321 c 0,7.27682 -5.92647,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.20329,-5.88896 -13.20329,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3117"
d="m 751.38719,501.98756 c 0,-7.27682 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.88896 13.16578,13.16578 l 0,84.321 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:#d9d9d9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3119"
d="m 751.38719,501.98756 c 0,-7.27682 5.88897,-13.16578 13.16578,-13.16578 l 10.39009,0 c 7.27681,0 13.16578,5.88896 13.16578,13.16578 l 0,84.321 c 0,7.27682 -5.88897,13.16578 -13.16578,13.16578 l -10.39009,0 c -7.27681,0 -13.16578,-5.88896 -13.16578,-13.16578 z"
style="fill:none;stroke:#00882b;stroke-width:2.51312613px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3121"
d="m 657.20123,356.52632 c 3.45085,3.45086 3.45085,9.03975 0,12.49061 -3.48837,3.45086 -9.15228,3.45086 -12.60314,0 -3.48837,-3.45086 -3.48837,-9.03975 0,-12.49061 3.45086,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#51a7f9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3123"
d="m 657.46379,316.99147 c 3.52588,3.45086 3.52588,9.03975 0,12.49061 -3.48837,3.45086 -9.18979,3.45086 -12.71567,0 -3.48837,-3.45086 -3.48837,-9.03975 0,-12.49061 3.52588,-3.45086 9.2273,-3.45086 12.71567,0"
style="fill:#51a7f9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3125"
d="m 657.46379,277.45662 c 3.52588,3.45086 3.52588,9.03975 0,12.4531 -3.48837,3.45086 -9.18979,3.45086 -12.71567,0 -3.48837,-3.41335 -3.48837,-9.00224 0,-12.4531 3.52588,-3.45086 9.2273,-3.45086 12.71567,0"
style="fill:#51a7f9;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3127"
d="m 652.13746,362.67785 0.18755,-34.50859 -2.47562,-0.0375 -0.22505,34.5461 2.51312,0 z m -1.05026,-34.5461 3.75094,2.55063 -3.71343,-7.53938 -3.78844,7.50187 3.75093,-2.51312 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3129"
d="m 649.77438,323.29304 0,-34.54611 2.51312,0 0,34.54611 -2.51312,0 z m 1.27531,-34.54611 -3.75093,2.51313 3.75093,-7.50187 3.75094,7.50187 -3.75094,-2.51313 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3131"
d="m 714.70305,356.52632 c 3.48837,3.45086 3.48837,9.03975 0,12.49061 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.48837,-3.45086 -3.48837,-9.03975 0,-12.49061 3.48837,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#f5d328;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3133"
d="m 714.85309,316.99147 c 3.48837,3.45086 3.48837,9.03975 0,12.49061 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.48837,-3.45086 -3.48837,-9.03975 0,-12.49061 3.48837,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#f5d328;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3135"
d="m 714.85309,277.45662 c 3.48837,3.45086 3.48837,9.03975 0,12.4531 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.48837,-3.41335 -3.48837,-9.00224 0,-12.4531 3.48837,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#f5d328;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3137"
d="m 709.63929,362.67785 0.22506,-34.50859 -2.51313,-0.0375 -0.18755,34.5461 2.47562,0 z m -1.05026,-34.5461 3.75093,2.55063 -3.71342,-7.53938 -3.78845,7.50187 3.75094,-2.51312 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3139"
d="m 709.78933,323.29304 0,-34.54611 -2.47562,0 0,34.54611 2.47562,0 z m -1.23781,-34.54611 3.75093,2.51313 -3.75093,-7.50187 -3.75094,7.50187 3.75094,-2.51313 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3141"
d="m 660.95216,577.38134 c 3.45086,3.48837 3.45086,9.11477 0,12.60314 -3.48837,3.48837 -9.15228,3.48837 -12.60314,0 -3.48837,-3.48837 -3.48837,-9.11477 0,-12.60314 3.45086,-3.48837 9.11477,-3.48837 12.60314,0"
style="fill:#ec5d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3143"
d="m 661.1022,537.84649 c 3.45086,3.48837 3.45086,9.11477 0,12.60314 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.48837,-3.48837 -3.48837,-9.11477 0,-12.60314 3.48837,-3.48837 9.11477,-3.48837 12.60314,0"
style="fill:#ec5d57;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3145"
d="m 655.8884,583.68291 0.18754,-34.54611 -2.47561,0 -0.22506,34.5086 2.51313,0.0375 z m -1.05026,-34.54611 3.75093,2.51313 -3.71342,-7.50187 -3.78845,7.46436 3.75094,-2.47562 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3147"
d="m 717.66629,577.34383 c 3.48837,3.45086 3.48837,9.03975 0,12.49061 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.48837,-3.45086 -3.48837,-9.03975 0,-12.49061 3.48837,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#f39019;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3149"
d="m 717.81633,537.80898 c 3.48837,3.45086 3.48837,9.03975 0,12.49061 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.45086,-3.45086 -3.45086,-9.03975 0,-12.49061 3.48837,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#f39019;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3151"
d="m 717.81633,498.27413 c 3.48837,3.45086 3.48837,9.03975 0,12.49061 -3.48837,3.45086 -9.11477,3.45086 -12.60314,0 -3.45086,-3.45086 -3.45086,-9.03975 0,-12.49061 3.48837,-3.45086 9.11477,-3.45086 12.60314,0"
style="fill:#f39019;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
id="path3153"
d="m 712.60253,583.68291 0.22505,-34.54611 -2.51312,0 -0.18755,34.5086 2.47562,0.0375 z m -1.05026,-34.54611 3.75093,2.51313 -3.71343,-7.50187 -3.78844,7.46436 3.75094,-2.47562 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3155"
d="m 712.79007,544.11055 0,-34.5086 -2.51312,0 0,34.5086 2.51312,0 z m -1.27531,-34.5086 3.75093,2.51313 -3.75093,-7.50187 -3.75094,7.50187 3.75094,-2.51313 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
......@@ -26,12 +26,39 @@ under the License.
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.0"
width="230.41mm"
height="154.87mm"
id="svg2985">
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="664.92505"
height="445.67966"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="332.46252"
inkscape:cy="222.83984"
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="1600"
inkscape:window-height="838"
inkscape:window-x="1912"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata3079">
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
......@@ -42,213 +69,250 @@ under the License.
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs2987" />
<g
id="g2989">
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-42.537478,-309.52235)">
<g
id="g2989"
transform="translate(-103.51453,206.80922)">
<path
d="m 146.66237,340.91829 c 0,-20.55261 16.68962,-37.20472 37.27974,-37.20472 20.59011,0 37.26098,16.65211 37.26098,37.20472 0,20.53386 -16.67087,37.18597 -37.26098,37.18597 -20.59012,0 -37.27974,-16.65211 -37.27974,-37.18597"
id="path2991"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 146.68029,340.95994 c 0,-20.55512 16.69166,-37.20927 37.28429,-37.20927 20.59263,0 37.26553,16.65415 37.26553,37.20927 0,20.53637 -16.6729,37.19052 -37.26553,37.19052 -20.59263,0 -37.28429,-16.65415 -37.28429,-37.19052"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 146.66237,340.91829 c 0,-20.55261 16.68962,-37.20472 37.27974,-37.20472 20.59011,0 37.26098,16.65211 37.26098,37.20472 0,20.53386 -16.67087,37.18597 -37.26098,37.18597 -20.59012,0 -37.27974,-16.65211 -37.27974,-37.18597"
id="path2993"
style="fill:none;stroke:#41719c;stroke-width:1.25640953px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
d="m 146.68029,340.95994 c 0,-20.55512 16.69166,-37.20927 37.28429,-37.20927 20.59263,0 37.26553,16.65415 37.26553,37.20927 0,20.53637 -16.6729,37.19052 -37.26553,37.19052 -20.59263,0 -37.28429,-16.65415 -37.28429,-37.19052"
style="fill:none;stroke:#41719c;stroke-width:1.25656307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="148.53239"
y="346.52737"
id="text2995"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">CREATED</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="346.5697"
x="148.55054"
xml:space="preserve">CREATED</text>
<path
d="m 321.52833,238.17399 c 0,-20.59011 16.68962,-37.27973 37.27973,-37.27973 20.59012,0 37.26098,16.68962 37.26098,37.27973 0,20.57137 -16.67086,37.26099 -37.26098,37.26099 -20.59011,0 -37.27973,-16.68962 -37.27973,-37.26099"
id="path2997"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 321.56761,238.20309 c 0,-20.59263 16.69166,-37.28429 37.28429,-37.28429 20.59263,0 37.26553,16.69166 37.26553,37.28429 0,20.57388 -16.6729,37.26554 -37.26553,37.26554 -20.59263,0 -37.28429,-16.69166 -37.28429,-37.26554"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 321.52833,238.17399 c 0,-20.59011 16.68962,-37.27973 37.27973,-37.27973 20.59012,0 37.26098,16.68962 37.26098,37.27973 0,20.57137 -16.67086,37.26099 -37.26098,37.26099 -20.59011,0 -37.27973,-16.68962 -37.27973,-37.26099"
id="path2999"
style="fill:none;stroke:#41719c;stroke-width:1.25640953px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
d="m 321.56761,238.20309 c 0,-20.59263 16.69166,-37.28429 37.28429,-37.28429 20.59263,0 37.26553,16.69166 37.26553,37.28429 0,20.57388 -16.6729,37.26554 -37.26553,37.26554 -20.59263,0 -37.28429,-16.69166 -37.28429,-37.26554"
style="fill:none;stroke:#41719c;stroke-width:1.25656307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="335.59247"
y="234.72913"
id="text3001"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">SCHE</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="234.7578"
x="335.63348"
xml:space="preserve">SCHE</text>
<text
x="377.29776"
y="234.72913"
id="text3003"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">-</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="234.7578"
x="377.34387"
xml:space="preserve">-</text>
<text
x="333.49219"
y="252.73141"
id="text3005"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">DULED</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="252.76228"
x="333.53293"
xml:space="preserve">DULED</text>
<path
d="m 295.91258,509.1459 c 0,-20.59011 16.68961,-37.27973 37.26098,-37.27973 20.59011,0 37.27973,16.68962 37.27973,37.27973 0,20.57136 -16.68962,37.26098 -37.27973,37.26098 -20.57137,0 -37.26098,-16.68962 -37.26098,-37.26098"
id="path3007"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 295.94873,509.20811 c 0,-20.59263 16.69166,-37.28429 37.26553,-37.28429 20.59263,0 37.28429,16.69166 37.28429,37.28429 0,20.57387 -16.69166,37.26553 -37.28429,37.26553 -20.57387,0 -37.26553,-16.69166 -37.26553,-37.26553"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 294.07484,511.09615 -0.0375,-1.95025 0.0563,-2.02526 0.15002,-1.98775 0.24378,-1.95025 0.33755,-1.91274 0.41255,-1.78147 3.65671,0.8251 -0.3938,1.74397 0.0188,-0.0938 -0.33755,1.83773 0.0188,-0.11251 -0.22503,1.87524 0,-0.0938 -0.15002,1.89399 0,-0.0938 -0.0375,1.91275 0,-0.075 0.0375,1.91274 -3.75048,0.075 z m 2.3628,-15.45196 0.67509,-1.74397 0.7876,-1.74398 0.86261,-1.66896 0.93762,-1.63145 1.01263,-1.59396 1.10639,-1.53769 0.28128,-0.37505 2.96288,2.30654 -0.26254,0.33755 0.0375,-0.075 -1.03138,1.46268 0.0563,-0.075 -0.97513,1.51895 0.0563,-0.0563 -0.90012,1.55645 0.0375,-0.0938 -0.82511,1.61271 0.0375,-0.0938 -0.7501,1.65021 0.0375,-0.0938 -0.65633,1.70647 -3.48795,-1.36892 z m 8.21355,-13.29544 0.84385,-0.88136 1.36893,-1.31267 1.42518,-1.2189 1.48144,-1.16265 1.51894,-1.08764 1.59395,-1.01263 1.01263,-0.58132 1.85648,3.24416 -0.95637,0.56257 0.075,-0.0563 -1.50019,0.97513 0.0563,-0.0375 -1.46269,1.03138 0.075,-0.0563 -1.40643,1.10639 0.075,-0.0563 -1.36892,1.16265 0.075,-0.0563 -1.29391,1.23766 0.0562,-0.075 -0.80635,0.86261 -2.71909,-2.58783 z m 12.73286,-9.0199 0.56257,-0.26253 1.78148,-0.69384 1.81898,-0.61883 1.85649,-0.52506 1.89399,-0.43131 1.91274,-0.33754 1.53769,-0.20628 0.48757,3.71297 -1.50019,0.20628 0.0938,-0.0188 -1.81898,0.31879 0.075,-0.0188 -1.80023,0.41255 0.0938,-0.0188 -1.76272,0.50631 0.075,-0.0188 -1.72522,0.58132 0.0938,-0.0375 -1.68772,0.65633 0.075,-0.0375 -0.50631,0.24378 -1.55645,-3.41294 z m 15.30194,-3.31917 0.48757,-0.0188 2.02525,0.0563 1.98776,0.15002 1.95024,0.26253 1.9315,0.33754 1.89399,0.43131 1.38768,0.3938 -1.03138,3.60045 -1.35018,-0.37504 0.11252,0.0188 -1.80023,-0.41255 0.075,0.0188 -1.83773,-0.31879 0.0938,0.0188 -1.85649,-0.24378 0.0938,0.0188 -1.89399,-0.15002 0.11252,0 -1.9315,-0.0563 0.0938,0 -0.45005,0.0188 -0.0938,-3.75048 z m 15.37696,2.92537 0.35629,0.13127 1.72522,0.7876 1.70647,0.88136 1.63146,0.93762 1.5752,1.01263 1.53769,1.08764 1.48144,1.16265 0.11251,0.0938 -2.43781,2.85036 -0.0938,-0.075 0.075,0.0563 -1.40643,-1.10639 0.075,0.0563 -1.46268,-1.03138 0.0562,0.0375 -1.50019,-0.97513 0.075,0.0563 -1.55644,-0.90011 0.075,0.0375 -1.6127,-0.8251 0.0938,0.0375 -1.65021,-0.75009 0.075,0.0375 -0.31879,-0.11251 1.38768,-3.48795 z m 13.0329,8.75737 1.06889,1.12514 1.2189,1.42518 1.16265,1.48144 1.08764,1.53769 1.01263,1.59396 0.95637,1.63145 0.37505,0.71259 -3.33793,1.72522 -0.35629,-0.69384 0.0375,0.0938 -0.90011,-1.55645 0.0562,0.0563 -0.97512,-1.51895 0.0563,0.075 -1.05014,-1.46268 0.0563,0.075 -1.10639,-1.40643 0.0563,0.075 -1.16265,-1.35017 0.0563,0.0563 -1.03138,-1.08764 2.71909,-2.58782 z m 8.49483,13.08916 0.3563,0.90011 0.61883,1.81898 0.52506,1.85649 0.43131,1.91274 0.35629,1.91274 0.24378,1.95025 0.0938,1.12515 -3.75047,0.30003 -0.075,-1.08763 0,0.0938 -0.22503,-1.87524 0.0188,0.11251 -0.33754,-1.83773 0.0188,0.0938 -0.41255,-1.81898 0.0188,0.11252 -0.50631,-1.76273 0.0375,0.075 -0.58132,-1.74397 0.0375,0.0938 -0.33754,-0.84386 3.46919,-1.38767 z m 2.7191,15.41446 -0.0375,0.97512 -0.15002,1.969 -0.24378,1.95025 -0.35629,1.93149 -0.43131,1.89399 -0.52506,1.87524 -0.33755,0.99388 -3.5442,-1.20016 0.31879,-0.95637 -0.0375,0.075 0.50631,-1.76272 -0.0188,0.0938 0.41255,-1.80023 -0.0188,0.0938 0.33754,-1.83773 -0.0188,0.0938 0.22503,-1.87524 0,0.0938 0.15002,-1.87524 -0.0188,0.0938 0.0375,-0.91887 3.75048,0.0938 z m -3.5442,15.24568 -0.30004,0.67509 -0.86261,1.68771 -0.95637,1.63146 -1.01263,1.59395 -1.08764,1.5377 -1.16265,1.48143 -1.05013,1.21891 -2.83161,-2.45656 1.01263,-1.1814 -0.0563,0.0562 1.10639,-1.40642 -0.0563,0.075 1.05014,-1.46269 -0.0563,0.075 0.97512,-1.50019 -0.0562,0.0563 0.90011,-1.55645 -0.0375,0.0938 0.8251,-1.6127 -0.0375,0.075 0.28128,-0.63758 3.41294,1.55645 z m -9.18867,12.62035 -0.075,0.0563 -1.42518,1.23766 -1.48144,1.16265 -1.53769,1.08763 -1.5752,1.01263 -1.65021,0.93762 -1.68772,0.88136 -0.4313,0.18753 -1.5377,-3.41294 0.3938,-0.18752 -0.0938,0.0563 1.6127,-0.82511 -0.075,0.0375 1.55644,-0.90012 -0.075,0.0375 1.51895,-0.95637 -0.0938,0.0375 1.46269,-1.03138 -0.0563,0.0563 1.40643,-1.10639 -0.075,0.0562 1.36893,-1.1814 -0.075,0.0563 0.0375,-0.0187 2.58783,2.71909 z m -13.50171,8.04478 -1.25641,0.41255 -1.85649,0.54382 -1.89399,0.4313 -1.9315,0.33754 -1.95024,0.24379 -1.98776,0.16877 -0.69383,0.0187 -0.0938,-3.75048 0.63758,-0.0187 -0.0938,0 1.89399,-0.15002 -0.0938,0.0188 1.85649,-0.24378 -0.0938,0.0188 1.83773,-0.3188 -0.075,0 1.80023,-0.41255 -0.11252,0.0375 1.78148,-0.50632 -0.075,0.0188 1.20015,-0.41256 1.20016,3.56296 z m -15.50822,2.08151 -1.38768,-0.11251 -1.95025,-0.24379 -1.93149,-0.33754 -1.89399,-0.4313 -1.85649,-0.54382 -1.81898,-0.60008 -0.65633,-0.26253 1.38767,-3.48794 0.60008,0.24378 -0.0938,-0.0375 1.72522,0.58133 -0.075,-0.0188 1.76272,0.50632 -0.0938,-0.0375 1.80023,0.41255 -0.075,0 1.83773,0.3188 -0.11251,-0.0188 1.87523,0.24378 -0.0938,-0.0188 1.35017,0.11252 -0.30003,3.73172 z m -15.07692,-4.12552 -0.97512,-0.50632 -1.63146,-0.93762 -1.59395,-1.01263 -1.51894,-1.08763 -1.48144,-1.16265 -1.42518,-1.23766 -0.93762,-0.88136 2.58783,-2.7191 0.90011,0.84386 -0.075,-0.0563 1.36892,1.1814 -0.075,-0.0562 1.40643,1.10639 -0.075,-0.0563 1.46269,1.03138 -0.075,-0.0375 1.51894,0.95637 -0.075,-0.0375 1.55645,0.90012 -0.075,-0.0563 0.91887,0.48756 -1.70647,3.33793 z m -12.2453,-9.71374 -0.26254,-0.30004 -1.16264,-1.48143 -1.08764,-1.5377 -1.03138,-1.59395 -0.93762,-1.63146 -0.86261,-1.68771 -0.7876,-1.74397 -0.0563,-0.11252 3.5067,-1.36892 0.0188,0.075 -0.0375,-0.0938 0.7501,1.6502 -0.0375,-0.075 0.82511,1.59395 -0.0375,-0.0563 0.88137,1.55645 -0.0563,-0.0938 0.97512,1.51894 -0.0375,-0.075 1.03138,1.46269 -0.0375,-0.075 1.10639,1.40642 -0.0563,-0.0562 0.24378,0.28128 -2.85036,2.43781 z m -7.50096,-13.783 -0.46881,-1.65021 -0.45005,-1.89399 -0.33755,-1.91274 -0.26253,-1.969 -0.13127,-1.95025 3.73173,-0.26253 0.15002,1.89399 -0.0188,-0.11252 0.24379,1.87524 -0.0188,-0.0938 0.33755,1.83773 -0.0188,-0.0938 0.41256,1.80023 -0.0188,-0.0938 0.45006,1.59395 -3.60046,1.03138 z"
id="path3009"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 294.11077,511.15859 -0.0375,-1.95048 0.0563,-2.02551 0.15003,-1.98799 0.24381,-1.95049 0.33759,-1.91298 0.4126,-1.78169 3.65716,0.82521 -0.39385,1.74418 0.0188,-0.0938 -0.33759,1.83795 0.0188,-0.11252 -0.22506,1.87546 0,-0.0938 -0.15004,1.89422 0,-0.0938 -0.0375,1.91298 0,-0.075 0.0375,1.91297 -3.75093,0.075 z m 2.36309,-15.45385 0.67517,-1.74418 0.78769,-1.74419 0.86272,-1.66916 0.93773,-1.63166 1.01275,-1.59415 1.10653,-1.53788 0.28132,-0.37509 2.96324,2.30682 -0.26257,0.33759 0.0375,-0.075 -1.0315,1.46286 0.0563,-0.075 -0.97524,1.51913 0.0563,-0.0563 -0.90022,1.55664 0.0375,-0.0938 -0.82521,1.6129 0.0375,-0.0938 -0.75019,1.65041 0.0375,-0.0938 -0.65641,1.70667 -3.48837,-1.36909 z m 8.21455,-13.29706 0.84396,-0.88147 1.36909,-1.31283 1.42535,-1.21905 1.48162,-1.16279 1.51913,-1.08777 1.59415,-1.01275 1.01275,-0.5814 1.85671,3.24456 -0.95649,0.56264 0.075,-0.0563 -1.50037,0.97524 0.0563,-0.0375 -1.46286,1.03151 0.075,-0.0563 -1.4066,1.10653 0.075,-0.0563 -1.36909,1.16279 0.075,-0.0563 -1.29407,1.23781 0.0563,-0.075 -0.80645,0.86271 -2.71942,-2.58814 z m 12.73442,-9.021 0.56264,-0.26256 1.78169,-0.69393 1.81921,-0.6189 1.85671,-0.52513 1.89422,-0.43136 1.91298,-0.33758 1.53788,-0.2063 0.48762,3.71342 -1.50037,0.2063 0.0938,-0.0188 -1.8192,0.31883 0.075,-0.0188 -1.80045,0.41261 0.0938,-0.0188 -1.76294,0.50638 0.075,-0.0188 -1.72543,0.5814 0.0938,-0.0375 -1.68792,0.65641 0.075,-0.0375 -0.50637,0.24381 -1.55664,-3.41335 z m 15.30381,-3.31957 0.48762,-0.0188 2.02551,0.0563 1.98799,0.15004 1.95049,0.26257 1.93173,0.33758 1.89422,0.43136 1.38785,0.39385 -1.03151,3.60089 -1.35034,-0.37509 0.11253,0.0188 -1.80045,-0.41261 0.075,0.0188 -1.83796,-0.31883 0.0938,0.0188 -1.85672,-0.24381 0.0938,0.0188 -1.89422,-0.15004 0.11252,0 -1.93173,-0.0563 0.0938,0 -0.45012,0.0188 -0.0938,-3.75093 z m 15.37883,2.92572 0.35634,0.13129 1.72543,0.78769 1.70668,0.88147 1.63165,0.93774 1.57539,1.01275 1.53789,1.08777 1.48162,1.16279 0.11252,0.0938 -2.4381,2.85071 -0.0938,-0.075 0.075,0.0563 -1.4066,-1.10653 0.075,0.0563 -1.46286,-1.03151 0.0563,0.0375 -1.50037,-0.97524 0.075,0.0563 -1.55664,-0.90022 0.075,0.0375 -1.61291,-0.82521 0.0938,0.0375 -1.65041,-0.75019 0.075,0.0375 -0.31883,-0.11253 1.38784,-3.48837 z m 13.0345,8.75844 1.06902,1.12528 1.21905,1.42535 1.16279,1.48162 1.08777,1.53788 1.01275,1.59415 0.95649,1.63166 0.37509,0.71268 -3.33833,1.72543 -0.35634,-0.69393 0.0375,0.0938 -0.90022,-1.55664 0.0563,0.0563 -0.97524,-1.51913 0.0563,0.075 -1.05026,-1.46286 0.0563,0.075 -1.10653,-1.4066 0.0563,0.075 -1.16279,-1.35033 0.0563,0.0563 -1.03151,-1.08777 2.71943,-2.58814 z m 8.49587,13.09076 0.35633,0.90022 0.61891,1.81921 0.52513,1.85671 0.43136,1.91297 0.35634,1.91298 0.24381,1.95049 0.0938,1.12528 -3.75093,0.30007 -0.075,-1.08777 0,0.0938 -0.22506,-1.87546 0.0188,0.11252 -0.33759,-1.83795 0.0188,0.0938 -0.41261,-1.8192 0.0188,0.11253 -0.50638,-1.76294 0.0375,0.075 -0.58139,-1.74418 0.0375,0.0938 -0.33759,-0.84396 3.46962,-1.38784 z m 2.71942,15.41634 -0.0375,0.97524 -0.15003,1.96924 -0.24381,1.95049 -0.35634,1.93173 -0.43136,1.89422 -0.52513,1.87547 -0.33759,0.994 -3.54463,-1.2003 0.31883,-0.95649 -0.0375,0.075 0.50638,-1.76294 -0.0188,0.0938 0.41261,-1.80045 -0.0188,0.0938 0.33759,-1.83796 -0.0188,0.0938 0.22506,-1.87547 0,0.0938 0.15003,-1.87547 -0.0188,0.0938 0.0375,-0.91898 3.75093,0.0938 z m -3.54463,15.24755 -0.30007,0.67516 -0.86272,1.68793 -0.95649,1.63165 -1.01275,1.59415 -1.08777,1.53788 -1.16279,1.48162 -1.05026,1.21905 -2.83196,-2.45686 1.01275,-1.18154 -0.0563,0.0563 1.10653,-1.4066 -0.0563,0.075 1.05026,-1.46286 -0.0563,0.075 0.97524,-1.50038 -0.0563,0.0563 0.90022,-1.55664 -0.0375,0.0938 0.82521,-1.6129 -0.0375,0.075 0.28132,-0.63766 3.41335,1.55664 z m -9.18979,12.62189 -0.075,0.0563 -1.42535,1.2378 -1.48162,1.16279 -1.53789,1.08777 -1.57539,1.01276 -1.65041,0.93773 -1.68792,0.88147 -0.43136,0.18755 -1.53788,-3.41335 0.39385,-0.18755 -0.0938,0.0563 1.61291,-0.8252 -0.075,0.0375 1.55664,-0.90023 -0.075,0.0375 1.51913,-0.95649 -0.0938,0.0375 1.46287,-1.0315 -0.0563,0.0563 1.4066,-1.10653 -0.075,0.0563 1.3691,-1.18155 -0.075,0.0563 0.0375,-0.0188 2.58814,2.71943 z m -13.50336,8.04576 -1.25657,0.4126 -1.85671,0.54388 -1.89422,0.43136 -1.93173,0.33759 -1.95049,0.24381 -1.98799,0.16879 -0.69393,0.0187 -0.0938,-3.75093 0.63766,-0.0188 -0.0938,0 1.89422,-0.15003 -0.0938,0.0188 1.85672,-0.24381 -0.0938,0.0188 1.83796,-0.31882 -0.075,0 1.80045,-0.41261 -0.11253,0.0375 1.7817,-0.50637 -0.075,0.0188 1.2003,-0.4126 1.2003,3.56339 z m -15.51012,2.08176 -1.38784,-0.11252 -1.95049,-0.24381 -1.93173,-0.33759 -1.89422,-0.43136 -1.85671,-0.54388 -1.81921,-0.60015 -0.65641,-0.26257 1.38784,-3.48837 0.60015,0.24382 -0.0938,-0.0375 1.72543,0.58139 -0.075,-0.0188 1.76294,0.50637 -0.0938,-0.0375 1.80045,0.41261 -0.075,0 1.83796,0.31882 -0.11253,-0.0188 1.87546,0.24381 -0.0938,-0.0188 1.35034,0.11252 -0.30008,3.73218 z m -15.07875,-4.12602 -0.97525,-0.50638 -1.63165,-0.93773 -1.59415,-1.01276 -1.51913,-1.08777 -1.48162,-1.16279 -1.42535,-1.2378 -0.93774,-0.88147 2.58815,-2.71943 0.90022,0.84396 -0.075,-0.0563 1.36909,1.18155 -0.075,-0.0563 1.4066,1.10653 -0.075,-0.0563 1.46286,1.0315 -0.075,-0.0375 1.51913,0.95649 -0.075,-0.0375 1.55664,0.90023 -0.075,-0.0563 0.91898,0.48762 -1.70667,3.33834 z m -12.2468,-9.71492 -0.26257,-0.30008 -1.16279,-1.48162 -1.08777,-1.53788 -1.03151,-1.59415 -0.93773,-1.63165 -0.86272,-1.68793 -0.78769,-1.74418 -0.0563,-0.11253 3.50713,-1.36909 0.0188,0.075 -0.0375,-0.0938 0.75019,1.65041 -0.0375,-0.075 0.82521,1.59415 -0.0375,-0.0563 0.88147,1.55664 -0.0563,-0.0938 0.97524,1.51913 -0.0375,-0.075 1.0315,1.46286 -0.0375,-0.075 1.10653,1.4066 -0.0563,-0.0563 0.24382,0.28132 -2.85071,2.43811 z m -7.50187,-13.78469 -0.46887,-1.65041 -0.45011,-1.89422 -0.33759,-1.91298 -0.26256,-1.96924 -0.13128,-1.95048 3.73217,-0.26257 0.15004,1.89422 -0.0187,-0.11253 0.24381,1.87547 -0.0188,-0.0938 0.33759,1.83796 -0.0188,-0.0938 0.41261,1.80045 -0.0188,-0.0938 0.45011,1.59414 -3.60089,1.03151 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="300.41989"
y="505.78619"
id="text3011"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">CANCEL</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="505.84799"
x="300.4566"
xml:space="preserve">CANCEL</text>
<text
x="361.32761"
y="505.78619"
id="text3013"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">-</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="505.84799"
x="361.37177"
xml:space="preserve">-</text>
<text
x="322.77271"
y="523.78845"
id="text3015"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">ED</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="523.85248"
x="322.81216"
xml:space="preserve">ED</text>
<path
d="m 681.76157,143.15568 c 0,-20.59012 16.65212,-37.27974 37.16722,-37.27974 20.55261,0 37.20472,16.68962 37.20472,37.27974 0,20.59011 -16.65211,37.27973 -37.20472,37.27973 -20.5151,0 -37.16722,-16.68962 -37.16722,-37.27973"
id="path3017"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 681.84486,143.17317 c 0,-20.59263 16.65415,-37.28429 37.17177,-37.28429 20.55512,0 37.20926,16.69166 37.20926,37.28429 0,20.59263 -16.65414,37.28429 -37.20926,37.28429 -20.51762,0 -37.17177,-16.69166 -37.17177,-37.28429"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 679.92384,145.14343 -0.0375,-1.98775 0.0375,-2.02526 0.15002,-1.95025 0.26253,-1.98775 0.33754,-1.91274 0.41256,-1.76273 3.63796,0.82511 -0.37505,1.72522 0,-0.075 -0.33754,1.83773 0.0375,-0.11251 -0.26253,1.87524 0.0375,-0.11252 -0.15002,1.91274 0,-0.11251 -0.0375,1.91274 0,-0.075 0.0375,1.91275 -3.75047,0.11251 z m 2.32529,-15.41446 0,-0.0375 0.71259,-1.76273 0.7501,-1.72521 0.86261,-1.68772 0.93762,-1.65021 1.05013,-1.5752 1.08764,-1.53769 0.30004,-0.37505 2.92537,2.32529 -0.26253,0.33755 0.0375,-0.075 -1.01263,1.46268 0.0375,-0.075 -0.97513,1.50019 0.075,-0.075 -0.90011,1.5377 0.0375,-0.075 -0.8251,1.61271 0.0375,-0.075 -0.75009,1.65021 0.0375,-0.075 -0.67508,1.68771 0.0375,-0.075 0,0 -3.52545,-1.23766 z m 8.21355,-13.35169 0.86261,-0.90012 1.35017,-1.27516 1.42518,-1.23766 1.46268,-1.16264 1.5377,-1.08764 1.5752,-1.05013 1.01263,-0.56258 1.87524,3.26292 -0.97513,0.56257 0.075,-0.075 -1.50019,0.97512 0.075,-0.0375 -1.46269,1.05013 0.075,-0.075 -1.38767,1.12515 0.0375,-0.075 -1.35017,1.16264 0.075,-0.0375 -1.27516,1.23766 0.0375,-0.075 -0.7876,0.86261 -2.73784,-2.58783 z m 12.75162,-9.03865 0.52506,-0.26253 1.76273,-0.67509 1.83773,-0.63758 1.83773,-0.52507 1.87524,-0.41255 1.95025,-0.33754 1.53769,-0.22503 0.48757,3.71297 -1.5002,0.22503 0.075,-0.0375 -1.83773,0.33755 0.11252,-0.0375 -1.80023,0.41256 0.075,0 -1.76273,0.48756 0.075,0 -1.72522,0.56257 0.11252,-0.0375 -1.68772,0.67509 0.075,-0.0375 -0.48756,0.22503 -1.53769,-3.41293 z m 15.26443,-3.30042 0.45006,-0.0375 2.02526,0.075 1.98775,0.15001 1.95025,0.26254 1.91274,0.33754 1.91274,0.41255 1.42518,0.41256 -1.01262,3.60045 -1.42518,-0.37504 0.11251,0 -1.80023,-0.41256 0.075,0.0375 -1.80023,-0.33755 0.075,0.0375 -1.83773,-0.26253 0.075,0.0375 -1.87524,-0.15002 0.075,0 -1.91274,-0.075 0.11251,0 -0.41255,0.0375 -0.11252,-3.75048 z m 15.37696,2.92537 0.30003,0.11252 1.72522,0.7876 1.68772,0.90011 1.65021,0.93762 1.5752,1.01263 1.53769,1.08764 1.46269,1.16264 0.18752,0.15002 -2.47531,2.85037 -0.15002,-0.15002 0.075,0.075 -1.38768,-1.12515 0.075,0.075 -1.46268,-1.05013 0.075,0.0375 -1.5002,-0.93762 0.075,0.0375 -1.5752,-0.90011 0.075,0.0375 -1.5752,-0.8251 0.075,0.0375 -1.65021,-0.7501 0.075,0.0375 -0.26253,-0.11251 1.38768,-3.48795 z m 13.01415,8.81362 1.01263,1.05013 1.20015,1.42519 1.16265,1.50019 1.08764,1.53769 1.01262,1.5752 0.93762,1.65021 0.45006,0.82511 -3.37543,1.68771 -0.37505,-0.7876 0.0375,0.075 -0.90012,-1.5377 0.0375,0.075 -0.93762,-1.50019 0.0375,0.075 -1.05013,-1.46268 0.075,0.075 -1.12514,-1.42518 0.0375,0.075 -1.16264,-1.38768 0.075,0.075 -0.97512,-1.01263 2.73785,-2.58783 z m 8.43857,13.12667 0.33754,0.7876 0.60008,1.83773 0.52507,1.83774 0.45005,1.91274 0.33755,1.91274 0.22502,1.95025 0.11252,1.23766 -3.75048,0.30003 -0.075,-1.20015 0,0.11252 -0.22503,-1.87524 0,0.11251 -0.33754,-1.83773 0.0375,0.075 -0.41256,-1.80023 0.0375,0.075 -0.52507,-1.76272 0.0375,0.11251 -0.60008,-1.72522 0.0375,0.075 -0.30004,-0.7501 3.48794,-1.38767 z m 2.66284,15.41446 0,0.86261 -0.15002,1.98775 -0.26253,1.95025 -0.33755,1.91274 -0.45005,1.91274 -0.52507,1.87524 -0.37505,1.08764 -3.56295,-1.20016 0.37505,-1.05013 -0.0375,0.075 0.52507,-1.76272 -0.0375,0.11251 0.41256,-1.83773 -0.0375,0.11251 0.33754,-1.83773 0,0.075 0.22503,-1.87524 0,0.11251 0.15002,-1.87523 0,0.075 0,-0.7876 3.75048,0.075 z m -3.56295,15.22693 -0.26254,0.60008 -0.86261,1.68771 -0.93762,1.6127 -1.01262,1.61271 -1.08764,1.53769 -1.16265,1.46269 -1.12514,1.31267 -2.85037,-2.43781 1.12515,-1.27516 -0.075,0.075 1.12514,-1.42519 -0.075,0.075 1.05013,-1.46268 -0.0375,0.075 0.93762,-1.50019 -0.0375,0.075 0.90012,-1.5752 -0.0375,0.075 0.82511,-1.61271 -0.0375,0.11252 0.22503,-0.56258 3.41294,1.5377 z m -9.30119,12.67661 -1.31266,1.16265 -1.46269,1.16264 -1.53769,1.08764 -1.5752,1.01263 -1.65021,0.93762 -1.68772,0.86261 -0.56257,0.26253 -1.53769,-3.41293 0.52506,-0.26253 -0.075,0.075 1.5752,-0.82511 -0.075,0.0375 1.5752,-0.90012 -0.075,0.0375 1.5002,-0.97513 -0.075,0.075 1.46268,-1.05013 -0.075,0.0375 1.38768,-1.08763 -0.075,0.0375 1.31267,-1.08764 2.4378,2.81286 z m -13.4267,7.95101 -1.12514,0.37505 -1.83774,0.52506 -1.91274,0.45006 -1.91274,0.33754 -1.95025,0.22503 -1.98775,0.18753 -0.86261,0 -0.075,-3.75048 0.7876,0 -0.11252,0 1.91275,-0.15002 -0.11252,0 1.87524,-0.22503 -0.075,0 1.80023,-0.30004 -0.075,0 1.80023,-0.41255 -0.11251,0.0375 1.76272,-0.52507 -0.075,0.0375 1.08764,-0.37504 1.20015,3.56295 z m -15.52697,2.02526 -1.20015,-0.11252 -1.95025,-0.22503 -1.95025,-0.33754 -1.87524,-0.45006 -1.83773,-0.52506 -1.83773,-0.60008 -0.82511,-0.33754 1.38768,-3.48795 0.7876,0.30004 -0.11252,-0.0375 1.72522,0.60007 -0.075,-0.0375 1.76273,0.52507 -0.075,-0.0375 1.80023,0.41255 -0.11252,-0.0375 1.83773,0.33754 -0.075,0 1.83774,0.22503 -0.075,0 1.16265,0.075 -0.30004,3.75048 z m -15.03941,-4.20054 -0.7876,-0.41255 -1.65021,-0.93762 -1.5752,-1.01263 -1.5377,-1.08764 -1.46268,-1.16264 -1.42518,-1.23766 -1.08764,-1.05013 2.58783,-2.70035 1.05013,1.01263 -0.075,-0.075 1.35017,1.16265 -0.0375,-0.0375 1.38767,1.08763 -0.075,-0.0375 1.46269,1.01263 -0.075,-0.0375 1.50019,0.97513 -0.075,-0.0375 1.5752,0.90012 -0.075,-0.0375 0.71259,0.37505 -1.68771,3.33792 z m -12.18905,-9.78874 -0.11251,-0.15002 -1.16265,-1.46269 -1.12514,-1.53769 -1.01263,-1.61271 -0.90012,-1.6127 -0.90011,-1.68771 -0.7501,-1.72522 -0.15002,-0.33755 3.48795,-1.38767 0.11251,0.30004 -0.0375,-0.075 0.75009,1.65021 -0.0375,-0.11252 0.8251,1.61271 -0.0375,-0.075 0.90011,1.5752 -0.075,-0.075 0.97513,1.50019 -0.0375,-0.075 1.01263,1.46268 -0.0375,-0.075 1.12514,1.42519 -0.075,-0.075 0.11251,0.11251 -2.85036,2.43781 z m -7.42594,-13.83926 -0.37505,-1.42518 -0.45006,-1.87524 -0.33754,-1.95024 -0.26253,-1.95025 -0.15002,-1.95025 3.75047,-0.26253 0.15002,1.87523 -0.0375,-0.075 0.26253,1.83773 -0.0375,-0.075 0.33754,1.83773 -0.0375,-0.11251 0.45006,1.80023 -0.0375,-0.075 0.37504,1.35017 -3.60045,1.05013 z"
id="path3019"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750476px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 680.00691,145.16116 -0.0375,-1.98799 0.0375,-2.02551 0.15003,-1.95048 0.26257,-1.988 0.33758,-1.91297 0.41261,-1.76294 3.6384,0.8252 -0.37509,1.72543 0,-0.075 -0.33758,1.83796 0.0375,-0.11253 -0.26256,1.87547 0.0375,-0.11253 -0.15004,1.91298 0,-0.11253 -0.0375,1.91298 0,-0.075 0.0375,1.91298 -3.75093,0.11252 z m 2.32558,-15.41634 0,-0.0375 0.71267,-1.76294 0.75019,-1.72543 0.86272,-1.68792 0.93773,-1.65041 1.05026,-1.57539 1.08777,-1.53788 0.30008,-0.3751 2.92573,2.32558 -0.26257,0.33759 0.0375,-0.075 -1.01275,1.46286 0.0375,-0.075 -0.97525,1.50038 0.075,-0.075 -0.90022,1.53788 0.0375,-0.075 -0.82521,1.61291 0.0375,-0.075 -0.75019,1.65041 0.0375,-0.075 -0.67516,1.68792 0.0375,-0.075 0,0 -3.52587,-1.23781 z m 8.21454,-13.35332 0.86272,-0.90023 1.35033,-1.27532 1.42536,-1.2378 1.46286,-1.16279 1.53789,-1.08777 1.57539,-1.05027 1.01275,-0.56264 1.87547,3.26332 -0.97524,0.56264 0.075,-0.075 -1.50037,0.97524 0.075,-0.0375 -1.46287,1.05026 0.075,-0.075 -1.38784,1.12528 0.0375,-0.075 -1.35034,1.16279 0.075,-0.0375 -1.27532,1.2378 0.0375,-0.075 -0.7877,0.86271 -2.73818,-2.58814 z m 12.75318,-9.03976 0.52513,-0.26256 1.76294,-0.67517 1.83796,-0.63766 1.83796,-0.52513 1.87546,-0.4126 1.95049,-0.33759 1.53788,-0.22505 0.48762,3.71342 -1.50037,0.22506 0.075,-0.0375 -1.83796,0.33758 0.11253,-0.0375 -1.80045,0.41261 0.075,0 -1.76294,0.48762 0.075,0 -1.72543,0.56264 0.11253,-0.0375 -1.68792,0.67517 0.075,-0.0375 -0.48762,0.22505 -1.53788,-3.41335 z m 15.2663,-3.30082 0.45012,-0.0375 2.0255,0.075 1.98799,0.15004 1.95049,0.26256 1.91298,0.33759 1.91297,0.4126 1.42536,0.4126 -1.01275,3.6009 -1.42536,-0.37509 0.11253,0 -1.80045,-0.41261 0.075,0.0375 -1.80045,-0.33758 0.075,0.0375 -1.83796,-0.26257 0.075,0.0375 -1.87547,-0.15003 0.075,0 -1.91297,-0.075 0.11252,0 -0.4126,0.0375 -0.11253,-3.75094 z m 15.37883,2.92573 0.30008,0.11253 1.72543,0.78769 1.68792,0.90023 1.65041,0.93773 1.57539,1.01276 1.53789,1.08777 1.46286,1.16279 0.18755,0.15003 -2.47562,2.85071 -0.15004,-0.15003 0.075,0.075 -1.38784,-1.12528 0.075,0.075 -1.46286,-1.05026 0.075,0.0375 -1.50037,-0.93773 0.075,0.0375 -1.57539,-0.90023 0.075,0.0375 -1.57539,-0.8252 0.075,0.0375 -1.65041,-0.75019 0.075,0.0375 -0.26256,-0.11253 1.38784,-3.48837 z m 13.01575,8.8147 1.01275,1.05026 1.2003,1.42535 1.16279,1.50038 1.08777,1.53788 1.01275,1.57539 0.93773,1.65041 0.45012,0.82521 -3.37584,1.68792 -0.3751,-0.7877 0.0375,0.075 -0.90022,-1.53788 0.0375,0.075 -0.93774,-1.50038 0.0375,0.075 -1.05026,-1.46286 0.075,0.075 -1.12528,-1.42536 0.0375,0.075 -1.16279,-1.38785 0.075,0.075 -0.97525,-1.01275 2.73819,-2.58814 z m 8.4396,13.12827 0.33758,0.78769 0.60015,1.83796 0.52513,1.83796 0.45012,1.91298 0.33758,1.91297 0.22506,1.95049 0.11252,1.23781 -3.75093,0.30007 -0.075,-1.2003 0,0.11253 -0.22506,-1.87547 0,0.11253 -0.33758,-1.83796 0.0375,0.075 -0.4126,-1.80045 0.0375,0.075 -0.52513,-1.76294 0.0375,0.11253 -0.60015,-1.72543 0.0375,0.075 -0.30007,-0.75019 3.48837,-1.38784 z m 2.66316,15.41634 0,0.86271 -0.15003,1.988 -0.26257,1.95048 -0.33758,1.91298 -0.45012,1.91298 -0.52513,1.87546 -0.37509,1.08778 -3.56339,-1.2003 0.3751,-1.05027 -0.0375,0.075 0.52513,-1.76294 -0.0375,0.11253 0.4126,-1.83796 -0.0375,0.11253 0.33758,-1.83796 0,0.075 0.22506,-1.87546 0,0.11252 0.15004,-1.87546 0,0.075 0,-0.7877 3.75093,0.075 z m -3.56339,15.22879 -0.26256,0.60015 -0.86272,1.68792 -0.93773,1.6129 -1.01275,1.61291 -1.08777,1.53788 -1.16279,1.46286 -1.12528,1.31283 -2.85071,-2.43811 1.12528,-1.27532 -0.075,0.075 1.12528,-1.42535 -0.075,0.075 1.05026,-1.46287 -0.0375,0.075 0.93774,-1.50037 -0.0375,0.075 0.90022,-1.5754 -0.0375,0.075 0.82521,-1.6129 -0.0375,0.11253 0.22505,-0.56264 3.41335,1.53788 z m -9.30231,12.67816 -1.31283,1.16279 -1.46286,1.16279 -1.53789,1.08777 -1.57539,1.01275 -1.65041,0.93774 -1.68792,0.86271 -0.56264,0.26257 -1.53788,-3.41335 0.52513,-0.26257 -0.075,0.075 1.57539,-0.82521 -0.075,0.0375 1.57539,-0.90022 -0.075,0.0375 1.50037,-0.97524 -0.075,0.075 1.46286,-1.05026 -0.075,0.0375 1.38784,-1.08777 -0.075,0.0375 1.31283,-1.08777 2.43811,2.8132 z m -13.42835,7.95198 -1.12528,0.37509 -1.83796,0.52514 -1.91297,0.45011 -1.91298,0.33758 -1.95049,0.22506 -1.98799,0.18754 -0.86272,0 -0.075,-3.75093 0.78769,0 -0.11253,0 1.91298,-0.15004 -0.11253,0 1.87547,-0.22505 -0.075,0 1.80045,-0.30008 -0.075,0 1.80045,-0.4126 -0.11253,0.0375 1.76294,-0.52513 -0.075,0.0375 1.08777,-0.3751 1.2003,3.56339 z m -15.52887,2.02551 -1.2003,-0.11253 -1.95048,-0.22506 -1.95049,-0.33758 -1.87546,-0.45011 -1.83796,-0.52514 -1.83796,-0.60015 -0.82521,-0.33758 1.38785,-3.48837 0.7877,0.30008 -0.11253,-0.0375 1.72543,0.60015 -0.075,-0.0375 1.76294,0.52513 -0.075,-0.0375 1.80045,0.4126 -0.11253,-0.0375 1.83796,0.33759 -0.075,0 1.83796,0.22505 -0.075,0 1.16279,0.075 -0.30008,3.75094 z m -15.04124,-4.20105 -0.7877,-0.4126 -1.65041,-0.93774 -1.57539,-1.01275 -1.53789,-1.08777 -1.46286,-1.16279 -1.42536,-1.23781 -1.08777,-1.05026 2.58815,-2.70067 1.05026,1.01275 -0.075,-0.075 1.35034,1.16279 -0.0375,-0.0375 1.38784,1.08777 -0.075,-0.0375 1.46287,1.01275 -0.075,-0.0375 1.50037,0.97524 -0.075,-0.0375 1.57539,0.90022 -0.075,-0.0375 0.71268,0.3751 -1.68792,3.33833 z m -12.19054,-9.78994 -0.11253,-0.15004 -1.16279,-1.46286 -1.12528,-1.53788 -1.01275,-1.61291 -0.90023,-1.6129 -0.90022,-1.68792 -0.75019,-1.72543 -0.15003,-0.33758 3.48837,-1.38785 0.11252,0.30008 -0.0375,-0.075 0.75019,1.65041 -0.0375,-0.11253 0.82521,1.6129 -0.0375,-0.075 0.90022,1.5754 -0.075,-0.075 0.97525,1.50037 -0.0375,-0.075 1.01275,1.46287 -0.0375,-0.075 1.12528,1.42535 -0.075,-0.075 0.11253,0.11253 -2.85071,2.43811 z m -7.42685,-13.84095 -0.37509,-1.42535 -0.45012,-1.87547 -0.33758,-1.95049 -0.26257,-1.95048 -0.15003,-1.95049 3.75093,-0.26256 0.15004,1.87546 -0.0375,-0.075 0.26256,1.83795 -0.0375,-0.075 0.33758,1.83796 -0.0375,-0.11253 0.45011,1.80045 -0.0375,-0.075 0.3751,1.35034 -3.6009,1.05026 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="693.01093"
y="148.82382"
id="text3021"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">FAILED</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="148.84201"
x="693.09564"
xml:space="preserve">FAILED</text>
<path
d="m 213.98342,303.26351 3.76923,-6.82587 3.86299,-6.75086 1.969,-3.31917 2.04401,-3.26291 2.10027,-3.22541 2.17527,-3.1129 2.25029,-3.03788 2.34405,-2.94413 2.43781,-2.8316 2.56907,-2.70035 2.68159,-2.58783 2.83161,-2.41905 2.96288,-2.28779 3.11289,-2.10027 3.26292,-1.91274 3.41293,-1.76273 3.56295,-1.59395 3.67547,-1.42518 3.80673,-1.31267 3.88175,-1.16265 3.99425,-1.06888 4.08802,-0.93762 4.16303,-0.88136 4.21929,-0.76885 4.27554,-0.71259 4.3318,-0.67509 8.73861,-1.20015 6.97589,-0.86261 0.22503,1.85649 -6.95714,0.88136 0,-0.0188 -8.71986,1.20015 0,0 -4.31304,0.65633 0.0188,0 -4.25679,0.71259 0.0188,0 -4.20053,0.7876 0.0188,-0.0188 -4.14428,0.86261 0.0188,0 -4.05052,0.95637 0.0188,-0.0188 -3.95675,1.05013 0.0188,0 -3.86299,1.16265 0.0375,-0.0188 -3.75048,1.29391 0.0375,0 -3.63797,1.40643 0.0375,-0.0188 -3.52545,1.5752 0.0563,-0.0187 -3.37543,1.72522 0.0563,-0.0188 -3.22541,1.89399 0.0375,-0.0375 -3.05664,2.06276 0.0375,-0.0188 -2.90662,2.23153 0.0375,-0.0375 -2.77536,2.4003 0.0375,-0.0375 -2.66284,2.55032 0.0375,-0.0375 -2.53157,2.68159 0.0188,-0.0375 -2.41906,2.81286 0.0375,-0.0375 -2.32529,2.92538 0.0188,-0.0375 -2.23153,3.01913 0.0188,-0.0375 -2.15652,3.1129 0,-0.0188 -2.08152,3.18791 0,-0.0187 -2.02526,3.24416 0.0188,0 -1.969,3.30042 0,-0.0188 -3.84424,6.73211 0.0188,0 -3.76923,6.82587 z m 91.99918,-67.02101 9.46996,4.03176 -8.19479,6.24454 c -0.41256,0.31879 -0.99388,0.24378 -1.31267,-0.16877 -0.30004,-0.41255 -0.22503,-0.99387 0.18752,-1.31266 l 6.90088,-5.26942 0.20628,1.6127 -7.98852,-3.41293 c -0.48756,-0.20628 -0.69384,-0.76885 -0.50631,-1.23766 0.20627,-0.48756 0.76884,-0.69384 1.23765,-0.48756 z"
id="path3023"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 214.00957,303.30056 3.76968,-6.8267 3.86347,-6.75168 1.96924,-3.31958 2.04426,-3.26331 2.10052,-3.22581 2.17554,-3.11327 2.25056,-3.03826 2.34434,-2.94448 2.4381,-2.83196 2.56939,-2.70067 2.68192,-2.58815 2.83196,-2.41935 2.96324,-2.28807 3.11327,-2.10052 3.26331,-1.91298 3.41335,-1.76294 3.56339,-1.59414 3.67592,-1.42536 3.8072,-1.31283 3.88221,-1.16279 3.99475,-1.06901 4.08852,-0.93774 4.16353,-0.88147 4.21981,-0.76894 4.27606,-0.71268 4.33233,-0.67516 8.73968,-1.2003 6.97674,-0.86272 0.22505,1.85672 -6.95798,0.88146 0,-0.0188 -8.72092,1.2003 0,0 -4.31358,0.65641 0.0188,0 -4.25731,0.71268 0.0188,0 -4.20105,0.7877 0.0188,-0.0188 -4.14478,0.86272 0.0188,0 -4.05101,0.95649 0.0188,-0.0188 -3.95724,1.05026 0.0187,0 -3.86346,1.16279 0.0375,-0.0187 -3.75093,1.29407 0.0375,0 -3.63841,1.4066 0.0375,-0.0187 -3.52588,1.57539 0.0563,-0.0188 -3.37585,1.72543 0.0563,-0.0188 -3.22581,1.89422 0.0375,-0.0375 -3.05701,2.06301 0.0375,-0.0188 -2.90697,2.23181 0.0375,-0.0375 -2.77569,2.40059 0.0375,-0.0375 -2.66316,2.55063 0.0375,-0.0375 -2.53188,2.68192 0.0188,-0.0375 -2.41935,2.8132 0.0375,-0.0375 -2.32558,2.92573 0.0188,-0.0375 -2.23181,3.0195 0.0188,-0.0375 -2.15679,3.11328 0,-0.0188 -2.08177,3.18829 0,-0.0188 -2.02551,3.24456 0.0188,0 -1.96924,3.30083 0,-0.0188 -3.84471,6.73293 0.0188,0 -3.76969,6.8267 z m 92.01042,-67.0292 9.47111,4.03226 -8.1958,6.2453 c -0.4126,0.31883 -0.99399,0.24381 -1.31282,-0.16879 -0.30008,-0.4126 -0.22506,-0.994 0.18754,-1.31283 l 6.90172,-5.27006 0.20631,1.6129 -7.98949,-3.41335 c -0.48763,-0.2063 -0.69393,-0.76894 -0.50638,-1.23781 0.2063,-0.48762 0.76894,-0.69392 1.23781,-0.48762 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 217.90267,373.6412 8.32606,6.91962 8.2698,6.88213 4.06926,3.43168 4.01301,3.41294 3.95676,3.41293 3.90049,3.35668 3.80673,3.35667 3.71298,3.31917 3.61921,3.30042 3.50669,3.24417 3.39418,3.22541 3.26292,3.16915 3.11289,3.13165 2.96288,3.09414 2.81285,3.03788 2.66284,3.00038 2.51282,2.94413 2.38155,2.90662 2.26904,2.86911 2.15653,2.83161 2.04401,2.81286 1.95024,2.7566 1.87524,2.7566 1.80023,2.71909 1.74397,2.70035 1.68772,2.68159 3.26291,5.34443 2.21278,3.69422 -1.59395,0.95637 -2.23153,-3.69422 0,0.0188 -3.24417,-5.32568 0,0 -1.68771,-2.66283 0,0 -1.72522,-2.68159 0,0 -1.78148,-2.70035 0,0 -1.85648,-2.73785 0,0.0188 -1.95025,-2.7566 0.0188,0 -2.04401,-2.79411 0.0188,0.0187 -2.13778,-2.81285 0,0.0188 -2.25028,-2.86911 0,0.0188 -2.3628,-2.88787 0,0.0188 -2.49407,-2.94412 0.0188,0.0188 -2.64408,-2.98163 0,0.0188 -2.79411,-3.03789 0.0188,0.0188 -2.96288,-3.07539 0.0187,0.0187 -3.11289,-3.13164 0.0188,0.0188 -3.24416,-3.16915 0,0 -3.37543,-3.20666 0,0 -3.5067,-3.24416 0.0188,0 -3.61921,-3.28167 0,0 -3.71298,-3.30042 0,0 -3.78798,-3.35667 0,0.0188 -3.88174,-3.37543 0,0 -3.95675,-3.39418 0,0.0187 -4.01301,-3.41293 0,0 -4.06927,-3.43169 0,0 -8.23229,-6.88212 -8.32606,-6.91963 z m 91.30534,88.09868 0.15002,10.29506 -9.03864,-4.95063 c -0.45006,-0.24378 -0.61883,-0.8251 -0.3563,-1.27516 0.24378,-0.45006 0.80635,-0.61883 1.25641,-0.37505 l 7.63222,4.18178 -1.40643,0.82511 -0.11251,-8.68236 c 0,-0.50631 0.41255,-0.93761 0.93761,-0.93761 0.50632,-0.0188 0.93762,0.3938 0.93762,0.91886 z"
id="path3025"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 217.92929,373.68684 8.32708,6.92048 8.27081,6.88296 4.06976,3.43211 4.0135,3.41335 3.95724,3.41335 3.90097,3.35709 3.8072,3.35708 3.71342,3.31958 3.61965,3.30082 3.50713,3.24456 3.39459,3.2258 3.26332,3.16954 3.11327,3.13203 2.96324,3.09452 2.8132,3.03826 2.66316,3.00075 2.51313,2.94448 2.38184,2.90698 2.26932,2.86946 2.15679,2.83196 2.04426,2.8132 1.95048,2.75693 1.87547,2.75694 1.80045,2.71943 1.74418,2.70067 1.68792,2.68192 3.26331,5.34508 2.21306,3.69467 -1.59415,0.95649 -2.23181,-3.69467 0,0.0188 -3.24456,-5.32632 0,0 -1.68792,-2.66317 0,0 -1.72543,-2.68191 0,0 -1.78169,-2.70068 0,0 -1.85671,-2.73818 0,0.0188 -1.95049,-2.75694 0.0188,0 -2.04426,-2.79445 0.0188,0.0188 -2.13803,-2.8132 0,0.0188 -2.25056,-2.86946 0,0.0187 -2.36309,-2.88822 0,0.0188 -2.49437,-2.94449 0.0188,0.0188 -2.64441,-2.982 0,0.0188 -2.79444,-3.03826 0.0188,0.0188 -2.96324,-3.07577 0.0188,0.0187 -3.11328,-3.13203 0.0188,0.0188 -3.24456,-3.16954 0,0 -3.37584,-3.20705 0,0 -3.50712,-3.24456 0.0187,0 -3.61965,-3.28207 0,0 -3.71343,-3.30082 0,0 -3.78844,-3.35708 0,0.0187 -3.88222,-3.37584 0,0 -3.95723,-3.3946 0,0.0188 -4.0135,-3.41335 0,0 -4.06977,-3.43211 0,0 -8.2333,-6.88296 -8.32707,-6.92048 z m 91.3165,88.10946 0.15004,10.29631 -9.03975,-4.95123 c -0.45012,-0.24381 -0.61891,-0.82521 -0.35634,-1.27532 0.24381,-0.45011 0.80645,-0.61891 1.25656,-0.37509 l 7.63315,4.18229 -1.4066,0.8252 -0.11253,-8.68341 c 0,-0.50638 0.41261,-0.93773 0.93774,-0.93773 0.50637,-0.0188 0.93773,0.39384 0.93773,0.91898 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 451.38857,238.17399 c 0,-20.59011 16.68962,-37.27973 37.27973,-37.27973 20.59012,0 37.26098,16.68962 37.26098,37.27973 0,20.57137 -16.67086,37.26099 -37.26098,37.26099 -20.59011,0 -37.27973,-16.68962 -37.27973,-37.26099"
id="path3027"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 451.44372,238.20309 c 0,-20.59263 16.69165,-37.28429 37.28428,-37.28429 20.59263,0 37.26554,16.69166 37.26554,37.28429 0,20.57388 -16.67291,37.26554 -37.26554,37.26554 -20.59263,0 -37.28428,-16.69166 -37.28428,-37.26554"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 451.38857,238.17399 c 0,-20.59011 16.68962,-37.27973 37.27973,-37.27973 20.59012,0 37.26098,16.68962 37.26098,37.27973 0,20.57137 -16.67086,37.26099 -37.26098,37.26099 -20.59011,0 -37.27973,-16.68962 -37.27973,-37.26099"
id="path3029"
style="fill:none;stroke:#41719c;stroke-width:1.25640953px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
d="m 451.44372,238.20309 c 0,-20.59263 16.69165,-37.28429 37.28428,-37.28429 20.59263,0 37.26554,16.69166 37.26554,37.28429 0,20.57388 -16.67291,37.26554 -37.26554,37.26554 -20.59263,0 -37.28428,-16.69166 -37.28428,-37.26554"
style="fill:none;stroke:#41719c;stroke-width:1.25656307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="456.49106"
y="234.72913"
id="text3031"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">DEPLOY</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="234.7578"
x="456.54681"
xml:space="preserve">DEPLOY</text>
<text
x="516.04858"
y="234.72913"
id="text3033"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">-</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="234.7578"
x="516.11163"
xml:space="preserve">-</text>
<text
x="475.39346"
y="252.73141"
id="text3035"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">ING</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="252.76228"
x="475.45154"
xml:space="preserve">ING</text>
<path
d="m 734.56828,356.7828 c 0,-20.59011 16.65211,-37.27973 37.20472,-37.27973 20.51511,0 37.16722,16.68962 37.16722,37.27973 0,20.59012 -16.65211,37.27974 -37.16722,37.27974 -20.55261,0 -37.20472,-16.68962 -37.20472,-37.27974"
id="path3037"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 734.65802,356.82639 c 0,-20.59263 16.65415,-37.28428 37.20927,-37.28428 20.51761,0 37.17176,16.69165 37.17176,37.28428 0,20.59263 -16.65415,37.28429 -37.17176,37.28429 -20.55512,0 -37.20927,-16.69166 -37.20927,-37.28429"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 732.73054,358.73305 -0.0375,-1.95025 0.0375,-1.98775 0.15002,-2.02525 0.26254,-1.95025 0.33754,-1.91275 0.41255,-1.76272 3.63796,0.82511 -0.37504,1.72521 0,-0.075 -0.30004,1.83773 0,-0.11252 -0.22503,1.87524 0,-0.11251 -0.15002,1.91274 0,-0.11251 -0.0375,1.91274 0,-0.075 0.0375,1.91274 -3.75048,0.075 z m 2.3628,-15.45196 0.67509,-1.72522 0.7876,-1.72522 0.86261,-1.68771 0.93762,-1.65021 1.01263,-1.5752 1.08763,-1.5752 0.30004,-0.37505 2.92537,2.3253 -0.26253,0.33754 0.075,-0.075 -1.05013,1.46269 0.0375,-0.075 -0.93762,1.53769 0.0375,-0.075 -0.90012,1.5377 0.0375,-0.075 -0.82511,1.6127 0.0375,-0.075 -0.71259,1.65021 0.0375,-0.11251 -0.67508,1.72522 -3.48795,-1.38768 z m 8.21355,-13.27669 0.8251,-0.90011 1.35017,-1.31267 1.42518,-1.20015 1.46269,-1.16265 1.53769,-1.08763 1.5752,-1.05014 1.05014,-0.56257 1.83773,3.26291 -0.97512,0.56258 0.11251,-0.075 -1.53769,0.97512 0.075,-0.0375 -1.46269,1.05013 0.075,-0.075 -1.38768,1.08764 0.075,-0.0375 -1.35017,1.16265 0.075,-0.0375 -1.31267,1.23765 0.075,-0.075 -0.8251,0.86261 -2.70034,-2.58783 z m 12.71411,-9.03864 0.52507,-0.26254 1.80023,-0.67508 1.80022,-0.63758 1.83774,-0.52507 1.91274,-0.41255 1.91274,-0.33755 1.5752,-0.22502 0.48757,3.71297 -1.5377,0.22503 0.075,-0.0375 -1.83773,0.33754 0.11251,-0.0375 -1.80023,0.41255 0.11252,0 -1.76273,0.48756 0.075,0 -1.72522,0.56258 0.075,-0.0375 -1.68771,0.67509 0.075,-0.0375 -0.45006,0.22503 -1.5752,-3.41293 z m 15.30194,-3.30042 0.45006,-0.0375 1.98775,0.075 1.98776,0.15002 1.95024,0.26253 1.95025,0.33755 1.87524,0.41255 1.46268,0.41255 -1.05013,3.63796 -1.38767,-0.41255 0.075,0 -1.80022,-0.41255 0.11251,0.0375 -1.83773,-0.33754 0.075,0.0375 -1.83774,-0.26254 0.075,0.0375 -1.87524,-0.15002 0.075,0 -1.91274,-0.075 0.11252,0 -0.41256,0.0375 -0.075,-3.75047 z m 15.37696,2.92537 0.26253,0.11251 1.76272,0.7876 1.65021,0.90012 1.65021,0.90011 1.5752,1.05014 1.5377,1.08763 1.46268,1.16265 0.22503,0.15002 -2.47531,2.85036 -0.15002,-0.15002 0.0375,0.0375 -1.38767,-1.08764 0.075,0.075 -1.46269,-1.05013 0.075,0.0375 -1.50019,-0.97512 0.075,0.075 -1.5377,-0.90012 0.075,0.0375 -1.6127,-0.82511 0.075,0.0375 -1.65021,-0.7501 0.075,0.0375 -0.22503,-0.11252 1.38768,-3.48794 z m 12.97664,8.81362 1.01263,1.05013 1.23766,1.42518 1.16265,1.50019 1.05013,1.5377 1.05013,1.5752 0.93762,1.65021 0.41256,0.8251 -3.33793,1.68772 -0.41255,-0.7876 0.0375,0.075 -0.86261,-1.5377 0.0375,0.075 -0.97512,-1.53769 0.0375,0.075 -1.01263,-1.46269 0.0375,0.075 -1.08764,-1.38768 0.0375,0.075 -1.16264,-1.35017 0.0375,0.0375 -0.93762,-1.01263 2.70034,-2.58783 z m 8.47608,13.12667 0.30004,0.7876 0.60007,1.83773 0.56258,1.83773 0.41255,1.91274 0.33754,1.91275 0.26253,1.95025 0.11252,1.23765 -3.75048,0.30004 -0.11251,-1.20015 0.0375,0.11251 -0.26253,-1.87524 0.0375,0.11252 -0.33754,-1.83773 0,0.075 -0.41255,-1.80022 0.0375,0.11251 -0.48756,-1.76272 0,0.075 -0.56257,-1.76273 0.0375,0.11252 -0.30004,-0.7501 3.48794,-1.38767 z m 2.66284,15.41445 -0.0375,0.86261 -0.15002,1.98775 -0.26253,1.95025 -0.33754,1.91274 -0.41255,1.91275 -0.52507,1.87524 -0.37505,1.08763 -3.56295,-1.20015 0.37505,-1.05013 -0.0375,0.075 0.48756,-1.76273 -0.0375,0.075 0.41255,-1.80023 0,0.11252 0.33754,-1.83773 -0.0375,0.075 0.26253,-1.87524 0,0.11251 0.11252,-1.87524 0,0.075 0.0375,-0.7876 3.75048,0.075 z m -3.56295,15.22694 -0.26254,0.60007 -0.86261,1.68772 -0.93762,1.6127 -1.05013,1.61271 -1.05013,1.53769 -1.16265,1.46269 -1.16265,1.31266 -2.81285,-2.43781 1.08763,-1.27516 -0.0375,0.0375 1.08764,-1.38768 -0.0375,0.075 1.01263,-1.46269 -0.0375,0.075 0.97512,-1.53769 -0.0375,0.11251 0.86261,-1.5752 -0.0375,0.075 0.8251,-1.6127 -0.0375,0.075 0.22503,-0.52507 3.45044,1.5377 z m -9.30118,12.67661 -1.35018,1.16264 -1.46268,1.12515 -1.5377,1.12514 -1.5752,1.01263 -1.65021,0.93762 -1.68771,0.86261 -0.56257,0.26253 -1.5377,-3.41293 0.52507,-0.26254 -0.075,0.075 1.6127,-0.8251 -0.11251,0.0375 1.5752,-0.90011 -0.075,0.0375 1.50019,-0.97512 -0.075,0.075 1.46269,-1.05013 -0.075,0.0375 1.42518,-1.08764 -0.075,0.0375 1.27516,-1.12515 2.47532,2.85037 z m -13.46421,7.95101 -1.08764,0.37504 -1.87524,0.52507 -1.91274,0.45006 -1.91275,0.33754 -1.95024,0.22503 -1.98776,0.18752 -0.86261,0 -0.075,-3.75047 0.7876,0 -0.075,0 1.87524,-0.15002 -0.075,0 1.83774,-0.22503 -0.075,0 1.83773,-0.33754 -0.11251,0.0375 1.80022,-0.41255 -0.075,0.0375 1.76272,-0.52506 -0.075,0.0375 1.05013,-0.37505 1.20016,3.56296 z m -15.52698,2.02525 -1.20015,-0.11251 -1.95025,-0.22503 -1.91274,-0.33754 -1.91274,-0.45006 -1.83774,-0.52507 -1.80022,-0.60007 -0.86261,-0.33755 1.38767,-3.48794 0.7876,0.30004 -0.075,-0.0375 1.72522,0.60008 -0.11251,-0.0375 1.80023,0.52506 -0.11252,-0.0375 1.80023,0.41255 -0.11251,-0.0375 1.83773,0.33754 -0.075,0 1.83773,0.22503 -0.075,0 1.16265,0.075 -0.30004,3.75047 z m -15.03941,-4.20053 -0.7876,-0.41255 -1.65021,-0.93762 -1.5752,-1.01263 -1.53769,-1.12514 -1.46269,-1.16265 -1.42518,-1.20015 -1.08764,-1.05014 2.58783,-2.70034 1.05014,0.97512 -0.0375,-0.0375 1.35017,1.16265 -0.075,-0.0375 1.38768,1.08764 -0.075,-0.0375 1.46269,1.01262 -0.075,-0.0375 1.50019,0.97512 -0.075,-0.0375 1.5752,0.90011 -0.075,-0.0375 0.75009,0.37505 -1.72522,3.33792 z m -12.18904,-9.78874 -0.11252,-0.15002 -1.16265,-1.46269 -1.08763,-1.53769 -1.01263,-1.61271 -0.93762,-1.6127 -0.86261,-1.68772 -0.7876,-1.76272 -0.15002,-0.30004 3.48794,-1.38768 0.15002,0.30004 -0.0375,-0.11251 0.71259,1.65021 -0.0375,-0.075 0.82511,1.6127 -0.0375,-0.075 0.90012,1.5752 -0.0375,-0.075 0.93762,1.50019 -0.0375,-0.075 1.05013,1.46269 -0.075,-0.075 1.12514,1.38768 -0.075,-0.0375 0.11252,0.11252 -2.85036,2.43781 z m -7.42595,-13.83926 -0.37504,-1.42518 -0.45006,-1.87524 -0.33754,-1.95025 -0.26254,-1.95025 -0.15002,-1.95024 3.75048,-0.26254 0.15002,1.87524 0,-0.11251 0.22503,1.87524 -0.0375,-0.075 0.33755,1.83773 0,-0.11252 0.41255,1.80023 -0.0375,-0.075 0.41256,1.38768 -3.63797,1.01263 z"
id="path3039"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750476px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 732.82006,358.77688 -0.0375,-1.95049 0.0375,-1.98799 0.15004,-2.02551 0.26257,-1.95048 0.33758,-1.91298 0.4126,-1.76294 3.63841,0.82521 -0.37509,1.72543 0,-0.075 -0.30008,1.83796 0,-0.11253 -0.22505,1.87547 0,-0.11253 -0.15004,1.91298 0,-0.11253 -0.0375,1.91297 0,-0.075 0.0375,1.91297 -3.75094,0.075 z m 2.36309,-15.45385 0.67517,-1.72543 0.7877,-1.72543 0.86271,-1.68792 0.93774,-1.65041 1.01275,-1.57539 1.08777,-1.5754 0.30007,-0.37509 2.92573,2.32558 -0.26256,0.33758 0.075,-0.075 -1.05027,1.46286 0.0375,-0.075 -0.93773,1.53788 0.0375,-0.075 -0.90023,1.53788 0.0375,-0.075 -0.8252,1.6129 0.0375,-0.075 -0.71268,1.65041 0.0375,-0.11252 -0.67517,1.72543 -3.48837,-1.38785 z m 8.21455,-13.27831 0.8252,-0.90022 1.35034,-1.31283 1.42536,-1.2003 1.46286,-1.16279 1.53788,-1.08777 1.5754,-1.05026 1.05026,-0.56264 1.83796,3.26331 -0.97525,0.56264 0.11253,-0.075 -1.53788,0.97525 0.075,-0.0375 -1.46287,1.05026 0.075,-0.075 -1.38785,1.08777 0.075,-0.0375 -1.35033,1.16279 0.075,-0.0375 -1.31283,1.23781 0.075,-0.075 -0.82521,0.86272 -2.70067,-2.58815 z m 12.71567,-9.03975 0.52513,-0.26257 1.80045,-0.67516 1.80044,-0.63766 1.83796,-0.52513 1.91298,-0.41261 1.91298,-0.33758 1.57539,-0.22506 0.48762,3.71343 -1.53788,0.22506 0.075,-0.0375 -1.83796,0.33758 0.11253,-0.0375 -1.80045,0.4126 0.11252,0 -1.76293,0.48762 0.075,0 -1.72543,0.56265 0.075,-0.0375 -1.68792,0.67516 0.075,-0.0375 -0.45011,0.22506 -1.57539,-3.41335 z m 15.30381,-3.30082 0.45011,-0.0375 1.988,0.075 1.98799,0.15003 1.95049,0.26257 1.95048,0.33758 1.87547,0.41261 1.46287,0.4126 -1.05027,3.63841 -1.38784,-0.41261 0.075,0 -1.80045,-0.4126 0.11253,0.0375 -1.83796,-0.33758 0.075,0.0375 -1.83796,-0.26257 0.075,0.0375 -1.87547,-0.15004 0.075,0 -1.91298,-0.075 0.11253,0 -0.4126,0.0375 -0.075,-3.75093 z m 15.37883,2.92573 0.26257,0.11252 1.76294,0.7877 1.65041,0.90023 1.65041,0.90022 1.57539,1.05026 1.53788,1.08777 1.46287,1.16279 0.22505,0.15004 -2.47561,2.85071 -0.15004,-0.15004 0.0375,0.0375 -1.38785,-1.08777 0.075,0.075 -1.46286,-1.05026 0.075,0.0375 -1.50038,-0.97525 0.075,0.075 -1.53788,-0.90022 0.075,0.0375 -1.61291,-0.82521 0.075,0.0375 -1.65041,-0.75019 0.075,0.0375 -0.22506,-0.11252 1.38785,-3.48837 z m 12.97823,8.81469 1.01276,1.05026 1.2378,1.42536 1.16279,1.50037 1.05027,1.53789 1.05026,1.57539 0.93773,1.65041 0.4126,0.82521 -3.33833,1.68792 -0.4126,-0.7877 0.0375,0.075 -0.86272,-1.53788 0.0375,0.075 -0.97524,-1.53788 0.0375,0.075 -1.01275,-1.46286 0.0375,0.075 -1.08777,-1.38784 0.0375,0.075 -1.16278,-1.35034 0.0375,0.0375 -0.93773,-1.01275 2.70067,-2.58815 z m 8.47712,13.12827 0.30007,0.7877 0.60015,1.83796 0.56264,1.83796 0.4126,1.91297 0.33759,1.91298 0.26256,1.95048 0.11253,1.23781 -3.75093,0.30008 -0.11253,-1.2003 0.0375,0.11253 -0.26257,-1.87547 0.0375,0.11253 -0.33758,-1.83796 0,0.075 -0.41261,-1.80045 0.0375,0.11253 -0.48762,-1.76294 0,0.075 -0.56264,-1.76294 0.0375,0.11253 -0.30007,-0.75019 3.48837,-1.38785 z m 2.66316,15.41634 -0.0375,0.86272 -0.15004,1.98799 -0.26256,1.95049 -0.33759,1.91298 -0.4126,1.91297 -0.52513,1.87547 -0.37509,1.08777 -3.56339,-1.2003 0.37509,-1.05026 -0.0375,0.075 0.48762,-1.76294 -0.0375,0.075 0.41261,-1.80045 0,0.11253 0.33758,-1.83796 -0.0375,0.075 0.26257,-1.87547 0,0.11253 0.11253,-1.87547 0,0.075 0.0375,-0.78769 3.75094,0.075 z m -3.56339,15.2288 -0.26256,0.60015 -0.86272,1.68792 -0.93773,1.6129 -1.05026,1.6129 -1.05027,1.53788 -1.16279,1.46287 -1.16279,1.31283 -2.8132,-2.43811 1.08777,-1.27532 -0.0375,0.0375 1.08777,-1.38785 -0.0375,0.075 1.01275,-1.46286 -0.0375,0.075 0.97524,-1.53789 -0.0375,0.11253 0.86272,-1.57539 -0.0375,0.075 0.8252,-1.6129 -0.0375,0.075 0.22505,-0.52514 3.45086,1.53789 z m -9.30232,12.67816 -1.35033,1.16279 -1.46287,1.12528 -1.53788,1.12528 -1.57539,1.01275 -1.65041,0.93773 -1.68792,0.86272 -0.56264,0.26256 -1.53789,-3.41335 0.52513,-0.26256 -0.075,0.075 1.61291,-0.82521 -0.11253,0.0375 1.57539,-0.90022 -0.075,0.0375 1.50038,-0.97524 -0.075,0.075 1.46286,-1.05026 -0.075,0.0375 1.42536,-1.08777 -0.075,0.0375 1.27532,-1.12528 2.47561,2.85071 z m -13.46585,7.95198 -1.08777,0.37509 -1.87547,0.52513 -1.91298,0.45011 -1.91297,0.33759 -1.95049,0.22505 -1.98799,0.18755 -0.86272,0 -0.075,-3.75093 0.7877,0 -0.075,0 1.87547,-0.15004 -0.075,0 1.83796,-0.22506 -0.075,0 1.83796,-0.33758 -0.11253,0.0375 1.80045,-0.4126 -0.075,0.0375 1.76294,-0.52513 -0.075,0.0375 1.05026,-0.37509 1.2003,3.56339 z m -15.52887,2.0255 -1.2003,-0.11253 -1.95048,-0.22505 -1.91298,-0.33759 -1.91298,-0.45011 -1.83796,-0.52513 -1.80044,-0.60015 -0.86272,-0.33758 1.38785,-3.48837 0.78769,0.30007 -0.075,-0.0375 1.72543,0.60015 -0.11252,-0.0375 1.80044,0.52513 -0.11252,-0.0375 1.80045,0.4126 -0.11253,-0.0375 1.83796,0.33758 -0.075,0 1.83795,0.22506 -0.075,0 1.16279,0.075 -0.30008,3.75093 z m -15.04125,-4.20104 -0.78769,-0.41261 -1.65041,-0.93773 -1.5754,-1.01275 -1.53788,-1.12528 -1.46286,-1.16279 -1.42536,-1.2003 -1.08777,-1.05026 2.58814,-2.70068 1.05027,0.97525 -0.0375,-0.0375 1.35033,1.16279 -0.075,-0.0375 1.38785,1.08777 -0.075,-0.0375 1.46287,1.01275 -0.075,-0.0375 1.50037,0.97524 -0.075,-0.0375 1.5754,0.90022 -0.075,-0.0375 0.75018,0.37509 -1.72543,3.33834 z m -12.19053,-9.78994 -0.11253,-0.15004 -1.16279,-1.46287 -1.08777,-1.53788 -1.01275,-1.6129 -0.93774,-1.6129 -0.86271,-1.68792 -0.7877,-1.76294 -0.15004,-0.30008 3.48837,-1.38784 0.15004,0.30007 -0.0375,-0.11253 0.71268,1.65042 -0.0375,-0.075 0.8252,1.6129 -0.0375,-0.075 0.90023,1.57539 -0.0375,-0.075 0.93773,1.50038 -0.0375,-0.075 1.05027,1.46286 -0.075,-0.075 1.12528,1.38785 -0.075,-0.0375 0.11253,0.11253 -2.85071,2.43811 z m -7.42685,-13.84095 -0.3751,-1.42536 -0.45011,-1.87546 -0.33758,-1.95049 -0.26257,-1.95049 -0.15004,-1.95048 3.75094,-0.26257 0.15004,1.87547 0,-0.11253 0.22505,1.87547 -0.0375,-0.075 0.33759,1.83796 0,-0.11253 0.4126,1.80045 -0.0375,-0.075 0.4126,1.38785 -3.6384,1.01275 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="736.83307"
y="362.34521"
id="text3041"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">FINISHED</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="362.3895"
x="736.9231"
xml:space="preserve">FINISHED</text>
<path
d="m 586.42447,238.19275 c 0,-20.59012 16.68961,-37.27974 37.27973,-37.27974 20.59011,0 37.24223,16.68962 37.24223,37.27974 0,20.55261 -16.65212,37.24223 -37.24223,37.24223 -20.59012,0 -37.27973,-16.68962 -37.27973,-37.24223"
id="path3043"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 586.49611,238.22185 c 0,-20.59263 16.69166,-37.28429 37.28429,-37.28429 20.59263,0 37.24678,16.69166 37.24678,37.28429 0,20.55512 -16.65415,37.24678 -37.24678,37.24678 -20.59263,0 -37.28429,-16.69166 -37.28429,-37.24678"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 586.42447,238.19275 c 0,-20.59012 16.68961,-37.27974 37.27973,-37.27974 20.59011,0 37.24223,16.68962 37.24223,37.27974 0,20.55261 -16.65212,37.24223 -37.24223,37.24223 -20.59012,0 -37.27973,-16.68962 -37.27973,-37.24223"
id="path3045"
style="fill:none;stroke:#41719c;stroke-width:1.23765719px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
d="m 586.49611,238.22185 c 0,-20.59263 16.69166,-37.28429 37.28429,-37.28429 20.59263,0 37.24678,16.69166 37.24678,37.28429 0,20.55512 -16.65415,37.24678 -37.24678,37.24678 -20.59263,0 -37.28429,-16.69166 -37.28429,-37.24678"
style="fill:none;stroke:#41719c;stroke-width:1.23780835px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="588.8078"
y="243.73027"
id="text3047"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">RUNNING</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="243.76004"
x="588.8797"
xml:space="preserve">RUNNING</text>
<path
d="m 400.92591,237.14261 38.40488,0 0,1.87524 -38.40488,0 z m 31.37273,-4.23804 8.88863,5.17566 -8.88863,5.19441 c -0.45005,0.26253 -1.03138,0.11252 -1.29391,-0.33754 -0.26253,-0.45006 -0.11251,-1.01263 0.33754,-1.27516 l 7.50095,-4.38806 0,1.63146 -7.50095,-4.38806 c -0.4313,-0.26253 -0.60007,-0.82511 -0.33754,-1.27516 0.26253,-0.45006 0.84386,-0.60008 1.29391,-0.33755 z"
id="path3049"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 400.97489,237.17159 38.40957,0 0,1.87546 -38.40957,0 z m 31.37657,-4.23856 8.88971,5.17629 -8.88971,5.19504 c -0.45011,0.26257 -1.03151,0.11253 -1.29407,-0.33758 -0.26257,-0.45011 -0.11253,-1.01275 0.33758,-1.27532 l 7.50187,-4.38859 0,1.63165 -7.50187,-4.38859 c -0.43136,-0.26256 -0.60015,-0.8252 -0.33758,-1.27532 0.26256,-0.45011 0.84396,-0.60015 1.29407,-0.33758 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 535.47425,237.14261 38.40487,0 0,1.87524 -38.40487,0 z m 31.37273,-4.23804 8.88863,5.17566 -8.88863,5.19441 c -0.45006,0.26253 -1.03138,0.11252 -1.29392,-0.33754 -0.26253,-0.45006 -0.0938,-1.01263 0.33755,-1.27516 l 7.50095,-4.38806 0,1.63146 -7.50095,-4.38806 c -0.43131,-0.26253 -0.60008,-0.82511 -0.33755,-1.27516 0.26254,-0.45006 0.84386,-0.60008 1.29392,-0.33755 z"
id="path3051"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 535.53967,237.17159 38.40957,0 0,1.87546 -38.40957,0 z m 31.37656,-4.23856 8.88972,5.17629 -8.88972,5.19504 c -0.45011,0.26257 -1.0315,0.11253 -1.29407,-0.33758 -0.26256,-0.45011 -0.0938,-1.01275 0.33758,-1.27532 l 7.50187,-4.38859 0,1.63165 -7.50187,-4.38859 c -0.43135,-0.26256 -0.60014,-0.8252 -0.33758,-1.27532 0.26257,-0.45011 0.84396,-0.60015 1.29407,-0.33758 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 672.49789,252.8196 6.60084,5.21317 6.52583,5.17565 6.41332,5.10065 3.1504,2.55032 3.07539,2.51282 3.03788,2.47532 2.96288,2.47531 2.88787,2.43781 2.81285,2.40031 2.70035,2.3628 2.58782,2.28779 2.51282,2.28779 2.40031,2.21278 2.25028,2.17527 2.17528,2.13778 2.02526,2.10026 1.95024,2.02526 1.87524,2.02526 1.76273,1.95024 1.68771,1.95025 1.61271,1.91275 1.5752,1.87523 1.50019,1.87524 2.85036,3.63796 2.77535,3.63797 1.5752,2.06276 -1.50019,1.12514 -1.5752,-2.06276 0,0 -2.73785,-3.60046 0,0 -2.85036,-3.63796 0,0 -1.50019,-1.83773 0,0 -1.5377,-1.87524 0,0 -1.6127,-1.87524 0,0 -1.68771,-1.95025 0.0375,0.0375 -1.76272,-1.98776 0,0.0375 -1.83774,-2.02526 0,0.0375 -1.95024,-2.06277 0.0375,0.0375 -2.06276,-2.10027 0.0375,0.0375 -2.17527,-2.13777 0.0375,0 -2.28779,-2.13778 0.0375,0 -2.40031,-2.21278 0,0 -2.47531,-2.28779 0,0.0375 -2.58783,-2.3253 0,0 -2.70034,-2.32529 0,0 -2.81286,-2.40031 0.0375,0 -2.88786,-2.43781 0,0 -2.96288,-2.43781 0,0 -3.00038,-2.47531 0,0 -3.1129,-2.51282 -3.1504,-2.55032 0.0375,0 -6.41332,-5.10065 0,0 -6.52582,-5.17566 -6.60084,-5.17566 z m 72.45921,60.68271 1.20015,10.2388 -9.48871,-3.97551 c -0.48756,-0.22502 -0.71259,-0.7876 -0.52506,-1.23765 0.22503,-0.48756 0.75009,-0.71259 1.23765,-0.52507 l 7.98852,3.37543 -1.27516,0.97512 -1.01263,-8.62609 c -0.0375,-0.48756 0.30004,-0.97513 0.8251,-1.01263 0.52507,-0.075 0.97513,0.30004 1.05014,0.7876 z"
id="path3053"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750476px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 672.58006,252.85049 6.60164,5.2138 6.52663,5.17629 6.4141,5.10127 3.15078,2.55064 3.07577,2.51312 3.03825,2.47562 2.96324,2.47562 2.88822,2.4381 2.8132,2.4006 2.70067,2.36309 2.58815,2.28807 2.51313,2.28807 2.40059,2.21305 2.25056,2.17554 2.17555,2.13804 2.0255,2.10052 1.95049,2.0255 1.87546,2.02551 1.76294,1.95048 1.68792,1.95049 1.61291,1.91298 1.57539,1.87546 1.50037,1.87547 2.85071,3.63841 2.77569,3.6384 1.5754,2.06302 -1.50038,1.12528 -1.57539,-2.06302 0,0 -2.73818,-3.60089 0,0 -2.85071,-3.63841 0,0 -1.50038,-1.83796 0,0 -1.53788,-1.87546 0,0 -1.6129,-1.87547 0,0 -1.68792,-1.95049 0.0375,0.0375 -1.76294,-1.98799 0,0.0375 -1.83796,-2.02551 0,0.0375 -1.95049,-2.06301 0.0375,0.0375 -2.06301,-2.10053 0.0375,0.0375 -2.17554,-2.13803 0.0375,0 -2.28807,-2.13803 0.0375,0 -2.4006,-2.21305 0,0 -2.47562,-2.28807 0,0.0375 -2.58814,-2.32557 0,0 -2.70068,-2.32558 0,0 -2.8132,-2.4006 0.0375,0 -2.88822,-2.43811 0,0 -2.96324,-2.43811 0,0 -3.00074,-2.47561 0,0 -3.11328,-2.51313 -3.15078,-2.55063 0.0375,0 -6.4141,-5.10128 0,0 -6.52663,-5.17629 -6.60164,-5.17628 z m 72.46805,60.69012 1.2003,10.24005 -9.48986,-3.97599 c -0.48763,-0.22505 -0.71268,-0.78769 -0.52514,-1.23781 0.22506,-0.48762 0.75019,-0.71267 1.23781,-0.52513 l 7.98949,3.37584 -1.27531,0.97525 -1.01276,-8.62715 c -0.0375,-0.48762 0.30008,-0.97525 0.82521,-1.01276 0.52513,-0.075 0.97524,0.30008 1.05026,0.7877 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 350.93206,285.18621 -1.35017,12.71412 -1.33142,12.67661 -1.29391,12.56409 -1.27516,12.43283 -0.61883,6.15078 -0.58133,6.09453 -0.60007,6.03826 -0.56257,5.98201 -0.54382,5.88825 -0.52507,5.85074 -0.48756,5.73823 -0.48756,5.66322 -0.45006,5.56946 -0.43131,5.47569 -0.3938,5.40069 -0.3938,5.32568 -0.35629,5.25066 -0.33754,5.17566 -0.33755,5.13815 -0.31879,5.06315 -0.58132,10.03252 -0.56257,9.86375 -0.52507,9.78874 -0.41255,7.876 1.87524,0.0938 0.41255,-7.876 0.52507,-9.76999 0.54381,-9.88251 0.60008,-10.01377 0,0.0188 0.31879,-5.08189 0.31879,-5.1194 0.3563,-5.19441 0.35629,-5.23192 0,0 0.37505,-5.32567 0.41255,-5.38194 0,0 0.43131,-5.47569 0.45005,-5.56946 0,0 0.46881,-5.64447 0.50632,-5.75698 0,0 0.52506,-5.81324 0.54382,-5.907 0.56257,-5.96325 0,0 0.58133,-6.03827 0.60007,-6.09452 0,0 0.61883,-6.15078 1.25641,-12.43283 1.31267,-12.5641 1.33142,-12.65786 1.33142,-12.71411 z m -18.63987,170.51541 4.70685,9.15116 5.66322,-8.60735 c 0.28129,-0.4313 0.15002,-1.01262 -0.28128,-1.29391 -0.43131,-0.28129 -1.01263,-0.16877 -1.29392,0.26253 l -4.7631,7.25718 1.6127,0.0938 -3.9755,-7.72598 c -0.22503,-0.46881 -0.7876,-0.63758 -1.25641,-0.41256 -0.46881,0.24378 -0.63758,0.80636 -0.41256,1.27517 z"
id="path3055"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 350.97494,285.22106 -1.35034,12.71566 -1.33158,12.67816 -1.29407,12.56563 -1.27532,12.43435 -0.61891,6.15153 -0.58139,6.09527 -0.60015,6.03901 -0.56264,5.98274 -0.54389,5.88896 -0.52513,5.85146 -0.48762,5.73893 -0.48762,5.66391 -0.45011,5.57014 -0.43136,5.47636 -0.39385,5.40135 -0.39385,5.32633 -0.35633,5.2513 -0.33759,5.17629 -0.33758,5.13878 -0.31883,5.06377 -0.5814,10.03375 -0.56264,9.86495 -0.52513,9.78994 -0.4126,7.87696 1.87547,0.0938 0.4126,-7.87696 0.52513,-9.77119 0.54389,-9.88371 0.60015,-10.015 0,0.0188 0.31882,-5.08252 0.31883,-5.12002 0.35634,-5.19505 0.35634,-5.23255 0,0 0.3751,-5.32633 0.4126,-5.38259 0,0 0.43136,-5.47636 0.45011,-5.57014 0,0 0.46886,-5.64516 0.50638,-5.75768 0,0 0.52513,-5.81395 0.54389,-5.90772 0.56264,-5.96399 0,0 0.58139,-6.039 0.60015,-6.09527 0,0 0.61891,-6.15153 1.25656,-12.43435 1.31283,-12.56563 1.33158,-12.65941 1.33158,-12.71566 z m -18.64215,170.53623 4.70743,9.15228 5.66391,-8.60839 c 0.28132,-0.43136 0.15003,-1.01276 -0.28132,-1.29408 -0.43136,-0.28132 -1.01276,-0.16879 -1.29408,0.26257 l -4.76368,7.25806 1.6129,0.0938 -3.97599,-7.72692 c -0.22506,-0.46887 -0.7877,-0.63766 -1.25656,-0.41261 -0.46887,0.24381 -0.63766,0.80645 -0.41261,1.27532 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 452.32619,422.88495 c 0,-20.59012 16.68962,-37.27974 37.27973,-37.27974 20.59012,0 37.26098,16.68962 37.26098,37.27974 0,20.57136 -16.67086,37.26098 -37.26098,37.26098 -20.59011,0 -37.27973,-16.68962 -37.27973,-37.26098"
id="path3057"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none" />
d="m 452.38145,422.93661 c 0,-20.59263 16.69166,-37.28428 37.28429,-37.28428 20.59263,0 37.26553,16.69165 37.26553,37.28428 0,20.57388 -16.6729,37.26554 -37.26553,37.26554 -20.59263,0 -37.28429,-16.69166 -37.28429,-37.26554"
style="fill:#5b9bd5;fill-opacity:1;fill-rule:evenodd;stroke:none"
inkscape:connector-curvature="0" />
<path
d="m 452.32619,422.88495 c 0,-20.59012 16.68962,-37.27974 37.27973,-37.27974 20.59012,0 37.26098,16.68962 37.26098,37.27974 0,20.57136 -16.67086,37.26098 -37.26098,37.26098 -20.59011,0 -37.27973,-16.68962 -37.27973,-37.26098"
id="path3059"
style="fill:none;stroke:#41719c;stroke-width:1.25640953px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
d="m 452.38145,422.93661 c 0,-20.59263 16.69166,-37.28428 37.28429,-37.28428 20.59263,0 37.26553,16.69165 37.26553,37.28428 0,20.57388 -16.6729,37.26554 -37.26553,37.26554 -20.59263,0 -37.28429,-16.69166 -37.28429,-37.26554"
style="fill:none;stroke:#41719c;stroke-width:1.25656307px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<text
x="456.80737"
y="419.42795"
id="text3061"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">CANCEL</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="419.47919"
x="456.86319"
xml:space="preserve">CANCEL</text>
<text
x="517.71515"
y="419.42795"
id="text3063"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">-</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="419.47919"
x="517.77838"
xml:space="preserve">-</text>
<text
x="476.30984"
y="437.43024"
id="text3065"
xml:space="preserve"
style="font-size:15.00190544px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial">ING</text>
style="font-size:15.00373745px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#000000;font-family:Arial"
y="437.48367"
x="476.36804"
xml:space="preserve">ING</text>
<path
d="m 440.64345,443.55007 -69.85262,41.51777 0.95638,1.61271 69.85262,-41.51777 z m -65.98963,34.2606 -4.98813,9.00115 10.29506,-0.075 c 0.50631,0 0.93762,-0.43131 0.91886,-0.95637 0,-0.50632 -0.41255,-0.91887 -0.93761,-0.91887 l -8.68236,0.075 0.82511,1.38767 4.21928,-7.59471 c 0.24378,-0.45006 0.075,-1.03138 -0.37504,-1.27516 -0.45006,-0.24378 -1.01263,-0.0938 -1.27517,0.35629 z"
id="path3067"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 440.69729,443.60426 -69.86116,41.52285 0.95649,1.6129 69.86116,-41.52285 z m -65.99769,34.26479 -4.98875,9.00224 10.29632,-0.075 c 0.50638,0 0.93773,-0.43135 0.91898,-0.95649 0,-0.50637 -0.4126,-0.91897 -0.93774,-0.91897 l -8.68341,0.075 0.82521,1.38785 4.2198,-7.59564 c 0.24381,-0.45011 0.075,-1.03151 -0.3751,-1.27532 -0.45011,-0.24381 -1.01275,-0.0938 -1.27531,0.35634 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 491.57492,285.20497 -1.01263,12.6016 -0.50631,6.22579 -0.46881,6.18828 -0.46881,6.05702 -0.43131,5.96326 -0.3938,5.83199 -0.37504,5.66322 -0.33755,5.47569 -0.30003,5.32568 -0.26254,5.17566 -0.24378,5.06314 -0.22503,4.96938 -0.20627,4.89437 -0.31879,7.8385 1.85648,0.075 0.31879,-7.81975 0.20628,-4.91312 0,0 0.22503,-4.95063 0.24378,-5.06314 0,0 0.28128,-5.17566 0,0 0.30004,-5.30692 0,0 0.31879,-5.4757 0,0 0.37505,-5.64446 0.41255,-5.81324 0.43131,-5.96326 0,0 0.45005,-6.07577 0.48757,-6.16953 0.48756,-6.2258 1.01263,-12.6016 z m -9.52621,80.07266 4.81936,9.09491 5.55071,-8.68235 c 0.28128,-0.43131 0.15002,-1.01263 -0.28129,-1.29392 -0.4313,-0.28128 -1.01263,-0.15002 -1.29391,0.28129 l -4.6881,7.33218 1.63146,0.0563 -4.06927,-7.66973 c -0.24378,-0.45006 -0.80635,-0.63758 -1.27516,-0.3938 -0.45006,0.24378 -0.61883,0.80635 -0.3938,1.27516 z"
id="path3069"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875238px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 491.63498,285.23981 -1.01275,12.60314 -0.50638,6.22655 -0.46887,6.18904 -0.46886,6.05776 -0.43136,5.96399 -0.39385,5.8327 -0.37509,5.66391 -0.33759,5.47637 -0.30007,5.32632 -0.26257,5.17629 -0.24381,5.06376 -0.22505,4.96999 -0.2063,4.89497 -0.31883,7.83946 1.85671,0.075 0.31883,-7.82069 0.2063,-4.91373 0,0 0.22506,-4.95123 0.24381,-5.06376 0,0 0.28132,-5.17629 0,0 0.30007,-5.30758 0,0 0.31883,-5.47636 0,0 0.37509,-5.64516 0.41261,-5.81394 0.43135,-5.96399 0,0 0.45012,-6.07651 0.48762,-6.17029 0.48762,-6.22655 1.01275,-12.60314 z m -9.52737,80.08245 4.81995,9.09602 5.55138,-8.68342 c 0.28132,-0.43135 0.15004,-1.01275 -0.28132,-1.29407 -0.43136,-0.28132 -1.01275,-0.15004 -1.29407,0.28132 l -4.68867,7.33308 1.63165,0.0563 -4.06976,-7.67066 c -0.24381,-0.45011 -0.80645,-0.63766 -1.27532,-0.39385 -0.45011,0.24381 -0.6189,0.80645 -0.39384,1.27532 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.01875467px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 609.93995,278.0228 -4.05051,8.73861 -4.05052,8.70111 -4.12552,8.55108 -2.10027,4.23804 -2.13777,4.16303 -2.13777,4.12552 -2.21278,4.05052 -2.21278,4.01301 -2.28779,3.90049 -2.3253,3.78798 -2.3628,3.75048 -2.4003,3.60046 -2.51282,3.52545 -2.51282,3.41293 -2.62534,3.30042 -2.62533,3.1879 -2.70034,3.07539 -2.73785,3.00038 -2.77535,2.92538 -2.81286,2.85036 -2.85036,2.77535 -2.88787,2.70034 -2.92537,2.66284 -5.85074,5.21316 -5.92575,5.06315 -4.53808,3.82548 -1.20015,-1.42518 4.50057,-3.82548 0,0 5.92575,-5.06315 0,0 5.85074,-5.17565 0,0 2.88787,-2.62534 0,0 2.85036,-2.70034 0,0 2.85036,-2.77535 -0.0375,0 2.81286,-2.81286 0,0 2.73784,-2.88787 0,0 2.73785,-3.00038 -0.0375,0.0375 2.70034,-3.07539 -0.0375,0 2.66283,-3.1504 -0.0375,0 2.58783,-3.26292 0,0.0375 2.51282,-3.37543 0,0 2.47531,-3.48794 -0.0375,0 2.4003,-3.60046 0,0.0375 2.3628,-3.71297 0,0 2.28779,-3.78798 0,0 2.25029,-3.86299 0,0 2.21278,-3.97551 0,0 2.17527,-4.013 0,0 2.17528,-4.12553 -0.0375,0.0375 2.13777,-4.16303 0,0 2.10026,-4.23804 0,0.0375 4.12553,-8.58859 0,0.0375 4.05051,-8.70111 0,0 4.05052,-8.73861 z m -70.58396,107.8637 -10.12629,1.76272 3.45044,-9.67622 c 0.15002,-0.48757 0.71259,-0.7501 1.20015,-0.60008 0.48756,0.18752 0.7501,0.71259 0.56257,1.20015 l -2.92537,8.17604 -1.05013,-1.23766 8.58859,-1.46268 c 0.48756,-0.11252 0.97512,0.22503 1.08764,0.75009 0.075,0.52507 -0.26254,0.97513 -0.7876,1.08764 z"
id="path3071"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750476px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 610.01447,278.05677 -4.05101,8.73968 -4.05101,8.70217 -4.12603,8.55213 -2.10052,4.23855 -2.13803,4.16354 -2.13803,4.12603 -2.21306,4.05101 -2.21305,4.0135 -2.28807,3.90097 -2.32558,3.78844 -2.36309,3.75094 -2.40059,3.60089 -2.51313,3.52588 -2.51313,3.41335 -2.62565,3.30083 -2.62565,3.18829 -2.70068,3.07577 -2.73818,3.00074 -2.77569,2.92573 -2.8132,2.85071 -2.85071,2.77569 -2.88822,2.70068 -2.92573,2.66316 -5.85146,5.2138 -5.92647,5.06376 -4.53863,3.82595 -1.2003,-1.42535 4.50112,-3.82595 0,0 5.92647,-5.06377 0,0 5.85146,-5.17629 0,0 2.88822,-2.62565 0,0 2.85071,-2.70067 0,0 2.85071,-2.77569 -0.0375,0 2.8132,-2.81321 0,0 2.73819,-2.88821 0,0 2.73818,-3.00075 -0.0375,0.0375 2.70067,-3.07577 -0.0375,0 2.66316,-3.15078 -0.0375,0 2.58814,-3.26332 0,0.0375 2.51313,-3.37584 0,0 2.47561,-3.48837 -0.0375,0 2.4006,-3.60089 0,0.0375 2.36309,-3.71342 0,0 2.28807,-3.78844 0,0 2.25056,-3.86347 0,0 2.21305,-3.97599 0,0 2.17554,-4.0135 0,0 2.17555,-4.12603 -0.0375,0.0375 2.13803,-4.16353 0,0 2.10052,-4.23856 0,0.0375 4.12603,-8.58964 0,0.0375 4.05101,-8.70217 0,0 4.05101,-8.73968 z m -70.59259,107.87688 -10.12752,1.76293 3.45086,-9.67741 c 0.15004,-0.48762 0.71268,-0.75018 1.2003,-0.60015 0.48762,0.18755 0.75019,0.71268 0.56264,1.2003 l -2.92573,8.17704 -1.05026,-1.23781 8.58964,-1.46286 c 0.48762,-0.11253 0.97524,0.22505 1.08777,0.75018 0.075,0.52514 -0.26257,0.97525 -0.7877,1.08778 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 637.39344,198.32518 2.70034,-3.56295 2.66284,-3.52545 2.70034,-3.41293 2.70034,-3.33792 2.70035,-3.18791 1.35017,-1.50019 1.38767,-1.46268 1.35018,-1.42519 1.38767,-1.35017 1.38768,-1.27516 1.38767,-1.23766 1.35018,-1.12514 1.42518,-1.05013 1.38767,-0.97513 1.38768,-0.93762 1.38768,-0.8626 1.42518,-0.82511 2.77535,-1.46269 2.81286,-1.31266 2.77535,-1.20015 2.81286,-1.12515 1.05013,-0.37504 0.63758,1.72521 -1.01263,0.41256 0,0 -2.77535,1.08763 0.0375,0 -2.77535,1.20016 0.0375,-0.0375 -2.77536,1.31267 0.0375,-0.0375 -2.73785,1.46269 0,0 -1.35017,0.7876 0,-0.0375 -1.35017,0.8626 0,0 -1.35017,0.90012 0,0 -1.35017,0.93762 0.0375,0 -1.38768,1.05013 0.0375,-0.0375 -1.35017,1.12514 0,-0.0375 -1.35017,1.20016 0,0 -1.35018,1.23765 0.0375,0 -1.38768,1.31267 0.0375,0 -1.35017,1.38768 0,0 -1.35018,1.42518 0.0375,0 -1.35017,1.50019 0,0 -2.70035,3.1504 0.0375,-0.0375 -2.70034,3.33793 0,0 -2.66284,3.41293 0,0 -2.70034,3.48794 0,0 -2.66284,3.56296 z m 34.20434,-37.99232 10.16379,1.65021 -6.45082,8.02602 c -0.33754,0.41255 -0.93762,0.48756 -1.31266,0.15002 -0.41256,-0.33755 -0.48757,-0.90012 -0.15002,-1.31267 l 5.43819,-6.78836 0.56257,1.53769 -8.55109,-1.42518 c -0.52506,-0.075 -0.86261,-0.56257 -0.7876,-1.08764 0.11252,-0.48756 0.56257,-0.8251 1.08764,-0.75009 z"
id="path3073"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750476px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 637.47131,198.34941 2.70067,-3.56338 2.66317,-3.52588 2.70067,-3.41335 2.70067,-3.33833 2.70067,-3.1883 1.35034,-1.50037 1.38785,-1.46287 1.35033,-1.42535 1.38785,-1.35034 1.38784,-1.27532 1.38785,-1.2378 1.35034,-1.12528 1.42535,-1.05027 1.38785,-0.97524 1.38784,-0.93773 1.38785,-0.86272 1.42535,-0.8252 2.7757,-1.46287 2.8132,-1.31282 2.77569,-1.2003 2.8132,-1.12528 1.05026,-0.3751 0.63766,1.72543 -1.01275,0.4126 0,0 -2.77569,1.08778 0.0375,0 -2.7757,1.20029 0.0375,-0.0375 -2.77569,1.31282 0.0375,-0.0375 -2.73818,1.46287 0,0 -1.35034,0.78769 0,-0.0375 -1.35033,0.86272 0,0 -1.35034,0.90022 0,0 -1.35034,0.93774 0.0375,0 -1.38784,1.05026 0.0375,-0.0375 -1.35034,1.12528 0,-0.0375 -1.35034,1.2003 0,0 -1.35033,1.23781 0.0375,0 -1.38785,1.31283 0.0375,0 -1.35034,1.38784 0,0 -1.35033,1.42536 0.0375,0 -1.35034,1.50037 0,0 -2.70067,3.15078 0.0375,-0.0375 -2.70068,3.33833 0,0 -2.66316,3.41335 0,0 -2.70067,3.48837 0,0 -2.66317,3.56338 z m 34.20852,-37.99696 10.16503,1.65041 -6.4516,8.027 c -0.33759,0.4126 -0.93774,0.48762 -1.31283,0.15004 -0.4126,-0.33759 -0.48762,-0.90023 -0.15004,-1.31283 l 5.43886,-6.78919 0.56264,1.53788 -8.55213,-1.42535 c -0.52513,-0.075 -0.86272,-0.56264 -0.7877,-1.08778 0.11253,-0.48762 0.56264,-0.8252 1.08777,-0.75018 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
d="m 499.67595,198.06265 12.6016,-7.53846 6.3008,-3.75047 6.2633,-3.71297 6.26329,-3.63797 6.18829,-3.56295 6.18828,-3.48794 6.15078,-3.37543 6.07577,-3.30042 6.03827,-3.11289 6.00076,-3.00039 5.88825,-2.81285 5.85074,-2.66284 5.77574,-2.47532 5.66322,-2.25028 2.81285,-1.08764 2.77536,-0.97512 2.77535,-0.93762 2.73785,-0.86261 5.40068,-1.61271 5.28817,-1.38767 5.25067,-1.20016 5.13815,-1.01262 5.10065,-0.86261 5.02564,-0.71259 4.95063,-0.56258 4.91312,-0.45005 4.87562,-0.37505 4.83811,-0.26253 4.80061,-0.22503 4.76311,-0.11252 4.7631,-0.11251 7.57597,-0.075 0.0375,1.87524 -7.57596,0.075 0,0 -4.76311,0.11251 0,0 -4.7631,0.11252 0.0375,0 -4.80061,0.22502 0.0375,0 -4.83812,0.26254 0.0375,0 -4.87562,0.33754 0.0375,0 -4.91312,0.48756 0.0375,0 -4.95063,0.56257 0,0 -4.98814,0.71259 0.0375,0 -5.06314,0.82511 0.0375,0 -5.13815,1.01263 0.0375,0 -5.21316,1.20015 0.0375,0 -5.28818,1.38768 0,-0.0375 -5.36318,1.61271 0.0375,0 -2.73785,0.86261 0,0 -2.73785,0.90011 0.0375,0 -2.77536,1.01263 0,-0.0375 -2.77535,1.05014 0,0 -5.66322,2.25028 0.0375,0 -5.73823,2.43781 0,0 -5.81324,2.66284 0.0375,0 -5.88825,2.81286 0,0 -5.96326,2.96287 0,0 -6.03827,3.1504 0.0375,-0.0375 -6.07577,3.26291 0,0 -6.11328,3.37543 0,0 -6.18828,3.48795 0,0 -6.18829,3.56295 0,0 -6.2633,3.63796 0,0 -6.26329,3.71297 0.0375,0 -6.3008,3.75048 -12.6016,7.53846 z m 167.98383,-65.67084 8.92613,5.06314 -8.81362,5.28818 c -0.45005,0.26253 -1.01262,0.15001 -1.27516,-0.30004 -0.26253,-0.45006 -0.15002,-1.01263 0.30004,-1.31267 l 0,0 7.46345,-4.46307 0,1.65021 -7.53846,-4.31304 c -0.45006,-0.26254 -0.60007,-0.82511 -0.33754,-1.27517 0.22503,-0.45005 0.8251,-0.60007 1.27516,-0.33754 z"
id="path3075"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750476px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" />
d="m 499.737,198.08685 12.60314,-7.53938 6.30157,-3.75093 6.26406,-3.71343 6.26406,-3.63841 6.18904,-3.56338 6.18904,-3.48837 6.15153,-3.37584 6.07652,-3.30083 6.039,-3.11327 6.0015,-3.00075 5.88896,-2.8132 5.85146,-2.66316 5.77644,-2.47562 5.66391,-2.25056 2.8132,-1.08777 2.77569,-0.97524 2.7757,-0.93774 2.73818,-0.86271 5.40134,-1.61291 5.28882,-1.38784 5.25131,-1.2003 5.13878,-1.01275 5.10127,-0.86272 5.02625,-0.71267 4.95124,-0.56264 4.91372,-0.45012 4.87622,-0.37509 4.8387,-0.26257 4.8012,-0.22505 4.76368,-0.11253 4.76369,-0.11253 7.57689,-0.075 0.0375,1.87547 -7.57689,0.075 0,0 -4.76369,0.11253 0,0 -4.76368,0.11253 0.0375,0 -4.8012,0.22505 0.0375,0 -4.83871,0.26257 0.0375,0 -4.87621,0.33758 0.0375,0 -4.91373,0.48762 0.0375,0 -4.95123,0.56264 0,0 -4.98874,0.71268 0.0375,0 -5.06377,0.82521 0.0375,0 -5.13878,1.01275 0.0375,0 -5.2138,1.2003 0.0375,0 -5.28881,1.38784 0,-0.0375 -5.36384,1.61291 0.0375,0 -2.73818,0.86271 0,0 -2.73819,0.90022 0.0375,0 -2.77569,1.01276 0,-0.0375 -2.77569,1.05026 0,0 -5.66391,2.25056 0.0375,0 -5.73893,2.43811 0,0 -5.81395,2.66316 0.0375,0 -5.88897,2.8132 0,0 -5.96398,2.96324 0,0 -6.03901,3.15078 0.0375,-0.0375 -6.07651,3.26331 0,0 -6.11402,3.37584 0,0 -6.18905,3.48837 0,0 -6.18904,3.56339 0,0 -6.26406,3.6384 0,0 -6.26406,3.71343 0.0375,0 -6.30157,3.75093 -12.60314,7.53938 z m 168.00435,-65.67886 8.92723,5.06376 -8.8147,5.28882 c -0.45011,0.26256 -1.01275,0.15003 -1.27532,-0.30008 -0.26256,-0.45011 -0.15004,-1.01275 0.30008,-1.31283 l 0,0 7.46436,-4.46361 0,1.65041 -7.53938,-4.31357 c -0.45011,-0.26257 -0.60015,-0.82521 -0.33759,-1.27532 0.22506,-0.45011 0.82521,-0.60015 1.27532,-0.33758 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
<path
id="path3077"
d="m 360.65235,197.14911 23.18077,-13.54087 23.06825,-13.31582 11.44035,-6.48911 11.40284,-6.30157 11.32782,-6.11403 11.25281,-5.88896 11.14027,-5.6264 11.02775,-5.36384 10.91522,-4.98874 10.76518,-4.65116 10.61514,-4.27607 10.4276,-3.86346 10.27756,-3.37584 10.09002,-2.88822 4.98874,-1.27532 4.91372,-1.12528 4.87622,-1.01275 4.8387,-0.90023 4.76369,-0.78769 4.72618,-0.63766 4.72617,-0.56264 4.65116,-0.45011 4.61365,-0.3751 4.57614,-0.26256 4.53863,-0.18755 4.53863,-0.075 4.46362,-0.0375 4.46361,0.075 4.4261,0.15004 4.38859,0.22506 4.35109,0.26256 4.35108,0.33759 4.31358,0.4126 4.31357,0.4126 8.51462,1.05026 8.4396,1.2003 8.43961,1.35034 8.36458,1.42535 8.32708,1.46287 6.48911,1.2003 -0.33758,1.83795 -6.48912,-1.16278 0,0 -8.32707,-1.50038 0,0 -8.32708,-1.42535 0,0 -8.40209,-1.31283 0,0 -8.4396,-1.2003 0,0 -8.47712,-1.05026 0,0 -4.27606,-0.45011 0,0 -4.31357,-0.3751 0.0375,0 -4.35108,-0.33758 0.0375,0 -4.35108,-0.26257 0,0 -4.3886,-0.22505 0.0375,0 -4.4261,-0.15004 0.0375,0 -4.4261,-0.075 0,0 -4.46362,0.0375 0,0 -4.46361,0.075 0,0 -4.53863,0.18755 0.0375,0 -4.57614,0.26256 0.0375,0 -4.61365,0.33759 0.0375,0 -4.65116,0.45011 0,0 -4.65116,0.56264 0,0 -4.72618,0.67517 0.0375,0 -4.76368,0.75018 0.0375,0 -4.83871,0.90023 0.0375,0 -4.8387,1.01275 0,0 -4.91373,1.12528 0.0375,-0.0375 -4.95123,1.27532 0.0375,0 -10.05251,2.88822 0.0375,-0.0375 -10.27756,3.41335 0.0375,-0.0375 -10.4276,3.86346 0.0375,-0.0375 -10.57763,4.27607 0,0 -10.72768,4.61365 0,0 -10.87771,5.02625 0.0375,-0.0375 -11.02774,5.36384 0,0 -11.10277,5.6264 0,-0.0375 -11.21529,5.88897 0,0 -11.32783,6.11402 0,0 -11.36533,6.30157 0,0 -11.47786,6.45161 0,0 -23.03073,13.31581 0,0 -23.18078,13.54088 z m 311.17752,-90.24748 7.83945,6.71417 -9.71492,3.48837 c -0.48762,0.18755 -1.01275,-0.075 -1.2003,-0.56264 -0.15003,-0.48762 0.11253,-1.01275 0.60015,-1.2003 l 8.13953,-2.96323 -0.30007,1.6129 -6.56414,-5.66391 c -0.4126,-0.33759 -0.45011,-0.93774 -0.11253,-1.31283 0.33759,-0.4126 0.93774,-0.45011 1.31283,-0.11253 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03750934px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
......@@ -243,4 +243,9 @@ public <R> DataSet<R> mapPartition(MapPartitionFunction<T, R> function) {
}
~~~
---
*This documentation is maintained by the contributors of the individual components.
We kindly ask anyone that adds and changes components to eventually provide a patch
or pull request that updates these documents as well.*
......@@ -39,3 +39,9 @@ via Akka (http://akka.io)
## Failure Detection
---
*This documentation is maintained by the contributors of the individual components.
We kindly ask anyone that adds and changes components to eventually provide a patch
or pull request that updates these documents as well.*
......@@ -20,39 +20,20 @@ specific language governing permissions and limitations
under the License.
-->
This documentation provides an overview of the architecture of the Flink system
and its components. It is intended as guide to contributors, and people
This documentation provides an overview of the "How-To's" for
Flink developers. It is intended as guide to contributors and people
that are interested in the technology behind Flink.
*This documentation is maintained by the contributors of the individual components.
We kindly ask anyone that adds and changes components to eventually provide a patch
or pull request that updates these documents as well.*
## Architectures and Components
- [General Architecture and Process Model](internal_general_arch.html)
<!--
- [Life Cycle of a Program](program_life_cycle.html)
-->
- [Distributed Communication via Akka](internal_distributed_akka.html)
<!--
- [Jobs and Scheduling](job_scheduling.html)
- [Distributed Runtime](distributed_runtime.html)
- [Runtime Algorithms and Memory Management](operators_and_memory.html)
- [How-to: Adding a new Operator](internal_add_operator.html)
- [Program Optimizer](optimizer.html)
-->
- [How-to: Using logging in Flink](internal_logging.html)
- [How-to: Adding a new Operator](internal_add_operator.html)
---
<!--
- [Java API, Types, and Type Extraction](types.html)
-->
*This documentation is maintained by the contributors of the individual components.
We kindly ask anyone that adds and changes components to eventually provide a patch
or pull request that updates these documents as well.*
- [How-to: Using logging in Flink](internal_logging.html)
......@@ -19,3 +19,64 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
This document briefly describes how Flink schedules jobs and
how it represents and tracks job status on the JobManager.
* This will be replaced by the TOC
{:toc}
## Scheduling
Execution resources in Flink are defined through _Task Slots_. Each TaskManager will have one or more task slots,
each of which can run one pipeline of parallel tasks. A pipeline consists of multiple successive tasks, such as the
*n-th* parallel instance of a MapFunction together with the *n-th* parallel instance of a ReduceFunction.
Note that Flink often executes successive tasks concurrently: For Streaming programs, that happens in any case,
but also for batch programs, it happens frequently.
The figure below illustrates that. Consider a program with a data source, a *MapFunction*, and a *ReduceFunctoin*.
The source and MapFunction are executed with a parallelism of 4, while the ReduceFunction is executed with a
parallism of 3. A pipeline consists of the sequence Source - Map - Reduce. On a cluster with 2 TaskManagers with
3 slots each, the program will be executed as described below.
<div style="text-align: center;">
<img src="img/slots.svg" alt="Assigning Pipelines of Tasks to Slots" height="250px" style="text-align: center;"/>
</div>
Internally, Flink defines through [SlotSharingGroup](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/scheduler/SlotSharingGroup.java)
and [CoLocationGroup](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/scheduler/CoLocationGroup.java)
which tasks may share a slot (permissive), respectively which tasks must be strictly placed into the same slot.
## JobManager Data Structures
During job execution, the JobManager keeps track of distributed tasks, decides when to schedule the next task (or set of tasks),
and reacts to finished tasks or execution failures.
The JobManager receives the [JobGraph](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/),
which is a representation of the data flow consisting of operators ([JobVertex](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/AbstractJobVertex.java))
and intermediate results ([IntermediateDataSet](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/IntermediateDataSet.java)).
Each operator has properies, like the degree of parallelism and the code that it executes.
In addition, the JobGraph has a set of attached libraries, that are neccessary to execute the code of the operators.
The JobManager transforms the JobGraph into an [ExecutionGraph](https://github.com/apache/incubator-flink/tree/master/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph).
The ExecutionGraph is a parallel version of the JobGraph: For each JobVertex, it contains an [ExecutionVertex](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java) per parallel subtask. An operator with a parallelism of 100 will have one JobVertex and 100 ExecutionVertices.
The ExecutionVertex tracks the state of execution of a particular subtask. All ExecutionVertices from one JobVertex are held in an
[ExecutionJobVertex](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionJobVertex.java),
which tracks the status of the operator as a whole.
Besides the vertices, the ExecutionGraph also contains the [IntermediateResult](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResult.java) and the [IntermediateResultPartition](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResultPartition.java). The former tracks the state of the *IntermediateDataSet*, the latter the state of each of its partitions.
<div style="text-align: center;">
<img src="img/job_and_execution_graph.svg" alt="JobGraph and ExecutionGraph" height="400px" style="text-align: center;"/>
</div>
During its execution, each parallel task goes through multiple stages, from *created* to *finished* or *failed*. The diagram below illustrates the
states and possible transitions between them. A task may be executed multiple times (for example in the course of failure recovery).
For that reason, the execution of an ExecutionVertex is tracked in an [Execution](https://github.com/apache/incubator-flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java). Each ExecutionVertex has a current Execution, and prior Executions.
<div style="text-align: center;">
<img src="img/state_machine.svg" alt="States and Transitions of Task Executions" height="300px" style="text-align: center;"/>
</div>
......@@ -87,3 +87,10 @@ catch(Exception exception){
LOG.error("An {} occurred.", "error", exception);
}
~~~
---
*This documentation is maintained by the contributors of the individual components.
We kindly ask anyone that adds and changes components to eventually provide a patch
or pull request that updates these documents as well.*
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册