diff --git a/package.json b/package.json index 42fd1b8c7392b4144abcb32559007a8efcd73f31..ef3c33e4479a2ed877f26ae77ea10d2135fc8fb6 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,11 @@ "license": "UNLICENSED", "dependencies": { "font-awesome": "^4.7.0", - "web-animations-js": "^2.3.1" + "web-animations-js": "^2.3.1", + "katex": "^0.7.1" }, "devDependencies": { + "@types/katex": "^0.5.0", "@types/acorn": "^4.0.3", "@types/chalk": "^2.2.0", "@types/chokidar": "^1.7.4", diff --git a/src/bundler/js.bundler.ts b/src/bundler/js.bundler.ts index 218d35793997ab831cbd480c30975f9c44d73ccb..6d07bb2bfcb64fe329ef06fd1f696df53da6c4ec 100644 --- a/src/bundler/js.bundler.ts +++ b/src/bundler/js.bundler.ts @@ -2,7 +2,7 @@ import { watch } from "chokidar"; import { EventEmitter } from "events"; import * as fs from "fs-extra"; import * as path from "path"; -import { InputOptions, OutputOptions, rollup, RollupWatchOptions, watch as rollupWatch} from "rollup"; +import { InputOptions, OutputOptions, rollup, RollupWatchOptions, watch as rollupWatch } from "rollup"; import rts = require("rollup-plugin-typescript"); import * as ts from "typescript"; import { minify } from "uglify-es"; @@ -47,13 +47,14 @@ export class JSBundler { return this._emitter; } public build(compress: boolean = false) { - return Promise.all([this.buildPolyfills(compress), this.buildClient(compress)]); + return Promise.all([this.buildPolyfills(compress), this.buildClient(compress), this.buildKatex()]); } public watch(compress: boolean = false) { this.buildPolyfills(compress); + this.buildKatex(); this._watchOptions.output = this._outputOptions; this._watchOptions.output.sourcemap = !compress; - this._watchOptions.watch = {include: ["src/doc/ts/**/*"]}; + this._watchOptions.watch = { include: ["src/doc/ts/**/*"] }; const watcher = rollupWatch([this._watchOptions]); watcher.on("event", (event) => { @@ -87,8 +88,8 @@ export class JSBundler { // Copy polyfills to dist return Promise.all([ new Promise((resolve, reject) => - fs.createReadStream("node_modules/web-animations-js/web-animations-next.min.js") - .pipe(fs.createWriteStream("dist/doc/web-animations-next.min.js")).on("close", () => resolve())), + fs.createReadStream("node_modules/web-animations-js/web-animations-next.min.js") + .pipe(fs.createWriteStream("dist/doc/web-animations-next.min.js")).on("close", () => resolve())), new Promise((resolve, reject) => fs.createReadStream("node_modules/web-animations-js/web-animations-next.min.js.map") .pipe(fs.createWriteStream("dist/doc/web-animations-next.min.js.map")).on("close", () => resolve())), @@ -138,4 +139,7 @@ export class JSBundler { }); }); } + private buildKatex() { + return fs.copy("node_modules/katex/dist", "dist/doc"); + } } diff --git a/src/doc/_adjacency.html b/src/doc/_adjacency.html new file mode 100644 index 0000000000000000000000000000000000000000..e8e7591fd6635075225498b3c873da916d40a5dc --- /dev/null +++ b/src/doc/_adjacency.html @@ -0,0 +1,8 @@ +<h1>Adjacency</h1> +<div class="adj"> + <img id="adj4" src="img/adj4.svg"> + <img id="adj8" src="img/adj8.svg"> + <img id="adj6" src="img/adj6.svg"> + <img id="adj18" src="img/adj18.svg"> + <img id="adj26" src="img/adj26.svg"> +</div> \ No newline at end of file diff --git a/src/doc/_connectivity.html b/src/doc/_connectivity.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/doc/_digital-image.html b/src/doc/_digital-image.html new file mode 100644 index 0000000000000000000000000000000000000000..097754adde9d9a2be6feb704cb7806c433b34582 --- /dev/null +++ b/src/doc/_digital-image.html @@ -0,0 +1,54 @@ +<h1 id="title">Digital Image</h1> +<div id="formula"></div> +<div id="formula-coordinate" class="subformula"></div> +<div id="formula-color" class="subformula"></div> + +<div id="space"> + <img id="coordinate-space" src="img/digital-image-coordinate-space.svg"> + <svg id="result" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg5850" + version="1.1" viewBox="0 0 154.62811 97.690529" height="97.690529mm" width="154.62811mm"> + <defs id="defs5844"> + <marker style="overflow:visible" id="marker6701" refX="0" refY="0" orient="auto"> + <path transform="matrix(-0.4,0,0,-0.4,-4,0)" class="primary-fill primary-stroke" style="fill-opacity:1;fill-rule:evenodd;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path6699" /> + </marker> + <marker style="overflow:visible" id="Arrow1Mend" refX="0" refY="0" orient="auto"> + <path transform="matrix(-0.4,0,0,-0.4,-4,0)" class="primary-fill primary-stroke" style="fill-opacity:1;fill-rule:evenodd;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" id="path6408" /> + </marker> + </defs> + <metadata id="metadata5847"> + <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 transform="translate(-26.492409,-105.09158)" id="layer1"> + <image xlink:href="img/flower.png" y="120.27626" x="41.677082" id="image8453" style="stroke-width:2.42885756;image-rendering:optimizeSpeed" + preserveAspectRatio="none" height="81.772552" width="139.43456" /> + <path id="path6395" d="m 41.677081,105.09158 v 95.30805" class="primary-stroke" style="fill:none;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6701)" + /> + <path id="path6397" d="M 26.492409,120.27625 H 180.0777" class="primary-stroke" style="fill:none;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow1Mend)" + /> + </g> + </svg> + <img id="3d" src="img/3D.png"> +</div> + +<img id="color-space" src="img/digital-image-color-space.svg"> +<!-- <img id="digital-image-result" src="assets/digital-image-result.svg"> --> +<svg id="arrow" viewBox="0 0 58 10"> + <defs> + <marker id="arrow" markerWidth="10" markerHeight="10" refX="0" refY="3" orient="auto" markerUnits="strokeWidth"> + <path d="M0,0 L0,6 L9,3 z" class="primary-fill" /> + </marker> + </defs> + + <!-- <line x1="50" y1="50" x2="250" y2="50" stroke="#000" stroke-width="5" marker-end="url(#arrow)" /> --> + <path d="M10 10 C 20 0, 40 0, 50 10" class="primary-stroke" fill="transparent" stroke-width=0.5 marker-end="url(#arrow)" + /> +</svg> \ No newline at end of file diff --git a/src/doc/_equivalence-class.html b/src/doc/_equivalence-class.html new file mode 100644 index 0000000000000000000000000000000000000000..71b0db6744e2abed8cf8e0cb92bb8ac2db0120db --- /dev/null +++ b/src/doc/_equivalence-class.html @@ -0,0 +1,8 @@ +<h1>Equivalence Classes</h1> +<div id="formula"></div> +<div id="pictures"> + <img id="1" src="img/seed-robustness-4.svg"> + <img id="n" src="img/equivalence-class.svg"> +</div> +<h2 class="seed-robustness-core">Core</h2> +<div class="seed-robustness-core" id="core-formula"></div> \ No newline at end of file diff --git a/src/doc/_graph.html b/src/doc/_graph.html new file mode 100644 index 0000000000000000000000000000000000000000..de83e76f8c2bb391c8799ea9ef31231da84844ee --- /dev/null +++ b/src/doc/_graph.html @@ -0,0 +1,27 @@ +<h1>Graph</h1> +<div id="formulas"> + <div id="formula"></div> + <div id="formula-reversed"></div> +</div> +<div id="formula-arc" class="subformula"></div> +<div id="formula-omega" class="subformula"></div> +<div id="picture"> + <img id="picture-nodes" class="graph-picture" src="img/graph-nodes.svg"> + <img id="picture-edges" class="graph-picture" src="img/graph-edges.svg"> + <img id="picture-weights" class="graph-picture" src="img/graph-weights.svg"> + <img id="picture-arcs" class="graph-picture" src="img/graph-arcs.svg"> +</div> +<!-- <svg id="picture" viewBox="0 0 60 60"> + <defs> + <marker id="picture-arrow" markerWidth="10" markerHeight="10" refX="6" refY="2" orient="auto" markerUnits="strokeWidth"> + <path d="M0,0 L0,4 L6,2 z" class="primary-fill" /> + </marker> + </defs> + <g class="nodes"></g> + <g class="edges"></g> + <g class="edges-weights"></g> + <g class="arcs"></g> + <g class="arcs-weights"></g> + <g class="arcs-reversed"></g> + <g class="arcs-weights-reversed"></g> +</svg> --> \ No newline at end of file diff --git a/src/doc/_ift-aspects.html b/src/doc/_ift-aspects.html new file mode 100644 index 0000000000000000000000000000000000000000..0f6e77a8ffdcd46e4028288f00c946e8f2e7dad7 --- /dev/null +++ b/src/doc/_ift-aspects.html @@ -0,0 +1,23 @@ +<div id="border-polarity"> + <h1>Border Polarity</h1> + <img src="img/oift_polarity1.png"> + <img src="img/oift_polarity2.png"> +</div> + +<div id="shape-constraints"> + <h1>Shape Constraints</h1> + <img src="img/shapeconstraints1.png"> + <img src="img/shapeconstraints2.png"> +</div> + +<div id="connectedness"> + <h1>Connectedness</h1> + <img src="img/connectedness1.png"> + <img src="img/connectedness2.png"> + <img src="img/connectedness3.png"> +</div> + +<div id="variants"> + <h2>Oriented IFT (OIFT)</h2> + <h2>Oriented Relative Fuzzy Connectedness (ORFC)</h2> +</div> \ No newline at end of file diff --git a/src/doc/_ift-slic.html b/src/doc/_ift-slic.html new file mode 100644 index 0000000000000000000000000000000000000000..cc5c3e74d22e46270181d73e61e2b793567f456a --- /dev/null +++ b/src/doc/_ift-slic.html @@ -0,0 +1,68 @@ +<h1>IFT-SLIC</h1> +<!-- <div> + <img src="img/spixels_ift_001.png"> + <img src="img/spixels_ift_004.png"> + <img src="img/spixels_ift_008.png"> + </div> --> +<div id="steps"> + <div id="step-1"> + <img src="img/ift-slic-1.png"> + <img src="img/ift-slic-2.png"> + </div> + <div id="step-2"> + <img src="img/ift-slic-3.png"> + </div> + <div id="step-3"> + <img src="img/ift-slic-4.png"> + <img src="img/ift-slic-5.png"> + </div> + <div id="step-4"> + <img src="img/ift-slic-6.png"> + <img src="img/ift-slic-7.png"> + <img src="img/ift-slic-8.png"> + </div> + <div id="step-5"> + <img src="img/step01.png"> + <img src="img/step02.png"> + <img src="img/step03.png"> + </div> + <div id="step-6"> + <img src="img/step04.png"> + <img src="img/step05.png"> + </div> + <div id="step-7"> + <img src="img/step06.png"> + <img src="img/step07.png"> + </div> + <div id="step-8"> + <div> + <img src="img/ift-slic-3d-1.png"> + <img src="img/ift-slic-3d-2.png"> + </div> + <div> + <img src="img/ift-slic-3d-3.png"> + <img src="img/ift-slic-3d-4.png"> + </div> + </div> + <div id="step-9"> + <img src="img/software1.png"> + </div> + <div id="step-10"> + <img src="img/software2.png"> + </div> + <div id="step-11"> + <img src="img/software3.png"> + </div> + <div id="step-12"> + <img src="img/software4.png"> + </div> + <div id="step-13"> + <img src="img/software5.png"> + </div> + <div id="step-14"> + <img src="img/software6.png"> + </div> + <div id="step-15"> + <img src="img/software7.png"> + </div> +</div> \ No newline at end of file diff --git a/src/doc/_ift.html b/src/doc/_ift.html new file mode 100644 index 0000000000000000000000000000000000000000..f88d724a64d7f173fb76439cefd363e144964e03 --- /dev/null +++ b/src/doc/_ift.html @@ -0,0 +1,19 @@ +<h1>Image-Foresting Transform (IFT)</h1> +<div id="pictures"> + <img class="ift-steps" id="step-1" src="img/ift_step_1.svg"> + <img class="ift-steps" id="step-2" src="img/ift_step_2.svg"> + <img class="ift-steps" id="step-3" src="img/ift_step_3.svg"> + <img class="ift-steps" id="step-4" src="img/ift_step_4.svg"> + <img class="ift-steps" id="step-5" src="img/ift_step_5.svg"> + <img class="ift-steps" id="step-6" src="img/ift_step_6.svg"> + <img class="ift-steps" id="step-7" src="img/ift_step_7.svg"> + <img class="ift-steps" id="step-8" src="img/ift_step_8.svg"> + <img class="ift-steps" id="step-9" src="img/ift_step_9.svg"> + <img class="ift-steps" id="step-10" src="img/ift_step_10.svg"> + <img class="ift-steps" id="step-11" src="img/ift_step_11.svg"> + <img class="ift-steps" id="step-12" src="img/ift_step_12.svg"> + <img class="ift-steps" id="step-13" src="img/ift_step_13.svg"> + <img class="ift-steps" id="step-14" src="img/ift_step_14.svg"> + <img class="ift-steps" id="step-15" src="img/ift_step_15.svg"> + <img class="ift-steps" id="step-16" src="img/ift_step_16.svg"> +</div> \ No newline at end of file diff --git a/src/doc/_image-graph.html b/src/doc/_image-graph.html new file mode 100644 index 0000000000000000000000000000000000000000..9ae84484d01b76fc42acfbb933f2988f95b9e9ec --- /dev/null +++ b/src/doc/_image-graph.html @@ -0,0 +1,5 @@ +<h1>Image as a Graph</h1> +<div id="imgs"> + <img src="img/bitmap.svg"> + <img src="img/bitmap_graph.svg"> +</div> \ No newline at end of file diff --git a/src/doc/_opsf.html b/src/doc/_opsf.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/doc/_orfc-example.html b/src/doc/_orfc-example.html new file mode 100644 index 0000000000000000000000000000000000000000..c22047d728ba1bfa113824290e74631ebb11c620 --- /dev/null +++ b/src/doc/_orfc-example.html @@ -0,0 +1,10 @@ +<img class="orfc-core-example-pic" id="pic-1" src="img/orfc-example-1.png"> +<img class="orfc-core-example-pic" id="pic-2" src="img/orfc-example-2.png"> +<img class="orfc-core-example-pic" id="pic-3" src="img/orfc-example-3.png"> +<img class="orfc-core-example-pic" id="pic-4" src="img/orfc-example-4.png"> +<img class="orfc-core-example-pic" id="pic-5" src="img/orfc-example-5.png"> +<div id="contributions"> + <h2>Core of ORFC</h2> + <h2>Core of OIFT</h2> + <h2 id="redundancy">Redundancy Analysis</h2> +</div> diff --git a/src/doc/_path-predecessor-forest.html b/src/doc/_path-predecessor-forest.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/doc/_publications.html b/src/doc/_publications.html new file mode 100644 index 0000000000000000000000000000000000000000..8609f0d0dfcdc4017b235727f0d95ffd0ea83f6d --- /dev/null +++ b/src/doc/_publications.html @@ -0,0 +1,37 @@ +<h1>Publications</h1> +<div class="publication"> + <div class="title"> + Seed robustness of oriented relative fuzzy connectedness: core computation and its applications + </div> + <div class="proceedings"> + Proceedings of SPIE on Medical Imaging. Vol. 10133. 2017. + </div> +</div> +<div class="publication"> + <div class="title"> + Seed Robustness of Oriented Image Foresting Transform: Core Computation and the Robustness Coefficient + </div> + <div class="proceedings"> + International Symposium on Mathematical Morphology and Its Applications to Signal and Image Processing. Springer, Fontainebleau-France, + 2017. + </div> +</div> +<div class="publication"> + <div class="title"> + A Supervoxel-Based Solution to Resume Segmentation for Interactive Correction by Differential Image-Foresting Transforms + </div> + <div class="proceedings"> + International Symposium on Mathematical Morphology and Its Applications to Signal and Image Processing. Springer, Fontainebleau-France, + 2017. + </div> +</div> +<div id="photos"> + <div id="photos2"> + <div> + <img src="img/publicacao1.jpg"> + </div> + <div> + <img src="img/publicacao2.jpg"> + </div> + </div> +</div> \ No newline at end of file diff --git a/src/doc/_rc.html b/src/doc/_rc.html new file mode 100644 index 0000000000000000000000000000000000000000..08d850486c3454de18d142f44050259de7e2b22d --- /dev/null +++ b/src/doc/_rc.html @@ -0,0 +1,11 @@ +<h1>Robustness Coefficient</h1> +<div id="formula"></div> +<div id="dice"> + <h2>Dice</h2> + <div id="dice-formula"></div> + <div id="confusion-matrix-pics"> + <img class="confusion-matrix-pic" id="pic-1" src="img/seg_obtido.svg"> + <img class="confusion-matrix-pic" id="pic-2" src="img/seg_desejado.svg"> + <img class="confusion-matrix-pic" id="pic-3" src="img/seg_matriz.svg"> + </div> +</div> \ No newline at end of file diff --git a/src/doc/_seed-robustness.html b/src/doc/_seed-robustness.html new file mode 100644 index 0000000000000000000000000000000000000000..a0f49f6931eb833a0b7044f3e821ddb6899c969a --- /dev/null +++ b/src/doc/_seed-robustness.html @@ -0,0 +1,9 @@ +<h1>Seed Robustness</h1> +<div id="equivalence-formula"></div> +<div id="formulas"> +</div> +<div id="equivalence-pictures"> + <img class="seed-robustness-equivalence-picture" id="equivalence-1" src="img/seed-robustness-1.svg"> + <img class="seed-robustness-equivalence-picture" id="equivalence-2" src="img/seed-robustness-2.svg"> + <img class="seed-robustness-equivalence-picture" id="equivalence-3" src="img/seed-robustness-3.svg"> +</div> \ No newline at end of file diff --git a/src/doc/_segmentation.html b/src/doc/_segmentation.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/doc/_thanks.html b/src/doc/_thanks.html new file mode 100644 index 0000000000000000000000000000000000000000..bd4ffef37fb2fafdeb7853861a9bbfb573264225 --- /dev/null +++ b/src/doc/_thanks.html @@ -0,0 +1 @@ +<h1>Thanks</h1> \ No newline at end of file diff --git a/src/doc/img/3D.png b/src/doc/img/3D.png new file mode 100644 index 0000000000000000000000000000000000000000..ca89c3846bb2345071d149abfc6419b00c87daa2 Binary files /dev/null and b/src/doc/img/3D.png differ diff --git a/src/doc/img/adj18.svg b/src/doc/img/adj18.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c936005de16c910884e656d167a3dc71e5ec7f8 --- /dev/null +++ b/src/doc/img/adj18.svg @@ -0,0 +1,712 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 317.63068 317.63068" + height="317.63068" + width="317.63068" + xml:space="preserve" + id="svg2" + version="1.1"><metadata + id="metadata8"><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><defs + id="defs6" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,317.63067)" + id="g10"><g + transform="translate(90.765,90.765)" + id="g12"><g + id="g14"><g + id="g16" /><g + id="g18"><g + id="g20"><path + id="path22" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0 V 113.38724 H 113.38724 V 0 Z" /></g><g + id="g24"><path + id="path26" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,-56.69362 V 56.69362 H 56.69362 V -56.69362 Z" /></g><g + id="g28"><path + id="path30" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,-56.69362 56.69362,56.69362" /></g><g + id="g32"><path + id="path34" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,-56.69362 113.38724,0" /></g><g + id="g36"><path + id="path38" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 56.69362,56.69362 56.69362,56.69362" /></g><g + id="g40"><path + id="path42" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,56.69362 0,113.38724" /></g><g + id="g44"><g + id="g46"><path + id="path48" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.386)" + id="g50"><g + id="g52" /><g + transform="translate(0,-113.386)" + id="g54" /></g></g><g + id="g56"><g + id="g58"><path + id="path60" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g62"><g + id="g64" /><g + transform="translate(-56.693,-113.386)" + id="g66" /></g></g><g + id="g68"><g + id="g70"><path + id="path72" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.386)" + id="g74"><g + id="g76" /><g + transform="translate(-113.386,-113.386)" + id="g78" /></g></g><g + id="g80"><g + id="g82"><path + id="path84" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g86"><g + id="g88" /><g + transform="translate(0,-56.693)" + id="g90" /></g></g><g + id="g92"><g + id="g94"><path + id="path96" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g98"><g + id="g100" /><g + transform="translate(-56.693,-56.693)" + id="g102" /></g></g><g + id="g104"><g + id="g106"><path + id="path108" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g110"><g + id="g112" /><g + transform="translate(-113.386,-56.693)" + id="g114" /></g></g><g + id="g116"><g + id="g118"><path + id="path120" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g122"><g + id="g124" /></g></g><g + id="g126"><g + id="g128"><path + id="path130" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g132"><g + id="g134" /><g + transform="translate(-56.693)" + id="g136" /></g></g><g + id="g138"><g + id="g140"><path + id="path142" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g144"><g + id="g146" /><g + transform="translate(-113.386)" + id="g148" /></g></g><g + id="g150"><g + id="g152"><path + id="path154" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(-28.346,85.039)" + id="g156"><g + id="g158" /><g + transform="translate(28.346,-85.039)" + id="g160" /></g></g><g + id="g162"><g + id="g164"><path + id="path166" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(28.347,85.039)" + id="g168"><g + id="g170" /><g + transform="translate(-28.347,-85.039)" + id="g172" /></g></g><g + id="g174"><g + id="g176"><path + id="path178" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,85.0404 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50234 4.46042,-9.96276 9.96276,-9.96276 5.50237,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(85.039,85.039)" + id="g180"><g + id="g182" /><g + transform="translate(-85.039,-85.039)" + id="g184" /></g></g><g + id="g186"><g + id="g188"><path + id="path190" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,28.346)" + id="g192"><g + id="g194" /><g + transform="translate(28.346,-28.346)" + id="g196" /></g></g><g + id="g198"><g + id="g200"><path + id="path202" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.347,28.346)" + id="g204"><g + id="g206" /><g + transform="translate(-28.347,-28.346)" + id="g208" /></g></g><g + id="g210"><g + id="g212"><path + id="path214" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,28.346)" + id="g216"><g + id="g218" /><g + transform="translate(-85.039,-28.346)" + id="g220" /></g></g><g + id="g222"><g + id="g224"><path + id="path226" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,-28.346)" + id="g228"><g + id="g230" /><g + transform="translate(28.346,28.346)" + id="g232" /></g></g><g + id="g234"><g + id="g236"><path + id="path238" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,-28.346)" + id="g240"><g + id="g242" /><g + transform="translate(-28.346,28.346)" + id="g244" /></g></g><g + id="g246"><g + id="g248"><path + id="path250" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,-28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,-28.346)" + id="g252"><g + id="g254" /><g + transform="translate(-85.039,28.346)" + id="g256" /></g></g><g + id="g258"><g + id="g260"><path + id="path262" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,56.69362 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,56.693)" + id="g264"><g + id="g266" /><g + transform="translate(56.693,-56.693)" + id="g268" /></g></g><g + id="g270"><g + id="g272"><path + id="path274" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g276"><g + id="g278" /><g + transform="translate(0,-56.693)" + id="g280" /></g></g><g + id="g282"><g + id="g284"><path + id="path286" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g288"><g + id="g290" /><g + transform="translate(-56.693,-56.693)" + id="g292" /></g></g><g + id="g294"><g + id="g296"><path + id="path298" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,0 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693)" + id="g300"><g + id="g302" /><g + transform="translate(56.693)" + id="g304" /></g></g><g + id="g306"><g + id="g308"><path + id="path310" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g312"><g + id="g314" /></g></g><g + id="g316"><g + id="g318"><path + id="path320" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g322"><g + id="g324" /><g + transform="translate(-56.693)" + id="g326" /></g></g><g + id="g328"><g + id="g330"><path + id="path332" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,-56.69362 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,-56.693)" + id="g334"><g + id="g336" /><g + transform="translate(56.693,56.693)" + id="g338" /></g></g><g + id="g340"><g + id="g342"><path + id="path344" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(0,-56.693)" + id="g346"><g + id="g348" /><g + transform="translate(0,56.693)" + id="g350" /></g></g><g + id="g352"><g + id="g354"><path + id="path356" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693,-56.693)" + id="g358"><g + id="g360" /><g + transform="translate(-56.693,56.693)" + id="g362" /></g></g><g + id="g364"><g + id="g366"><path + id="path368" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50766,49.50797 35.53258,35.53242" /><g + id="g370"><g + transform="translate(41.623,43.416)" + id="g372"><g + id="g374" /><g + transform="translate(-41.623,-43.416)" + id="g376" /></g></g></g></g><g + id="g378"><g + id="g380"><path + id="path382" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 28.34679,74.87837 V 38.50879" /><g + id="g384"><g + transform="translate(27.45,56.693)" + id="g386"><g + id="g388" /><g + transform="translate(-27.45,-56.693)" + id="g390" /></g></g></g></g><g + id="g392"><g + id="g394"><path + id="path396" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 28.34679,-18.18475 v 36.3695" /><g + id="g398"><g + transform="translate(29.243)" + id="g400"><g + id="g402" /><g + transform="translate(-29.243)" + id="g404" /></g></g></g></g><g + id="g406"><g + id="g408"><path + id="path410" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 74.87837,28.34679 H 38.50879" /><g + id="g412"><g + transform="translate(56.693,29.243)" + id="g414"><g + id="g416" /><g + transform="translate(-56.693,-29.243)" + id="g418" /></g></g></g></g><g + id="g420"><g + id="g422"><path + id="path424" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.18475,28.34679 h 36.3695" /><g + id="g426"><g + transform="translate(0,27.45)" + id="g428"><g + id="g430" /><g + transform="translate(0,-27.45)" + id="g432" /></g></g></g></g><g + id="g434"><g + id="g436"><path + id="path438" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,7.18564 21.161,21.16115" /><g + id="g440"><g + transform="translate(15.07,13.277)" + id="g442"><g + id="g444" /><g + transform="translate(-15.07,-13.277)" + id="g446" /></g></g></g></g><g + id="g448"><g + id="g450"><path + id="path452" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -21.16069,77.85477 21.161,35.53242" /><g + id="g454"><g + transform="translate(-0.896,55.796)" + id="g456"><g + id="g458" /><g + transform="translate(0.896,-55.796)" + id="g460" /></g></g></g></g><g + id="g462"><g + id="g464"><path + id="path466" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 77.85431,77.85477 35.53258,35.53242" /><g + id="g468"><g + transform="translate(55.796,57.59)" + id="g470"><g + id="g472" /><g + transform="translate(-55.796,-57.59)" + id="g474" /></g></g></g></g><g + id="g476"><g + id="g478"><path + id="path480" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -21.16069,-21.16115 21.161,21.16115" /><g + id="g482"><g + transform="translate(0.897,-0.897)" + id="g484"><g + id="g486" /><g + transform="translate(-0.897,0.897)" + id="g488" /></g></g></g></g><g + id="g490"><g + id="g492"><path + id="path494" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 77.85477,-21.16069 35.53242,21.161" /><g + id="g496"><g + transform="translate(57.59,0.897)" + id="g498"><g + id="g500" /><g + transform="translate(-57.59,-0.897)" + id="g502" /></g></g></g></g><g + id="g504"><g + id="g506"><path + id="path508" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,49.50797 21.161,35.53242" /><g + id="g510"><g + transform="translate(13.277,41.623)" + id="g512"><g + id="g514" /><g + transform="translate(-13.277,-41.623)" + id="g516" /></g></g></g></g><g + id="g518"><g + id="g520"><path + id="path522" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 103.73708,53.4769 37.99695,31.56349" /><g + id="g524"><g + transform="translate(69.969,43.416)" + id="g526"><g + id="g528" /><g + transform="translate(-69.969,-43.416)" + id="g530" /></g></g></g></g><g + id="g532"><g + id="g534"><path + id="path536" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -47.04346,3.2167 18.69662,25.13008" /><g + id="g538"><g + transform="translate(-13.277,13.277)" + id="g540"><g + id="g542" /><g + transform="translate(13.277,-13.277)" + id="g544" /></g></g></g></g><g + id="g546"><g + id="g548"><path + id="path550" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50797,7.18594 35.53242,21.161" /><g + id="g552"><g + transform="translate(43.416,15.07)" + id="g554"><g + id="g556" /><g + transform="translate(-43.416,-15.07)" + id="g558" /></g></g></g></g><g + id="g560"><g + id="g562"><path + id="path564" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50797,7.18594 35.53242,21.161" /><g + id="g566"><g + transform="translate(43.416,15.07)" + id="g568"><g + id="g570" /><g + transform="translate(-43.416,-15.07)" + id="g572" /></g></g></g></g><g + id="g574"><g + id="g576"><path + id="path578" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 3.2167,-47.04361 25.13008,18.69678" /><g + id="g580"><g + transform="translate(15.07,-15.07)" + id="g582"><g + id="g584" /><g + transform="translate(-15.07,15.07)" + id="g586" /></g></g></g></g><g + id="g588"><g + id="g590"><path + id="path592" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,49.50797 21.161,35.53242" /><g + id="g594"><g + transform="translate(13.277,41.623)" + id="g596"><g + id="g598" /><g + transform="translate(-13.277,-41.623)" + id="g600" /></g></g></g></g><g + id="g602"><g + id="g604"><path + id="path606" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 53.4769,103.73723 31.56349,37.9968" /><g + id="g608"><g + transform="translate(41.623,71.763)" + id="g610"><g + id="g612" /><g + transform="translate(-41.623,-71.763)" + id="g614" /></g></g></g></g><g + id="g616"><g + id="g618"><path + id="path620" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g622"><g + id="g624" /><g + transform="translate(-56.693,-56.693)" + id="g626" /></g></g><g + id="g628"><g + id="g630"><path + id="path632" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(28.346,85.039)" + id="g634"><g + id="g636" /><g + transform="translate(-28.346,-85.039)" + id="g638" /></g></g><g + id="g640"><g + id="g642"><path + id="path644" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,-28.346)" + id="g646"><g + id="g648" /><g + transform="translate(-28.346,28.346)" + id="g650" /></g></g><g + id="g652"><g + id="g654"><path + id="path656" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,28.346)" + id="g658"><g + id="g660" /><g + transform="translate(-85.039,-28.346)" + id="g662" /></g></g><g + id="g664"><g + id="g666"><path + id="path668" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,28.346)" + id="g670"><g + id="g672" /><g + transform="translate(28.346,-28.346)" + id="g674" /></g></g><g + id="g676"><g + id="g678"><path + id="path680" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g682"><g + id="g684" /></g></g><g + id="g686"><g + id="g688"><path + id="path690" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g692"><g + id="g694" /><g + transform="translate(0,-56.693)" + id="g696" /></g></g><g + id="g698"><g + id="g700"><path + id="path702" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g704"><g + id="g706" /><g + transform="translate(-56.693,-113.386)" + id="g708" /></g></g><g + id="g710"><g + id="g712"><path + id="path714" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(-28.346,85.039)" + id="g716"><g + id="g718" /><g + transform="translate(28.346,-85.039)" + id="g720" /></g></g><g + id="g722"><g + id="g724"><path + id="path726" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,85.0404 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50234 4.46042,-9.96276 9.96276,-9.96276 5.50237,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(85.039,85.039)" + id="g728"><g + id="g730" /><g + transform="translate(-85.039,-85.039)" + id="g732" /></g></g><g + id="g734"><g + id="g736"><path + id="path738" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,-28.346)" + id="g740"><g + id="g742" /><g + transform="translate(28.346,28.346)" + id="g744" /></g></g><g + id="g746"><g + id="g748"><path + id="path750" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,-28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,-28.346)" + id="g752"><g + id="g754" /><g + transform="translate(-85.039,28.346)" + id="g756" /></g></g><g + id="g758"><g + id="g760"><path + id="path762" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g764"><g + id="g766" /><g + transform="translate(0,-56.693)" + id="g768" /></g></g><g + id="g770"><g + id="g772"><path + id="path774" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g776"><g + id="g778" /><g + transform="translate(-113.386,-56.693)" + id="g780" /></g></g><g + id="g782"><g + id="g784"><path + id="path786" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -46.73085,0 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693)" + id="g788"><g + id="g790" /><g + transform="translate(56.693)" + id="g792" /></g></g><g + id="g794"><g + id="g796"><path + id="path798" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g800"><g + id="g802" /><g + transform="translate(-56.693)" + id="g804" /></g></g><g + id="g806"><g + id="g808"><path + id="path810" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(0,-56.693)" + id="g812"><g + id="g814" /><g + transform="translate(0,56.693)" + id="g816" /></g></g><g + id="g818"><g + id="g820"><path + id="path822" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,28.346)" + id="g824"><g + id="g826" /><g + transform="translate(-28.346,-28.346)" + id="g828" /></g></g><g + id="g830"><g + id="g832"><path + id="path834" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g836"><g + id="g838" /></g></g><g + id="g840"><g + id="g842"><path + id="path844" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 108.04893,28.34679 c 0,44.01884 -35.6833,79.70214 -79.70214,79.70214 -44.01883,0 -79.70214,-35.6833 -79.70214,-79.70214 0,-44.01883 35.68331,-79.70214 79.70214,-79.70214 44.01884,0 79.70214,35.68331 79.70214,79.70214 z" /></g><g + transform="translate(28.346,28.346)" + id="g846"><g + id="g848" /><g + transform="translate(-28.346,-28.346)" + id="g850" /></g></g><g + id="g852"><path + id="path854" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 107.71753,28.34679 c 0,15.6557 -35.53493,28.3468 -79.37074,28.3468 -43.8358,0 -79.37073,-12.6911 -79.37073,-28.3468 C -51.02394,12.69109 -15.48901,0 28.34679,0 72.1826,0 107.71753,12.69109 107.71753,28.34679 Z" /></g><g + id="g856"><path + id="path858" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 56.69359,28.34679 c 0,43.83581 -12.6911,79.37074 -28.3468,79.37074 C 12.69109,107.71753 0,72.1826 0,28.34679 c 0,-43.8358 12.69109,-79.37073 28.34679,-79.37073 15.6557,0 28.3468,35.53493 28.3468,79.37073 z" /></g></g></g></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/adj26.svg b/src/doc/img/adj26.svg new file mode 100644 index 0000000000000000000000000000000000000000..b45c01c20a7372dc07d7b1edb2cd1dabf5bfc6c2 --- /dev/null +++ b/src/doc/img/adj26.svg @@ -0,0 +1,870 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 319.336 319.336" + height="319.336" + width="319.336" + xml:space="preserve" + id="svg2" + version="1.1"><metadata + id="metadata8"><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><defs + id="defs6" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,319.336)" + id="g10"><g + transform="translate(91.404,91.405)" + id="g12"><g + id="g14"><g + id="g16" /><g + id="g18"><g + id="g20"><path + id="path22" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0 V 113.38724 H 113.38724 V 0 Z" /></g><g + id="g24"><path + id="path26" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,-56.69362 V 56.69362 H 56.69362 V -56.69362 Z" /></g><g + id="g28"><path + id="path30" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,-56.69362 56.69362,56.69362" /></g><g + id="g32"><path + id="path34" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,-56.69362 113.38724,0" /></g><g + id="g36"><path + id="path38" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 56.69362,56.69362 56.69362,56.69362" /></g><g + id="g40"><path + id="path42" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,56.69362 0,113.38724" /></g><g + id="g44"><g + id="g46"><path + id="path48" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.385)" + id="g50"><g + id="g52" /><g + transform="translate(0,-113.385)" + id="g54" /></g></g><g + id="g56"><g + id="g58"><path + id="path60" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.385)" + id="g62"><g + id="g64" /><g + transform="translate(-56.693,-113.385)" + id="g66" /></g></g><g + id="g68"><g + id="g70"><path + id="path72" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.385)" + id="g74"><g + id="g76" /><g + transform="translate(-113.386,-113.385)" + id="g78" /></g></g><g + id="g80"><g + id="g82"><path + id="path84" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.692)" + id="g86"><g + id="g88" /><g + transform="translate(0,-56.692)" + id="g90" /></g></g><g + id="g92"><g + id="g94"><path + id="path96" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.692)" + id="g98"><g + id="g100" /><g + transform="translate(-56.693,-56.692)" + id="g102" /></g></g><g + id="g104"><g + id="g106"><path + id="path108" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.692)" + id="g110"><g + id="g112" /><g + transform="translate(-113.386,-56.692)" + id="g114" /></g></g><g + id="g116"><g + id="g118"><path + id="path120" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g122"><g + id="g124" /></g></g><g + id="g126"><g + id="g128"><path + id="path130" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g132"><g + id="g134" /><g + transform="translate(-56.693)" + id="g136" /></g></g><g + id="g138"><g + id="g140"><path + id="path142" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g144"><g + id="g146" /><g + transform="translate(-113.386)" + id="g148" /></g></g><g + id="g150"><g + id="g152"><path + id="path154" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(-28.346,85.039)" + id="g156"><g + id="g158" /><g + transform="translate(28.346,-85.039)" + id="g160" /></g></g><g + id="g162"><g + id="g164"><path + id="path166" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(28.347,85.039)" + id="g168"><g + id="g170" /><g + transform="translate(-28.347,-85.039)" + id="g172" /></g></g><g + id="g174"><g + id="g176"><path + id="path178" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,85.0404 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50234 4.46042,-9.96276 9.96276,-9.96276 5.50237,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(85.04,85.039)" + id="g180"><g + id="g182" /><g + transform="translate(-85.04,-85.039)" + id="g184" /></g></g><g + id="g186"><g + id="g188"><path + id="path190" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,28.346)" + id="g192"><g + id="g194" /><g + transform="translate(28.346,-28.346)" + id="g196" /></g></g><g + id="g198"><g + id="g200"><path + id="path202" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.347,28.346)" + id="g204"><g + id="g206" /><g + transform="translate(-28.347,-28.346)" + id="g208" /></g></g><g + id="g210"><g + id="g212"><path + id="path214" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.04,28.346)" + id="g216"><g + id="g218" /><g + transform="translate(-85.04,-28.346)" + id="g220" /></g></g><g + id="g222"><g + id="g224"><path + id="path226" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,-28.347)" + id="g228"><g + id="g230" /><g + transform="translate(28.346,28.347)" + id="g232" /></g></g><g + id="g234"><g + id="g236"><path + id="path238" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.347,-28.347)" + id="g240"><g + id="g242" /><g + transform="translate(-28.347,28.347)" + id="g244" /></g></g><g + id="g246"><g + id="g248"><path + id="path250" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,-28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.04,-28.347)" + id="g252"><g + id="g254" /><g + transform="translate(-85.04,28.347)" + id="g256" /></g></g><g + id="g258"><g + id="g260"><path + id="path262" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,56.69362 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(-56.692,56.692)" + id="g264"><g + id="g266" /><g + transform="translate(56.692,-56.692)" + id="g268" /></g></g><g + id="g270"><g + id="g272"><path + id="path274" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.692)" + id="g276"><g + id="g278" /><g + transform="translate(0,-56.692)" + id="g280" /></g></g><g + id="g282"><g + id="g284"><path + id="path286" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.692)" + id="g288"><g + id="g290" /><g + transform="translate(-56.693,-56.692)" + id="g292" /></g></g><g + id="g294"><g + id="g296"><path + id="path298" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,0 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693)" + id="g300"><g + id="g302" /><g + transform="translate(56.693)" + id="g304" /></g></g><g + id="g306"><g + id="g308"><path + id="path310" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g312"><g + id="g314" /></g></g><g + id="g316"><g + id="g318"><path + id="path320" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g322"><g + id="g324" /><g + transform="translate(-56.693)" + id="g326" /></g></g><g + id="g328"><g + id="g330"><path + id="path332" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,-56.69362 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,-56.693)" + id="g334"><g + id="g336" /><g + transform="translate(56.693,56.693)" + id="g338" /></g></g><g + id="g340"><g + id="g342"><path + id="path344" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(0,-56.693)" + id="g346"><g + id="g348" /><g + transform="translate(0,56.693)" + id="g350" /></g></g><g + id="g352"><g + id="g354"><path + id="path356" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693,-56.693)" + id="g358"><g + id="g360" /><g + transform="translate(-56.693,56.693)" + id="g362" /></g></g><g + id="g364"><g + id="g366"><path + id="path368" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50766,49.50797 35.53258,35.53242" /><g + id="g370"><g + transform="translate(41.623,43.416)" + id="g372"><g + id="g374" /><g + transform="translate(-41.623,-43.416)" + id="g376" /></g></g></g></g><g + id="g378"><g + id="g380"><path + id="path382" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 28.34679,74.87837 V 38.50879" /><g + id="g384"><g + transform="translate(27.45,56.692)" + id="g386"><g + id="g388" /><g + transform="translate(-27.45,-56.692)" + id="g390" /></g></g></g></g><g + id="g392"><g + id="g394"><path + id="path396" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 28.34679,-18.18475 v 36.3695" /><g + id="g398"><g + transform="translate(29.243)" + id="g400"><g + id="g402" /><g + transform="translate(-29.243)" + id="g404" /></g></g></g></g><g + id="g406"><g + id="g408"><path + id="path410" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 74.87837,28.34679 H 38.50879" /><g + id="g412"><g + transform="translate(56.693,29.243)" + id="g414"><g + id="g416" /><g + transform="translate(-56.693,-29.243)" + id="g418" /></g></g></g></g><g + id="g420"><g + id="g422"><path + id="path424" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.18475,28.34679 h 36.3695" /><g + id="g426"><g + transform="translate(0,27.449)" + id="g428"><g + id="g430" /><g + transform="translate(0,-27.449)" + id="g432" /></g></g></g></g><g + id="g434"><g + id="g436"><path + id="path438" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,7.18564 21.161,21.16115" /><g + id="g440"><g + transform="translate(15.07,13.276)" + id="g442"><g + id="g444" /><g + transform="translate(-15.07,-13.276)" + id="g446" /></g></g></g></g><g + id="g448"><g + id="g450"><path + id="path452" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -21.16069,77.85477 21.161,35.53242" /><g + id="g454"><g + transform="translate(-0.896,55.796)" + id="g456"><g + id="g458" /><g + transform="translate(0.896,-55.796)" + id="g460" /></g></g></g></g><g + id="g462"><g + id="g464"><path + id="path466" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 77.85431,77.85477 35.53258,35.53242" /><g + id="g468"><g + transform="translate(55.796,57.589)" + id="g470"><g + id="g472" /><g + transform="translate(-55.796,-57.589)" + id="g474" /></g></g></g></g><g + id="g476"><g + id="g478"><path + id="path480" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -21.16069,-21.16115 21.161,21.16115" /><g + id="g482"><g + transform="translate(0.897,-0.897)" + id="g484"><g + id="g486" /><g + transform="translate(-0.897,0.897)" + id="g488" /></g></g></g></g><g + id="g490"><g + id="g492"><path + id="path494" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 77.85477,-21.16069 35.53242,21.161" /><g + id="g496"><g + transform="translate(57.59,0.896)" + id="g498"><g + id="g500" /><g + transform="translate(-57.59,-0.896)" + id="g502" /></g></g></g></g><g + id="g504"><g + id="g506"><path + id="path508" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,49.50797 21.161,35.53242" /><g + id="g510"><g + transform="translate(13.277,41.623)" + id="g512"><g + id="g514" /><g + transform="translate(-13.277,-41.623)" + id="g516" /></g></g></g></g><g + id="g518"><g + id="g520"><path + id="path522" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 103.73708,53.4769 37.99695,31.56349" /><g + id="g524"><g + transform="translate(69.97,43.416)" + id="g526"><g + id="g528" /><g + transform="translate(-69.97,-43.416)" + id="g530" /></g></g></g></g><g + id="g532"><g + id="g534"><path + id="path536" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -47.04346,3.2167 18.69662,25.13008" /><g + id="g538"><g + transform="translate(-13.276,13.276)" + id="g540"><g + id="g542" /><g + transform="translate(13.276,-13.276)" + id="g544" /></g></g></g></g><g + id="g546"><g + id="g548"><path + id="path550" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50797,7.18594 35.53242,21.161" /><g + id="g552"><g + transform="translate(43.417,15.07)" + id="g554"><g + id="g556" /><g + transform="translate(-43.417,-15.07)" + id="g558" /></g></g></g></g><g + id="g560"><g + id="g562"><path + id="path564" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50797,7.18594 35.53242,21.161" /><g + id="g566"><g + transform="translate(43.417,15.07)" + id="g568"><g + id="g570" /><g + transform="translate(-43.417,-15.07)" + id="g572" /></g></g></g></g><g + id="g574"><g + id="g576"><path + id="path578" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 3.2167,-47.04361 25.13008,18.69678" /><g + id="g580"><g + transform="translate(15.07,-15.07)" + id="g582"><g + id="g584" /><g + transform="translate(-15.07,15.07)" + id="g586" /></g></g></g></g><g + id="g588"><g + id="g590"><path + id="path592" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,49.50797 21.161,35.53242" /><g + id="g594"><g + transform="translate(13.277,41.623)" + id="g596"><g + id="g598" /><g + transform="translate(-13.277,-41.623)" + id="g600" /></g></g></g></g><g + id="g602"><g + id="g604"><path + id="path606" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 53.4769,103.73723 31.56349,37.9968" /><g + id="g608"><g + transform="translate(41.623,71.763)" + id="g610"><g + id="g612" /><g + transform="translate(-41.623,-71.763)" + id="g614" /></g></g></g></g><g + id="g616"><g + id="g618"><path + id="path620" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 3.2167,103.73723 25.13008,37.9968" /><g + id="g622"><g + transform="translate(13.277,69.969)" + id="g624"><g + id="g626" /><g + transform="translate(-13.277,-69.969)" + id="g628" /></g></g></g></g><g + id="g630"><g + id="g632"><path + id="path634" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 106.20158,106.20158 35.53273,35.53242" /><g + id="g636"><g + transform="translate(69.97,71.763)" + id="g638"><g + id="g640" /><g + transform="translate(-69.97,-71.763)" + id="g642" /></g></g></g></g><g + id="g644"><g + id="g646"><path + id="path648" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,7.18564 21.161,21.16115" /><g + id="g650"><g + transform="translate(15.07,13.276)" + id="g652"><g + id="g654" /><g + transform="translate(-15.07,-13.276)" + id="g656" /></g></g></g></g><g + id="g658"><g + id="g660"><path + id="path662" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 103.73708,3.2167 37.99695,25.13008" /><g + id="g664"><g + transform="translate(71.763,15.07)" + id="g666"><g + id="g668" /><g + transform="translate(-71.763,-15.07)" + id="g670" /></g></g></g></g><g + id="g672"><g + id="g674"><path + id="path676" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -47.04346,53.4769 18.69662,31.56349" /><g + id="g678"><g + transform="translate(-15.07,41.623)" + id="g680"><g + id="g682" /><g + transform="translate(15.07,-41.623)" + id="g684" /></g></g></g></g><g + id="g686"><g + id="g688"><path + id="path690" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50766,49.50797 35.53258,35.53242" /><g + id="g692"><g + transform="translate(41.623,43.416)" + id="g694"><g + id="g696" /><g + transform="translate(-41.623,-43.416)" + id="g698" /></g></g></g></g><g + id="g700"><g + id="g702"><path + id="path704" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -49.50797,-49.50797 21.16084,21.16115" /><g + id="g706"><g + transform="translate(-13.277,-15.07)" + id="g708"><g + id="g710" /><g + transform="translate(13.277,15.07)" + id="g712" /></g></g></g></g><g + id="g714"><g + id="g716"><path + id="path718" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 53.4769,-47.04361 31.56349,18.69678" /><g + id="g720"><g + transform="translate(43.416,-13.277)" + id="g722"><g + id="g724" /><g + transform="translate(-43.416,13.277)" + id="g726" /></g></g></g></g><g + id="g728"><g + id="g730"><path + id="path732" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g734"><g + id="g736" /><g + transform="translate(-56.693,-56.693)" + id="g738" /></g></g><g + id="g740"><g + id="g742"><path + id="path744" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(28.347,85.039)" + id="g746"><g + id="g748" /><g + transform="translate(-28.347,-85.039)" + id="g750" /></g></g><g + id="g752"><g + id="g754"><path + id="path756" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.347,-28.347)" + id="g758"><g + id="g760" /><g + transform="translate(-28.347,28.347)" + id="g762" /></g></g><g + id="g764"><g + id="g766"><path + id="path768" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,28.346)" + id="g770"><g + id="g772" /><g + transform="translate(-85.039,-28.346)" + id="g774" /></g></g><g + id="g776"><g + id="g778"><path + id="path780" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,28.346)" + id="g782"><g + id="g784" /><g + transform="translate(28.346,-28.346)" + id="g786" /></g></g><g + id="g788"><g + id="g790"><path + id="path792" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g794"><g + id="g796" /></g></g><g + id="g798"><g + id="g800"><path + id="path802" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g804"><g + id="g806" /><g + transform="translate(0,-56.693)" + id="g808" /></g></g><g + id="g810"><g + id="g812"><path + id="path814" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g816"><g + id="g818" /><g + transform="translate(-56.693,-113.386)" + id="g820" /></g></g><g + id="g822"><g + id="g824"><path + id="path826" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(-28.346,85.039)" + id="g828"><g + id="g830" /><g + transform="translate(28.346,-85.039)" + id="g832" /></g></g><g + id="g834"><g + id="g836"><path + id="path838" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,85.0404 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50234 4.46042,-9.96276 9.96276,-9.96276 5.50237,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(85.039,85.039)" + id="g840"><g + id="g842" /><g + transform="translate(-85.039,-85.039)" + id="g844" /></g></g><g + id="g846"><g + id="g848"><path + id="path850" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,-28.347)" + id="g852"><g + id="g854" /><g + transform="translate(28.346,28.347)" + id="g856" /></g></g><g + id="g858"><g + id="g860"><path + id="path862" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,-28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,-28.347)" + id="g864"><g + id="g866" /><g + transform="translate(-85.039,28.347)" + id="g868" /></g></g><g + id="g870"><g + id="g872"><path + id="path874" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g876"><g + id="g878" /><g + transform="translate(0,-56.693)" + id="g880" /></g></g><g + id="g882"><g + id="g884"><path + id="path886" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g888"><g + id="g890" /><g + transform="translate(-113.386,-56.693)" + id="g892" /></g></g><g + id="g894"><g + id="g896"><path + id="path898" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -46.73085,0 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693)" + id="g900"><g + id="g902" /><g + transform="translate(56.693)" + id="g904" /></g></g><g + id="g906"><g + id="g908"><path + id="path910" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g912"><g + id="g914" /><g + transform="translate(-56.693)" + id="g916" /></g></g><g + id="g918"><g + id="g920"><path + id="path922" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(0,-56.693)" + id="g924"><g + id="g926" /><g + transform="translate(0,56.693)" + id="g928" /></g></g><g + id="g930"><g + id="g932"><path + id="path934" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.386)" + id="g936"><g + id="g938" /><g + transform="translate(0,-113.386)" + id="g940" /></g></g><g + id="g942"><g + id="g944"><path + id="path946" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.386)" + id="g948"><g + id="g950" /><g + transform="translate(-113.386,-113.386)" + id="g952" /></g></g><g + id="g954"><g + id="g956"><path + id="path958" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g960"><g + id="g962" /></g></g><g + id="g964"><g + id="g966"><path + id="path968" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g970"><g + id="g972" /><g + transform="translate(-113.386)" + id="g974" /></g></g><g + id="g976"><g + id="g978"><path + id="path980" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -46.73085,56.69362 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,56.693)" + id="g982"><g + id="g984" /><g + transform="translate(56.693,-56.693)" + id="g986" /></g></g><g + id="g988"><g + id="g990"><path + id="path992" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g994"><g + id="g996" /><g + transform="translate(-56.693,-56.693)" + id="g998" /></g></g><g + id="g1000"><g + id="g1002"><path + id="path1004" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -46.73085,-56.69362 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,-56.693)" + id="g1006"><g + id="g1008" /><g + transform="translate(56.693,56.693)" + id="g1010" /></g></g><g + id="g1012"><g + id="g1014"><path + id="path1016" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693,-56.693)" + id="g1018"><g + id="g1020" /><g + transform="translate(-56.693,56.693)" + id="g1022" /></g></g><g + id="g1024"><g + id="g1026"><path + id="path1028" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,28.346)" + id="g1030"><g + id="g1032" /><g + transform="translate(-28.346,-28.346)" + id="g1034" /></g></g><g + id="g1036"><g + id="g1038"><path + id="path1040" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 147.90001,28.34679 c 0,66.02827 -53.52495,119.55322 -119.55322,119.55322 -66.02826,0 -119.55321,-53.52495 -119.55321,-119.55322 0,-66.02826 53.52495,-119.55321 119.55321,-119.55321 66.02827,0 119.55322,53.52495 119.55322,119.55321 z" /></g><g + transform="translate(28.346,28.346)" + id="g1042"><g + id="g1044" /><g + transform="translate(-28.346,-28.346)" + id="g1046" /></g></g><g + id="g1048"><path + id="path1050" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 147.40376,28.34679 c 0,21.91791 -53.30279,39.68538 -119.05697,39.68538 -65.75417,0 -119.05696,-17.76747 -119.05696,-39.68538 0,-21.91791 53.30279,-39.68537 119.05696,-39.68537 65.75418,0 119.05697,17.76746 119.05697,39.68537 z" /></g><g + id="g1052"><path + id="path1054" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 68.03217,28.34679 c 0,65.75418 -17.76747,119.05697 -39.68538,119.05697 -21.91791,0 -39.68537,-53.30279 -39.68537,-119.05697 0,-65.75417 17.76746,-119.05696 39.68537,-119.05696 21.91791,0 39.68538,53.30279 39.68538,119.05696 z" /></g></g></g></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/adj4.svg b/src/doc/img/adj4.svg new file mode 100644 index 0000000000000000000000000000000000000000..bb03d072e0a1241edd30b5fcd88789e7ca896a0c --- /dev/null +++ b/src/doc/img/adj4.svg @@ -0,0 +1,215 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 218.12933 218.12933" + height="218.12933" + width="218.12933" + xml:space="preserve" + id="svg2" + version="1.1"><metadata + id="metadata8"><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><defs + id="defs6" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,218.12933)" + id="g10"><g + transform="translate(25.106,25.106)" + id="g12"><g + id="g14"><g + id="g16" /><g + id="g18"><g + id="g20"><g + id="g22"><path + id="path24" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.386)" + id="g26"><g + id="g28" /><g + transform="translate(0,-113.386)" + id="g30" /></g></g><g + id="g32"><g + id="g34"><path + id="path36" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g38"><g + id="g40" /><g + transform="translate(-56.693,-113.386)" + id="g42" /></g></g><g + id="g44"><g + id="g46"><path + id="path48" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.386)" + id="g50"><g + id="g52" /><g + transform="translate(-113.386,-113.386)" + id="g54" /></g></g><g + id="g56"><g + id="g58"><path + id="path60" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g62"><g + id="g64" /><g + transform="translate(0,-56.693)" + id="g66" /></g></g><g + id="g68"><g + id="g70"><path + id="path72" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g74"><g + id="g76" /><g + transform="translate(-56.693,-56.693)" + id="g78" /></g></g><g + id="g80"><g + id="g82"><path + id="path84" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g86"><g + id="g88" /><g + transform="translate(-113.386,-56.693)" + id="g90" /></g></g><g + id="g92"><g + id="g94"><path + id="path96" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g98"><g + id="g100" /></g></g><g + id="g102"><g + id="g104"><path + id="path106" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g108"><g + id="g110" /><g + transform="translate(-56.693)" + id="g112" /></g></g><g + id="g114"><g + id="g116"><path + id="path118" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g120"><g + id="g122" /><g + transform="translate(-113.386)" + id="g124" /></g></g><g + id="g126"><g + id="g128"><path + id="path130" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,103.22519 V 66.85562" /><g + id="g132"><g + transform="translate(55.796,85.039)" + id="g134"><g + id="g136" /><g + transform="translate(-55.796,-85.039)" + id="g138" /></g></g></g></g><g + id="g140"><g + id="g142"><path + id="path144" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 10.162,56.69362 H 46.53157" /><g + id="g146"><g + transform="translate(28.346,55.796)" + id="g148"><g + id="g150" /><g + transform="translate(-28.346,-55.796)" + id="g152" /></g></g></g></g><g + id="g154"><g + id="g156"><path + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.85562,56.69362 h 36.36957" /><g + id="g160"><g + transform="translate(85.039,55.796)" + id="g162"><g + id="g164" /><g + transform="translate(-85.039,-55.796)" + id="g166" /></g></g></g></g><g + id="g168"><g + id="g170"><path + id="path172" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,46.53157 V 10.162" /><g + id="g174"><g + transform="translate(55.796,28.346)" + id="g176"><g + id="g178" /><g + transform="translate(-55.796,-28.346)" + id="g180" /></g></g></g></g><g + id="g182"><g + id="g184"><path + id="path186" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g188"><g + id="g190" /><g + transform="translate(-56.693,-113.386)" + id="g192" /></g></g><g + id="g194"><g + id="g196"><path + id="path198" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g200"><g + id="g202" /><g + transform="translate(0,-56.693)" + id="g204" /></g></g><g + id="g206"><g + id="g208"><path + id="path210" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g212"><g + id="g214" /><g + transform="translate(-113.386,-56.693)" + id="g216" /></g></g><g + id="g218"><g + id="g220"><path + id="path222" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g224"><g + id="g226" /><g + transform="translate(-56.693)" + id="g228" /></g></g><g + id="g230"><g + id="g232"><path + id="path234" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g236"><g + id="g238" /><g + transform="translate(-56.693,-56.693)" + id="g240" /></g></g><g + id="g242"><g + id="g244"><path + id="path246" + style="fill:none;stroke:#ff0000;stroke-width:1.99255002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 113.97954,56.69362 c 0,31.63853 -25.64739,57.28592 -57.28592,57.28592 -31.63855,0 -57.28591,-25.64739 -57.28591,-57.28592 0,-31.63855 25.64736,-57.28591 57.28591,-57.28591 31.63853,0 57.28592,25.64736 57.28592,57.28591 z" /></g><g + transform="translate(56.693,56.693)" + id="g248"><g + id="g250" /><g + transform="translate(-56.693,-56.693)" + id="g252" /></g></g></g></g></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/adj6.svg b/src/doc/img/adj6.svg new file mode 100644 index 0000000000000000000000000000000000000000..ced04cd28e52543b667bf7d9bab80fe2a5309bfc --- /dev/null +++ b/src/doc/img/adj6.svg @@ -0,0 +1,463 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 317.63068 317.63068" + height="317.63068" + width="317.63068" + xml:space="preserve" + id="svg2" + version="1.1"><metadata + id="metadata8"><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><defs + id="defs6" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,317.63067)" + id="g10"><g + transform="translate(90.765,90.765)" + id="g12"><g + id="g14"><g + id="g16" /><g + id="g18"><g + id="g20"><path + id="path22" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 0,0 V 113.38724 H 113.38724 V 0 Z" /></g><g + id="g24"><path + id="path26" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,-56.69362 V 56.69362 H 56.69362 V -56.69362 Z" /></g><g + id="g28"><path + id="path30" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,-56.69362 56.69362,56.69362" /></g><g + id="g32"><path + id="path34" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,-56.69362 113.38724,0" /></g><g + id="g36"><path + id="path38" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 56.69362,56.69362 56.69362,56.69362" /></g><g + id="g40"><path + id="path42" + style="fill:none;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -56.69362,56.69362 0,113.38724" /></g><g + id="g44"><g + id="g46"><path + id="path48" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.386)" + id="g50"><g + id="g52" /><g + transform="translate(0,-113.386)" + id="g54" /></g></g><g + id="g56"><g + id="g58"><path + id="path60" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g62"><g + id="g64" /><g + transform="translate(-56.693,-113.386)" + id="g66" /></g></g><g + id="g68"><g + id="g70"><path + id="path72" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.386)" + id="g74"><g + id="g76" /><g + transform="translate(-113.386,-113.386)" + id="g78" /></g></g><g + id="g80"><g + id="g82"><path + id="path84" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g86"><g + id="g88" /><g + transform="translate(0,-56.693)" + id="g90" /></g></g><g + id="g92"><g + id="g94"><path + id="path96" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g98"><g + id="g100" /><g + transform="translate(-56.693,-56.693)" + id="g102" /></g></g><g + id="g104"><g + id="g106"><path + id="path108" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g110"><g + id="g112" /><g + transform="translate(-113.386,-56.693)" + id="g114" /></g></g><g + id="g116"><g + id="g118"><path + id="path120" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g122"><g + id="g124" /></g></g><g + id="g126"><g + id="g128"><path + id="path130" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g132"><g + id="g134" /><g + transform="translate(-56.693)" + id="g136" /></g></g><g + id="g138"><g + id="g140"><path + id="path142" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g144"><g + id="g146" /><g + transform="translate(-113.386)" + id="g148" /></g></g><g + id="g150"><g + id="g152"><path + id="path154" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(-28.346,85.039)" + id="g156"><g + id="g158" /><g + transform="translate(28.346,-85.039)" + id="g160" /></g></g><g + id="g162"><g + id="g164"><path + id="path166" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(28.347,85.039)" + id="g168"><g + id="g170" /><g + transform="translate(-28.347,-85.039)" + id="g172" /></g></g><g + id="g174"><g + id="g176"><path + id="path178" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,85.0404 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50234 4.46042,-9.96276 9.96276,-9.96276 5.50237,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(85.039,85.039)" + id="g180"><g + id="g182" /><g + transform="translate(-85.039,-85.039)" + id="g184" /></g></g><g + id="g186"><g + id="g188"><path + id="path190" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,28.346)" + id="g192"><g + id="g194" /><g + transform="translate(28.346,-28.346)" + id="g196" /></g></g><g + id="g198"><g + id="g200"><path + id="path202" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.347,28.346)" + id="g204"><g + id="g206" /><g + transform="translate(-28.347,-28.346)" + id="g208" /></g></g><g + id="g210"><g + id="g212"><path + id="path214" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,28.346)" + id="g216"><g + id="g218" /><g + transform="translate(-85.039,-28.346)" + id="g220" /></g></g><g + id="g222"><g + id="g224"><path + id="path226" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.38402,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,-28.346)" + id="g228"><g + id="g230" /><g + transform="translate(28.346,28.346)" + id="g232" /></g></g><g + id="g234"><g + id="g236"><path + id="path238" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 38.30956,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,-28.346)" + id="g240"><g + id="g242" /><g + transform="translate(-28.346,28.346)" + id="g244" /></g></g><g + id="g246"><g + id="g248"><path + id="path250" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 95.00317,-28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,-28.346)" + id="g252"><g + id="g254" /><g + transform="translate(-85.039,28.346)" + id="g256" /></g></g><g + id="g258"><g + id="g260"><path + id="path262" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,56.69362 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,56.693)" + id="g264"><g + id="g266" /><g + transform="translate(56.693,-56.693)" + id="g268" /></g></g><g + id="g270"><g + id="g272"><path + id="path274" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g276"><g + id="g278" /><g + transform="translate(0,-56.693)" + id="g280" /></g></g><g + id="g282"><g + id="g284"><path + id="path286" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g288"><g + id="g290" /><g + transform="translate(-56.693,-56.693)" + id="g292" /></g></g><g + id="g294"><g + id="g296"><path + id="path298" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,0 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693)" + id="g300"><g + id="g302" /><g + transform="translate(56.693)" + id="g304" /></g></g><g + id="g306"><g + id="g308"><path + id="path310" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g312"><g + id="g314" /></g></g><g + id="g316"><g + id="g318"><path + id="path320" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g322"><g + id="g324" /><g + transform="translate(-56.693)" + id="g326" /></g></g><g + id="g328"><g + id="g330"><path + id="path332" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -46.73085,-56.69362 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-56.693,-56.693)" + id="g334"><g + id="g336" /><g + transform="translate(56.693,56.693)" + id="g338" /></g></g><g + id="g340"><g + id="g342"><path + id="path344" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(0,-56.693)" + id="g346"><g + id="g348" /><g + transform="translate(0,56.693)" + id="g350" /></g></g><g + id="g352"><g + id="g354"><path + id="path356" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,-56.69362 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693,-56.693)" + id="g358"><g + id="g360" /><g + transform="translate(-56.693,56.693)" + id="g362" /></g></g><g + id="g364"><g + id="g366"><path + id="path368" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 49.50766,49.50797 35.53258,35.53242" /><g + id="g370"><g + transform="translate(41.623,43.416)" + id="g372"><g + id="g374" /><g + transform="translate(-41.623,-43.416)" + id="g376" /></g></g></g></g><g + id="g378"><g + id="g380"><path + id="path382" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 28.34679,74.87837 V 38.50879" /><g + id="g384"><g + transform="translate(27.45,56.693)" + id="g386"><g + id="g388" /><g + transform="translate(-27.45,-56.693)" + id="g390" /></g></g></g></g><g + id="g392"><g + id="g394"><path + id="path396" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 28.34679,-18.18475 v 36.3695" /><g + id="g398"><g + transform="translate(29.243)" + id="g400"><g + id="g402" /><g + transform="translate(-29.243)" + id="g404" /></g></g></g></g><g + id="g406"><g + id="g408"><path + id="path410" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 74.87837,28.34679 H 38.50879" /><g + id="g412"><g + transform="translate(56.693,29.243)" + id="g414"><g + id="g416" /><g + transform="translate(-56.693,-29.243)" + id="g418" /></g></g></g></g><g + id="g420"><g + id="g422"><path + id="path424" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -18.18475,28.34679 h 36.3695" /><g + id="g426"><g + transform="translate(0,27.45)" + id="g428"><g + id="g430" /><g + transform="translate(0,-27.45)" + id="g432" /></g></g></g></g><g + id="g434"><g + id="g436"><path + id="path438" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.18594,7.18564 21.161,21.16115" /><g + id="g440"><g + transform="translate(15.07,13.277)" + id="g442"><g + id="g444" /><g + transform="translate(-15.07,-13.277)" + id="g446" /></g></g></g></g><g + id="g448"><g + id="g450"><path + id="path452" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g454"><g + id="g456" /><g + transform="translate(-56.693,-56.693)" + id="g458" /></g></g><g + id="g460"><g + id="g462"><path + id="path464" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,85.0404 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50234 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46042 9.96277,9.96276 z" /></g><g + transform="translate(28.346,85.039)" + id="g466"><g + id="g468" /><g + transform="translate(-28.346,-85.039)" + id="g470" /></g></g><g + id="g472"><g + id="g474"><path + id="path476" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,-28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,-28.346)" + id="g478"><g + id="g480" /><g + transform="translate(-28.346,28.346)" + id="g482" /></g></g><g + id="g484"><g + id="g486"><path + id="path488" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 95.00317,28.34679 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50234,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46042,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(85.039,28.346)" + id="g490"><g + id="g492" /><g + transform="translate(-85.039,-28.346)" + id="g494" /></g></g><g + id="g496"><g + id="g498"><path + id="path500" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -18.38402,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-28.346,28.346)" + id="g502"><g + id="g504" /><g + transform="translate(28.346,-28.346)" + id="g506" /></g></g><g + id="g508"><g + id="g510"><path + id="path512" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g514"><g + id="g516" /></g></g><g + id="g518"><g + id="g520"><path + id="path522" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 38.30956,28.34679 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(28.346,28.346)" + id="g524"><g + id="g526" /><g + transform="translate(-28.346,-28.346)" + id="g528" /></g></g><g + id="g530"><g + id="g532"><path + id="path534" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 90.61409,28.34679 c 0,34.38972 -27.87758,62.2673 -62.2673,62.2673 -34.38971,0 -62.26729,-27.87758 -62.26729,-62.2673 0,-34.38971 27.87758,-62.26729 62.26729,-62.26729 34.38972,0 62.2673,27.87758 62.2673,62.26729 z" /></g><g + transform="translate(28.346,28.346)" + id="g536"><g + id="g538" /><g + transform="translate(-28.346,-28.346)" + id="g540" /></g></g><g + id="g542"><path + id="path544" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 90.71014,28.34679 c 0,15.6557 -27.92059,28.3468 -62.36335,28.3468 -34.44275,0 -62.36333,-12.6911 -62.36333,-28.3468 C -34.01654,12.69109 -6.09596,0 28.34679,0 62.78955,0 90.71014,12.69109 90.71014,28.34679 Z" /></g><g + id="g546"><path + id="path548" + style="fill:none;stroke:#ff0000;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 56.69359,28.34679 c 0,34.44276 -12.6911,62.36335 -28.3468,62.36335 C 12.69109,90.71014 0,62.78955 0,28.34679 0,-6.09596 12.69109,-34.01654 28.34679,-34.01654 c 15.6557,0 28.3468,27.92058 28.3468,62.36333 z" /></g></g></g></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/adj8.svg b/src/doc/img/adj8.svg new file mode 100644 index 0000000000000000000000000000000000000000..a3424f8e338a28699a6e20f3457dbcc0abad1dcc --- /dev/null +++ b/src/doc/img/adj8.svg @@ -0,0 +1,296 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 221.83467 221.83467" + height="221.83467" + width="221.83467" + xml:space="preserve" + id="svg2" + version="1.1"><metadata + id="metadata8"><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><defs + id="defs6" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,221.83467)" + id="g10"><g + transform="translate(26.495,26.495)" + id="g12"><g + id="g14"><g + id="g16" /><g + id="g18"><g + id="g20"><g + id="g22"><path + id="path24" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.386)" + id="g26"><g + id="g28" /><g + transform="translate(0,-113.386)" + id="g30" /></g></g><g + id="g32"><g + id="g34"><path + id="path36" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g38"><g + id="g40" /><g + transform="translate(-56.693,-113.386)" + id="g42" /></g></g><g + id="g44"><g + id="g46"><path + id="path48" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.386)" + id="g50"><g + id="g52" /><g + transform="translate(-113.386,-113.386)" + id="g54" /></g></g><g + id="g56"><g + id="g58"><path + id="path60" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g62"><g + id="g64" /><g + transform="translate(0,-56.693)" + id="g66" /></g></g><g + id="g68"><g + id="g70"><path + id="path72" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g74"><g + id="g76" /><g + transform="translate(-56.693,-56.693)" + id="g78" /></g></g><g + id="g80"><g + id="g82"><path + id="path84" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g86"><g + id="g88" /><g + transform="translate(-113.386,-56.693)" + id="g90" /></g></g><g + id="g92"><g + id="g94"><path + id="path96" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g98"><g + id="g100" /></g></g><g + id="g102"><g + id="g104"><path + id="path106" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g108"><g + id="g110" /><g + transform="translate(-56.693)" + id="g112" /></g></g><g + id="g114"><g + id="g116"><path + id="path118" + style="fill:none;stroke:#595959;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g120"><g + id="g122" /><g + transform="translate(-113.386)" + id="g124" /></g></g><g + id="g126"><g + id="g128"><path + id="path130" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,103.22519 V 66.85562" /><g + id="g132"><g + transform="translate(55.796,85.039)" + id="g134"><g + id="g136" /><g + transform="translate(-55.796,-85.039)" + id="g138" /></g></g></g></g><g + id="g140"><g + id="g142"><path + id="path144" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 10.162,56.69362 H 46.53157" /><g + id="g146"><g + transform="translate(28.347,55.796)" + id="g148"><g + id="g150" /><g + transform="translate(-28.347,-55.796)" + id="g152" /></g></g></g></g><g + id="g154"><g + id="g156"><path + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 66.85562,56.69362 h 36.36957" /><g + id="g160"><g + transform="translate(85.039,55.796)" + id="g162"><g + id="g164" /><g + transform="translate(-85.039,-55.796)" + id="g166" /></g></g></g></g><g + id="g168"><g + id="g170"><path + id="path172" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 56.69362,46.53157 V 10.162" /><g + id="g174"><g + transform="translate(55.796,28.347)" + id="g176"><g + id="g178" /><g + transform="translate(-55.796,-28.347)" + id="g180" /></g></g></g></g><g + id="g182"><g + id="g184"><path + id="path186" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.1861,106.20158 49.50781,63.87926" /><g + id="g188"><g + transform="translate(27.45,84.143)" + id="g190"><g + id="g192" /><g + transform="translate(-27.45,-84.143)" + id="g194" /></g></g></g></g><g + id="g196"><g + id="g198"><path + id="path200" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 106.20114,106.20158 63.87941,63.87926" /><g + id="g202"><g + transform="translate(84.143,85.936)" + id="g204"><g + id="g206" /><g + transform="translate(-84.143,-85.936)" + id="g208" /></g></g></g></g><g + id="g210"><g + id="g212"><path + id="path214" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 7.1861,7.18564 49.50781,49.50797" /><g + id="g216"><g + transform="translate(29.243,27.45)" + id="g218"><g + id="g220" /><g + transform="translate(-29.243,-27.45)" + id="g222" /></g></g></g></g><g + id="g224"><g + id="g226"><path + id="path228" + style="fill:none;stroke:#000000;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 106.20114,7.18564 63.87941,49.50797" /><g + id="g230"><g + transform="translate(85.936,29.243)" + id="g232"><g + id="g234" /><g + transform="translate(-85.936,-29.243)" + id="g236" /></g></g></g></g><g + id="g238"><g + id="g240"><path + id="path242" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,113.386)" + id="g244"><g + id="g246" /><g + transform="translate(-56.693,-113.386)" + id="g248" /></g></g><g + id="g250"><g + id="g252"><path + id="path254" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,56.693)" + id="g256"><g + id="g258" /><g + transform="translate(0,-56.693)" + id="g260" /></g></g><g + id="g262"><g + id="g264"><path + id="path266" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,56.69362 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,56.693)" + id="g268"><g + id="g270" /><g + transform="translate(-113.386,-56.693)" + id="g272" /></g></g><g + id="g274"><g + id="g276"><path + id="path278" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,0 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(56.693)" + id="g280"><g + id="g282" /><g + transform="translate(-56.693)" + id="g284" /></g></g><g + id="g286"><g + id="g288"><path + id="path290" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 9.96277,113.38724 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(0,113.386)" + id="g292"><g + id="g294" /><g + transform="translate(0,-113.386)" + id="g296" /></g></g><g + id="g298"><g + id="g300"><path + id="path302" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,113.38724 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(113.386,113.386)" + id="g304"><g + id="g306" /><g + transform="translate(-113.386,-113.386)" + id="g308" /></g></g><g + id="g310"><g + id="g312"><path + id="path314" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="M 9.96277,0 C 9.96277,5.50235 5.50235,9.96277 0,9.96277 -5.50235,9.96277 -9.96277,5.50235 -9.96277,0 c 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + id="g316"><g + id="g318" /></g></g><g + id="g320"><g + id="g322"><path + id="path324" + style="fill:#ffc2c2;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 123.35,0 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(113.386)" + id="g326"><g + id="g328" /><g + transform="translate(-113.386)" + id="g330" /></g></g><g + id="g332"><g + id="g334"><path + id="path336" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m 66.65639,56.69362 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(56.693,56.693)" + id="g338"><g + id="g340" /><g + transform="translate(-56.693,-56.693)" + id="g342" /></g></g><g + id="g344"><g + id="g346"><path + id="path348" + style="fill:none;stroke:#ff0000;stroke-width:1.99255002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:2.98883, 2.98883;stroke-dashoffset:0;stroke-opacity:1" + d="m 138.88646,56.69362 c 0,45.39442 -36.79842,82.19284 -82.19284,82.19284 -45.39444,0 -82.19282,-36.79842 -82.19282,-82.19284 0,-45.39444 36.79838,-82.19282 82.19282,-82.19282 45.39442,0 82.19284,36.79838 82.19284,82.19282 z" /></g><g + transform="translate(56.693,56.693)" + id="g350"><g + id="g352" /><g + transform="translate(-56.693,-56.693)" + id="g354" /></g></g></g></g></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/bitmap.svg b/src/doc/img/bitmap.svg new file mode 100644 index 0000000000000000000000000000000000000000..1b4b1c165ada88040e391f3fc2e6b98d23f2780e --- /dev/null +++ b/src/doc/img/bitmap.svg @@ -0,0 +1,318 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="142.86491mm" + height="142.86494mm" + viewBox="0 0 506.21426 506.21437" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bitmap.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.64808124" + inkscape:cx="508.56869" + inkscape:cy="90.314157" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <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="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-96.89286,-242.1122)"> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4136" + width="84.285713" + height="84.285713" + x="97.14286" + y="242.3622" /> + <rect + y="326.64792" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4138" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4140" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4144" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4148" + width="84.285713" + height="84.285713" + x="350" + y="242.36223" /> + <rect + y="242.36223" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4168" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4172" + width="84.285713" + height="84.285713" + x="518.57141" + y="242.36224" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4142" + width="84.285713" + height="84.285713" + x="97.14286" + y="326.64792" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4146" + width="84.285713" + height="84.285713" + x="350" + y="326.64795" /> + <rect + y="326.64795" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4150" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4170" + width="84.285713" + height="84.285713" + x="518.57141" + y="326.64795" /> + <rect + y="326.64795" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4174" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4152" + width="84.285713" + height="84.285713" + x="97.14286" + y="410.93362" /> + <rect + y="410.93365" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4156" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="410.93365" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4160" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4164" + width="84.285713" + height="84.285713" + x="350" + y="410.93369" /> + <rect + y="410.93365" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4184" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4188" + width="84.285713" + height="84.285713" + x="518.57141" + y="410.93369" /> + <rect + y="495.21936" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4154" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4158" + width="84.285713" + height="84.285713" + x="97.14286" + y="495.21936" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4162" + width="84.285713" + height="84.285713" + x="350" + y="495.21939" /> + <rect + y="495.21939" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4166" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4186" + width="84.285713" + height="84.285713" + x="518.57141" + y="495.21939" /> + <rect + y="495.21939" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4190" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4200" + width="84.285713" + height="84.285713" + x="97.14286" + y="579.50507" /> + <rect + y="579.50507" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4204" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="579.50507" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4208" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4212" + width="84.285713" + height="84.285713" + x="349.99997" + y="579.50513" /> + <rect + y="579.50513" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4232" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4236" + width="84.285713" + height="84.285713" + x="518.57141" + y="579.50513" /> + <rect + y="663.79077" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4202" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4206" + width="84.285713" + height="84.285713" + x="97.14286" + y="663.79077" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4210" + width="84.285713" + height="84.285713" + x="349.99997" + y="663.79083" /> + <rect + y="663.79083" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4214" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4234" + width="84.285713" + height="84.285713" + x="518.57141" + y="663.79083" /> + <rect + y="663.79083" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4238" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + </g> +</svg> diff --git a/src/doc/img/bitmap_graph.svg b/src/doc/img/bitmap_graph.svg new file mode 100644 index 0000000000000000000000000000000000000000..89aafc587583e117e2101843d4b1157d941b0bd1 --- /dev/null +++ b/src/doc/img/bitmap_graph.svg @@ -0,0 +1,4140 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 376.63199 384.57599" + height="384.57599" + width="376.63199" + xml:space="preserve" + id="svg2" + version="1.1"><metadata + id="metadata8"><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><defs + id="defs6" /><g + transform="matrix(1.3333333,0,0,-1.3333333,0,384.576)" + id="g10"><g + transform="translate(10.162,-34.397)" + id="g12"><g + id="g14"><g + id="g16" /><g + id="g18"><g + id="g20"><g + id="g22"><path + id="path24" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,306.14606 c 0,5.50234 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46043 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(-2.431,303.098)" + id="g26"><g + id="g28"><g + transform="translate(-7.731,-268.701)" + id="g30"><text + id="text34" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,7.731,268.701)"><tspan + id="tspan32" + y="0" + x="0">0</tspan></text> +<g + transform="translate(7.731,268.701)" + id="g36" /></g></g><g + transform="translate(2.431,-303.098)" + id="g38" /></g></g><g + id="g40"><g + id="g42"><path + id="path44" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,255.1217 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46041 9.96277,9.96276 z" /></g><g + transform="translate(-2.431,252.075)" + id="g46"><g + id="g48"><g + transform="translate(-7.731,-217.678)" + id="g50"><text + id="text54" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,7.731,217.678)"><tspan + id="tspan52" + y="0" + x="0">0</tspan></text> +<g + transform="translate(7.731,217.678)" + id="g56" /></g></g><g + transform="translate(2.431,-252.075)" + id="g58" /></g></g><g + id="g60"><g + id="g62"><path + id="path64" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,204.09737 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(-2.431,201.051)" + id="g66"><g + id="g68"><g + transform="translate(-7.731,-166.654)" + id="g70"><text + id="text74" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,7.731,166.654)"><tspan + id="tspan72" + y="0" + x="0">0</tspan></text> +<g + transform="translate(7.731,166.654)" + id="g76" /></g></g><g + transform="translate(2.431,-201.051)" + id="g78" /></g></g><g + id="g80"><g + id="g82"><path + id="path84" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,153.07301 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-2.431,150.027)" + id="g86"><g + id="g88"><g + transform="translate(-7.731,-115.63)" + id="g90"><text + id="text94" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,7.731,115.63)"><tspan + id="tspan92" + y="0" + x="0">0</tspan></text> +<g + transform="translate(7.731,115.63)" + id="g96" /></g></g><g + transform="translate(2.431,-150.027)" + id="g98" /></g></g><g + id="g100"><g + id="g102"><path + id="path104" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,102.04868 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96278 9.96277,-9.96278 5.50235,0 9.96277,4.46041 9.96277,9.96278 z" /></g><g + transform="translate(-2.431,99.004)" + id="g106"><g + id="g108"><g + transform="translate(-7.731,-64.607)" + id="g110"><text + id="text114" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,7.731,64.607)"><tspan + id="tspan112" + y="0" + x="0">0</tspan></text> +<g + transform="translate(7.731,64.607)" + id="g116" /></g></g><g + transform="translate(2.431,-99.004)" + id="g118" /></g></g><g + id="g120"><g + id="g122"><path + id="path124" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.96277,51.02432 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(-2.431,47.98)" + id="g126"><g + id="g128"><g + transform="translate(-7.731,-13.583)" + id="g130"><text + id="text134" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,7.731,13.583)"><tspan + id="tspan132" + y="0" + x="0">0</tspan></text> +<g + transform="translate(7.731,13.583)" + id="g136" /></g></g><g + transform="translate(2.431,-47.98)" + id="g138" /></g></g><g + id="g140"><g + id="g142"><path + id="path144" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.98709,306.14606 c 0,5.50234 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46043 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(48.593,303.098)" + id="g146"><g + id="g148"><g + transform="translate(-58.755,-268.701)" + id="g150"><text + id="text154" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,58.755,268.701)"><tspan + id="tspan152" + y="0" + x="0">0</tspan></text> +<g + transform="translate(58.755,268.701)" + id="g156" /></g></g><g + transform="translate(-48.593,-303.098)" + id="g158" /></g></g><g + id="g160"><g + id="g162"><path + id="path164" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.98709,255.1217 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96276 9.96277,-9.96276 5.50235,0 9.96277,4.46041 9.96277,9.96276 z" /></g><g + transform="translate(48.593,252.075)" + id="g166"><g + id="g168"><g + transform="translate(-58.755,-217.678)" + id="g170"><text + id="text174" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,58.755,217.678)"><tspan + id="tspan172" + y="0" + x="0">0</tspan></text> +<g + transform="translate(58.755,217.678)" + id="g176" /></g></g><g + transform="translate(-48.593,-252.075)" + id="g178" /></g></g><g + id="g180"><g + id="g182"><path + id="path184" + style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.98709,204.09737 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(43.731,201.051)" + id="g186"><g + id="g188"><g + transform="translate(-53.893,-166.654)" + id="g190"><text + id="text194" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,53.893,166.654)"><tspan + id="tspan192" + y="0" + x="0 4.8577681 9.7247019">127</tspan></text> +<g + transform="translate(53.893,166.654)" + id="g196" /></g></g><g + transform="translate(-43.731,-201.051)" + id="g198" /></g></g><g + id="g200"><g + id="g202"><path + id="path204" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.98709,153.07301 c 0,5.50237 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(43.731,150.027)" + id="g206"><g + id="g208"><g + transform="translate(-53.893,-115.63)" + id="g210"><text + id="text214" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,53.893,115.63)"><tspan + id="tspan212" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(53.893,115.63)" + id="g216" /></g></g><g + transform="translate(-43.731,-150.027)" + id="g218" /></g></g><g + id="g220"><g + id="g222"><path + id="path224" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.98709,102.04868 c 0,5.50235 -4.46042,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96278 9.96277,-9.96278 5.50235,0 9.96277,4.46041 9.96277,9.96278 z" /></g><g + transform="translate(43.731,99.004)" + id="g226"><g + id="g228"><g + transform="translate(-53.893,-64.607)" + id="g230"><text + id="text234" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,53.893,64.607)"><tspan + id="tspan232" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(53.893,64.607)" + id="g236" /></g></g><g + transform="translate(-43.731,-99.004)" + id="g238" /></g></g><g + id="g240"><g + id="g242"><path + id="path244" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.98709,51.02432 c 0,5.50235 -4.46042,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50235,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(43.731,47.98)" + id="g246"><g + id="g248"><g + transform="translate(-53.893,-13.583)" + id="g250"><text + id="text254" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,53.893,13.583)"><tspan + id="tspan252" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(53.893,13.583)" + id="g256" /></g></g><g + transform="translate(-43.731,-47.98)" + id="g258" /></g></g><g + id="g260"><g + id="g262"><path + id="path264" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 112.01144,306.14606 c 0,5.50234 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96278,-4.46043 -9.96278,-9.96277 0,-5.50237 4.46041,-9.96277 9.96278,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(99.616,303.098)" + id="g266"><g + id="g268"><g + transform="translate(-109.778,-268.701)" + id="g270"><text + id="text274" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,109.778,268.701)"><tspan + id="tspan272" + y="0" + x="0">0</tspan></text> +<g + transform="translate(109.778,268.701)" + id="g276" /></g></g><g + transform="translate(-99.616,-303.098)" + id="g278" /></g></g><g + id="g280"><g + id="g282"><path + id="path284" + style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 112.01144,255.1217 c 0,5.50237 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96278,-4.4604 -9.96278,-9.96277 0,-5.50235 4.46041,-9.96276 9.96278,-9.96276 5.50235,0 9.96276,4.46041 9.96276,9.96276 z" /></g><g + transform="translate(94.755,252.075)" + id="g286"><g + id="g288"><g + transform="translate(-104.917,-217.678)" + id="g290"><text + id="text294" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,104.917,217.678)"><tspan + id="tspan292" + y="0" + x="0 4.8577681 9.7247019">127</tspan></text> +<g + transform="translate(104.917,217.678)" + id="g296" /></g></g><g + transform="translate(-94.755,-252.075)" + id="g298" /></g></g><g + id="g300"><g + id="g302"><path + id="path304" + style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 112.01144,204.09737 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96278,-4.46041 -9.96278,-9.96276 0,-5.50237 4.46041,-9.96277 9.96278,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(94.755,201.051)" + id="g306"><g + id="g308"><g + transform="translate(-104.917,-166.654)" + id="g310"><text + id="text314" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,104.917,166.654)"><tspan + id="tspan312" + y="0" + x="0 4.8577681 9.7247019">127</tspan></text> +<g + transform="translate(104.917,166.654)" + id="g316" /></g></g><g + transform="translate(-94.755,-201.051)" + id="g318" /></g></g><g + id="g320"><g + id="g322"><path + id="path324" + style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 112.01144,153.07301 c 0,5.50237 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96278,-4.4604 -9.96278,-9.96277 0,-5.50235 4.46041,-9.96277 9.96278,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(94.755,150.027)" + id="g326"><g + id="g328"><g + transform="translate(-104.917,-115.63)" + id="g330"><text + id="text334" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,104.917,115.63)"><tspan + id="tspan332" + y="0" + x="0 4.8577681 9.7247019">127</tspan></text> +<g + transform="translate(104.917,115.63)" + id="g336" /></g></g><g + transform="translate(-94.755,-150.027)" + id="g338" /></g></g><g + id="g340"><g + id="g342"><path + id="path344" + style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 112.01144,102.04868 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96278,-4.46041 -9.96278,-9.96276 0,-5.50237 4.46041,-9.96278 9.96278,-9.96278 5.50235,0 9.96276,4.46041 9.96276,9.96278 z" /></g><g + transform="translate(94.755,99.004)" + id="g346"><g + id="g348"><g + transform="translate(-104.917,-64.607)" + id="g350"><text + id="text354" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,104.917,64.607)"><tspan + id="tspan352" + y="0" + x="0 4.8577681 9.7247019">127</tspan></text> +<g + transform="translate(104.917,64.607)" + id="g356" /></g></g><g + transform="translate(-94.755,-99.004)" + id="g358" /></g></g><g + id="g360"><g + id="g362"><path + id="path364" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 112.01144,51.02432 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96278,-4.46042 -9.96278,-9.96277 0,-5.50235 4.46041,-9.96277 9.96278,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(94.755,47.98)" + id="g366"><g + id="g368"><g + transform="translate(-104.917,-13.583)" + id="g370"><text + id="text374" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,104.917,13.583)"><tspan + id="tspan372" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(104.917,13.583)" + id="g376" /></g></g><g + transform="translate(-94.755,-47.98)" + id="g378" /></g></g><g + id="g380"><g + id="g382"><path + id="path384" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 163.03578,306.14606 c 0,5.50234 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46043 -9.96277,-9.96277 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(150.64,303.098)" + id="g386"><g + id="g388"><g + transform="translate(-160.802,-268.701)" + id="g390"><text + id="text394" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,160.802,268.701)"><tspan + id="tspan392" + y="0" + x="0">0</tspan></text> +<g + transform="translate(160.802,268.701)" + id="g396" /></g></g><g + transform="translate(-150.64,-303.098)" + id="g398" /></g></g><g + id="g400"><g + id="g402"><path + id="path404" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 163.03578,255.1217 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96276 9.96277,-9.96276 5.50237,0 9.96277,4.46041 9.96277,9.96276 z" /></g><g + transform="translate(145.778,252.075)" + id="g406"><g + id="g408"><g + transform="translate(-155.94,-217.678)" + id="g410"><text + id="text414" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,155.94,217.678)"><tspan + id="tspan412" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(155.94,217.678)" + id="g416" /></g></g><g + transform="translate(-145.778,-252.075)" + id="g418" /></g></g><g + id="g420"><g + id="g422"><path + id="path424" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 163.03578,204.09737 c 0,5.50235 -4.4604,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(145.778,201.051)" + id="g426"><g + id="g428"><g + transform="translate(-155.94,-166.654)" + id="g430"><text + id="text434" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,155.94,166.654)"><tspan + id="tspan432" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(155.94,166.654)" + id="g436" /></g></g><g + transform="translate(-145.778,-201.051)" + id="g438" /></g></g><g + id="g440"><g + id="g442"><path + id="path444" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 163.03578,153.07301 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(145.778,150.027)" + id="g446"><g + id="g448"><g + transform="translate(-155.94,-115.63)" + id="g450"><text + id="text454" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,155.94,115.63)"><tspan + id="tspan452" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(155.94,115.63)" + id="g456" /></g></g><g + transform="translate(-145.778,-150.027)" + id="g458" /></g></g><g + id="g460"><g + id="g462"><path + id="path464" + style="fill:#7f7f7f;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 163.03578,102.04868 c 0,5.50235 -4.4604,9.96276 -9.96277,9.96276 -5.50235,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.46042,-9.96278 9.96277,-9.96278 5.50237,0 9.96277,4.46041 9.96277,9.96278 z" /></g><g + transform="translate(145.778,99.004)" + id="g466"><g + id="g468"><g + transform="translate(-155.94,-64.607)" + id="g470"><text + id="text474" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,155.94,64.607)"><tspan + id="tspan472" + y="0" + x="0 4.8577681 9.7247019">127</tspan></text> +<g + transform="translate(155.94,64.607)" + id="g476" /></g></g><g + transform="translate(-145.778,-99.004)" + id="g478" /></g></g><g + id="g480"><g + id="g482"><path + id="path484" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 163.03578,51.02432 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.46042,-9.96277 9.96277,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(145.778,47.98)" + id="g486"><g + id="g488"><g + transform="translate(-155.94,-13.583)" + id="g490"><text + id="text494" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,155.94,13.583)"><tspan + id="tspan492" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(155.94,13.583)" + id="g496" /></g></g><g + transform="translate(-145.778,-47.98)" + id="g498" /></g></g><g + id="g500"><g + id="g502"><path + id="path504" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 214.06013,306.14606 c 0,5.50234 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46043 -9.96277,-9.96277 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(201.664,303.098)" + id="g506"><g + id="g508"><g + transform="translate(-211.826,-268.701)" + id="g510"><text + id="text514" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,211.826,268.701)"><tspan + id="tspan512" + y="0" + x="0">0</tspan></text> +<g + transform="translate(211.826,268.701)" + id="g516" /></g></g><g + transform="translate(-201.664,-303.098)" + id="g518" /></g></g><g + id="g520"><g + id="g522"><path + id="path524" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 214.06013,255.1217 c 0,5.50237 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96276 9.96277,-9.96276 5.50235,0 9.96276,4.46041 9.96276,9.96276 z" /></g><g + transform="translate(201.664,252.075)" + id="g526"><g + id="g528"><g + transform="translate(-211.826,-217.678)" + id="g530"><text + id="text534" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,211.826,217.678)"><tspan + id="tspan532" + y="0" + x="0">0</tspan></text> +<g + transform="translate(211.826,217.678)" + id="g536" /></g></g><g + transform="translate(-201.664,-252.075)" + id="g538" /></g></g><g + id="g540"><g + id="g542"><path + id="path544" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 214.06013,204.09737 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.4604 9.96276,9.96277 z" /></g><g + transform="translate(196.802,201.051)" + id="g546"><g + id="g548"><g + transform="translate(-206.964,-166.654)" + id="g550"><text + id="text554" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,206.964,166.654)"><tspan + id="tspan552" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(206.964,166.654)" + id="g556" /></g></g><g + transform="translate(-196.802,-201.051)" + id="g558" /></g></g><g + id="g560"><g + id="g562"><path + id="path564" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 214.06013,153.07301 c 0,5.50237 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.4604 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(196.802,150.027)" + id="g566"><g + id="g568"><g + transform="translate(-206.964,-115.63)" + id="g570"><text + id="text574" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,206.964,115.63)"><tspan + id="tspan572" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(206.964,115.63)" + id="g576" /></g></g><g + transform="translate(-196.802,-150.027)" + id="g578" /></g></g><g + id="g580"><g + id="g582"><path + id="path584" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 214.06013,102.04868 c 0,5.50235 -4.46041,9.96276 -9.96276,9.96276 -5.50237,0 -9.96277,-4.46041 -9.96277,-9.96276 0,-5.50237 4.4604,-9.96278 9.96277,-9.96278 5.50235,0 9.96276,4.46041 9.96276,9.96278 z" /></g><g + transform="translate(201.664,99.004)" + id="g586"><g + id="g588"><g + transform="translate(-211.826,-64.607)" + id="g590"><text + id="text594" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,211.826,64.607)"><tspan + id="tspan592" + y="0" + x="0">0</tspan></text> +<g + transform="translate(211.826,64.607)" + id="g596" /></g></g><g + transform="translate(-201.664,-99.004)" + id="g598" /></g></g><g + id="g600"><g + id="g602"><path + id="path604" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 214.06013,51.02432 c 0,5.50235 -4.46041,9.96277 -9.96276,9.96277 -5.50237,0 -9.96277,-4.46042 -9.96277,-9.96277 0,-5.50235 4.4604,-9.96277 9.96277,-9.96277 5.50235,0 9.96276,4.46042 9.96276,9.96277 z" /></g><g + transform="translate(196.802,47.98)" + id="g606"><g + id="g608"><g + transform="translate(-206.964,-13.583)" + id="g610"><text + id="text614" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,206.964,13.583)"><tspan + id="tspan612" + y="0" + x="0 4.8577681 9.7247019">255</tspan></text> +<g + transform="translate(206.964,13.583)" + id="g616" /></g></g><g + transform="translate(-196.802,-47.98)" + id="g618" /></g></g><g + id="g620"><g + id="g622"><path + id="path624" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 265.08447,306.14606 c 0,5.50234 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96276,-4.46043 -9.96276,-9.96277 0,-5.50237 4.46041,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(252.687,303.098)" + id="g626"><g + id="g628"><g + transform="translate(-262.849,-268.701)" + id="g630"><text + id="text634" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,262.849,268.701)"><tspan + id="tspan632" + y="0" + x="0">0</tspan></text> +<g + transform="translate(262.849,268.701)" + id="g636" /></g></g><g + transform="translate(-252.687,-303.098)" + id="g638" /></g></g><g + id="g640"><g + id="g642"><path + id="path644" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 265.08447,255.1217 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50235 4.46041,-9.96276 9.96276,-9.96276 5.50237,0 9.96277,4.46041 9.96277,9.96276 z" /></g><g + transform="translate(252.687,252.075)" + id="g646"><g + id="g648"><g + transform="translate(-262.849,-217.678)" + id="g650"><text + id="text654" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,262.849,217.678)"><tspan + id="tspan652" + y="0" + x="0">0</tspan></text> +<g + transform="translate(262.849,217.678)" + id="g656" /></g></g><g + transform="translate(-252.687,-252.075)" + id="g658" /></g></g><g + id="g660"><g + id="g662"><path + id="path664" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 265.08447,204.09737 c 0,5.50235 -4.4604,9.96276 -9.96277,9.96276 -5.50235,0 -9.96276,-4.46041 -9.96276,-9.96276 0,-5.50237 4.46041,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.4604 9.96277,9.96277 z" /></g><g + transform="translate(252.687,201.051)" + id="g666"><g + id="g668"><g + transform="translate(-262.849,-166.654)" + id="g670"><text + id="text674" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,262.849,166.654)"><tspan + id="tspan672" + y="0" + x="0">0</tspan></text> +<g + transform="translate(262.849,166.654)" + id="g676" /></g></g><g + transform="translate(-252.687,-201.051)" + id="g678" /></g></g><g + id="g680"><g + id="g682"><path + id="path684" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 265.08447,153.07301 c 0,5.50237 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96276,-4.4604 -9.96276,-9.96277 0,-5.50235 4.46041,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(252.687,150.027)" + id="g686"><g + id="g688"><g + transform="translate(-262.849,-115.63)" + id="g690"><text + id="text694" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,262.849,115.63)"><tspan + id="tspan692" + y="0" + x="0">0</tspan></text> +<g + transform="translate(262.849,115.63)" + id="g696" /></g></g><g + transform="translate(-252.687,-150.027)" + id="g698" /></g></g><g + id="g700"><g + id="g702"><path + id="path704" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 265.08447,102.04868 c 0,5.50235 -4.4604,9.96276 -9.96277,9.96276 -5.50235,0 -9.96276,-4.46041 -9.96276,-9.96276 0,-5.50237 4.46041,-9.96278 9.96276,-9.96278 5.50237,0 9.96277,4.46041 9.96277,9.96278 z" /></g><g + transform="translate(252.687,99.004)" + id="g706"><g + id="g708"><g + transform="translate(-262.849,-64.607)" + id="g710"><text + id="text714" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,262.849,64.607)"><tspan + id="tspan712" + y="0" + x="0">0</tspan></text> +<g + transform="translate(262.849,64.607)" + id="g716" /></g></g><g + transform="translate(-252.687,-99.004)" + id="g718" /></g></g><g + id="g720"><g + id="g722"><path + id="path724" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 265.08447,51.02432 c 0,5.50235 -4.4604,9.96277 -9.96277,9.96277 -5.50235,0 -9.96276,-4.46042 -9.96276,-9.96277 0,-5.50235 4.46041,-9.96277 9.96276,-9.96277 5.50237,0 9.96277,4.46042 9.96277,9.96277 z" /></g><g + transform="translate(252.687,47.98)" + id="g726"><g + id="g728"><g + transform="translate(-262.849,-13.583)" + id="g730"><text + id="text734" + style="font-variant:normal;font-weight:normal;font-size:9.16559982px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,262.849,13.583)"><tspan + id="tspan732" + y="0" + x="0">0</tspan></text> +<g + transform="translate(262.849,13.583)" + id="g736" /></g></g><g + transform="translate(-252.687,-47.98)" + id="g738" /></g></g><g + id="g740"><g + id="g742"><path + id="path744" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.56262,309.67885 c 11.69218,4.25565 20.21408,4.25612 31.24071,0.24269" /><g + transform="matrix(0.94089,-0.34244,0.34244,0.94089,40.80331,309.92155)" + id="g746"><g + id="g748"><path + id="path750" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g752"><g + transform="translate(16.764,314.967)" + id="g754"><g + id="g756"><g + transform="translate(-26.926,-280.57)" + id="g758"><text + id="text762" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,26.926,280.57)"><tspan + id="tspan760" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(26.926,280.57)" + id="g764" /></g></g><g + transform="translate(-16.764,-314.967)" + id="g766" /></g></g></g></g><g + id="g768"><g + id="g770"><path + id="path772" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 3.48355,296.62685 c 4.25372,-11.69287 4.25202,-20.21477 0.23679,-31.2407" /><g + transform="matrix(-0.34264,-0.94089,0.94089,-0.34264,3.72034,265.38617)" + id="g774"><g + id="g776"><path + id="path778" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g780"><g + transform="rotate(90,-129.566,143.734)" + id="g782"><g + id="g784"><g + transform="translate(-24.33,-238.903)" + id="g786"><text + id="text790" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,24.33,238.903)"><tspan + id="tspan788" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(24.33,238.903)" + id="g792" /></g></g><g + transform="translate(-14.168,-273.3)" + id="g794" /></g></g></g></g><g + id="g796"><g + id="g798"><path + id="path800" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.56262,258.64572 c 11.69218,4.25565 20.21408,4.25612 31.24071,0.24269" /><g + transform="matrix(0.94089,-0.34244,0.34244,0.94089,40.80331,258.88843)" + id="g802"><g + id="g804"><path + id="path806" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g808"><g + transform="translate(16.764,263.934)" + id="g810"><g + id="g812"><g + transform="translate(-26.926,-229.537)" + id="g814"><text + id="text818" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,26.926,229.537)"><tspan + id="tspan816" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(26.926,229.537)" + id="g820" /></g></g><g + transform="translate(-16.764,-263.934)" + id="g822" /></g></g></g></g><g + id="g824"><g + id="g826"><path + id="path828" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -3.47798,264.72061 c -4.25759,11.69147 -4.25929,20.21337 -0.24768,31.24069" /><g + transform="matrix(0.34227,0.94089,-0.94089,0.34227,-3.72566,295.96129)" + id="g830"><g + id="g832"><path + id="path834" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g836"><g + transform="rotate(90,-134.597,135.417)" + id="g838"><g + id="g840"><g + transform="translate(-10.982,-235.617)" + id="g842"><text + id="text846" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,10.982,235.617)"><tspan + id="tspan844" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(10.982,235.617)" + id="g848" /></g></g><g + transform="translate(-0.82,-270.014)" + id="g850" /></g></g></g></g><g + id="g852"><g + id="g854"><path + id="path856" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 3.4831,245.59525 C 7.73717,233.90251 7.73567,225.38062 3.72078,214.35457" /><g + transform="matrix(-0.3426,-0.94089,0.94089,-0.3426,3.7208,214.35458)" + id="g858"><g + id="g860"><path + id="path862" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g864"><g + transform="rotate(90,-104.0505,118.2185)" + id="g866"><g + id="g868"><g + transform="translate(-24.33,-187.872)" + id="g870"><text + id="text874" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,24.33,187.872)"><tspan + id="tspan872" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(24.33,187.872)" + id="g876" /></g></g><g + transform="translate(-14.168,-222.269)" + id="g878" /></g></g></g></g><g + id="g880"><g + id="g882"><path + id="path884" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.56262,207.61275 c 11.69218,4.25563 20.21408,4.25609 31.24071,0.24266" /><g + transform="matrix(0.94089,-0.34244,0.34244,0.94089,40.80331,207.85542)" + id="g886"><g + id="g888"><path + id="path890" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g892"><g + transform="translate(12.389,212.902)" + id="g894"><g + id="g896"><g + transform="translate(-22.551,-178.505)" + id="g898"><text + id="text902" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,22.551,178.505)"><tspan + id="tspan900" + y="0" + x="0 5.8293109 11.669621 17.498932 20.413588">115.2</tspan></text> +<g + transform="translate(22.551,178.505)" + id="g904" /></g></g><g + transform="translate(-12.389,-212.902)" + id="g906" /></g></g></g></g><g + id="g908"><g + id="g910"><path + id="path912" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -3.47845,213.68903 c -4.25722,11.69159 -4.25872,20.21348 -0.24677,31.24067" /><g + transform="matrix(0.3423,0.94089,-0.94089,0.3423,-3.72523,244.92969)" + id="g914"><g + id="g916"><path + id="path918" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g920"><g + transform="rotate(90,-109.0815,109.9015)" + id="g922"><g + id="g924"><g + transform="translate(-10.982,-184.586)" + id="g926"><text + id="text930" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,10.982,184.586)"><tspan + id="tspan928" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(10.982,184.586)" + id="g932" /></g></g><g + transform="translate(-0.82,-218.983)" + id="g934" /></g></g></g></g><g + id="g936"><g + id="g938"><path + id="path940" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 3.4828,194.56367 c 4.25441,-11.69262 4.253,-20.21452 0.23842,-31.2407" /><g + transform="matrix(-0.34258,-0.94089,0.94089,-0.34258,3.72124,163.32298)" + id="g942"><g + id="g944"><path + id="path946" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g948"><g + transform="rotate(90,-78.535,92.703)" + id="g950"><g + id="g952"><g + transform="translate(-24.33,-136.841)" + id="g954"><text + id="text958" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,24.33,136.841)"><tspan + id="tspan956" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(24.33,136.841)" + id="g960" /></g></g><g + transform="translate(-14.168,-171.238)" + id="g962" /></g></g></g></g><g + id="g964"><g + id="g966"><path + id="path968" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.56262,156.57974 c 11.69218,4.25565 20.21408,4.25596 31.24071,0.24253" /><g + transform="matrix(0.94089,-0.34244,0.34244,0.94089,40.80331,156.82228)" + id="g970"><g + id="g972"><path + id="path974" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g976"><g + transform="translate(22.598,161.87)" + id="g978"><g + id="g980"><g + transform="translate(-32.76,-127.473)" + id="g982"><text + id="text986" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,32.76,127.473)"><tspan + id="tspan984" + y="0" + x="0">0</tspan></text> +<g + transform="translate(32.76,127.473)" + id="g988" /></g></g><g + transform="translate(-22.598,-161.87)" + id="g990" /></g></g></g></g><g + id="g992"><g + id="g994"><path + id="path996" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -3.4789,162.65742 c -4.2569,11.69173 -4.25831,20.21363 -0.24605,31.24071" /><g + transform="matrix(0.34233,0.94089,-0.94089,0.34233,-3.72495,193.89812)" + id="g998"><g + id="g1000"><path + id="path1002" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1004"><g + transform="rotate(90,-83.566,84.386)" + id="g1006"><g + id="g1008"><g + transform="translate(-10.982,-133.555)" + id="g1010"><text + id="text1014" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,10.982,133.555)"><tspan + id="tspan1012" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(10.982,133.555)" + id="g1016" /></g></g><g + transform="translate(-0.82,-167.952)" + id="g1018" /></g></g></g></g><g + id="g1020"><g + id="g1022"><path + id="path1024" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 3.48187,143.53207 C 7.7368,131.83965 7.73576,123.31775 3.7217,112.29137" /><g + transform="matrix(-0.34253,-0.94089,0.94089,-0.34253,3.7217,112.29138)" + id="g1026"><g + id="g1028"><path + id="path1030" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1032"><g + transform="rotate(90,-53.02,67.187)" + id="g1034"><g + id="g1036"><g + transform="translate(-24.329,-85.81)" + id="g1038"><text + id="text1042" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,24.329,85.81)"><tspan + id="tspan1040" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(24.329,85.81)" + id="g1044" /></g></g><g + transform="translate(-14.167,-120.207)" + id="g1046" /></g></g></g></g><g + id="g1048"><g + id="g1050"><path + id="path1052" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.56262,105.54659 c 11.69218,4.25566 20.21408,4.25611 31.24071,0.24267" /><g + transform="matrix(0.94089,-0.34244,0.34244,0.94089,40.80331,105.78928)" + id="g1054"><g + id="g1056"><path + id="path1058" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1060"><g + transform="translate(22.598,110.837)" + id="g1062"><g + id="g1064"><g + transform="translate(-32.76,-76.44)" + id="g1066"><text + id="text1070" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,32.76,76.44)"><tspan + id="tspan1068" + y="0" + x="0">0</tspan></text> +<g + transform="translate(32.76,76.44)" + id="g1072" /></g></g><g + transform="translate(-22.598,-110.837)" + id="g1074" /></g></g></g></g><g + id="g1076"><g + id="g1078"><path + id="path1080" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m -3.4794,111.62582 c -4.25636,11.69193 -4.2574,20.21383 -0.24464,31.24071" /><g + transform="matrix(0.34238,0.94089,-0.94089,0.34238,-3.72404,142.86652)" + id="g1082"><g + id="g1084"><path + id="path1086" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1088"><g + transform="rotate(90,-58.051,58.871)" + id="g1090"><g + id="g1092"><g + transform="translate(-10.982,-82.525)" + id="g1094"><text + id="text1098" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,10.982,82.525)"><tspan + id="tspan1096" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(10.982,82.525)" + id="g1100" /></g></g><g + transform="translate(-0.82,-116.922)" + id="g1102" /></g></g></g></g><g + id="g1104"><g + id="g1106"><path + id="path1108" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 3.4814,92.50047 C 7.7367,80.8082 7.7357,72.2863 3.72197,61.25977" /><g + transform="matrix(-0.3425,-0.94089,0.94089,-0.3425,3.72198,61.25978)" + id="g1110"><g + id="g1112"><path + id="path1114" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1116"><g + transform="rotate(90,-27.505,41.671)" + id="g1118"><g + id="g1120"><g + transform="translate(-24.328,-34.779)" + id="g1122"><text + id="text1126" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,24.328,34.779)"><tspan + id="tspan1124" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(24.328,34.779)" + id="g1128" /></g></g><g + transform="translate(-14.166,-69.176)" + id="g1130" /></g></g></g></g><g + id="g1132"><g + id="g1134"><path + id="path1136" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 9.56262,54.5136 c 11.69218,4.25564 20.21408,4.2561 31.24071,0.24267" /><g + transform="matrix(0.94089,-0.34244,0.34244,0.94089,40.80331,54.75629)" + id="g1138"><g + id="g1140"><path + id="path1142" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1144"><g + transform="translate(22.598,59.805)" + id="g1146"><g + id="g1148"><g + transform="translate(-32.76,-25.408)" + id="g1150"><text + id="text1154" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,32.76,25.408)"><tspan + id="tspan1152" + y="0" + x="0">0</tspan></text> +<g + transform="translate(32.76,25.408)" + id="g1156" /></g></g><g + transform="translate(-22.598,-59.805)" + id="g1158" /></g></g></g></g><g + id="g1160"><g + id="g1162"><path + id="path1164" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -3.4797,60.59422 C -7.7357,72.2863 -7.7367,80.8082 -3.72362,91.83493" /><g + transform="matrix(0.34242,0.94089,-0.94089,0.34242,-3.72363,91.83492)" + id="g1166"><g + id="g1168"><path + id="path1170" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1172"><g + transform="rotate(90,-32.5355,33.3555)" + id="g1174"><g + id="g1176"><g + transform="translate(-10.982,-31.494)" + id="g1178"><text + id="text1182" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,10.982,31.494)"><tspan + id="tspan1180" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(10.982,31.494)" + id="g1184" /></g></g><g + transform="translate(-0.82,-65.891)" + id="g1186" /></g></g></g></g><g + id="g1188"><g + id="g1190"><path + id="path1192" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 41.46887,302.71709 C 29.7767,298.46146 21.2548,298.46191 10.22816,302.47534" /><g + transform="matrix(-0.94089,0.34244,-0.34244,-0.94089,10.22818,302.47533)" + id="g1194"><g + id="g1196"><path + id="path1198" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1200"><g + transform="translate(16.764,290.117)" + id="g1202"><g + id="g1204"><g + transform="translate(-26.926,-255.72)" + id="g1206"><text + id="text1210" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,26.926,255.72)"><tspan + id="tspan1208" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(26.926,255.72)" + id="g1212" /></g></g><g + transform="translate(-16.764,-290.117)" + id="g1214" /></g></g></g></g><g + id="g1216"><g + id="g1218"><path + id="path1220" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.59422,309.67793 c 11.69199,4.25615 20.2139,4.25701 31.24071,0.24408" /><g + transform="matrix(0.94089,-0.3424,0.3424,0.94089,91.83492,309.92203)" + id="g1222"><g + id="g1224"><path + id="path1226" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1228"><g + transform="translate(67.795,314.967)" + id="g1230"><g + id="g1232"><g + transform="translate(-77.957,-280.57)" + id="g1234"><text + id="text1238" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,77.957,280.57)"><tspan + id="tspan1236" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(77.957,280.57)" + id="g1240" /></g></g><g + transform="translate(-67.795,-314.967)" + id="g1242" /></g></g></g></g><g + id="g1244"><g + id="g1246"><path + id="path1248" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 54.5167,296.62685 c 4.25385,-11.6928 4.25185,-20.21469 0.2368,-31.2407" /><g + transform="matrix(-0.34262,-0.94089,0.94089,-0.34262,54.7535,265.38617)" + id="g1250"><g + id="g1252"><path + id="path1254" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1256"><g + transform="rotate(90,-104.0495,169.2505)" + id="g1258"><g + id="g1260"><g + transform="translate(-75.363,-238.903)" + id="g1262"><text + id="text1266" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,75.363,238.903)"><tspan + id="tspan1264" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(75.363,238.903)" + id="g1268" /></g></g><g + transform="translate(-65.201,-273.3)" + id="g1270" /></g></g></g></g><g + id="g1272"><g + id="g1274"><path + id="path1276" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 41.46887,251.6841 C 29.7767,247.42845 21.2548,247.42891 10.22816,251.44235" /><g + transform="matrix(-0.94089,0.34244,-0.34244,-0.94089,10.22818,251.44234)" + id="g1278"><g + id="g1280"><path + id="path1282" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1284"><g + transform="translate(16.764,239.085)" + id="g1286"><g + id="g1288"><g + transform="translate(-26.926,-204.688)" + id="g1290"><text + id="text1294" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,26.926,204.688)"><tspan + id="tspan1292" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(26.926,204.688)" + id="g1296" /></g></g><g + transform="translate(-16.764,-239.085)" + id="g1298" /></g></g></g></g><g + id="g1300"><g + id="g1302"><path + id="path1304" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.59422,258.64493 c 11.69208,4.25601 20.21398,4.25702 31.24071,0.24394" /><g + transform="matrix(0.94089,-0.3424,0.3424,0.94089,91.83492,258.88889)" + id="g1306"><g + id="g1308"><path + id="path1310" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1312"><g + transform="translate(63.419,263.934)" + id="g1314"><g + id="g1316"><g + transform="translate(-73.581,-229.537)" + id="g1318"><text + id="text1322" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,73.581,229.537)"><tspan + id="tspan1320" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">115.2</tspan></text> +<g + transform="translate(73.581,229.537)" + id="g1324" /></g></g><g + transform="translate(-63.419,-263.934)" + id="g1326" /></g></g></g></g><g + id="g1328"><g + id="g1330"><path + id="path1332" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 47.55493,264.72061 c -4.2576,11.69147 -4.25929,20.21337 -0.24769,31.24069" /><g + transform="matrix(0.34227,0.94089,-0.94089,0.34227,47.30724,295.96129)" + id="g1334"><g + id="g1336"><path + id="path1338" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1340"><g + transform="rotate(90,-109.081,160.933)" + id="g1342"><g + id="g1344"><g + transform="translate(-62.014,-235.617)" + id="g1346"><text + id="text1350" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,62.014,235.617)"><tspan + id="tspan1348" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(62.014,235.617)" + id="g1352" /></g></g><g + transform="translate(-51.852,-270.014)" + id="g1354" /></g></g></g></g><g + id="g1356"><g + id="g1358"><path + id="path1360" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 54.51624,245.59525 c 4.25404,-11.69274 4.25256,-20.21463 0.23768,-31.24068" /><g + transform="matrix(-0.3426,-0.94089,0.94089,-0.3426,54.75394,214.35458)" + id="g1362"><g + id="g1364"><path + id="path1366" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1368"><g + transform="rotate(90,-75.409,140.609)" + id="g1370"><g + id="g1372"><g + transform="translate(-75.362,-181.621)" + id="g1374"><text + id="text1378" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,75.362,181.621)"><tspan + id="tspan1376" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">115.2</tspan></text> +<g + transform="translate(75.362,181.621)" + id="g1380" /></g></g><g + transform="translate(-65.2,-216.018)" + id="g1382" /></g></g></g></g><g + id="g1384"><g + id="g1386"><path + id="path1388" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 41.46887,200.65097 C 29.7767,196.39532 21.2548,196.39577 10.22816,200.4092" /><g + transform="matrix(-0.94089,0.34244,-0.34244,-0.94089,10.22818,200.40918)" + id="g1390"><g + id="g1392"><path + id="path1394" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1396"><g + transform="translate(12.389,188.088)" + id="g1398"><g + id="g1400"><g + transform="translate(-22.551,-153.691)" + id="g1402"><text + id="text1406" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,22.551,153.691)"><tspan + id="tspan1404" + y="0" + x="0 5.8293109 11.669621 17.498932 20.413588">140.8</tspan></text> +<g + transform="translate(22.551,153.691)" + id="g1408" /></g></g><g + transform="translate(-12.389,-188.088)" + id="g1410" /></g></g></g></g><g + id="g1412"><g + id="g1414"><path + id="path1416" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.59422,207.6118 c 11.69199,4.25618 20.2139,4.25699 31.24071,0.24407" /><g + transform="matrix(0.94089,-0.3424,0.3424,0.94089,91.83492,207.85588)" + id="g1418"><g + id="g1420"><path + id="path1422" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1424"><g + transform="translate(67.795,212.902)" + id="g1426"><g + id="g1428"><g + transform="translate(-77.957,-178.505)" + id="g1430"><text + id="text1434" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,77.957,178.505)"><tspan + id="tspan1432" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(77.957,178.505)" + id="g1436" /></g></g><g + transform="translate(-67.795,-212.902)" + id="g1438" /></g></g></g></g><g + id="g1440"><g + id="g1442"><path + id="path1444" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 47.55446,213.68903 c -4.25723,11.69159 -4.2587,20.21348 -0.24678,31.24067" /><g + transform="matrix(0.3423,0.94089,-0.94089,0.3423,47.30766,244.92969)" + id="g1446"><g + id="g1448"><path + id="path1450" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1452"><g + transform="rotate(90,-82.3335,134.1495)" + id="g1454"><g + id="g1456"><g + transform="translate(-61.978,-182.086)" + id="g1458"><text + id="text1462" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,61.978,182.086)"><tspan + id="tspan1460" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">140.8</tspan></text> +<g + transform="translate(61.978,182.086)" + id="g1464" /></g></g><g + transform="translate(-51.816,-216.483)" + id="g1466" /></g></g></g></g><g + id="g1468"><g + id="g1470"><path + id="path1472" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 54.5158,194.56367 c 4.2544,-11.69262 4.25297,-20.21452 0.23843,-31.2407" /><g + transform="matrix(-0.34258,-0.94089,0.94089,-0.34258,54.75424,163.32298)" + id="g1474"><g + id="g1476"><path + id="path1478" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1480"><g + transform="rotate(90,-49.8935,115.0935)" + id="g1482"><g + id="g1484"><g + transform="translate(-75.362,-130.59)" + id="g1486"><text + id="text1490" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,75.362,130.59)"><tspan + id="tspan1488" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(75.362,130.59)" + id="g1492" /></g></g><g + transform="translate(-65.2,-164.987)" + id="g1494" /></g></g></g></g><g + id="g1496"><g + id="g1498"><path + id="path1500" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 41.46887,149.61812 C 29.7767,145.36249 21.2548,145.36293 10.22816,149.37636" /><g + transform="matrix(-0.94089,0.34244,-0.34244,-0.94089,10.22818,149.37634)" + id="g1502"><g + id="g1504"><path + id="path1506" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1508"><g + transform="translate(22.598,137.02)" + id="g1510"><g + id="g1512"><g + transform="translate(-32.76,-102.623)" + id="g1514"><text + id="text1518" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,32.76,102.623)"><tspan + id="tspan1516" + y="0" + x="0">0</tspan></text> +<g + transform="translate(32.76,102.623)" + id="g1520" /></g></g><g + transform="translate(-22.598,-137.02)" + id="g1522" /></g></g></g></g><g + id="g1524"><g + id="g1526"><path + id="path1528" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.59422,156.57881 c 11.69208,4.256 20.21398,4.25699 31.24071,0.24391" /><g + transform="matrix(0.94089,-0.34242,0.34242,0.94089,91.83492,156.82274)" + id="g1530"><g + id="g1532"><path + id="path1534" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1536"><g + transform="translate(63.419,161.869)" + id="g1538"><g + id="g1540"><g + transform="translate(-73.581,-127.472)" + id="g1542"><text + id="text1546" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,73.581,127.472)"><tspan + id="tspan1544" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(73.581,127.472)" + id="g1548" /></g></g><g + transform="translate(-63.419,-161.869)" + id="g1550" /></g></g></g></g><g + id="g1552"><g + id="g1554"><path + id="path1556" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 47.554,162.65742 c -4.25687,11.69173 -4.25813,20.21363 -0.24588,31.24071" /><g + transform="matrix(0.34233,0.94089,-0.94089,0.34233,47.30812,193.89812)" + id="g1558"><g + id="g1560"><path + id="path1562" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1564"><g + transform="rotate(90,-56.818,108.634)" + id="g1566"><g + id="g1568"><g + transform="translate(-61.978,-131.055)" + id="g1570"><text + id="text1574" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,61.978,131.055)"><tspan + id="tspan1572" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(61.978,131.055)" + id="g1576" /></g></g><g + transform="translate(-51.816,-165.452)" + id="g1578" /></g></g></g></g><g + id="g1580"><g + id="g1582"><path + id="path1584" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 54.51486,143.53207 c 4.25493,-11.69242 4.25369,-20.21432 0.23963,-31.2407" /><g + transform="matrix(-0.34253,-0.94089,0.94089,-0.34253,54.75449,112.29138)" + id="g1586"><g + id="g1588"><path + id="path1590" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1592"><g + transform="rotate(90,-27.504,92.703)" + id="g1594"><g + id="g1596"><g + transform="translate(-75.361,-85.81)" + id="g1598"><text + id="text1602" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,75.361,85.81)"><tspan + id="tspan1600" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(75.361,85.81)" + id="g1604" /></g></g><g + transform="translate(-65.199,-120.207)" + id="g1606" /></g></g></g></g><g + id="g1608"><g + id="g1610"><path + id="path1612" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 41.46887,98.58513 C 29.7767,94.32948 21.2548,94.3298 10.22816,98.34323" /><g + transform="matrix(-0.94089,0.34244,-0.34244,-0.94089,10.22818,98.34322)" + id="g1614"><g + id="g1616"><path + id="path1618" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1620"><g + transform="translate(22.598,85.987)" + id="g1622"><g + id="g1624"><g + transform="translate(-32.76,-51.59)" + id="g1626"><text + id="text1630" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,32.76,51.59)"><tspan + id="tspan1628" + y="0" + x="0">0</tspan></text> +<g + transform="translate(32.76,51.59)" + id="g1632" /></g></g><g + transform="translate(-22.598,-85.987)" + id="g1634" /></g></g></g></g><g + id="g1636"><g + id="g1638"><path + id="path1640" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.59422,105.54582 c 11.69208,4.25601 20.21398,4.25698 31.24071,0.2439" /><g + transform="matrix(0.94089,-0.3424,0.3424,0.94089,91.83492,105.78973)" + id="g1642"><g + id="g1644"><path + id="path1646" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1648"><g + transform="translate(63.419,110.837)" + id="g1650"><g + id="g1652"><g + transform="translate(-73.581,-76.44)" + id="g1654"><text + id="text1658" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,73.581,76.44)"><tspan + id="tspan1656" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(73.581,76.44)" + id="g1660" /></g></g><g + transform="translate(-63.419,-110.837)" + id="g1662" /></g></g></g></g><g + id="g1664"><g + id="g1666"><path + id="path1668" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 47.5537,111.62582 c -4.25637,11.69193 -4.25742,20.21383 -0.24468,31.24071" /><g + transform="matrix(0.34238,0.94089,-0.94089,0.34238,47.30902,142.86652)" + id="g1670"><g + id="g1672"><path + id="path1674" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1676"><g + transform="rotate(90,-32.535,84.387)" + id="g1678"><g + id="g1680"><g + transform="translate(-62.014,-82.525)" + id="g1682"><text + id="text1686" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,62.014,82.525)"><tspan + id="tspan1684" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(62.014,82.525)" + id="g1688" /></g></g><g + transform="translate(-51.852,-116.922)" + id="g1690" /></g></g></g></g><g + id="g1692"><g + id="g1694"><path + id="path1696" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 54.51436,92.50047 C 58.76965,80.8082 58.76866,72.2863 54.75493,61.25977" /><g + transform="matrix(-0.3425,-0.94089,0.94089,-0.3425,54.75494,61.25978)" + id="g1698"><g + id="g1700"><path + id="path1702" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1704"><g + transform="rotate(90,-1.989,67.187)" + id="g1706"><g + id="g1708"><g + transform="translate(-75.36,-34.779)" + id="g1710"><text + id="text1714" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,75.36,34.779)"><tspan + id="tspan1712" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(75.36,34.779)" + id="g1716" /></g></g><g + transform="translate(-65.198,-69.176)" + id="g1718" /></g></g></g></g><g + id="g1720"><g + id="g1722"><path + id="path1724" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 41.46887,47.55196 C 29.7767,43.29633 21.2548,43.29683 10.22816,47.31026" /><g + transform="matrix(-0.94089,0.34244,-0.34244,-0.94089,10.22818,47.31024)" + id="g1726"><g + id="g1728"><path + id="path1730" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1732"><g + transform="translate(22.598,34.955)" + id="g1734"><g + id="g1736"><g + transform="translate(-32.76,-0.558)" + id="g1738"><text + id="text1742" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,32.76,0.558)"><tspan + id="tspan1740" + y="0" + x="0">0</tspan></text> +<g + transform="translate(32.76,0.558)" + id="g1744" /></g></g><g + transform="translate(-22.598,-34.955)" + id="g1746" /></g></g></g></g><g + id="g1748"><g + id="g1750"><path + id="path1752" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 60.59422,54.51268 c 11.69208,4.25598 20.21398,4.25697 31.24071,0.2439" /><g + transform="matrix(0.94089,-0.34242,0.34242,0.94089,91.83492,54.75659)" + id="g1754"><g + id="g1756"><path + id="path1758" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1760"><g + transform="translate(67.795,59.804)" + id="g1762"><g + id="g1764"><g + transform="translate(-77.957,-25.407)" + id="g1766"><text + id="text1770" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,77.957,25.407)"><tspan + id="tspan1768" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(77.957,25.407)" + id="g1772" /></g></g><g + transform="translate(-67.795,-59.804)" + id="g1774" /></g></g></g></g><g + id="g1776"><g + id="g1778"><path + id="path1780" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 47.55336,60.59422 C 43.29736,72.2863 43.29625,80.8082 47.30933,91.83493" /><g + transform="matrix(0.34242,0.94089,-0.94089,0.34242,47.30931,91.83492)" + id="g1782"><g + id="g1784"><path + id="path1786" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1788"><g + transform="rotate(90,-7.0195,58.8715)" + id="g1790"><g + id="g1792"><g + transform="translate(-62.014,-31.494)" + id="g1794"><text + id="text1798" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,62.014,31.494)"><tspan + id="tspan1796" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(62.014,31.494)" + id="g1800" /></g></g><g + transform="translate(-51.852,-65.891)" + id="g1802" /></g></g></g></g><g + id="g1804"><g + id="g1806"><path + id="path1808" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 92.50047,302.71663 c -11.69227,-4.2553 -20.21417,-4.2543 -31.2407,-0.24056" /><g + transform="matrix(-0.94089,0.3425,-0.3425,-0.94089,61.25978,302.47606)" + id="g1810"><g + id="g1812"><path + id="path1814" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1816"><g + transform="translate(67.795,290.117)" + id="g1818"><g + id="g1820"><g + transform="translate(-77.957,-255.72)" + id="g1822"><text + id="text1826" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,77.957,255.72)"><tspan + id="tspan1824" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(77.957,255.72)" + id="g1828" /></g></g><g + transform="translate(-67.795,-290.117)" + id="g1830" /></g></g></g></g><g + id="g1832"><g + id="g1834"><path + id="path1836" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 111.62582,309.67749 c 11.69193,4.25635 20.21383,4.25755 31.24071,0.24481" /><g + transform="matrix(0.94089,-0.34238,0.34238,0.94089,142.86652,309.9223)" + id="g1838"><g + id="g1840"><path + id="path1842" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1844"><g + transform="translate(118.826,314.967)" + id="g1846"><g + id="g1848"><g + transform="translate(-128.988,-280.57)" + id="g1850"><text + id="text1854" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,128.988,280.57)"><tspan + id="tspan1852" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(128.988,280.57)" + id="g1856" /></g></g><g + transform="translate(-118.826,-314.967)" + id="g1858" /></g></g></g></g><g + id="g1860"><g + id="g1862"><path + id="path1864" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 105.54971,296.62685 c 4.25369,-11.69287 4.252,-20.21477 0.23677,-31.2407" /><g + transform="matrix(-0.34264,-0.94089,0.94089,-0.34264,105.78648,265.38617)" + id="g1866"><g + id="g1868"><path + id="path1870" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1872"><g + transform="rotate(90,-75.408,191.641)" + id="g1874"><g + id="g1876"><g + transform="translate(-126.395,-232.652)" + id="g1878"><text + id="text1882" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,126.395,232.652)"><tspan + id="tspan1880" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">115.2</tspan></text> +<g + transform="translate(126.395,232.652)" + id="g1884" /></g></g><g + transform="translate(-116.233,-267.049)" + id="g1886" /></g></g></g></g><g + id="g1888"><g + id="g1890"><path + id="path1892" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 92.50047,251.68362 C 80.8082,247.42834 72.2863,247.42918 61.25977,251.44293" /><g + transform="matrix(-0.94089,0.3425,-0.3425,-0.94089,61.25978,251.44292)" + id="g1894"><g + id="g1896"><path + id="path1898" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1900"><g + transform="translate(63.419,239.121)" + id="g1902"><g + id="g1904"><g + transform="translate(-73.581,-204.724)" + id="g1906"><text + id="text1910" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,73.581,204.724)"><tspan + id="tspan1908" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">140.8</tspan></text> +<g + transform="translate(73.581,204.724)" + id="g1912" /></g></g><g + transform="translate(-63.419,-239.121)" + id="g1914" /></g></g></g></g><g + id="g1916"><g + id="g1918"><path + id="path1920" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 111.62582,258.64449 c 11.69193,4.25636 20.21383,4.25756 31.24071,0.24481" /><g + transform="matrix(0.94089,-0.34238,0.34238,0.94089,142.86652,258.8893)" + id="g1922"><g + id="g1924"><path + id="path1926" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1928"><g + transform="translate(114.45,263.934)" + id="g1930"><g + id="g1932"><g + transform="translate(-124.612,-229.537)" + id="g1934"><text + id="text1938" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,124.612,229.537)"><tspan + id="tspan1936" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(124.612,229.537)" + id="g1940" /></g></g><g + transform="translate(-114.45,-263.934)" + id="g1942" /></g></g></g></g><g + id="g1944"><g + id="g1946"><path + id="path1948" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 98.5879,264.72061 c -4.25741,11.69155 -4.25927,20.21344 -0.2475,31.24069" /><g + transform="matrix(0.34229,0.94089,-0.94089,0.34229,98.34038,295.96129)" + id="g1950"><g + id="g1952"><path + id="path1954" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1956"><g + transform="rotate(90,-82.3325,185.1815)" + id="g1958"><g + id="g1960"><g + transform="translate(-113.011,-233.117)" + id="g1962"><text + id="text1966" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,113.011,233.117)"><tspan + id="tspan1964" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">140.8</tspan></text> +<g + transform="translate(113.011,233.117)" + id="g1968" /></g></g><g + transform="translate(-102.849,-267.514)" + id="g1970" /></g></g></g></g><g + id="g1972"><g + id="g1974"><path + id="path1976" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 105.54921,245.59525 c 4.25406,-11.69274 4.25259,-20.21463 0.23769,-31.24068" /><g + transform="matrix(-0.3426,-0.94089,0.94089,-0.3426,105.78691,214.35458)" + id="g1978"><g + id="g1980"><path + id="path1982" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g1984"><g + transform="rotate(90,-53.018,169.251)" + id="g1986"><g + id="g1988"><g + transform="translate(-126.395,-187.872)" + id="g1990"><text + id="text1994" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,126.395,187.872)"><tspan + id="tspan1992" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(126.395,187.872)" + id="g1996" /></g></g><g + transform="translate(-116.233,-222.269)" + id="g1998" /></g></g></g></g><g + id="g2000"><g + id="g2002"><path + id="path2004" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 92.50047,200.65065 C 80.8082,196.39536 72.2863,196.39621 61.25977,200.40994" /><g + transform="matrix(-0.94089,0.3425,-0.3425,-0.94089,61.25978,200.40993)" + id="g2006"><g + id="g2008"><path + id="path2010" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2012"><g + transform="translate(67.795,188.052)" + id="g2014"><g + id="g2016"><g + transform="translate(-77.957,-153.655)" + id="g2018"><text + id="text2022" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,77.957,153.655)"><tspan + id="tspan2020" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(77.957,153.655)" + id="g2024" /></g></g><g + transform="translate(-67.795,-188.052)" + id="g2026" /></g></g></g></g><g + id="g2028"><g + id="g2030"><path + id="path2032" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 111.62582,207.61148 c 11.69193,4.25636 20.21383,4.25758 31.24071,0.24483" /><g + transform="matrix(0.94089,-0.34238,0.34238,0.94089,142.86652,207.85631)" + id="g2034"><g + id="g2036"><path + id="path2038" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2040"><g + transform="translate(114.45,212.902)" + id="g2042"><g + id="g2044"><g + transform="translate(-124.612,-178.505)" + id="g2046"><text + id="text2050" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,124.612,178.505)"><tspan + id="tspan2048" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(124.612,178.505)" + id="g2052" /></g></g><g + transform="translate(-114.45,-212.902)" + id="g2054" /></g></g></g></g><g + id="g2056"><g + id="g2058"><path + id="path2060" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 98.58762,213.68903 c -4.25724,11.69159 -4.25888,20.21348 -0.24694,31.24067" /><g + transform="matrix(0.3423,0.94089,-0.94089,0.3423,98.34067,244.92969)" + id="g2062"><g + id="g2064"><path + id="path2066" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2068"><g + transform="rotate(90,-58.049,160.934)" + id="g2070"><g + id="g2072"><g + transform="translate(-113.047,-184.586)" + id="g2074"><text + id="text2078" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,113.047,184.586)"><tspan + id="tspan2076" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(113.047,184.586)" + id="g2080" /></g></g><g + transform="translate(-102.885,-218.983)" + id="g2082" /></g></g></g></g><g + id="g2084"><g + id="g2086"><path + id="path2088" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 105.54877,194.56367 c 4.25442,-11.69262 4.25317,-20.21452 0.23861,-31.2407" /><g + transform="matrix(-0.34258,-0.94089,0.94089,-0.34258,105.7874,163.32298)" + id="g2090"><g + id="g2092"><path + id="path2094" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2096"><g + transform="rotate(90,-27.503,143.735)" + id="g2098"><g + id="g2100"><g + transform="translate(-126.394,-136.841)" + id="g2102"><text + id="text2106" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,126.394,136.841)"><tspan + id="tspan2104" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(126.394,136.841)" + id="g2108" /></g></g><g + transform="translate(-116.232,-171.238)" + id="g2110" /></g></g></g></g><g + id="g2112"><g + id="g2114"><path + id="path2116" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 92.50047,149.61765 C 80.8082,145.36237 72.2863,145.36337 61.25977,149.3771" /><g + transform="matrix(-0.94089,0.3425,-0.3425,-0.94089,61.25978,149.37709)" + id="g2118"><g + id="g2120"><path + id="path2122" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2124"><g + transform="translate(63.419,137.056)" + id="g2126"><g + id="g2128"><g + transform="translate(-73.581,-102.659)" + id="g2130"><text + id="text2134" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,73.581,102.659)"><tspan + id="tspan2132" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(73.581,102.659)" + id="g2136" /></g></g><g + transform="translate(-63.419,-137.056)" + id="g2138" /></g></g></g></g><g + id="g2140"><g + id="g2142"><path + id="path2144" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 111.62582,156.57835 c 11.69193,4.25635 20.21383,4.25755 31.24071,0.24482" /><g + transform="matrix(0.94089,-0.34238,0.34238,0.94089,142.86652,156.82317)" + id="g2146"><g + id="g2148"><path + id="path2150" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2152"><g + transform="translate(114.45,161.869)" + id="g2154"><g + id="g2156"><g + transform="translate(-124.612,-127.472)" + id="g2158"><text + id="text2162" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,124.612,127.472)"><tspan + id="tspan2160" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(124.612,127.472)" + id="g2164" /></g></g><g + transform="translate(-114.45,-161.869)" + id="g2166" /></g></g></g></g><g + id="g2168"><g + id="g2170"><path + id="path2172" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 98.58714,162.65742 c -4.25686,11.69173 -4.2583,20.21363 -0.24603,31.24071" /><g + transform="matrix(0.34233,0.94089,-0.94089,0.34233,98.34111,193.89812)" + id="g2174"><g + id="g2176"><path + id="path2178" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2180"><g + transform="rotate(90,-32.534,135.418)" + id="g2182"><g + id="g2184"><g + transform="translate(-113.046,-133.555)" + id="g2186"><text + id="text2190" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,113.046,133.555)"><tspan + id="tspan2188" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(113.046,133.555)" + id="g2192" /></g></g><g + transform="translate(-102.884,-167.952)" + id="g2194" /></g></g></g></g><g + id="g2196"><g + id="g2198"><path + id="path2200" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 105.54799,143.53207 c 4.25493,-11.69242 4.25372,-20.21432 0.23965,-31.2407" /><g + transform="matrix(-0.34253,-0.94089,0.94089,-0.34253,105.78764,112.29138)" + id="g2202"><g + id="g2204"><path + id="path2206" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2208"><g + transform="rotate(90,-1.988,118.219)" + id="g2210"><g + id="g2212"><g + transform="translate(-126.393,-85.81)" + id="g2214"><text + id="text2218" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,126.393,85.81)"><tspan + id="tspan2216" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(126.393,85.81)" + id="g2220" /></g></g><g + transform="translate(-116.231,-120.207)" + id="g2222" /></g></g></g></g><g + id="g2224"><g + id="g2226"><path + id="path2228" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 92.50047,98.58466 C 80.8082,94.32938 72.2863,94.33038 61.25977,98.34413" /><g + transform="matrix(-0.94089,0.3425,-0.3425,-0.94089,61.25978,98.34412)" + id="g2230"><g + id="g2232"><path + id="path2234" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2236"><g + transform="translate(63.419,86.024)" + id="g2238"><g + id="g2240"><g + transform="translate(-73.581,-51.627)" + id="g2242"><text + id="text2246" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,73.581,51.626)"><tspan + id="tspan2244" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(73.581,51.626)" + id="g2248" /></g></g><g + transform="translate(-63.419,-86.023)" + id="g2250" /></g></g></g></g><g + id="g2252"><g + id="g2254"><path + id="path2256" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 111.62582,105.54535 c 11.69193,4.25636 20.21383,4.25757 31.24071,0.24481" /><g + transform="matrix(0.94089,-0.34238,0.34238,0.94089,142.86652,105.79016)" + id="g2258"><g + id="g2260"><path + id="path2262" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2264"><g + transform="translate(118.826,110.837)" + id="g2266"><g + id="g2268"><g + transform="translate(-128.988,-76.44)" + id="g2270"><text + id="text2274" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,128.988,76.44)"><tspan + id="tspan2272" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(128.988,76.44)" + id="g2276" /></g></g><g + transform="translate(-118.826,-110.837)" + id="g2278" /></g></g></g></g><g + id="g2280"><g + id="g2282"><path + id="path2284" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 98.58667,111.62582 c -4.25633,11.69193 -4.25742,20.21383 -0.24466,31.24071" /><g + transform="matrix(0.34238,0.94089,-0.94089,0.34238,98.34201,142.86652)" + id="g2286"><g + id="g2288"><path + id="path2290" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2292"><g + transform="rotate(90,-7.019,109.903)" + id="g2294"><g + id="g2296"><g + transform="translate(-113.046,-82.525)" + id="g2298"><text + id="text2302" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,113.046,82.525)"><tspan + id="tspan2300" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(113.046,82.525)" + id="g2304" /></g></g><g + transform="translate(-102.884,-116.922)" + id="g2306" /></g></g></g></g><g + id="g2308"><g + id="g2310"><path + id="path2312" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 105.54753,92.50047 c 4.25527,-11.69227 4.2543,-20.21417 0.24056,-31.2407" /><g + transform="matrix(-0.3425,-0.94089,0.94089,-0.3425,105.7881,61.25978)" + id="g2314"><g + id="g2316"><path + id="path2318" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2320"><g + transform="rotate(90,26.653,89.578)" + id="g2322"><g + id="g2324"><g + transform="translate(-126.393,-28.528)" + id="g2326"><text + id="text2330" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,126.393,28.528)"><tspan + id="tspan2328" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(126.393,28.528)" + id="g2332" /></g></g><g + transform="translate(-116.231,-62.925)" + id="g2334" /></g></g></g></g><g + id="g2336"><g + id="g2338"><path + id="path2340" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 92.50047,47.55154 C 80.8082,43.29625 72.2863,43.29736 61.25977,47.3111" /><g + transform="matrix(-0.94089,0.3425,-0.3425,-0.94089,61.25978,47.31108)" + id="g2342"><g + id="g2344"><path + id="path2346" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2348"><g + transform="translate(67.795,34.955)" + id="g2350"><g + id="g2352"><g + transform="translate(-77.957,-0.558)" + id="g2354"><text + id="text2358" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,77.957,0.558)"><tspan + id="tspan2356" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(77.957,0.558)" + id="g2360" /></g></g><g + transform="translate(-67.795,-34.955)" + id="g2362" /></g></g></g></g><g + id="g2364"><g + id="g2366"><path + id="path2368" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 111.62582,54.5122 c 11.69193,4.25635 20.21383,4.25759 31.24071,0.24485" /><g + transform="matrix(0.94089,-0.34238,0.34238,0.94089,142.86652,54.75705)" + id="g2370"><g + id="g2372"><path + id="path2374" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2376"><g + transform="translate(118.826,59.805)" + id="g2378"><g + id="g2380"><g + transform="translate(-128.988,-25.408)" + id="g2382"><text + id="text2386" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,128.988,25.408)"><tspan + id="tspan2384" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(128.988,25.408)" + id="g2388" /></g></g><g + transform="translate(-118.826,-59.805)" + id="g2390" /></g></g></g></g><g + id="g2392"><g + id="g2394"><path + id="path2396" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 98.5864,60.59422 C 94.33038,72.2863 94.32938,80.8082 98.34245,91.83493" /><g + transform="matrix(0.3424,0.94089,-0.94089,0.3424,98.34244,91.83492)" + id="g2398"><g + id="g2400"><path + id="path2402" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2404"><g + transform="rotate(90,19.7285,83.1195)" + id="g2406"><g + id="g2408"><g + transform="translate(-113.01,-28.994)" + id="g2410"><text + id="text2414" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,113.01,28.994)"><tspan + id="tspan2412" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(113.01,28.994)" + id="g2416" /></g></g><g + transform="translate(-102.848,-63.391)" + id="g2418" /></g></g></g></g><g + id="g2420"><g + id="g2422"><path + id="path2424" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 143.53207,302.71632 c -11.69242,-4.25492 -20.21432,-4.25386 -31.2407,-0.2398" /><g + transform="matrix(-0.94089,0.34253,-0.34253,-0.94089,112.29138,302.47652)" + id="g2426"><g + id="g2428"><path + id="path2430" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2432"><g + transform="translate(118.826,290.117)" + id="g2434"><g + id="g2436"><g + transform="translate(-128.988,-255.72)" + id="g2438"><text + id="text2442" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,128.988,255.72)"><tspan + id="tspan2440" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(128.988,255.72)" + id="g2444" /></g></g><g + transform="translate(-118.826,-290.117)" + id="g2446" /></g></g></g></g><g + id="g2448"><g + id="g2450"><path + id="path2452" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 162.65742,309.67715 c 11.69173,4.25689 20.21363,4.25831 31.24071,0.24605" /><g + transform="matrix(0.94089,-0.34233,0.34233,0.94089,193.89812,309.9232)" + id="g2454"><g + id="g2456"><path + id="path2458" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2460"><g + transform="translate(169.857,314.967)" + id="g2462"><g + id="g2464"><g + transform="translate(-180.019,-280.57)" + id="g2466"><text + id="text2470" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,280.57)"><tspan + id="tspan2468" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,280.57)" + id="g2472" /></g></g><g + transform="translate(-169.857,-314.967)" + id="g2474" /></g></g></g></g><g + id="g2476"><g + id="g2478"><path + id="path2480" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 156.5827,296.62685 c 4.25386,-11.6928 4.25197,-20.21469 0.23691,-31.2407" /><g + transform="matrix(-0.34262,-0.94089,0.94089,-0.34262,156.81961,265.38617)" + id="g2482"><g + id="g2484"><path + id="path2486" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2488"><g + transform="rotate(90,-55.934,223.2)" + id="g2490"><g + id="g2492"><g + transform="translate(-177.428,-244.737)" + id="g2494"><text + id="text2498" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,177.428,244.737)"><tspan + id="tspan2496" + y="0" + x="0">0</tspan></text> +<g + transform="translate(177.428,244.737)" + id="g2500" /></g></g><g + transform="translate(-167.266,-279.134)" + id="g2502" /></g></g></g></g><g + id="g2504"><g + id="g2506"><path + id="path2508" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 143.53207,251.68317 c -11.69242,-4.25495 -20.21432,-4.25387 -31.2407,-0.2398" /><g + transform="matrix(-0.94089,0.34253,-0.34253,-0.94089,112.29138,251.44337)" + id="g2510"><g + id="g2512"><path + id="path2514" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2516"><g + transform="translate(114.45,239.12)" + id="g2518"><g + id="g2520"><g + transform="translate(-124.612,-204.723)" + id="g2522"><text + id="text2526" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,124.612,204.723)"><tspan + id="tspan2524" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(124.612,204.723)" + id="g2528" /></g></g><g + transform="translate(-114.45,-239.12)" + id="g2530" /></g></g></g></g><g + id="g2532"><g + id="g2534"><path + id="path2536" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 162.65742,258.64401 c 11.69173,4.25687 20.21363,4.25846 31.24071,0.24619" /><g + transform="matrix(0.94089,-0.34233,0.34233,0.94089,193.89812,258.8902)" + id="g2538"><g + id="g2540"><path + id="path2542" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2544"><g + transform="translate(175.691,263.934)" + id="g2546"><g + id="g2548"><g + transform="translate(-185.853,-229.537)" + id="g2550"><text + id="text2554" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,185.853,229.537)"><tspan + id="tspan2552" + y="0" + x="0">0</tspan></text> +<g + transform="translate(185.853,229.537)" + id="g2556" /></g></g><g + transform="translate(-175.691,-263.934)" + id="g2558" /></g></g></g></g><g + id="g2560"><g + id="g2562"><path + id="path2564" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 149.62108,264.72061 c -4.2576,11.69147 -4.25928,20.21337 -0.2477,31.24069" /><g + transform="matrix(0.34227,0.94089,-0.94089,0.34227,149.37338,295.96129)" + id="g2566"><g + id="g2568"><path + id="path2570" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2572"><g + transform="rotate(90,-60.9655,214.8825)" + id="g2574"><g + id="g2576"><g + transform="translate(-164.079,-241.451)" + id="g2578"><text + id="text2582" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,164.079,241.451)"><tspan + id="tspan2580" + y="0" + x="0">0</tspan></text> +<g + transform="translate(164.079,241.451)" + id="g2584" /></g></g><g + transform="translate(-153.917,-275.848)" + id="g2586" /></g></g></g></g><g + id="g2588"><g + id="g2590"><path + id="path2592" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 156.58238,245.59525 c 4.25405,-11.69274 4.2524,-20.21463 0.23751,-31.24068" /><g + transform="matrix(-0.3426,-0.94089,0.94089,-0.3426,156.8199,214.35458)" + id="g2594"><g + id="g2596"><path + id="path2598" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2600"><g + transform="rotate(90,-27.502,194.767)" + id="g2602"><g + id="g2604"><g + transform="translate(-177.427,-187.872)" + id="g2606"><text + id="text2610" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,177.427,187.872)"><tspan + id="tspan2608" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(177.427,187.872)" + id="g2612" /></g></g><g + transform="translate(-167.265,-222.269)" + id="g2614" /></g></g></g></g><g + id="g2616"><g + id="g2618"><path + id="path2620" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 143.53207,200.65018 c -11.69242,-4.25493 -20.21432,-4.25386 -31.2407,-0.23979" /><g + transform="matrix(-0.94089,0.34253,-0.34253,-0.94089,112.29138,200.41039)" + id="g2622"><g + id="g2624"><path + id="path2626" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2628"><g + transform="translate(114.45,188.088)" + id="g2630"><g + id="g2632"><g + transform="translate(-124.612,-153.691)" + id="g2634"><text + id="text2638" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,124.612,153.691)"><tspan + id="tspan2636" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(124.612,153.691)" + id="g2640" /></g></g><g + transform="translate(-114.45,-188.088)" + id="g2642" /></g></g></g></g><g + id="g2644"><g + id="g2646"><path + id="path2648" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 162.65742,207.61101 c 11.69173,4.25688 20.21363,4.2583 31.24071,0.24605" /><g + transform="matrix(0.94089,-0.34233,0.34233,0.94089,193.89812,207.85706)" + id="g2650"><g + id="g2652"><path + id="path2654" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2656"><g + transform="translate(169.857,212.902)" + id="g2658"><g + id="g2660"><g + transform="translate(-180.019,-178.505)" + id="g2662"><text + id="text2666" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,178.505)"><tspan + id="tspan2664" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,178.505)" + id="g2668" /></g></g><g + transform="translate(-169.857,-212.902)" + id="g2670" /></g></g></g></g><g + id="g2672"><g + id="g2674"><path + id="path2676" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 149.6206,213.68903 c -4.25723,11.69159 -4.25869,20.21348 -0.24677,31.24067" /><g + transform="matrix(0.3423,0.94089,-0.94089,0.3423,149.37381,244.92969)" + id="g2678"><g + id="g2680"><path + id="path2682" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2684"><g + transform="rotate(90,-32.533,186.45)" + id="g2686"><g + id="g2688"><g + transform="translate(-164.079,-184.586)" + id="g2690"><text + id="text2694" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,164.079,184.586)"><tspan + id="tspan2692" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(164.079,184.586)" + id="g2696" /></g></g><g + transform="translate(-153.917,-218.983)" + id="g2698" /></g></g></g></g><g + id="g2700"><g + id="g2702"><path + id="path2704" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 156.58191,194.56367 c 4.25441,-11.69262 4.25285,-20.21452 0.23829,-31.2407" /><g + transform="matrix(-0.34258,-0.94089,0.94089,-0.34258,156.82022,163.32298)" + id="g2706"><g + id="g2708"><path + id="path2710" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2712"><g + transform="rotate(90,-1.9865,169.2515)" + id="g2714"><g + id="g2716"><g + transform="translate(-177.427,-136.841)" + id="g2718"><text + id="text2722" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,177.427,136.841)"><tspan + id="tspan2720" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(177.427,136.841)" + id="g2724" /></g></g><g + transform="translate(-167.265,-171.238)" + id="g2726" /></g></g></g></g><g + id="g2728"><g + id="g2730"><path + id="path2732" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 143.53207,149.61717 c -11.69242,-4.25491 -20.21432,-4.25386 -31.2407,-0.23979" /><g + transform="matrix(-0.94089,0.34253,-0.34253,-0.94089,112.29138,149.37738)" + id="g2734"><g + id="g2736"><path + id="path2738" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2740"><g + transform="translate(114.45,137.056)" + id="g2742"><g + id="g2744"><g + transform="translate(-124.612,-102.659)" + id="g2746"><text + id="text2750" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,124.612,102.659)"><tspan + id="tspan2748" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(124.612,102.659)" + id="g2752" /></g></g><g + transform="translate(-114.45,-137.056)" + id="g2754" /></g></g></g></g><g + id="g2756"><g + id="g2758"><path + id="path2760" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 162.65742,156.5779 c 11.69173,4.25686 20.21363,4.25842 31.24071,0.24615" /><g + transform="matrix(0.94089,-0.34233,0.34233,0.94089,193.89812,156.82405)" + id="g2762"><g + id="g2764"><path + id="path2766" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2768"><g + transform="translate(169.857,161.87)" + id="g2770"><g + id="g2772"><g + transform="translate(-180.019,-127.473)" + id="g2774"><text + id="text2778" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,127.473)"><tspan + id="tspan2776" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,127.473)" + id="g2780" /></g></g><g + transform="translate(-169.857,-161.87)" + id="g2782" /></g></g></g></g><g + id="g2784"><g + id="g2786"><path + id="path2788" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 149.62015,162.65742 c -4.25688,11.69173 -4.25814,20.21363 -0.24588,31.24071" /><g + transform="matrix(0.34233,0.94089,-0.94089,0.34233,149.37427,193.89812)" + id="g2790"><g + id="g2792"><path + id="path2794" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2796"><g + transform="rotate(90,-7.0175,160.9345)" + id="g2798"><g + id="g2800"><g + transform="translate(-164.079,-133.555)" + id="g2802"><text + id="text2806" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,164.079,133.555)"><tspan + id="tspan2804" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(164.079,133.555)" + id="g2808" /></g></g><g + transform="translate(-153.917,-167.952)" + id="g2810" /></g></g></g></g><g + id="g2812"><g + id="g2814"><path + id="path2816" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 156.58098,143.53207 c 4.25492,-11.69242 4.25372,-20.21432 0.23965,-31.2407" /><g + transform="matrix(-0.34253,-0.94089,0.94089,-0.34253,156.82063,112.29138)" + id="g2818"><g + id="g2820"><path + id="path2822" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2824"><g + transform="rotate(90,26.654,140.61)" + id="g2826"><g + id="g2828"><g + transform="translate(-177.426,-79.559)" + id="g2830"><text + id="text2834" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,177.426,79.559)"><tspan + id="tspan2832" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(177.426,79.559)" + id="g2836" /></g></g><g + transform="translate(-167.264,-113.956)" + id="g2838" /></g></g></g></g><g + id="g2840"><g + id="g2842"><path + id="path2844" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 143.53207,98.5842 c -11.69242,-4.25495 -20.21432,-4.25386 -31.2407,-0.23981" /><g + transform="matrix(-0.94089,0.34253,-0.34253,-0.94089,112.29138,98.34439)" + id="g2846"><g + id="g2848"><path + id="path2850" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2852"><g + transform="translate(118.826,85.988)" + id="g2854"><g + id="g2856"><g + transform="translate(-128.988,-51.591)" + id="g2858"><text + id="text2862" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,128.988,51.591)"><tspan + id="tspan2860" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(128.988,51.591)" + id="g2864" /></g></g><g + transform="translate(-118.826,-85.988)" + id="g2866" /></g></g></g></g><g + id="g2868"><g + id="g2870"><path + id="path2872" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 162.65742,105.54506 c 11.69173,4.25688 20.21363,4.25813 31.24071,0.24586" /><g + transform="matrix(0.94089,-0.34233,0.34233,0.94089,193.89812,105.79092)" + id="g2874"><g + id="g2876"><path + id="path2878" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2880"><g + transform="translate(165.481,110.837)" + id="g2882"><g + id="g2884"><g + transform="translate(-175.643,-76.44)" + id="g2886"><text + id="text2890" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,175.643,76.44)"><tspan + id="tspan2888" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">140.8</tspan></text> +<g + transform="translate(175.643,76.44)" + id="g2892" /></g></g><g + transform="translate(-165.481,-110.837)" + id="g2894" /></g></g></g></g><g + id="g2896"><g + id="g2898"><path + id="path2900" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 149.61967,111.62582 c -4.25636,11.69193 -4.25741,20.21383 -0.24467,31.24071" /><g + transform="matrix(0.34238,0.94089,-0.94089,0.34238,149.375,142.86652)" + id="g2902"><g + id="g2904"><path + id="path2906" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2908"><g + transform="rotate(90,19.7295,134.1515)" + id="g2910"><g + id="g2912"><g + transform="translate(-164.043,-80.025)" + id="g2914"><text + id="text2918" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,164.043,80.025)"><tspan + id="tspan2916" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(164.043,80.025)" + id="g2920" /></g></g><g + transform="translate(-153.881,-114.422)" + id="g2922" /></g></g></g></g><g + id="g2924"><g + id="g2926"><path + id="path2928" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 156.5805,92.50047 c 4.2553,-11.69227 4.25431,-20.21417 0.24058,-31.2407" /><g + transform="matrix(-0.3425,-0.94089,0.94089,-0.3425,156.82109,61.25978)" + id="g2930"><g + id="g2932"><path + id="path2934" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2936"><g + transform="rotate(90,52.169,115.094)" + id="g2938"><g + id="g2940"><g + transform="translate(-177.425,-28.528)" + id="g2942"><text + id="text2946" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,177.425,28.528)"><tspan + id="tspan2944" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">114.3</tspan></text> +<g + transform="translate(177.425,28.528)" + id="g2948" /></g></g><g + transform="translate(-167.263,-62.925)" + id="g2950" /></g></g></g></g><g + id="g2952"><g + id="g2954"><path + id="path2956" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 143.53207,47.55121 C 131.83965,43.29628 123.31775,43.29733 112.29137,47.3114" /><g + transform="matrix(-0.94089,0.34253,-0.34253,-0.94089,112.29138,47.3114)" + id="g2958"><g + id="g2960"><path + id="path2962" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2964"><g + transform="translate(118.826,34.955)" + id="g2966"><g + id="g2968"><g + transform="translate(-128.988,-0.558)" + id="g2970"><text + id="text2974" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,128.988,0.558)"><tspan + id="tspan2972" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(128.988,0.558)" + id="g2976" /></g></g><g + transform="translate(-118.826,-34.955)" + id="g2978" /></g></g></g></g><g + id="g2980"><g + id="g2982"><path + id="path2984" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 162.65742,54.5119 c 11.69173,4.25687 20.21363,4.2583 31.24071,0.24605" /><g + transform="matrix(0.94089,-0.34233,0.34233,0.94089,193.89812,54.75795)" + id="g2986"><g + id="g2988"><path + id="path2990" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g2992"><g + transform="translate(169.857,59.805)" + id="g2994"><g + id="g2996"><g + transform="translate(-180.019,-25.408)" + id="g2998"><text + id="text3002" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,25.408)"><tspan + id="tspan3000" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,25.408)" + id="g3004" /></g></g><g + transform="translate(-169.857,-59.805)" + id="g3006" /></g></g></g></g><g + id="g3008"><g + id="g3010"><path + id="path3012" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 149.61937,60.59422 c -4.256,11.69208 -4.257,20.21398 -0.24393,31.24071" /><g + transform="matrix(0.34242,0.94089,-0.94089,0.34242,149.37543,91.83492)" + id="g3014"><g + id="g3016"><path + id="path3018" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3020"><g + transform="rotate(90,45.245,108.636)" + id="g3022"><g + id="g3024"><g + transform="translate(-164.043,-28.994)" + id="g3026"><text + id="text3030" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,164.043,28.994)"><tspan + id="tspan3028" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">139.7</tspan></text> +<g + transform="translate(164.043,28.994)" + id="g3032" /></g></g><g + transform="translate(-153.881,-63.391)" + id="g3034" /></g></g></g></g><g + id="g3036"><g + id="g3038"><path + id="path3040" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 194.56367,302.7154 c -11.69262,-4.25442 -20.21452,-4.25315 -31.2407,-0.23861" /><g + transform="matrix(-0.94089,0.34258,-0.34258,-0.94089,163.32298,302.47678)" + id="g3042"><g + id="g3044"><path + id="path3046" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3048"><g + transform="translate(169.857,290.117)" + id="g3050"><g + id="g3052"><g + transform="translate(-180.019,-255.72)" + id="g3054"><text + id="text3058" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,255.72)"><tspan + id="tspan3056" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,255.72)" + id="g3060" /></g></g><g + transform="translate(-169.857,-290.117)" + id="g3062" /></g></g></g></g><g + id="g3064"><g + id="g3066"><path + id="path3068" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 213.68903,309.6767 c 11.69159,4.25721 20.21348,4.25886 31.24067,0.24695" /><g + transform="matrix(0.94089,-0.3423,0.3423,0.94089,244.92969,309.92366)" + id="g3070"><g + id="g3072"><path + id="path3074" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3076"><g + transform="translate(220.888,314.967)" + id="g3078"><g + id="g3080"><g + transform="translate(-231.05,-280.57)" + id="g3082"><text + id="text3086" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,231.05,280.57)"><tspan + id="tspan3084" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(231.05,280.57)" + id="g3088" /></g></g><g + transform="translate(-220.888,-314.967)" + id="g3090" /></g></g></g></g><g + id="g3092"><g + id="g3094"><path + id="path3096" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 207.61583,296.62685 c 4.25369,-11.69287 4.25201,-20.21477 0.23679,-31.2407" /><g + transform="matrix(-0.34264,-0.94089,0.94089,-0.34264,207.85262,265.38617)" + id="g3098"><g + id="g3100"><path + id="path3102" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3104"><g + transform="rotate(90,-27.501,245.799)" + id="g3106"><g + id="g3108"><g + transform="translate(-228.46,-238.903)" + id="g3110"><text + id="text3114" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,228.46,238.903)"><tspan + id="tspan3112" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(228.46,238.903)" + id="g3116" /></g></g><g + transform="translate(-218.298,-273.3)" + id="g3118" /></g></g></g></g><g + id="g3120"><g + id="g3122"><path + id="path3124" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 194.56367,251.68239 c -11.69262,-4.25441 -20.21452,-4.25315 -31.2407,-0.23859" /><g + transform="matrix(-0.94089,0.34258,-0.34258,-0.94089,163.32298,251.44379)" + id="g3126"><g + id="g3128"><path + id="path3130" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3132"><g + transform="translate(175.691,239.084)" + id="g3134"><g + id="g3136"><g + transform="translate(-185.853,-204.687)" + id="g3138"><text + id="text3142" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,185.853,204.687)"><tspan + id="tspan3140" + y="0" + x="0">0</tspan></text> +<g + transform="translate(185.853,204.687)" + id="g3144" /></g></g><g + transform="translate(-175.691,-239.084)" + id="g3146" /></g></g></g></g><g + id="g3148"><g + id="g3150"><path + id="path3152" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 213.68903,258.6437 c 11.69159,4.25724 20.21348,4.25872 31.24067,0.24677" /><g + transform="matrix(0.94089,-0.3423,0.3423,0.94089,244.92969,258.89049)" + id="g3154"><g + id="g3156"><path + id="path3158" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3160"><g + transform="translate(220.888,263.934)" + id="g3162"><g + id="g3164"><g + transform="translate(-231.05,-229.537)" + id="g3166"><text + id="text3170" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,231.05,229.537)"><tspan + id="tspan3168" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(231.05,229.537)" + id="g3172" /></g></g><g + transform="translate(-220.888,-263.934)" + id="g3174" /></g></g></g></g><g + id="g3176"><g + id="g3178"><path + id="path3180" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 200.6539,264.72061 c -4.25742,11.69155 -4.2593,20.21344 -0.24753,31.24069" /><g + transform="matrix(0.34229,0.94089,-0.94089,0.34229,200.40636,295.96129)" + id="g3182"><g + id="g3184"><path + id="path3186" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3188"><g + transform="rotate(90,-32.5325,237.4815)" + id="g3190"><g + id="g3192"><g + transform="translate(-215.111,-235.617)" + id="g3194"><text + id="text3198" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,215.111,235.617)"><tspan + id="tspan3196" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(215.111,235.617)" + id="g3200" /></g></g><g + transform="translate(-204.949,-270.014)" + id="g3202" /></g></g></g></g><g + id="g3204"><g + id="g3206"><path + id="path3208" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 207.61536,245.59525 c 4.25406,-11.69274 4.25259,-20.21463 0.23768,-31.24068" /><g + transform="matrix(-0.3426,-0.94089,0.94089,-0.3426,207.85306,214.35458)" + id="g3210"><g + id="g3212"><path + id="path3214" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3216"><g + transform="rotate(90,-4.9025,223.2005)" + id="g3218"><g + id="g3220"><g + transform="translate(-228.46,-193.706)" + id="g3222"><text + id="text3226" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,228.46,193.706)"><tspan + id="tspan3224" + y="0" + x="0">0</tspan></text> +<g + transform="translate(228.46,193.706)" + id="g3228" /></g></g><g + transform="translate(-218.298,-228.103)" + id="g3230" /></g></g></g></g><g + id="g3232"><g + id="g3234"><path + id="path3236" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 194.56367,200.64925 c -11.69262,-4.25441 -20.21452,-4.25299 -31.2407,-0.23844" /><g + transform="matrix(-0.94089,0.34258,-0.34258,-0.94089,163.32298,200.4108)" + id="g3238"><g + id="g3240"><path + id="path3242" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3244"><g + transform="translate(169.857,188.052)" + id="g3246"><g + id="g3248"><g + transform="translate(-180.019,-153.655)" + id="g3250"><text + id="text3254" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,153.655)"><tspan + id="tspan3252" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,153.655)" + id="g3256" /></g></g><g + transform="translate(-169.857,-188.052)" + id="g3258" /></g></g></g></g><g + id="g3260"><g + id="g3262"><path + id="path3264" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 213.68903,207.6107 c 11.69159,4.25725 20.21348,4.25872 31.24067,0.24678" /><g + transform="matrix(0.94089,-0.3423,0.3423,0.94089,244.92969,207.8575)" + id="g3266"><g + id="g3268"><path + id="path3270" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3272"><g + transform="translate(226.722,212.902)" + id="g3274"><g + id="g3276"><g + transform="translate(-236.884,-178.505)" + id="g3278"><text + id="text3282" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,236.884,178.505)"><tspan + id="tspan3280" + y="0" + x="0">0</tspan></text> +<g + transform="translate(236.884,178.505)" + id="g3284" /></g></g><g + transform="translate(-226.722,-212.902)" + id="g3286" /></g></g></g></g><g + id="g3288"><g + id="g3290"><path + id="path3292" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 200.65343,213.68903 c -4.25722,11.69159 -4.2587,20.21348 -0.24677,31.24067" /><g + transform="matrix(0.3423,0.94089,-0.94089,0.3423,200.40665,244.92969)" + id="g3294"><g + id="g3296"><path + id="path3298" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3300"><g + transform="rotate(90,-9.934,214.883)" + id="g3302"><g + id="g3304"><g + transform="translate(-215.111,-190.42)" + id="g3306"><text + id="text3310" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,215.111,190.42)"><tspan + id="tspan3308" + y="0" + x="0">0</tspan></text> +<g + transform="translate(215.111,190.42)" + id="g3312" /></g></g><g + transform="translate(-204.949,-224.817)" + id="g3314" /></g></g></g></g><g + id="g3316"><g + id="g3318"><path + id="path3320" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 207.6149,194.56367 c 4.25441,-11.69262 4.25299,-20.21452 0.23843,-31.2407" /><g + transform="matrix(-0.34258,-0.94089,0.94089,-0.34258,207.85335,163.32298)" + id="g3322"><g + id="g3324"><path + id="path3326" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3328"><g + transform="rotate(90,23.5295,194.7675)" + id="g3330"><g + id="g3332"><g + transform="translate(-228.459,-136.841)" + id="g3334"><text + id="text3338" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,228.459,136.841)"><tspan + id="tspan3336" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(228.459,136.841)" + id="g3340" /></g></g><g + transform="translate(-218.297,-171.238)" + id="g3342" /></g></g></g></g><g + id="g3344"><g + id="g3346"><path + id="path3348" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 194.56367,149.61642 c -11.69262,-4.25441 -20.21452,-4.25315 -31.2407,-0.2386" /><g + transform="matrix(-0.94089,0.34258,-0.34258,-0.94089,163.32298,149.3778)" + id="g3350"><g + id="g3352"><path + id="path3354" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3356"><g + transform="translate(169.857,137.02)" + id="g3358"><g + id="g3360"><g + transform="translate(-180.019,-102.623)" + id="g3362"><text + id="text3366" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,102.623)"><tspan + id="tspan3364" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,102.623)" + id="g3368" /></g></g><g + transform="translate(-169.857,-137.02)" + id="g3370" /></g></g></g></g><g + id="g3372"><g + id="g3374"><path + id="path3376" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 213.68903,156.57756 c 11.69159,4.25722 20.21348,4.25887 31.24067,0.24694" /><g + transform="matrix(0.94089,-0.3423,0.3423,0.94089,244.92969,156.82451)" + id="g3378"><g + id="g3380"><path + id="path3382" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3384"><g + transform="translate(226.722,161.87)" + id="g3386"><g + id="g3388"><g + transform="translate(-236.884,-127.473)" + id="g3390"><text + id="text3394" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,236.884,127.473)"><tspan + id="tspan3392" + y="0" + x="0">0</tspan></text> +<g + transform="translate(236.884,127.473)" + id="g3396" /></g></g><g + transform="translate(-226.722,-161.87)" + id="g3398" /></g></g></g></g><g + id="g3400"><g + id="g3402"><path + id="path3404" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 200.65312,162.65742 c -4.25686,11.69173 -4.25828,20.21363 -0.24603,31.24071" /><g + transform="matrix(0.34233,0.94089,-0.94089,0.34233,200.40709,193.89812)" + id="g3406"><g + id="g3408"><path + id="path3410" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3412"><g + transform="rotate(90,18.4985,186.4505)" + id="g3414"><g + id="g3416"><g + transform="translate(-215.111,-133.555)" + id="g3418"><text + id="text3422" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,215.111,133.555)"><tspan + id="tspan3420" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(215.111,133.555)" + id="g3424" /></g></g><g + transform="translate(-204.949,-167.952)" + id="g3426" /></g></g></g></g><g + id="g3428"><g + id="g3430"><path + id="path3432" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 207.61412,143.53207 c 4.25494,-11.69242 4.25372,-20.21432 0.23966,-31.2407" /><g + transform="matrix(-0.34253,-0.94089,0.94089,-0.34253,207.85378,112.29138)" + id="g3434"><g + id="g3436"><path + id="path3438" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3440"><g + transform="rotate(90,46.1275,172.1685)" + id="g3442"><g + id="g3444"><g + transform="translate(-228.458,-91.644)" + id="g3446"><text + id="text3450" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,228.458,91.644)"><tspan + id="tspan3448" + y="0" + x="0">0</tspan></text> +<g + transform="translate(228.458,91.644)" + id="g3452" /></g></g><g + transform="translate(-218.296,-126.041)" + id="g3454" /></g></g></g></g><g + id="g3456"><g + id="g3458"><path + id="path3460" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 194.56367,98.58325 c -11.69262,-4.25441 -20.21452,-4.25297 -31.2407,-0.23842" /><g + transform="matrix(-0.94089,0.34258,-0.34258,-0.94089,163.32298,98.34482)" + id="g3462"><g + id="g3464"><path + id="path3466" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3468"><g + transform="translate(165.481,86.023)" + id="g3470"><g + id="g3472"><g + transform="translate(-175.643,-51.626)" + id="g3474"><text + id="text3478" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,175.643,51.626)"><tspan + id="tspan3476" + y="0" + x="0 5.8293109 11.669621 17.498932 20.424585">115.2</tspan></text> +<g + transform="translate(175.643,51.626)" + id="g3480" /></g></g><g + transform="translate(-165.481,-86.023)" + id="g3482" /></g></g></g></g><g + id="g3484"><g + id="g3486"><path + id="path3488" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 213.68903,105.54456 c 11.69159,4.25724 20.21348,4.25871 31.24067,0.24678" /><g + transform="matrix(0.94089,-0.3423,0.3423,0.94089,244.92969,105.79135)" + id="g3490"><g + id="g3492"><path + id="path3494" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3496"><g + transform="translate(220.888,110.837)" + id="g3498"><g + id="g3500"><g + transform="translate(-231.05,-76.44)" + id="g3502"><text + id="text3506" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,231.05,76.44)"><tspan + id="tspan3504" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(231.05,76.44)" + id="g3508" /></g></g><g + transform="translate(-220.888,-110.837)" + id="g3510" /></g></g></g></g><g + id="g3512"><g + id="g3514"><path + id="path3516" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 200.65266,111.62582 c -4.25634,11.69193 -4.25741,20.21383 -0.24467,31.24071" /><g + transform="matrix(0.34238,0.94089,-0.94089,0.34238,200.40799,142.86652)" + id="g3518"><g + id="g3520"><path + id="path3522" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3524"><g + transform="rotate(90,41.0965,163.8525)" + id="g3526"><g + id="g3528"><g + transform="translate(-215.111,-88.359)" + id="g3530"><text + id="text3534" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,215.111,88.359)"><tspan + id="tspan3532" + y="0" + x="0">0</tspan></text> +<g + transform="translate(215.111,88.359)" + id="g3536" /></g></g><g + transform="translate(-204.949,-122.756)" + id="g3538" /></g></g></g></g><g + id="g3540"><g + id="g3542"><path + id="path3544" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 207.61366,92.50047 c 4.25513,-11.69235 4.25432,-20.21426 0.24042,-31.2407" /><g + transform="matrix(-0.34251,-0.94089,0.94089,-0.34251,207.85408,61.25978)" + id="g3546"><g + id="g3548"><path + id="path3550" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3552"><g + transform="rotate(90,71.643,146.653)" + id="g3554"><g + id="g3556"><g + transform="translate(-228.458,-40.613)" + id="g3558"><text + id="text3562" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,228.458,40.613)"><tspan + id="tspan3560" + y="0" + x="0">0</tspan></text> +<g + transform="translate(228.458,40.613)" + id="g3564" /></g></g><g + transform="translate(-218.296,-75.01)" + id="g3566" /></g></g></g></g><g + id="g3568"><g + id="g3570"><path + id="path3572" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 194.56367,47.55028 c -11.69262,-4.25441 -20.21452,-4.25315 -31.2407,-0.2386" /><g + transform="matrix(-0.94089,0.34258,-0.34258,-0.94089,163.32298,47.31166)" + id="g3574"><g + id="g3576"><path + id="path3578" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3580"><g + transform="translate(169.857,34.955)" + id="g3582"><g + id="g3584"><g + transform="translate(-180.019,-0.558)" + id="g3586"><text + id="text3590" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,180.019,0.558)"><tspan + id="tspan3588" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(180.019,0.558)" + id="g3592" /></g></g><g + transform="translate(-169.857,-34.955)" + id="g3594" /></g></g></g></g><g + id="g3596"><g + id="g3598"><path + id="path3600" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 213.68903,54.51158 c 11.69159,4.25722 20.21348,4.2587 31.24067,0.24678" /><g + transform="matrix(0.94089,-0.3423,0.3423,0.94089,244.92969,54.75838)" + id="g3602"><g + id="g3604"><path + id="path3606" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3608"><g + transform="translate(226.722,59.805)" + id="g3610"><g + id="g3612"><g + transform="translate(-236.884,-25.408)" + id="g3614"><text + id="text3618" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,236.884,25.408)"><tspan + id="tspan3616" + y="0" + x="0">0</tspan></text> +<g + transform="translate(236.884,25.408)" + id="g3620" /></g></g><g + transform="translate(-226.722,-59.805)" + id="g3622" /></g></g></g></g><g + id="g3624"><g + id="g3626"><path + id="path3628" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 200.65219,60.59422 c -4.25598,11.69208 -4.25683,20.21398 -0.24376,31.24071" /><g + transform="matrix(0.34242,0.94089,-0.94089,0.34242,200.40842,91.83492)" + id="g3630"><g + id="g3632"><path + id="path3634" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3636"><g + transform="rotate(90,66.612,138.337)" + id="g3638"><g + id="g3640"><g + transform="translate(-215.111,-37.328)" + id="g3642"><text + id="text3646" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,215.111,37.328)"><tspan + id="tspan3644" + y="0" + x="0">0</tspan></text> +<g + transform="translate(215.111,37.328)" + id="g3648" /></g></g><g + transform="translate(-204.949,-71.725)" + id="g3650" /></g></g></g></g><g + id="g3652"><g + id="g3654"><path + id="path3656" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 245.59525,302.71492 c -11.69274,-4.25404 -20.21463,-4.25256 -31.24068,-0.23769" /><g + transform="matrix(-0.94089,0.3426,-0.3426,-0.94089,214.35458,302.47722)" + id="g3658"><g + id="g3660"><path + id="path3662" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3664"><g + transform="translate(220.888,290.117)" + id="g3666"><g + id="g3668"><g + transform="translate(-231.05,-255.72)" + id="g3670"><text + id="text3674" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,231.05,255.72)"><tspan + id="tspan3672" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(231.05,255.72)" + id="g3676" /></g></g><g + transform="translate(-220.888,-290.117)" + id="g3678" /></g></g></g></g><g + id="g3680"><g + id="g3682"><path + id="path3684" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 258.64882,296.62685 c 4.25371,-11.69287 4.252,-20.21477 0.23678,-31.2407" /><g + transform="matrix(-0.34264,-0.94089,0.94089,-0.34264,258.8856,265.38617)" + id="g3686"><g + id="g3688"><path + id="path3690" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3692"><g + transform="rotate(90,-1.985,271.315)" + id="g3694"><g + id="g3696"><g + transform="translate(-279.492,-238.903)" + id="g3698"><text + id="text3702" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,279.492,238.903)"><tspan + id="tspan3700" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(279.492,238.903)" + id="g3704" /></g></g><g + transform="translate(-269.33,-273.3)" + id="g3706" /></g></g></g></g><g + id="g3708"><g + id="g3710"><path + id="path3712" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 245.59525,251.68195 c -11.69274,-4.25408 -20.21463,-4.2526 -31.24068,-0.23769" /><g + transform="matrix(-0.94089,0.3426,-0.3426,-0.94089,214.35458,251.44424)" + id="g3714"><g + id="g3716"><path + id="path3718" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3720"><g + transform="translate(220.888,239.084)" + id="g3722"><g + id="g3724"><g + transform="translate(-231.05,-204.687)" + id="g3726"><text + id="text3730" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,231.05,204.687)"><tspan + id="tspan3728" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(231.05,204.687)" + id="g3732" /></g></g><g + transform="translate(-220.888,-239.084)" + id="g3734" /></g></g></g></g><g + id="g3736"><g + id="g3738"><path + id="path3740" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 251.68704,264.72061 c -4.25758,11.69147 -4.25926,20.21337 -0.24768,31.24069" /><g + transform="matrix(0.34227,0.94089,-0.94089,0.34227,251.43936,295.96129)" + id="g3742"><g + id="g3744"><path + id="path3746" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3748"><g + transform="rotate(90,-7.016,262.998)" + id="g3750"><g + id="g3752"><g + transform="translate(-266.144,-235.617)" + id="g3754"><text + id="text3758" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,266.144,235.617)"><tspan + id="tspan3756" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(266.144,235.617)" + id="g3760" /></g></g><g + transform="translate(-255.982,-270.014)" + id="g3762" /></g></g></g></g><g + id="g3764"><g + id="g3766"><path + id="path3768" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 258.64835,245.59525 c 4.25407,-11.69274 4.25259,-20.21463 0.23768,-31.24068" /><g + transform="matrix(-0.3426,-0.94089,0.94089,-0.3426,258.88605,214.35458)" + id="g3770"><g + id="g3772"><path + id="path3774" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3776"><g + transform="rotate(90,23.5305,245.7995)" + id="g3778"><g + id="g3780"><g + transform="translate(-279.492,-187.872)" + id="g3782"><text + id="text3786" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,279.492,187.872)"><tspan + id="tspan3784" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(279.492,187.872)" + id="g3788" /></g></g><g + transform="translate(-269.33,-222.269)" + id="g3790" /></g></g></g></g><g + id="g3792"><g + id="g3794"><path + id="path3796" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 245.59525,200.64877 c -11.69274,-4.25404 -20.21463,-4.25256 -31.24068,-0.23768" /><g + transform="matrix(-0.94089,0.3426,-0.3426,-0.94089,214.35458,200.41107)" + id="g3798"><g + id="g3800"><path + id="path3802" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3804"><g + transform="translate(226.722,188.052)" + id="g3806"><g + id="g3808"><g + transform="translate(-236.884,-153.655)" + id="g3810"><text + id="text3814" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,236.884,153.655)"><tspan + id="tspan3812" + y="0" + x="0">0</tspan></text> +<g + transform="translate(236.884,153.655)" + id="g3816" /></g></g><g + transform="translate(-226.722,-188.052)" + id="g3818" /></g></g></g></g><g + id="g3820"><g + id="g3822"><path + id="path3824" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 251.68658,213.68903 c -4.25723,11.69159 -4.25871,20.21348 -0.24676,31.24067" /><g + transform="matrix(0.3423,0.94089,-0.94089,0.3423,251.4398,244.92969)" + id="g3826"><g + id="g3828"><path + id="path3830" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3832"><g + transform="rotate(90,18.4995,237.4825)" + id="g3834"><g + id="g3836"><g + transform="translate(-266.144,-184.586)" + id="g3838"><text + id="text3842" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,266.144,184.586)"><tspan + id="tspan3840" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(266.144,184.586)" + id="g3844" /></g></g><g + transform="translate(-255.982,-218.983)" + id="g3846" /></g></g></g></g><g + id="g3848"><g + id="g3850"><path + id="path3852" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 258.64806,194.56367 c 4.25441,-11.69262 4.25282,-20.21452 0.23826,-31.2407" /><g + transform="matrix(-0.34258,-0.94089,0.94089,-0.34258,258.88634,163.32298)" + id="g3854"><g + id="g3856"><path + id="path3858" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3860"><g + transform="rotate(90,49.046,220.284)" + id="g3862"><g + id="g3864"><g + transform="translate(-279.492,-136.841)" + id="g3866"><text + id="text3870" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,279.492,136.841)"><tspan + id="tspan3868" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(279.492,136.841)" + id="g3872" /></g></g><g + transform="translate(-269.33,-171.238)" + id="g3874" /></g></g></g></g><g + id="g3876"><g + id="g3878"><path + id="path3880" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 245.59525,149.61595 c -11.69274,-4.25404 -20.21463,-4.25258 -31.24068,-0.23768" /><g + transform="matrix(-0.94089,0.3426,-0.3426,-0.94089,214.35458,149.37825)" + id="g3882"><g + id="g3884"><path + id="path3886" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3888"><g + transform="translate(226.722,137.02)" + id="g3890"><g + id="g3892"><g + transform="translate(-236.884,-102.623)" + id="g3894"><text + id="text3898" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,236.884,102.623)"><tspan + id="tspan3896" + y="0" + x="0">0</tspan></text> +<g + transform="translate(236.884,102.623)" + id="g3900" /></g></g><g + transform="translate(-226.722,-137.02)" + id="g3902" /></g></g></g></g><g + id="g3904"><g + id="g3906"><path + id="path3908" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 251.68613,162.65742 c -4.25689,11.69173 -4.25815,20.21363 -0.24588,31.24071" /><g + transform="matrix(0.34233,0.94089,-0.94089,0.34233,251.44025,193.89812)" + id="g3910"><g + id="g3912"><path + id="path3914" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3916"><g + transform="rotate(90,44.0145,211.9665)" + id="g3918"><g + id="g3920"><g + transform="translate(-266.143,-133.555)" + id="g3922"><text + id="text3926" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,266.143,133.555)"><tspan + id="tspan3924" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(266.143,133.555)" + id="g3928" /></g></g><g + transform="translate(-255.981,-167.952)" + id="g3930" /></g></g></g></g><g + id="g3932"><g + id="g3934"><path + id="path3936" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 258.64713,143.53207 c 4.25492,-11.69242 4.25372,-20.21432 0.23965,-31.2407" /><g + transform="matrix(-0.34253,-0.94089,0.94089,-0.34253,258.88678,112.29138)" + id="g3938"><g + id="g3940"><path + id="path3942" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3944"><g + transform="rotate(90,74.561,194.768)" + id="g3946"><g + id="g3948"><g + transform="translate(-279.491,-85.81)" + id="g3950"><text + id="text3954" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,279.491,85.81)"><tspan + id="tspan3952" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(279.491,85.81)" + id="g3956" /></g></g><g + transform="translate(-269.329,-120.207)" + id="g3958" /></g></g></g></g><g + id="g3960"><g + id="g3962"><path + id="path3964" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 245.59525,98.5828 C 233.90251,94.32874 225.38062,94.33038 214.35457,98.34529" /><g + transform="matrix(-0.94089,0.3426,-0.3426,-0.94089,214.35458,98.34528)" + id="g3966"><g + id="g3968"><path + id="path3970" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g3972"><g + transform="translate(220.888,85.987)" + id="g3974"><g + id="g3976"><g + transform="translate(-231.05,-51.59)" + id="g3978"><text + id="text3982" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,231.05,51.59)"><tspan + id="tspan3980" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(231.05,51.59)" + id="g3984" /></g></g><g + transform="translate(-220.888,-85.987)" + id="g3986" /></g></g></g></g><g + id="g3988"><g + id="g3990"><path + id="path3992" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 251.68567,111.62582 c -4.25637,11.69193 -4.25745,20.21383 -0.24467,31.24071" /><g + transform="matrix(0.34238,0.94089,-0.94089,0.34238,251.441,142.86652)" + id="g3994"><g + id="g3996"><path + id="path3998" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g4000"><g + transform="rotate(90,69.5295,186.4515)" + id="g4002"><g + id="g4004"><g + transform="translate(-266.143,-82.525)" + id="g4006"><text + id="text4010" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,266.143,82.525)"><tspan + id="tspan4008" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(266.143,82.525)" + id="g4012" /></g></g><g + transform="translate(-255.981,-116.922)" + id="g4014" /></g></g></g></g><g + id="g4016"><g + id="g4018"><path + id="path4020" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 258.64667,92.50047 c 4.25528,-11.69227 4.25427,-20.21417 0.24052,-31.2407" /><g + transform="matrix(-0.3425,-0.94089,0.94089,-0.3425,258.8872,61.25978)" + id="g4022"><g + id="g4024"><path + id="path4026" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g4028"><g + transform="rotate(90,100.076,169.252)" + id="g4030"><g + id="g4032"><g + transform="translate(-279.49,-34.779)" + id="g4034"><text + id="text4038" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,279.49,34.779)"><tspan + id="tspan4036" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(279.49,34.779)" + id="g4040" /></g></g><g + transform="translate(-269.328,-69.176)" + id="g4042" /></g></g></g></g><g + id="g4044"><g + id="g4046"><path + id="path4048" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M 245.59525,47.5498 C 233.90251,43.29576 225.38062,43.29723 214.35457,47.31212" /><g + transform="matrix(-0.94089,0.3426,-0.3426,-0.94089,214.35458,47.3121)" + id="g4050"><g + id="g4052"><path + id="path4054" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g4056"><g + transform="translate(226.722,34.955)" + id="g4058"><g + id="g4060"><g + transform="translate(-236.884,-0.558)" + id="g4062"><text + id="text4066" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,236.884,0.558)"><tspan + id="tspan4064" + y="0" + x="0">0</tspan></text> +<g + transform="translate(236.884,0.558)" + id="g4068" /></g></g><g + transform="translate(-226.722,-34.955)" + id="g4070" /></g></g></g></g><g + id="g4072"><g + id="g4074"><path + id="path4076" + style="fill:none;stroke:#808080;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 251.6852,60.59422 c -4.25602,11.69208 -4.25686,20.21398 -0.24376,31.24071" /><g + transform="matrix(0.3424,0.94089,-0.94089,0.3424,251.44142,91.83492)" + id="g4078"><g + id="g4080"><path + id="path4082" + style="fill:none;stroke:#808080;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="M -1.55415,2.0722 C -1.42464,1.29512 0,0.1295 0.38852,0 0,-0.1295 -1.42464,-1.29512 -1.55415,-2.0722" /></g></g><g + id="g4084"><g + transform="rotate(90,95.045,160.936)" + id="g4086"><g + id="g4088"><g + transform="translate(-266.143,-31.494)" + id="g4090"><text + id="text4094" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1,0,0,-1,266.143,31.494)"><tspan + id="tspan4092" + y="0" + x="0 5.8293109 11.669621">255</tspan></text> +<g + transform="translate(266.143,31.494)" + id="g4096" /></g></g><g + transform="translate(-255.981,-65.891)" + id="g4098" /></g></g></g></g></g></g></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/connectedness1.png b/src/doc/img/connectedness1.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd94912afb4ea05959f4044d2383ef95a42e5d0 Binary files /dev/null and b/src/doc/img/connectedness1.png differ diff --git a/src/doc/img/connectedness2.png b/src/doc/img/connectedness2.png new file mode 100644 index 0000000000000000000000000000000000000000..062c0f608672219bf1fc00e72b272adafa764aab Binary files /dev/null and b/src/doc/img/connectedness2.png differ diff --git a/src/doc/img/connectedness3.png b/src/doc/img/connectedness3.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d2e65c5a130e5eb96f4f2eb92bf413349f41fc Binary files /dev/null and b/src/doc/img/connectedness3.png differ diff --git a/src/doc/img/digital-image-color-space.svg b/src/doc/img/digital-image-color-space.svg new file mode 100644 index 0000000000000000000000000000000000000000..f0e1f090236609222482d2ed4450b07a4fbc3c68 --- /dev/null +++ b/src/doc/img/digital-image-color-space.svg @@ -0,0 +1,857 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.093231mm" + height="45.5863mm" + viewBox="0 0 48.093232 45.5863" + version="1.1" + id="svg4894" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="digital-image-color-space.svg"> + <defs + id="defs4888"> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4643"> + <path + d="M 0,0 H 320 V 293.60001 H 0 Z" + id="path4641" + inkscape:connector-curvature="0" /> + </clipPath> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6378906" + inkscape:cx="-7.6953257" + inkscape:cy="140.86087" + inkscape:document-units="mm" + 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="1366" + inkscape:window-height="768" + inkscape:window-x="1366" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <metadata + id="metadata4891"> + <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="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-102.08746,-135.40072)"> + <g + id="g4635" + transform="matrix(0.17187686,0,0,-0.17187686,98.774206,185.4873)"> + <g + id="g4637"> + <g + id="g4639" /> + <g + id="g4975"> + <g + clip-path="url(#clipPath4643)" + id="g4973"> + <g + id="g4971"> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4647"> + <path + d="m 67.625,213.465 v -21.332 l 18.453,10.668 v 21.332 z" + style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4645" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4651"> + <path + d="m 86.078,224.133 v -21.332 l 18.457,10.664 v 21.336 z" + style="fill:#ff4000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4649" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4655"> + <path + d="m 104.535,234.801 v -21.336 l 18.559,10.668 v 21.332 z" + style="fill:#ff8000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4653" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4659"> + <path + d="m 123.094,245.465 v -21.332 l 18.453,10.668 v 21.332 z" + style="fill:#ffc000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4657" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4663"> + <path + d="M 141.547,256.133 V 234.801 L 160,245.465 v 21.336 z" + style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4661" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4667"> + <path + d="m 160,266.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4665" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4671"> + <path + d="m 178.453,256.133 v -21.332 l 18.453,-10.668 v 21.332 z" + style="fill:#c0ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4669" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4675"> + <path + d="m 196.906,245.465 v -21.332 l 18.559,-10.668 v 21.336 z" + style="fill:#80ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4673" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4679"> + <path + d="m 215.465,234.801 v -21.336 l 18.457,-10.664 v 21.332 z" + style="fill:#40ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4677" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4683"> + <path + d="m 233.922,224.133 v -21.332 l 18.453,-10.668 v 21.332 z" + style="fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4681" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4687"> + <path + d="m 233.922,202.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#00ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4685" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4691"> + <path + d="m 233.922,181.465 v -21.332 l 18.453,-10.668 v 21.336 z" + style="fill:#00ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4689" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4695"> + <path + d="m 233.922,160.133 v -21.332 l 18.453,-10.668 v 21.332 z" + style="fill:#00ffc0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4693" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4699"> + <path + d="m 233.922,138.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4697" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4703"> + <path + d="m 233.922,117.465 -18.457,-10.664 18.457,-10.668 18.453,10.668 z" + style="fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4701" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4707"> + <path + d="M 215.465,106.801 196.906,96.133 215.465,85.465 233.922,96.133 Z" + style="fill:#00c0ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4705" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4711"> + <path + d="M 196.906,96.133 178.453,85.465 196.906,74.801 215.465,85.465 Z" + style="fill:#0080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4709" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4715"> + <path + d="M 178.453,85.465 160,74.801 178.453,64.133 196.906,74.801 Z" + style="fill:#0040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4713" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4719"> + <path + d="M 160,74.801 141.547,64.133 160,53.465 178.453,64.133 Z" + style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4717" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4723"> + <path + d="M 141.547,85.465 123.094,74.801 141.547,64.133 160,74.801 Z" + style="fill:#4000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4721" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4727"> + <path + d="M 123.094,96.133 104.535,85.465 123.094,74.801 141.547,85.465 Z" + style="fill:#8000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4725" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4731"> + <path + d="M 104.535,106.801 86.078,96.133 104.535,85.465 123.094,96.133 Z" + style="fill:#c000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4729" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4735"> + <path + d="M 86.078,117.465 67.625,106.801 86.078,96.133 104.535,106.801 Z" + style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4733" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4739"> + <path + d="M 86.078,138.801 67.625,128.133 v -21.332 l 18.453,10.664 z" + style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4737" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4743"> + <path + d="M 86.078,160.133 67.625,149.465 v -21.332 l 18.453,10.668 z" + style="fill:#ff00c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4741" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4747"> + <path + d="M 86.078,181.465 67.625,170.801 v -21.336 l 18.453,10.668 z" + style="fill:#ff0080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4745" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4751"> + <path + d="M 86.078,202.801 67.625,192.133 v -21.332 l 18.453,10.664 z" + style="fill:#ff0040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4749" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4755"> + <path + d="m 86.078,202.801 v -21.336 l 18.457,10.668 v 21.332 z" + style="fill:#ff4040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4753" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4759"> + <path + d="m 104.535,213.465 v -21.332 l 18.559,10.668 v 21.332 z" + style="fill:#ff8040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4757" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4763"> + <path + d="m 123.094,224.133 v -21.332 l 18.453,10.664 v 21.336 z" + style="fill:#ffc040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4761" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4767"> + <path + d="M 141.547,234.801 V 213.465 L 160,224.133 v 21.332 z" + style="fill:#ffff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4765" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4771"> + <path + d="m 160,245.465 v -21.332 l 18.453,-10.668 v 21.336 z" + style="fill:#ffff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4769" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4775"> + <path + d="m 178.453,234.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#c0ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4773" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4779"> + <path + d="m 196.906,224.133 v -21.332 l 18.559,-10.668 v 21.332 z" + style="fill:#80ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4777" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4783"> + <path + d="m 215.465,213.465 v -21.332 l 18.457,-10.668 v 21.336 z" + style="fill:#40ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4781" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4787"> + <path + d="m 215.465,192.133 v -21.332 l 18.457,-10.668 v 21.332 z" + style="fill:#40ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4785" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4791"> + <path + d="m 215.465,170.801 v -21.336 l 18.457,-10.664 v 21.332 z" + style="fill:#40ffc0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4789" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4795"> + <path + d="m 215.465,149.465 v -21.332 l 18.457,-10.668 v 21.336 z" + style="fill:#40ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4793" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4799"> + <path + d="m 215.465,128.133 -18.559,-10.668 18.559,-10.664 18.457,10.664 z" + style="fill:#40ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4797" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4803"> + <path + d="m 196.906,117.465 -18.453,-10.664 18.453,-10.668 18.559,10.668 z" + style="fill:#40c0ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4801" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4807"> + <path + d="M 178.453,106.801 160,96.133 178.453,85.465 196.906,96.133 Z" + style="fill:#4080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4805" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4811"> + <path + d="M 160,96.133 141.547,85.465 160,74.801 178.453,85.465 Z" + style="fill:#4040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4809" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4815"> + <path + d="M 141.547,106.801 123.094,96.133 141.547,85.465 160,96.133 Z" + style="fill:#8040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4813" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4819"> + <path + d="m 123.094,117.465 -18.559,-10.664 18.559,-10.668 18.453,10.668 z" + style="fill:#c040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4817" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4823"> + <path + d="m 104.535,128.133 -18.457,-10.668 18.457,-10.664 18.559,10.664 z" + style="fill:#ff40ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4821" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4827"> + <path + d="M 104.535,149.465 86.078,138.801 v -21.336 l 18.457,10.668 z" + style="fill:#ff40ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4825" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4831"> + <path + d="M 104.535,170.801 86.078,160.133 v -21.332 l 18.457,10.664 z" + style="fill:#ff40c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4829" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4835"> + <path + d="M 104.535,192.133 86.078,181.465 v -21.332 l 18.457,10.668 z" + style="fill:#ff4080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4833" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4839"> + <path + d="m 104.535,192.133 v -21.332 l 9.277,5.332 18.454,-10.668 v 10.668 l 9.281,5.332 -18.453,10.668 v 10.668 z" + style="fill:#ff8080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4837" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4843"> + <path + d="m 123.094,202.801 v -10.668 l 18.453,-10.668 18.453,10.668 -18.453,10.668 v 10.664 z" + style="fill:#ffc080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4841" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4847"> + <path + d="M 141.547,213.465 V 202.801 L 160,192.133 l 18.453,10.668 v 10.664 L 160,224.133 Z" + style="fill:#ffff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4845" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4851"> + <path + d="M 178.453,213.465 V 202.801 L 160,192.133 l 18.453,-10.668 18.453,10.668 v 10.668 z" + style="fill:#c0ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4849" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4855"> + <path + d="m 196.906,202.801 v -10.668 l -18.453,-10.668 9.281,-5.332 v -10.668 l 18.454,10.668 9.277,-5.332 v 21.332 z" + style="fill:#80ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4853" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4859"> + <path + d="m 215.465,170.801 -9.277,5.332 -18.454,-10.668 v -21.332 l 18.454,10.668 9.277,-5.336 z" + style="fill:#80ffc0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4857" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4863"> + <path + d="m 215.465,149.465 -9.277,5.336 -18.454,-10.668 v -21.332 l 9.172,-5.336 18.559,10.668 z" + style="fill:#80ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4861" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4867"> + <path + d="m 196.906,117.465 -9.172,5.336 v 21.332 l -18.453,-10.668 v -21.332 l 9.172,-5.332 z" + style="fill:#80c0ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4865" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4871"> + <path + d="m 178.453,106.801 -9.172,5.332 v 21.332 l -9.281,-5.332 -9.281,5.332 V 112.133 L 141.547,106.801 160,96.133 Z" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4869" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4875"> + <path + d="m 141.547,106.801 9.172,5.332 v 21.332 l -18.453,10.668 v -21.332 l -9.172,-5.336 z" + style="fill:#c080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4873" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4879"> + <path + d="m 123.094,117.465 9.172,5.336 v 21.332 l -18.454,10.668 -9.277,-5.336 v -21.332 z" + style="fill:#ff80ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4877" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4883"> + <path + d="m 104.535,149.465 9.277,5.336 18.454,-10.668 v 21.332 l -18.454,10.668 -9.277,-5.332 z" + style="fill:#ff80c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4881" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4887"> + <path + d="m 132.266,165.465 18.453,-10.664 v 10.664 l 9.281,5.336 -18.453,10.664 -9.281,-5.332 z" + style="fill:#c08080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4885" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4891"> + <path + d="M 141.547,181.465 160,170.801 178.453,181.465 160,192.133 Z" + style="fill:#c0c080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4889" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4895"> + <path + d="M 178.453,181.465 160,170.801 l 9.281,-5.336 v -10.664 l 18.453,10.664 v 10.668 z" + style="fill:#80c080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4893" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4899"> + <path + d="m 187.734,165.465 -18.453,-10.664 v -21.336 l 18.453,10.668 z" + style="fill:#80c0c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4897" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4903"> + <path + d="m 169.281,133.465 v 21.336 l -9.281,-5.336 -9.281,5.336 V 133.465 L 160,128.133 Z" + style="fill:#8080c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4901" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4907"> + <path + d="m 150.719,133.465 v 21.336 l -18.453,10.664 v -21.332 z" + style="fill:#c080c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4905" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4911"> + <path + d="m 160,170.801 9.281,-5.336 v -10.664 l -9.281,-5.336 -9.281,5.336 v 10.664 z" + style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4909" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4915"> + <path + d="M 67.625,213.465 160,266.801 252.375,213.465 V 106.801 L 160,53.465 67.625,106.801 v 106.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4913" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4919"> + <path + d="M 160,266.801 V 213.465" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4917" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4923"> + <path + d="m 252.375,106.801 -46.187,26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4921" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4927"> + <path + d="m 67.625,106.801 46.187,26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4925" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4931"> + <path + d="m 160,213.465 46.188,-26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4929" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4935"> + <path + d="M 206.188,186.801 V 133.465" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4933" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4939"> + <path + d="M 206.188,133.465 160,106.801" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4937" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4943"> + <path + d="m 160,106.801 -46.188,26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4941" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4947"> + <path + d="m 113.812,133.465 v 53.336" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4945" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4951"> + <path + d="M 113.812,186.801 160,213.465" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4949" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4955"> + <path + d="M 113.812,186.801 160,160.133" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4953" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4959"> + <path + d="M 206.188,186.801 160,160.133" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4957" + inkscape:connector-curvature="0" /> + </g> + <g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4963"> + <path + d="m 160,106.801 v 53.332" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4961" + inkscape:connector-curvature="0" /> + </g> + <path + d="M 76.906,74.799 58.348,64.135 63.039,61.467 H 44.48 v 10.668 l 4.692,-2.668 18.453,10.668 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path4965" + inkscape:connector-curvature="0" /> + <path + d="m 160,240.135 v 21.332 l -4.586,2.668 9.172,5.332 9.281,-16 -4.586,2.668 v -21.336 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path4967" + inkscape:connector-curvature="0" /> + <path + d="m 252.375,80.135 18.453,-10.668 4.692,2.668 V 61.467 h -18.559 l 4.691,2.668 -18.558,10.664 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path4969" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.07840395px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="122.50057" + y="138.4269" + id="text5834"><tspan + sodipodi:role="line" + id="tspan5832" + x="122.50057" + y="138.4269" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#0000ff;stroke-width:0.26458332">Blue</tspan></text> + <text + id="text5838" + y="178.64363" + x="105.73811" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.07840395px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:center;text-anchor:middle;fill:#ff0000;stroke-width:0.26458332" + y="178.64363" + x="105.73811" + id="tspan5836" + sodipodi:role="line">Red</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.07840395px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="138.37556" + y="178.64363" + id="text5842"><tspan + sodipodi:role="line" + id="tspan5840" + x="138.37556" + y="178.64363" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#008000;stroke-width:0.26458332">Green</tspan></text> + </g> +</svg> diff --git a/src/doc/img/digital-image-coordinate-space.svg b/src/doc/img/digital-image-coordinate-space.svg new file mode 100644 index 0000000000000000000000000000000000000000..874e38c7a4c2e222affa1d6cb87e2207ad8cfca6 --- /dev/null +++ b/src/doc/img/digital-image-coordinate-space.svg @@ -0,0 +1,736 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="154.62811mm" + height="97.690529mm" + viewBox="0 0 154.62811 97.690529" + version="1.1" + id="svg5850" + inkscape:version="0.92.1 r" + sodipodi:docname="digital-image-coordinate-space.svg"> + <defs + id="defs5844"> + <marker + inkscape:stockid="Arrow1Mend" + orient="auto" + refY="0" + refX="0" + id="marker6701" + style="overflow:visible" + inkscape:isstock="true"> + <path + id="path6699" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="matrix(-0.4,0,0,-0.4,-4,0)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="Arrow1Mend" + orient="auto" + refY="0" + refX="0" + id="Arrow1Mend" + style="overflow:visible" + inkscape:isstock="true"> + <path + id="path6408" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="matrix(-0.4,0,0,-0.4,-4,0)" + inkscape:connector-curvature="0" /> + </marker> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.40947266" + inkscape:cx="170.17902" + inkscape:cy="151.05149" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-midpoints="true" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <metadata + id="metadata5847"> + <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="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-26.492409,-105.09158)"> + <path + style="fill:none;stroke:#000000;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6701)" + d="m 41.677081,105.09158 v 95.30805" + id="path6395" + inkscape:connector-curvature="0" /> + <path + style="fill:none;stroke:#000000;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow1Mend)" + d="M 26.492409,120.27625 H 180.0777" + id="path6397" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7552" + cx="47.671062" + cy="126.59872" + r="2.100008" /> + <circle + r="2.100008" + cy="126.59872" + cx="58.254398" + id="circle7554" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7556" + cx="68.83773" + cy="126.59872" + r="2.100008" /> + <circle + r="2.100008" + cy="126.59872" + cx="79.421059" + id="circle7558" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7560" + cx="90.004387" + cy="126.59872" + r="2.100008" /> + <circle + r="2.100008" + cy="126.59872" + cx="100.58772" + id="circle7562" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7564" + cx="111.17103" + cy="126.59872" + r="2.100008" /> + <circle + r="2.100008" + cy="126.59872" + cx="121.75436" + id="circle7566" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7568" + cx="132.33768" + cy="126.59872" + r="2.100008" /> + <circle + r="2.100008" + cy="126.59872" + cx="142.92102" + id="circle7570" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7572" + cx="153.50436" + cy="126.59872" + r="2.100008" /> + <circle + r="2.100008" + cy="126.59872" + cx="164.08771" + id="circle7574" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="126.59872" + cx="174.67105" + id="circle7578" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="137.18204" + cx="47.671062" + id="circle7580" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7582" + cx="58.254398" + cy="137.18204" + r="2.100008" /> + <circle + r="2.100008" + cy="137.18204" + cx="68.83773" + id="circle7584" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7586" + cx="79.421059" + cy="137.18204" + r="2.100008" /> + <circle + r="2.100008" + cy="137.18204" + cx="90.004387" + id="circle7588" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7590" + cx="100.58772" + cy="137.18204" + r="2.100008" /> + <circle + r="2.100008" + cy="137.18204" + cx="111.17103" + id="circle7592" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7594" + cx="121.75436" + cy="137.18204" + r="2.100008" /> + <circle + r="2.100008" + cy="137.18204" + cx="132.33768" + id="circle7596" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7598" + cx="142.92102" + cy="137.18204" + r="2.100008" /> + <circle + r="2.100008" + cy="137.18204" + cx="153.50436" + id="circle7600" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7602" + cx="164.08771" + cy="137.18204" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7604" + cx="174.67105" + cy="137.18204" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7606" + cx="47.671062" + cy="147.76538" + r="2.100008" /> + <circle + r="2.100008" + cy="147.76538" + cx="58.254398" + id="circle7608" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7610" + cx="68.83773" + cy="147.76538" + r="2.100008" /> + <circle + r="2.100008" + cy="147.76538" + cx="79.421059" + id="circle7612" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7614" + cx="90.004387" + cy="147.76538" + r="2.100008" /> + <circle + r="2.100008" + cy="147.76538" + cx="100.58772" + id="circle7616" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7618" + cx="111.17103" + cy="147.76538" + r="2.100008" /> + <circle + r="2.100008" + cy="147.76538" + cx="121.75436" + id="circle7620" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7622" + cx="132.33768" + cy="147.76538" + r="2.100008" /> + <circle + r="2.100008" + cy="147.76538" + cx="142.92102" + id="circle7624" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7626" + cx="153.50436" + cy="147.76538" + r="2.100008" /> + <circle + r="2.100008" + cy="147.76538" + cx="164.08771" + id="circle7628" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="147.76538" + cx="174.67105" + id="circle7630" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="158.34872" + cx="47.671062" + id="circle7632" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7634" + cx="58.254398" + cy="158.34872" + r="2.100008" /> + <circle + r="2.100008" + cy="158.34872" + cx="68.83773" + id="circle7636" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7638" + cx="79.421059" + cy="158.34872" + r="2.100008" /> + <circle + r="2.100008" + cy="158.34872" + cx="90.004387" + id="circle7640" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7642" + cx="100.58772" + cy="158.34872" + r="2.100008" /> + <circle + r="2.100008" + cy="158.34872" + cx="111.17103" + id="circle7644" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7646" + cx="121.75436" + cy="158.34872" + r="2.100008" /> + <circle + r="2.100008" + cy="158.34872" + cx="132.33768" + id="circle7648" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7650" + cx="142.92102" + cy="158.34872" + r="2.100008" /> + <circle + r="2.100008" + cy="158.34872" + cx="153.50436" + id="circle7652" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7654" + cx="164.08771" + cy="158.34872" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7656" + cx="174.67105" + cy="158.34872" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7658" + cx="47.671062" + cy="168.93207" + r="2.100008" /> + <circle + r="2.100008" + cy="168.93207" + cx="58.254398" + id="circle7660" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7662" + cx="68.83773" + cy="168.93207" + r="2.100008" /> + <circle + r="2.100008" + cy="168.93207" + cx="79.421059" + id="circle7664" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7666" + cx="90.004387" + cy="168.93207" + r="2.100008" /> + <circle + r="2.100008" + cy="168.93207" + cx="100.58772" + id="circle7668" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7670" + cx="111.17103" + cy="168.93207" + r="2.100008" /> + <circle + r="2.100008" + cy="168.93207" + cx="121.75436" + id="circle7672" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7674" + cx="132.33768" + cy="168.93207" + r="2.100008" /> + <circle + r="2.100008" + cy="168.93207" + cx="142.92102" + id="circle7676" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7678" + cx="153.50436" + cy="168.93207" + r="2.100008" /> + <circle + r="2.100008" + cy="168.93207" + cx="164.08771" + id="circle7680" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="168.93207" + cx="174.67105" + id="circle7682" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="179.51541" + cx="47.671062" + id="circle7684" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7686" + cx="58.254398" + cy="179.51541" + r="2.100008" /> + <circle + r="2.100008" + cy="179.51541" + cx="68.83773" + id="circle7688" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7690" + cx="79.421059" + cy="179.51541" + r="2.100008" /> + <circle + r="2.100008" + cy="179.51541" + cx="90.004387" + id="circle7692" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7694" + cx="100.58772" + cy="179.51541" + r="2.100008" /> + <circle + r="2.100008" + cy="179.51541" + cx="111.17103" + id="circle7696" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7698" + cx="121.75436" + cy="179.51541" + r="2.100008" /> + <circle + r="2.100008" + cy="179.51541" + cx="132.33768" + id="circle7700" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7702" + cx="142.92102" + cy="179.51541" + r="2.100008" /> + <circle + r="2.100008" + cy="179.51541" + cx="153.50436" + id="circle7704" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7706" + cx="164.08771" + cy="179.51541" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7708" + cx="174.67105" + cy="179.51541" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7710" + cx="47.671062" + cy="190.09875" + r="2.100008" /> + <circle + r="2.100008" + cy="190.09875" + cx="58.254398" + id="circle7712" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7714" + cx="68.83773" + cy="190.09875" + r="2.100008" /> + <circle + r="2.100008" + cy="190.09875" + cx="79.421059" + id="circle7716" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7718" + cx="90.004387" + cy="190.09875" + r="2.100008" /> + <circle + r="2.100008" + cy="190.09875" + cx="100.58772" + id="circle7720" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7722" + cx="111.17103" + cy="190.09875" + r="2.100008" /> + <circle + r="2.100008" + cy="190.09875" + cx="121.75436" + id="circle7724" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7726" + cx="132.33768" + cy="190.09875" + r="2.100008" /> + <circle + r="2.100008" + cy="190.09875" + cx="142.92102" + id="circle7728" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7730" + cx="153.50436" + cy="190.09875" + r="2.100008" /> + <circle + r="2.100008" + cy="190.09875" + cx="164.08771" + id="circle7732" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="190.09875" + cx="174.67105" + id="circle7734" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + r="2.100008" + cy="200.6821" + cx="47.671062" + id="circle7736" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7738" + cx="58.254398" + cy="200.6821" + r="2.100008" /> + <circle + r="2.100008" + cy="200.6821" + cx="68.83773" + id="circle7740" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7742" + cx="79.421059" + cy="200.6821" + r="2.100008" /> + <circle + r="2.100008" + cy="200.6821" + cx="90.004387" + id="circle7744" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7746" + cx="100.58772" + cy="200.6821" + r="2.100008" /> + <circle + r="2.100008" + cy="200.6821" + cx="111.17103" + id="circle7748" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7750" + cx="121.75436" + cy="200.6821" + r="2.100008" /> + <circle + r="2.100008" + cy="200.6821" + cx="132.33768" + id="circle7752" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7754" + cx="142.92102" + cy="200.6821" + r="2.100008" /> + <circle + r="2.100008" + cy="200.6821" + cx="153.50436" + id="circle7756" + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7758" + cx="164.08771" + cy="200.6821" + r="2.100008" /> + <circle + style="opacity:1;vector-effect:none;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle7760" + cx="174.67105" + cy="200.6821" + r="2.100008" /> + </g> +</svg> diff --git a/src/doc/img/digital-image-result.svg b/src/doc/img/digital-image-result.svg new file mode 100644 index 0000000000000000000000000000000000000000..e267ecc4a38042315cced6d2440fe617beb4795c --- /dev/null +++ b/src/doc/img/digital-image-result.svg @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + id="svg5850" + version="1.1" + viewBox="0 0 154.62811 97.690529" + height="97.690529mm" + width="154.62811mm"> + <defs + id="defs5844"> + <marker + style="overflow:visible" + id="marker6701" + refX="0" + refY="0" + orient="auto"> + <path + transform="matrix(-0.4,0,0,-0.4,-4,0)" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path6699" /> + </marker> + <marker + style="overflow:visible" + id="Arrow1Mend" + refX="0" + refY="0" + orient="auto"> + <path + transform="matrix(-0.4,0,0,-0.4,-4,0)" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path6408" /> + </marker> + </defs> + <metadata + id="metadata5847"> + <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 + transform="translate(-26.492409,-105.09158)" + id="layer1"> + <image + xlink:href="assets/flower.png" + y="120.27626" + x="41.677082" + id="image8453" + style="stroke-width:2.42885756;image-rendering:optimizeSpeed" + preserveAspectRatio="none" + height="81.772552" + width="139.43456" /> + <path + id="path6395" + d="m 41.677081,105.09158 v 95.30805" + style="fill:none;stroke:#000000;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker6701)" /> + <path + id="path6397" + d="M 26.492409,120.27625 H 180.0777" + style="fill:none;stroke:#000000;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow1Mend)" /> + </g> +</svg> diff --git a/src/doc/img/digital_image.svg b/src/doc/img/digital_image.svg new file mode 100644 index 0000000000000000000000000000000000000000..b0392e87ce0485180b220770514548f609fcfa44 --- /dev/null +++ b/src/doc/img/digital_image.svg @@ -0,0 +1,697 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg4539" + xml:space="preserve" + width="697.55603" + height="221.87199" + viewBox="0 0 697.55603 221.87199" + sodipodi:docname="digital_image.svg" + inkscape:version="0.92.1 r"><metadata + id="metadata4545"><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><defs + id="defs4543"><mask + maskUnits="userSpaceOnUse" + x="0" + y="0" + width="1" + height="1" + id="mask4565"><image + sodipodi:absref="/home/acmt/Documentos/git/tese/figs/digital_image_img0.png" + xlink:href="digital_image_img0.png" + id="image4567" + preserveAspectRatio="none" + style="image-rendering:optimizeSpeed" + height="1" + width="1" /></mask><clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath4643"><path + d="M 0,0 H 320 V 293.60001 H 0 Z" + id="path4641" + inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="768" + id="namedview4541" + showgrid="false" + inkscape:zoom="1.1195275" + inkscape:cx="356.6877" + inkscape:cy="60.698456" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g4547" /><g + id="g4547" + inkscape:groupmode="layer" + inkscape:label="digital_image" + transform="matrix(1.3333333,0,0,-1.3333333,0,221.872)"><g + id="g4561" + transform="matrix(0.22047,0,0,0.22047,2.922,22.951)"><g + id="g4563" + transform="scale(900,626)"><image + sodipodi:absref="/home/acmt/Documentos/git/tese/figs/3D.png" + xlink:href="3D.png" + id="image4569" + mask="url(#mask4565)" + transform="matrix(1,0,0,-1,0,1)" + preserveAspectRatio="none" + style="image-rendering:optimizeSpeed" + height="1" + width="1" /></g></g><image + sodipodi:absref="/home/acmt/Documentos/git/tese/figs/flower_blue.png" + xlink:href="flower_blue.png" + y="-161.8508" + x="215.52" + id="image4583" + transform="scale(1,-1)" + preserveAspectRatio="none" + style="image-rendering:optimizeSpeed" + height="83.098801" + width="141.696" /><image + sodipodi:absref="/home/acmt/Documentos/git/tese/figs/flower_green.png" + xlink:href="flower_green.png" + y="-147.6778" + x="201.347" + id="image4597" + transform="scale(1,-1)" + preserveAspectRatio="none" + style="image-rendering:optimizeSpeed" + height="83.098801" + width="141.696" /><image + sodipodi:absref="/home/acmt/Documentos/git/tese/figs/flower_red.png" + xlink:href="flower_red.png" + y="-133.50481" + x="187.174" + id="image4611" + transform="scale(1,-1)" + preserveAspectRatio="none" + style="image-rendering:optimizeSpeed" + height="83.098801" + width="141.696" /><image + sodipodi:absref="/home/acmt/Documentos/git/tese/figs/flower.png" + xlink:href="flower.png" + y="-119.3318" + x="173.00101" + id="image4625" + transform="scale(1,-1)" + preserveAspectRatio="none" + style="image-rendering:optimizeSpeed" + height="83.098801" + width="141.696" /><g + id="g4635" + transform="matrix(0.48721,0,0,0.48721,364.339,20.436)"><g + id="g4637"><g + id="g4639" /><g + id="g4975"><g + clip-path="url(#clipPath4643)" + id="g4973"><g + id="g4971"><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4647"><path + d="m 67.625,213.465 v -21.332 l 18.453,10.668 v 21.332 z" + style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4645" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4651"><path + d="m 86.078,224.133 v -21.332 l 18.457,10.664 v 21.336 z" + style="fill:#ff4000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4649" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4655"><path + d="m 104.535,234.801 v -21.336 l 18.559,10.668 v 21.332 z" + style="fill:#ff8000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4653" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4659"><path + d="m 123.094,245.465 v -21.332 l 18.453,10.668 v 21.332 z" + style="fill:#ffc000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4657" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4663"><path + d="M 141.547,256.133 V 234.801 L 160,245.465 v 21.336 z" + style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4661" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4667"><path + d="m 160,266.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4665" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4671"><path + d="m 178.453,256.133 v -21.332 l 18.453,-10.668 v 21.332 z" + style="fill:#c0ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4669" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4675"><path + d="m 196.906,245.465 v -21.332 l 18.559,-10.668 v 21.336 z" + style="fill:#80ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4673" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4679"><path + d="m 215.465,234.801 v -21.336 l 18.457,-10.664 v 21.332 z" + style="fill:#40ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4677" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4683"><path + d="m 233.922,224.133 v -21.332 l 18.453,-10.668 v 21.332 z" + style="fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4681" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4687"><path + d="m 233.922,202.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#00ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4685" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4691"><path + d="m 233.922,181.465 v -21.332 l 18.453,-10.668 v 21.336 z" + style="fill:#00ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4689" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4695"><path + d="m 233.922,160.133 v -21.332 l 18.453,-10.668 v 21.332 z" + style="fill:#00ffc0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4693" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4699"><path + d="m 233.922,138.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4697" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4703"><path + d="m 233.922,117.465 -18.457,-10.664 18.457,-10.668 18.453,10.668 z" + style="fill:#00ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4701" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4707"><path + d="M 215.465,106.801 196.906,96.133 215.465,85.465 233.922,96.133 Z" + style="fill:#00c0ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4705" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4711"><path + d="M 196.906,96.133 178.453,85.465 196.906,74.801 215.465,85.465 Z" + style="fill:#0080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4709" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4715"><path + d="M 178.453,85.465 160,74.801 178.453,64.133 196.906,74.801 Z" + style="fill:#0040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4713" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4719"><path + d="M 160,74.801 141.547,64.133 160,53.465 178.453,64.133 Z" + style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4717" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4723"><path + d="M 141.547,85.465 123.094,74.801 141.547,64.133 160,74.801 Z" + style="fill:#4000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4721" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4727"><path + d="M 123.094,96.133 104.535,85.465 123.094,74.801 141.547,85.465 Z" + style="fill:#8000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4725" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4731"><path + d="M 104.535,106.801 86.078,96.133 104.535,85.465 123.094,96.133 Z" + style="fill:#c000ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4729" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4735"><path + d="M 86.078,117.465 67.625,106.801 86.078,96.133 104.535,106.801 Z" + style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4733" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4739"><path + d="M 86.078,138.801 67.625,128.133 v -21.332 l 18.453,10.664 z" + style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4737" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4743"><path + d="M 86.078,160.133 67.625,149.465 v -21.332 l 18.453,10.668 z" + style="fill:#ff00c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4741" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4747"><path + d="M 86.078,181.465 67.625,170.801 v -21.336 l 18.453,10.668 z" + style="fill:#ff0080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4745" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4751"><path + d="M 86.078,202.801 67.625,192.133 v -21.332 l 18.453,10.664 z" + style="fill:#ff0040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4749" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4755"><path + d="m 86.078,202.801 v -21.336 l 18.457,10.668 v 21.332 z" + style="fill:#ff4040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4753" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4759"><path + d="m 104.535,213.465 v -21.332 l 18.559,10.668 v 21.332 z" + style="fill:#ff8040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4757" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4763"><path + d="m 123.094,224.133 v -21.332 l 18.453,10.664 v 21.336 z" + style="fill:#ffc040;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4761" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4767"><path + d="M 141.547,234.801 V 213.465 L 160,224.133 v 21.332 z" + style="fill:#ffff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4765" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4771"><path + d="m 160,245.465 v -21.332 l 18.453,-10.668 v 21.336 z" + style="fill:#ffff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4769" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4775"><path + d="m 178.453,234.801 v -21.336 l 18.453,-10.664 v 21.332 z" + style="fill:#c0ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4773" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4779"><path + d="m 196.906,224.133 v -21.332 l 18.559,-10.668 v 21.332 z" + style="fill:#80ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4777" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4783"><path + d="m 215.465,213.465 v -21.332 l 18.457,-10.668 v 21.336 z" + style="fill:#40ff40;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4781" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4787"><path + d="m 215.465,192.133 v -21.332 l 18.457,-10.668 v 21.332 z" + style="fill:#40ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4785" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4791"><path + d="m 215.465,170.801 v -21.336 l 18.457,-10.664 v 21.332 z" + style="fill:#40ffc0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4789" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4795"><path + d="m 215.465,149.465 v -21.332 l 18.457,-10.668 v 21.336 z" + style="fill:#40ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4793" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4799"><path + d="m 215.465,128.133 -18.559,-10.668 18.559,-10.664 18.457,10.664 z" + style="fill:#40ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4797" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4803"><path + d="m 196.906,117.465 -18.453,-10.664 18.453,-10.668 18.559,10.668 z" + style="fill:#40c0ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4801" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4807"><path + d="M 178.453,106.801 160,96.133 178.453,85.465 196.906,96.133 Z" + style="fill:#4080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4805" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4811"><path + d="M 160,96.133 141.547,85.465 160,74.801 178.453,85.465 Z" + style="fill:#4040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4809" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4815"><path + d="M 141.547,106.801 123.094,96.133 141.547,85.465 160,96.133 Z" + style="fill:#8040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4813" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4819"><path + d="m 123.094,117.465 -18.559,-10.664 18.559,-10.668 18.453,10.668 z" + style="fill:#c040ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4817" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4823"><path + d="m 104.535,128.133 -18.457,-10.668 18.457,-10.664 18.559,10.664 z" + style="fill:#ff40ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4821" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4827"><path + d="M 104.535,149.465 86.078,138.801 v -21.336 l 18.457,10.668 z" + style="fill:#ff40ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4825" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4831"><path + d="M 104.535,170.801 86.078,160.133 v -21.332 l 18.457,10.664 z" + style="fill:#ff40c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4829" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4835"><path + d="M 104.535,192.133 86.078,181.465 v -21.332 l 18.457,10.668 z" + style="fill:#ff4080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4833" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4839"><path + d="m 104.535,192.133 v -21.332 l 9.277,5.332 18.454,-10.668 v 10.668 l 9.281,5.332 -18.453,10.668 v 10.668 z" + style="fill:#ff8080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4837" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4843"><path + d="m 123.094,202.801 v -10.668 l 18.453,-10.668 18.453,10.668 -18.453,10.668 v 10.664 z" + style="fill:#ffc080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4841" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4847"><path + d="M 141.547,213.465 V 202.801 L 160,192.133 l 18.453,10.668 v 10.664 L 160,224.133 Z" + style="fill:#ffff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4845" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4851"><path + d="M 178.453,213.465 V 202.801 L 160,192.133 l 18.453,-10.668 18.453,10.668 v 10.668 z" + style="fill:#c0ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4849" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4855"><path + d="m 196.906,202.801 v -10.668 l -18.453,-10.668 9.281,-5.332 v -10.668 l 18.454,10.668 9.277,-5.332 v 21.332 z" + style="fill:#80ff80;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4853" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4859"><path + d="m 215.465,170.801 -9.277,5.332 -18.454,-10.668 v -21.332 l 18.454,10.668 9.277,-5.336 z" + style="fill:#80ffc0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4857" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4863"><path + d="m 215.465,149.465 -9.277,5.336 -18.454,-10.668 v -21.332 l 9.172,-5.336 18.559,10.668 z" + style="fill:#80ffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4861" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4867"><path + d="m 196.906,117.465 -9.172,5.336 v 21.332 l -18.453,-10.668 v -21.332 l 9.172,-5.332 z" + style="fill:#80c0ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4865" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4871"><path + d="m 178.453,106.801 -9.172,5.332 v 21.332 l -9.281,-5.332 -9.281,5.332 V 112.133 L 141.547,106.801 160,96.133 Z" + style="fill:#8080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4869" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4875"><path + d="m 141.547,106.801 9.172,5.332 v 21.332 l -18.453,10.668 v -21.332 l -9.172,-5.336 z" + style="fill:#c080ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4873" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4879"><path + d="m 123.094,117.465 9.172,5.336 v 21.332 l -18.454,10.668 -9.277,-5.336 v -21.332 z" + style="fill:#ff80ff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4877" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4883"><path + d="m 104.535,149.465 9.277,5.336 18.454,-10.668 v 21.332 l -18.454,10.668 -9.277,-5.332 z" + style="fill:#ff80c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4881" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4887"><path + d="m 132.266,165.465 18.453,-10.664 v 10.664 l 9.281,5.336 -18.453,10.664 -9.281,-5.332 z" + style="fill:#c08080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4885" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4891"><path + d="M 141.547,181.465 160,170.801 178.453,181.465 160,192.133 Z" + style="fill:#c0c080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4889" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4895"><path + d="M 178.453,181.465 160,170.801 l 9.281,-5.336 v -10.664 l 18.453,10.664 v 10.668 z" + style="fill:#80c080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4893" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4899"><path + d="m 187.734,165.465 -18.453,-10.664 v -21.336 l 18.453,10.668 z" + style="fill:#80c0c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4897" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4903"><path + d="m 169.281,133.465 v 21.336 l -9.281,-5.336 -9.281,5.336 V 133.465 L 160,128.133 Z" + style="fill:#8080c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4901" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4907"><path + d="m 150.719,133.465 v 21.336 l -18.453,10.664 v -21.332 z" + style="fill:#c080c0;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4905" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4911"><path + d="m 160,170.801 9.281,-5.336 v -10.664 l -9.281,-5.336 -9.281,5.336 v 10.664 z" + style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.533333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4909" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4915"><path + d="M 67.625,213.465 160,266.801 252.375,213.465 V 106.801 L 160,53.465 67.625,106.801 v 106.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4913" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4919"><path + d="M 160,266.801 V 213.465" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4917" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4923"><path + d="m 252.375,106.801 -46.187,26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4921" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4927"><path + d="m 67.625,106.801 46.187,26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4925" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4931"><path + d="m 160,213.465 46.188,-26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4929" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4935"><path + d="M 206.188,186.801 V 133.465" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4933" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4939"><path + d="M 206.188,133.465 160,106.801" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4937" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4943"><path + d="m 160,106.801 -46.188,26.664" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4941" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4947"><path + d="m 113.812,133.465 v 53.336" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4945" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4951"><path + d="M 113.812,186.801 160,213.465" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4949" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4955"><path + d="M 113.812,186.801 160,160.133" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4953" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4959"><path + d="M 206.188,186.801 160,160.133" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4957" + inkscape:connector-curvature="0" /></g><g + transform="matrix(1,0,0,-1,0,293.60001)" + id="g4963"><path + d="m 160,106.801 v 53.332" + style="fill:none;stroke:#000000;stroke-width:1.06666696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:5.333333, 2.666667;stroke-dashoffset:0;stroke-opacity:1" + id="path4961" + inkscape:connector-curvature="0" /></g><path + d="M 76.906,74.799 58.348,64.135 63.039,61.467 H 44.48 v 10.668 l 4.692,-2.668 18.453,10.668 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path4965" + inkscape:connector-curvature="0" /><path + d="m 160,240.135 v 21.332 l -4.586,2.668 9.172,5.332 9.281,-16 -4.586,2.668 v -21.336 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path4967" + inkscape:connector-curvature="0" /><path + d="m 252.375,80.135 18.453,-10.668 4.692,2.668 V 61.467 h -18.559 l 4.691,2.668 -18.558,10.664 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path4969" + inkscape:connector-curvature="0" /></g></g></g></g></g><g + id="g4985"><text + transform="matrix(1,0,0,-1,376.053,39.699)" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="text4989"><tspan + x="0 6.8631887 12.516521" + y="0" + sodipodi:role="line" + id="tspan4987">Red</tspan></text> +<g + id="g4991" + transform="translate(376.053,39.699)" /></g><g + id="g5001"><text + transform="matrix(1,0,0,-1,431.108,153.085)" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="text5005"><tspan + x="0 6.973176 10.041813 16.718023" + y="0" + sodipodi:role="line" + id="tspan5003">Blue</tspan></text> +<g + id="g5007" + transform="translate(431.108,153.085)" /></g><g + id="g5017"><text + transform="matrix(1,0,0,-1,483.892,39.989)" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="text5021"><tspan + x="0 8.0070534 12.076572 17.729904 23.383236" + y="0" + sodipodi:role="line" + id="tspan5019">Green</tspan></text> +<g + id="g5023" + transform="translate(483.892,39.989)" /></g><path + inkscape:connector-curvature="0" + id="path5031" + style="fill:none;stroke:#000000;stroke-width:2.83466005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + d="m 300.56266,77.786 c 38.29374,22.10884 75.0935,22.10884 111.66632,0.99353" /><g + id="g5035" + transform="matrix(0.86877,-0.50157,0.50157,0.86877,412.22898,78.77955)"><path + d="M -3.38806,4.51741 C -3.10571,2.82338 0,0.28232 0.847,0 0,-0.28232 -3.10571,-2.82338 -3.38806,-4.51741" + style="fill:none;stroke:#000000;stroke-width:2.26773;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + id="path5037" + inkscape:connector-curvature="0" /></g><path + d="M 173.002,120.3062 V 37.24668" + style="fill:none;stroke:#000000;stroke-width:2.83466005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + id="path5089" + inkscape:connector-curvature="0" /><path + d="m 177.51941,40.63474 c -1.69403,-0.28235 -4.23509,-3.38806 -4.51741,-4.23506 -0.28232,0.847 -2.82338,3.95271 -4.51741,4.23506" + style="fill:none;stroke:#000000;stroke-width:2.26773;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + id="path5095" + inkscape:connector-curvature="0" /><path + d="M 173.002,120.3062 H 312.75518" + style="fill:none;stroke:#000000;stroke-width:2.83466005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + id="path5099" + inkscape:connector-curvature="0" /><path + d="m 309.36712,124.82361 c 0.28235,-1.69403 3.38806,-4.23509 4.23506,-4.51741 -0.847,-0.28232 -3.95271,-2.82338 -4.23506,-4.51741" + style="fill:none;stroke:#000000;stroke-width:2.26773;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" + id="path5105" + inkscape:connector-curvature="0" /><g + id="g5113"><text + transform="matrix(1,0,0,-1,170.215,28.195)" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="text5117"><tspan + x="0" + y="0" + id="tspan5115">y</tspan></text> +<g + id="g5119" + transform="translate(170.215,28.195)" /></g><g + id="g5129"><text + transform="matrix(1,0,0,-1,317.73,117.55)" + style="font-variant:normal;font-weight:normal;font-size:10.99870014px;font-family:Utopia;-inkscape-font-specification:Utopia-Regular;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="text5133"><tspan + x="0" + y="0" + id="tspan5131">x</tspan></text> +<g + id="g5135" + transform="translate(317.73,117.55)" /></g></g></svg> \ No newline at end of file diff --git a/src/doc/img/equivalence-class.svg b/src/doc/img/equivalence-class.svg new file mode 100644 index 0000000000000000000000000000000000000000..3bb16dc17427dfc2b88770142cacefaa4a6c1653 --- /dev/null +++ b/src/doc/img/equivalence-class.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="108.36023mm" + height="81.430138mm" + viewBox="0 0 108.36023 81.430138" + version="1.1" + id="svg6473" + inkscape:version="0.92.1 r" + sodipodi:docname="equivalence-class.svg"> + <defs + id="defs6467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6378906" + inkscape:cx="257.85504" + inkscape:cy="152.45038" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="1" + fit-margin-left="1" + fit-margin-right="1" + fit-margin-bottom="1" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" /> + <metadata + id="metadata6470"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-28.519936,-48.211294)"> + <path + sodipodi:nodetypes="ssssccs" + inkscape:connector-curvature="0" + id="path7021" + d="m 134.43862,100.3852 c -7.78702,12.43261 -15.8654,8.91495 -24.4414,21.69556 -6.33572,9.44197 -25.910766,7.02792 -42.475469,0.84115 C 50.205471,116.45444 47.651754,98.886865 46.312766,82.407399 45.852919,76.747885 45.609684,50.074366 59.206061,49.476445 c 22.402479,2.191838 35.794315,25.562251 51.934989,30.984883 17.33944,5.354417 28.19576,12.103523 23.29757,19.923872 z" + style="opacity:1;vector-effect:none;fill:#99d9f2;fill-opacity:1;stroke:#333333;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <text + id="text7049" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047" + sodipodi:role="line">s<tspan + id="tspan7045" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821474px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057"><tspan + sodipodi:role="line" + id="tspan7055" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 54.44508,112.53618 c 0,0 10.763098,-11.4791 17.631669,-11.46171 6.868571,0.0174 10.224556,8.94433 16.864987,11.08518 6.640431,2.14085 15.705474,1.41451 21.660754,0.9161 5.95528,-0.49841 13.8672,-2.94499 13.8672,-2.94499" + id="path7075" + inkscape:connector-curvature="0" + sodipodi:nodetypes="czzzc" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 86.784691,63.091321 c 0,0 -1.81395,12.887351 -1.574253,21.113002 0.03045,1.044844 0.122878,2.157485 0.259845,3.318809 m 3.471453,24.636518 c -0.589723,7.30203 -4.56247,15.07636 -4.56247,15.07636" + id="path7069" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccc" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 46.694264,67.367633 c 0,0 4.925032,12.553917 10.331347,16.402468 5.406315,3.848551 13.242126,4.070876 19.900947,4.629874 6.658821,0.558998 9.75471,-2.559859 19.624391,-1.200068 2.373474,0.327004 5.796491,1.259254 9.626991,2.486738" + id="path7073" + inkscape:connector-curvature="0" + sodipodi:nodetypes="czzsc" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 107.63171,79.127491 c 0,0 -2.61453,16.787093 -2.44993,24.325239 0.0627,2.86957 0.5101,6.53613 1.04029,9.97705" + id="path1182" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 100.9304,113.42978 c 0.86258,5.59811 2.40586,13.52514 2.40586,13.52514" + id="path7071" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 65.682075,50.73426 c 0,0 -5.81096,17.799236 -5.627513,25.23586 0.114749,4.651721 1.926858,6.569166 3.362826,10.672006" + id="path1178" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csc" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 68.552357,87.569193 c 0.859689,2.456298 1.64246,5.058998 1.972707,8.101176 0.88187,8.123631 -0.845622,27.823861 -0.845622,27.823861" + id="path7067" /> + </g> +</svg> diff --git a/src/doc/img/flower.png b/src/doc/img/flower.png new file mode 100644 index 0000000000000000000000000000000000000000..4680287af2f70142ba35579d07fb9e98816eba26 Binary files /dev/null and b/src/doc/img/flower.png differ diff --git a/src/doc/img/graph-arcs.svg b/src/doc/img/graph-arcs.svg new file mode 100644 index 0000000000000000000000000000000000000000..2a69196a679f44426c525e9290c03c76c9951b6e --- /dev/null +++ b/src/doc/img/graph-arcs.svg @@ -0,0 +1,313 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="198.83694mm" + height="140.0994mm" + viewBox="0 0 198.83694 140.0994" + version="1.1" + id="svg8" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="graph-arcs.svg"> + <defs + id="defs2"> + <marker + inkscape:isstock="true" + style="overflow:visible;" + id="marker1572" + refX="0.0" + refY="0.0" + orient="auto" + inkscape:stockid="Arrow1Mend"> + <path + transform="scale(0.4) rotate(180) translate(10,0)" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path1570" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker1448" + refX="0.0" + refY="0.0" + orient="auto" + inkscape:stockid="Arrow1Mstart"> + <path + transform="scale(0.4) translate(10,0)" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path1446" /> + </marker> + <marker + inkscape:stockid="Arrow1Mstart" + orient="auto" + refY="0.0" + refX="0.0" + id="marker1376" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path1374" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + transform="scale(0.4) translate(10,0)" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker1294" + refX="0.0" + refY="0.0" + orient="auto" + inkscape:stockid="Arrow1Mstart" + inkscape:collect="always"> + <path + transform="scale(0.4) translate(10,0)" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path1292" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker1206" + refX="0.0" + refY="0.0" + orient="auto" + inkscape:stockid="Arrow1Mstart"> + <path + transform="scale(0.4) translate(10,0)" + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + id="path1204" /> + </marker> + <marker + inkscape:stockid="Arrow1Mend" + orient="auto" + refY="0.0" + refX="0.0" + id="marker1166" + style="overflow:visible;" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path1164" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + transform="scale(0.4) rotate(180) translate(10,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Mstart" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow1Mstart" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path838" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1" + transform="scale(0.4) translate(10,0)" /> + </marker> + <marker + inkscape:stockid="Arrow1Mend" + orient="auto" + refY="0.0" + refX="0.0" + id="Arrow1Mend" + style="overflow:visible;" + inkscape:isstock="true"> + <path + id="path841" + d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " + style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#ffaaaa;fill-opacity:1" + transform="scale(0.4) rotate(180) translate(10,0)" /> + </marker> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.98994949" + inkscape:cx="444.93174" + inkscape:cy="271.90178" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-object-midpoints="true" + fit-margin-top="5" + fit-margin-left="5" + fit-margin-right="5" + fit-margin-bottom="5" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="1366" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <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(-20.664584,-40.986029)"> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path815" + cx="45.735119" + cy="81.931541" + r="19.276785" /> + <circle + r="19.276785" + cy="156.01489" + cx="77.485115" + id="circle817" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle819" + cx="125.63927" + cy="108.38988" + r="19.276785" /> + <circle + r="19.276785" + cy="66.056564" + cx="194.431" + id="circle821" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle823" + cx="189.13933" + cy="145.96072" + r="19.276785" /> + <path + style="fill:#000000;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker1294)" + d="M 89.202381,139.7619 111.125,121.61905" + id="path825" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path827" + d="M 64.011383,88.061191 107.48145,101.91778" + style="fill:#000000;stroke:#000000;stroke-width:1.587;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Arrow1Mstart)" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:#000000;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker1206)" + d="M 53.140004,99.729354 69.45339,138.49103" + id="path829" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + style="fill:#000000;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker1376)" + d="M 171.54755,138.07887 140.96898,120.07723" + id="path831" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path833" + d="m 194.08334,127.32873 c 8.33389,-16.92095 11.56742,-24.09804 7.03189,-43.19136" + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker1448)" + sodipodi:nodetypes="cc" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + x="81.168007" + y="88.621895" + id="text5983"><tspan + sodipodi:role="line" + id="tspan5981" + x="81.168007" + y="88.621895" + style="stroke-width:0.26458332;fill:#000000;">10</tspan></text> + <text + id="text5987" + y="120.37189" + x="65.293015" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + xml:space="preserve"><tspan + style="stroke-width:0.26458332;fill:#000000;" + y="120.37189" + x="65.293015" + id="tspan5985" + sodipodi:role="line">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + x="102.33466" + y="141.53856" + id="text5991"><tspan + sodipodi:role="line" + id="tspan5989" + x="102.33466" + y="141.53856" + style="stroke-width:0.26458332;fill:#000000;">8</tspan></text> + <text + id="text5995" + y="125.66355" + x="155.25136" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + xml:space="preserve"><tspan + style="stroke-width:0.26458332;fill:#000000;" + y="125.66355" + x="155.25136" + id="tspan5993" + sodipodi:role="line">5</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + x="171.12637" + y="109.78856" + id="text5999"><tspan + sodipodi:role="line" + id="tspan5997" + x="171.12637" + y="109.78856" + style="fill:#000000;stroke-width:0.26458332;">7</tspan></text> + <path + sodipodi:nodetypes="cc" + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker1166)" + d="m 183.05318,127.66993 c -7.12073,-12.23838 -2.01325,-25.35375 3.87419,-43.856959" + id="path1438" + inkscape:connector-curvature="0" /> + <text + id="text3418" + y="109.78856" + x="192.29306" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + xml:space="preserve"><tspan + style="fill:#000000;stroke-width:0.26458332;" + y="109.78856" + x="192.29306" + id="tspan3416" + sodipodi:role="line">4</tspan></text> + </g> +</svg> diff --git a/src/doc/img/graph-edges.svg b/src/doc/img/graph-edges.svg new file mode 100644 index 0000000000000000000000000000000000000000..e75c0f196e74154a26d532be51f1723507488dc8 --- /dev/null +++ b/src/doc/img/graph-edges.svg @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="198.83694mm" + height="140.0994mm" + viewBox="0 0 198.83694 140.0994" + version="1.1" + id="svg8" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="graph-edges.svg"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.7" + inkscape:cx="600.38703" + inkscape:cy="167.05286" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-object-midpoints="true" + fit-margin-top="5" + fit-margin-left="5" + fit-margin-right="5" + fit-margin-bottom="5" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="1366" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <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(-20.664584,-40.986029)"> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path815" + cx="45.735119" + cy="81.931541" + r="19.276785" /> + <circle + r="19.276785" + cy="156.01489" + cx="77.485115" + id="circle817" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle819" + cx="125.63927" + cy="108.38988" + r="19.276785" /> + <circle + r="19.276785" + cy="66.056564" + cx="194.431" + id="circle821" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle823" + cx="189.13933" + cy="145.96072" + r="19.276785" /> + <path + style="fill:#ffaaaa;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 89.202381,139.7619 111.125,121.61905" + id="path825" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path827" + d="M 64.011383,88.061191 107.48145,101.91778" + style="fill:#ffaaaa;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:#ffaaaa;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 53.140004,99.729354 69.45339,138.49103" + id="path829" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + style="fill:#ffaaaa;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 171.54755,138.07887 140.96898,120.07723" + id="path831" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path833" + d="M 189.13933,126.68394 194.431,85.333349" + style="fill:#ffaaaa;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/src/doc/img/graph-nodes.svg b/src/doc/img/graph-nodes.svg new file mode 100644 index 0000000000000000000000000000000000000000..8b06e35b7ac080ae9a5c434dde76baac9971dfbe --- /dev/null +++ b/src/doc/img/graph-nodes.svg @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="198.83694mm" + height="140.0994mm" + viewBox="0 0 198.83694 140.0994" + version="1.1" + id="svg8" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="graph-nodes.svg"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.7" + inkscape:cx="598.95846" + inkscape:cy="167.05286" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-object-midpoints="true" + fit-margin-top="5" + fit-margin-left="5" + fit-margin-right="5" + fit-margin-bottom="5" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="1366" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <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(-20.664584,-40.986029)"> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path815" + cx="45.735119" + cy="81.931541" + r="19.276785" /> + <circle + r="19.276785" + cy="156.01489" + cx="77.485115" + id="circle817" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle819" + cx="125.63927" + cy="108.38988" + r="19.276785" /> + <circle + r="19.276785" + cy="66.056564" + cx="194.431" + id="circle821" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffaaaa;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle823" + cx="189.13933" + cy="145.96072" + r="19.276785" /> + </g> +</svg> diff --git a/src/doc/img/graph-simple.svg b/src/doc/img/graph-simple.svg new file mode 100644 index 0000000000000000000000000000000000000000..6d81bfbb4a516a9a19e0920a2693dc6f9215a654 --- /dev/null +++ b/src/doc/img/graph-simple.svg @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="198.83694mm" + height="140.0994mm" + viewBox="0 0 198.83694 140.0994" + version="1.1" + id="svg8" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="graph-simple.svg"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.7" + inkscape:cx="600.38703" + inkscape:cy="167.05286" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-object-midpoints="true" + fit-margin-top="5" + fit-margin-left="5" + fit-margin-right="5" + fit-margin-bottom="5" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="1366" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <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(-20.664584,-40.986029)"> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path815" + cx="45.735119" + cy="81.931541" + r="19.276785" /> + <circle + r="19.276785" + cy="156.01489" + cx="77.485115" + id="circle817" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle819" + cx="125.63927" + cy="108.38988" + r="19.276785" /> + <circle + r="19.276785" + cy="66.056564" + cx="194.431" + id="circle821" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle823" + cx="189.13933" + cy="145.96072" + r="19.276785" /> + <path + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 89.202381,139.7619 111.125,121.61905" + id="path825" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path827" + d="M 64.011383,88.061191 107.48145,101.91778" + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 53.140004,99.729354 69.45339,138.49103" + id="path829" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 171.54755,138.07887 140.96898,120.07723" + id="path831" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path833" + d="M 189.13933,126.68394 194.431,85.333349" + style="fill:none;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/src/doc/img/graph-weights.svg b/src/doc/img/graph-weights.svg new file mode 100644 index 0000000000000000000000000000000000000000..1056f5f23907b68f1107a2c7c6e3979834319630 --- /dev/null +++ b/src/doc/img/graph-weights.svg @@ -0,0 +1,179 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="198.83694mm" + height="140.0994mm" + viewBox="0 0 198.83694 140.0994" + version="1.1" + id="svg8" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="graph-weights.svg"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.7" + inkscape:cx="600.38703" + inkscape:cy="167.05286" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" + inkscape:snap-object-midpoints="true" + fit-margin-top="5" + fit-margin-left="5" + fit-margin-right="5" + fit-margin-bottom="5" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="1366" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <metadata + id="metadata5"> + <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(-20.664584,-40.986029)"> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path815" + cx="45.735119" + cy="81.931541" + r="19.276785" /> + <circle + r="19.276785" + cy="156.01489" + cx="77.485115" + id="circle817" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle819" + cx="125.63927" + cy="108.38988" + r="19.276785" /> + <circle + r="19.276785" + cy="66.056564" + cx="194.431" + id="circle821" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <circle + style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.58749998;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="circle823" + cx="189.13933" + cy="145.96072" + r="19.276785" /> + <path + style="fill:#ffaaaa;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 89.202381,139.7619 111.125,121.61905" + id="path825" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path827" + d="M 64.011383,88.061191 107.48145,101.91778" + style="fill:#ffaaaa;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:#ffaaaa;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 53.140004,99.729354 69.45339,138.49103" + id="path829" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + style="fill:#ffaaaa;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + d="M 171.54755,138.07887 140.96898,120.07723" + id="path831" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path833" + d="M 189.13933,126.68394 194.431,85.333349" + style="fill:#ffaaaa;stroke:#000000;stroke-width:1.58749998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0.91666669;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ffaaaa;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + x="81.168007" + y="88.621895" + id="text5983"><tspan + sodipodi:role="line" + id="tspan5981" + x="81.168007" + y="88.621895" + style="stroke-width:0.26458332;fill:#ffaaaa;">10</tspan></text> + <text + id="text5987" + y="120.37189" + x="65.293015" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ffaaaa;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + xml:space="preserve"><tspan + style="stroke-width:0.26458332;fill:#ffaaaa;" + y="120.37189" + x="65.293015" + id="tspan5985" + sodipodi:role="line">7</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ffaaaa;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + x="102.33466" + y="141.53856" + id="text5991"><tspan + sodipodi:role="line" + id="tspan5989" + x="102.33466" + y="141.53856" + style="stroke-width:0.26458332;fill:#ffaaaa;">8</tspan></text> + <text + id="text5995" + y="125.66355" + x="155.25136" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ffaaaa;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + xml:space="preserve"><tspan + style="stroke-width:0.26458332;fill:#ffaaaa;" + y="125.66355" + x="155.25136" + id="tspan5993" + sodipodi:role="line">5</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#ffaaaa;fill-opacity:1;stroke:none;stroke-width:0.26458332;" + x="197.58473" + y="109.78856" + id="text5999"><tspan + sodipodi:role="line" + id="tspan5997" + x="197.58473" + y="109.78856" + style="stroke-width:0.26458332;fill:#ffaaaa;">7</tspan></text> + </g> +</svg> diff --git a/src/doc/img/ift-slic-1.png b/src/doc/img/ift-slic-1.png new file mode 100755 index 0000000000000000000000000000000000000000..1f0adb90e95d705632194f521cfacb5148078f44 Binary files /dev/null and b/src/doc/img/ift-slic-1.png differ diff --git a/src/doc/img/ift-slic-2.png b/src/doc/img/ift-slic-2.png new file mode 100644 index 0000000000000000000000000000000000000000..5970806b8d3b10055608799fb5750671acac636b Binary files /dev/null and b/src/doc/img/ift-slic-2.png differ diff --git a/src/doc/img/ift-slic-3.png b/src/doc/img/ift-slic-3.png new file mode 100755 index 0000000000000000000000000000000000000000..5f06149dfcc97f958a71fec287f82cabb61a4a5a Binary files /dev/null and b/src/doc/img/ift-slic-3.png differ diff --git a/src/doc/img/ift-slic-3d-1.png b/src/doc/img/ift-slic-3d-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e26a9fa401551e8ece20c29ed88f5b3acabde1 Binary files /dev/null and b/src/doc/img/ift-slic-3d-1.png differ diff --git a/src/doc/img/ift-slic-3d-2.png b/src/doc/img/ift-slic-3d-2.png new file mode 100644 index 0000000000000000000000000000000000000000..774cc63d5cab50b57d3d5429352bf631ba27386f Binary files /dev/null and b/src/doc/img/ift-slic-3d-2.png differ diff --git a/src/doc/img/ift-slic-3d-3.png b/src/doc/img/ift-slic-3d-3.png new file mode 100644 index 0000000000000000000000000000000000000000..adf8f9cccc0da48ff6da40094c4f3a8698ab9257 Binary files /dev/null and b/src/doc/img/ift-slic-3d-3.png differ diff --git a/src/doc/img/ift-slic-3d-4.png b/src/doc/img/ift-slic-3d-4.png new file mode 100644 index 0000000000000000000000000000000000000000..2f41638beb93fdca8c3d35e73ef3cc65bc420024 Binary files /dev/null and b/src/doc/img/ift-slic-3d-4.png differ diff --git a/src/doc/img/ift-slic-4.png b/src/doc/img/ift-slic-4.png new file mode 100755 index 0000000000000000000000000000000000000000..86a2c215376ba8fc610657d6e360f6f16b07fad4 Binary files /dev/null and b/src/doc/img/ift-slic-4.png differ diff --git a/src/doc/img/ift-slic-5.png b/src/doc/img/ift-slic-5.png new file mode 100644 index 0000000000000000000000000000000000000000..043ebe956a3f0f75bffd02a046b4b1fbc9467278 Binary files /dev/null and b/src/doc/img/ift-slic-5.png differ diff --git a/src/doc/img/ift-slic-6.png b/src/doc/img/ift-slic-6.png new file mode 100644 index 0000000000000000000000000000000000000000..2da5eca8d84cb7ebe34545d77f88aafec22c338f Binary files /dev/null and b/src/doc/img/ift-slic-6.png differ diff --git a/src/doc/img/ift-slic-7.png b/src/doc/img/ift-slic-7.png new file mode 100644 index 0000000000000000000000000000000000000000..45b050eb60e749d921d1b3313063975486087f5e Binary files /dev/null and b/src/doc/img/ift-slic-7.png differ diff --git a/src/doc/img/ift-slic-8.png b/src/doc/img/ift-slic-8.png new file mode 100644 index 0000000000000000000000000000000000000000..f42981fd84d4d73ffd49958283b273e73894da90 Binary files /dev/null and b/src/doc/img/ift-slic-8.png differ diff --git a/src/doc/img/ift-slic-chart.svg b/src/doc/img/ift-slic-chart.svg new file mode 100644 index 0000000000000000000000000000000000000000..dd2be3f7941fa386c0aab9e539853161178eb8fb --- /dev/null +++ b/src/doc/img/ift-slic-chart.svg @@ -0,0 +1,830 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="410.386pt" height="207.752pt" viewBox="0 0 410.386 207.752" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.09375 -5.484375 C 0.859375 -5.484375 0.234375 -4.515625 0.234375 -2.578125 C 0.234375 -1.65625 0.390625 -0.84375 0.671875 -0.453125 C 0.953125 -0.0625 1.40625 0.15625 1.890625 0.15625 C 3.09375 0.15625 3.703125 -0.875 3.703125 -2.921875 C 3.703125 -4.65625 3.1875 -5.484375 2.09375 -5.484375 Z M 1.953125 -5.21875 C 2.71875 -5.21875 3.03125 -4.4375 3.03125 -2.515625 C 3.03125 -0.828125 2.734375 -0.125 2 -0.125 C 1.234375 -0.125 0.90625 -0.921875 0.90625 -2.875 C 0.90625 -4.546875 1.1875 -5.21875 1.953125 -5.21875 Z M 1.953125 -5.21875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 0.125 -0.1875 L 0.125 0.03125 C 1.625 0 1.625 0 1.90625 0 C 2.1875 0 2.1875 0 3.734375 0.03125 C 3.71875 -0.140625 3.71875 -0.21875 3.71875 -0.328125 C 3.71875 -0.4375 3.71875 -0.515625 3.734375 -0.6875 C 2.8125 -0.65625 2.453125 -0.640625 0.96875 -0.609375 L 2.421875 -2.15625 C 3.203125 -2.96875 3.4375 -3.40625 3.4375 -4.015625 C 3.4375 -4.921875 2.8125 -5.484375 1.796875 -5.484375 C 1.234375 -5.484375 0.84375 -5.328125 0.453125 -4.9375 L 0.3125 -3.84375 L 0.546875 -3.84375 L 0.640625 -4.21875 C 0.765625 -4.671875 1.0625 -4.875 1.59375 -4.875 C 2.28125 -4.875 2.71875 -4.453125 2.71875 -3.765625 C 2.71875 -3.171875 2.375 -2.578125 1.484375 -1.625 Z M 0.125 -0.1875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 2.234375 -1.4375 L 2.234375 -0.84375 C 2.234375 -0.359375 2.140625 -0.25 1.75 -0.234375 L 1.265625 -0.21875 L 1.265625 0.03125 C 2.3125 0 2.3125 0 2.515625 0 C 2.703125 0 2.703125 0 3.765625 0.03125 L 3.765625 -0.21875 L 3.375 -0.234375 C 2.984375 -0.265625 2.90625 -0.359375 2.90625 -0.84375 L 2.90625 -1.4375 C 3.375 -1.4375 3.53125 -1.4375 3.765625 -1.40625 L 3.765625 -1.96875 C 3.390625 -1.9375 3.234375 -1.9375 3.109375 -1.953125 L 2.90625 -1.953125 L 2.90625 -3.0625 C 2.90625 -4.484375 2.921875 -5.15625 2.953125 -5.484375 L 2.859375 -5.53125 L 2.265625 -5.3125 L 0.015625 -1.625 L 0.109375 -1.4375 Z M 2.234375 -1.953125 L 0.515625 -1.953125 L 2.234375 -4.75 Z M 2.234375 -1.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 3.3125 -5.359375 L 3.015625 -5.484375 C 2.25 -5.234375 1.921875 -5.078125 1.515625 -4.71875 C 0.703125 -4.03125 0.25 -3.0625 0.25 -1.96875 C 0.25 -0.65625 0.890625 0.15625 1.921875 0.15625 C 2.953125 0.15625 3.734375 -0.65625 3.734375 -1.75 C 3.734375 -2.65625 3.171875 -3.265625 2.328125 -3.265625 C 1.9375 -3.265625 1.703125 -3.15625 1.234375 -2.78125 C 1.140625 -2.703125 1.125 -2.703125 1.046875 -2.640625 C 1.21875 -4.078125 1.875 -4.859375 3.3125 -5.296875 Z M 2.03125 -2.78125 C 2.640625 -2.78125 3.046875 -2.25 3.046875 -1.46875 C 3.046875 -0.640625 2.640625 -0.109375 2.03125 -0.109375 C 1.34375 -0.109375 0.984375 -0.6875 0.984375 -1.75 C 0.984375 -2.03125 1.015625 -2.1875 1.09375 -2.3125 C 1.28125 -2.59375 1.65625 -2.78125 2.03125 -2.78125 Z M 2.03125 -2.78125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 1.34375 -2.75 C 1.015625 -2.59375 0.875 -2.515625 0.703125 -2.34375 C 0.390625 -2.046875 0.234375 -1.6875 0.234375 -1.265625 C 0.234375 -0.453125 0.90625 0.15625 1.796875 0.15625 C 2.84375 0.15625 3.703125 -0.65625 3.703125 -1.640625 C 3.703125 -2.28125 3.40625 -2.625 2.5 -3.03125 C 3.21875 -3.53125 3.46875 -3.859375 3.46875 -4.34375 C 3.46875 -5.03125 2.90625 -5.484375 2.0625 -5.484375 C 1.109375 -5.484375 0.421875 -4.890625 0.421875 -4.046875 C 0.421875 -3.5 0.640625 -3.203125 1.34375 -2.75 Z M 2.265625 -2.34375 C 2.765625 -2.125 3.0625 -1.734375 3.0625 -1.3125 C 3.0625 -0.640625 2.5625 -0.109375 1.921875 -0.109375 C 1.25 -0.109375 0.8125 -0.59375 0.8125 -1.328125 C 0.8125 -1.90625 1.03125 -2.28125 1.625 -2.640625 Z M 1.78125 -3.375 C 1.28125 -3.625 1.015625 -3.9375 1.015625 -4.328125 C 1.015625 -4.859375 1.40625 -5.21875 1.96875 -5.21875 C 2.546875 -5.21875 2.9375 -4.84375 2.9375 -4.25 C 2.9375 -3.796875 2.734375 -3.484375 2.21875 -3.15625 Z M 1.78125 -3.375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 0.53125 -4.421875 L 0.609375 -4.421875 L 1.640625 -4.890625 C 1.65625 -4.890625 1.65625 -4.890625 1.671875 -4.890625 C 1.71875 -4.890625 1.734375 -4.828125 1.734375 -4.625 L 1.734375 -0.765625 C 1.734375 -0.34375 1.640625 -0.265625 1.21875 -0.234375 L 0.765625 -0.21875 L 0.765625 0.03125 C 1.984375 0 1.984375 0 2.078125 0 C 2.1875 0 2.359375 0 2.625 0.015625 C 2.71875 0.015625 3 0.015625 3.328125 0.03125 L 3.328125 -0.21875 L 2.921875 -0.234375 C 2.484375 -0.265625 2.40625 -0.34375 2.40625 -0.765625 L 2.40625 -5.484375 L 2.28125 -5.53125 C 1.765625 -5.265625 1.203125 -5.015625 0.484375 -4.765625 Z M 0.53125 -4.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.984375 -0.890625 C 0.75 -0.890625 0.53125 -0.65625 0.53125 -0.421875 C 0.53125 -0.1875 0.75 0.046875 0.984375 0.046875 C 1.234375 0.046875 1.453125 -0.171875 1.453125 -0.421875 C 1.453125 -0.65625 1.234375 -0.890625 0.984375 -0.890625 Z M 0.984375 -0.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.765625 0.15625 C 1.65625 -0.125 2.03125 -0.3125 2.46875 -0.671875 C 3.234375 -1.34375 3.640625 -2.25 3.640625 -3.328125 C 3.640625 -4.671875 3 -5.484375 1.9375 -5.484375 C 0.921875 -5.484375 0.15625 -4.6875 0.15625 -3.625 C 0.15625 -2.703125 0.75 -2.046875 1.578125 -2.046875 C 1.859375 -2.046875 2.171875 -2.125 2.3125 -2.25 L 2.875 -2.703125 C 2.8125 -1.375 1.9375 -0.390625 0.5 -0.046875 L 0.5 0.03125 Z M 1.90625 -5.234375 C 2.265625 -5.234375 2.53125 -5.078125 2.703125 -4.75 C 2.859375 -4.5 2.953125 -4.109375 2.953125 -3.75 C 2.953125 -3.015625 2.53125 -2.53125 1.90625 -2.53125 C 1.28125 -2.53125 0.84375 -3.09375 0.84375 -3.921875 C 0.84375 -4.71875 1.265625 -5.234375 1.90625 -5.234375 Z M 1.90625 -5.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 0.34375 -3.96875 L 0.59375 -3.96875 L 0.734375 -4.421875 C 0.828125 -4.6875 1.328125 -4.953125 1.734375 -4.953125 C 2.25 -4.953125 2.671875 -4.53125 2.671875 -4.03125 C 2.671875 -3.4375 2.203125 -2.9375 1.640625 -2.9375 C 1.578125 -2.9375 1.484375 -2.9375 1.390625 -2.953125 L 1.265625 -2.953125 L 1.171875 -2.53125 L 1.234375 -2.484375 C 1.53125 -2.625 1.6875 -2.65625 1.890625 -2.65625 C 2.5625 -2.65625 2.9375 -2.234375 2.9375 -1.515625 C 2.9375 -0.703125 2.453125 -0.171875 1.71875 -0.171875 C 1.34375 -0.171875 1.015625 -0.28125 0.78125 -0.515625 C 0.59375 -0.6875 0.484375 -0.875 0.328125 -1.296875 L 0.125 -1.21875 C 0.28125 -0.734375 0.34375 -0.453125 0.390625 -0.046875 C 0.828125 0.09375 1.171875 0.15625 1.46875 0.15625 C 2.109375 0.15625 2.84375 -0.203125 3.28125 -0.734375 C 3.546875 -1.0625 3.6875 -1.40625 3.6875 -1.78125 C 3.6875 -2.171875 3.515625 -2.5 3.234375 -2.703125 C 3.03125 -2.84375 2.859375 -2.90625 2.453125 -2.984375 C 3.09375 -3.46875 3.328125 -3.84375 3.328125 -4.3125 C 3.328125 -5.015625 2.734375 -5.484375 1.859375 -5.484375 C 1.3125 -5.484375 0.953125 -5.34375 0.578125 -4.953125 Z M 0.34375 -3.96875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 1.015625 -4.828125 C 2.046875 -4.796875 2.484375 -4.78125 3.4375 -4.78125 L 3.484375 -4.828125 C 3.46875 -4.96875 3.46875 -5.03125 3.46875 -5.125 C 3.46875 -5.25 3.46875 -5.3125 3.484375 -5.453125 L 3.4375 -5.484375 C 2.84375 -5.453125 2.484375 -5.453125 2.0625 -5.453125 C 1.625 -5.453125 1.265625 -5.453125 0.671875 -5.484375 L 0.625 -5.453125 C 0.640625 -4.96875 0.640625 -4.609375 0.640625 -4.359375 C 0.640625 -3.6875 0.625 -2.921875 0.59375 -2.5625 L 0.75 -2.515625 C 1.125 -2.890625 1.34375 -3 1.734375 -3 C 2.5 -3 2.984375 -2.46875 2.984375 -1.609375 C 2.984375 -0.71875 2.46875 -0.203125 1.609375 -0.203125 C 1.171875 -0.203125 0.765625 -0.34375 0.65625 -0.546875 L 0.296875 -1.203125 L 0.109375 -1.09375 C 0.28125 -0.640625 0.375 -0.375 0.5 -0.03125 C 0.71875 0.09375 1.03125 0.15625 1.375 0.15625 C 1.90625 0.15625 2.484375 -0.078125 2.921875 -0.453125 C 3.40625 -0.890625 3.65625 -1.421875 3.65625 -2.015625 C 3.65625 -2.921875 3.015625 -3.546875 2.109375 -3.546875 C 1.71875 -3.546875 1.4375 -3.453125 0.9375 -3.15625 Z M 1.015625 -4.828125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-11"> +<path style="stroke:none;" d="M 0.453125 -0.078125 L 0.515625 0.03125 C 0.828125 0 0.828125 0 0.890625 0 C 0.9375 0 0.9375 0 1.25 0.03125 C 1.578125 -0.84375 1.96875 -1.671875 2.5 -2.625 L 3.953125 -5.25 L 3.953125 -5.484375 C 3.09375 -5.453125 2.828125 -5.453125 2.171875 -5.453125 C 1.59375 -5.453125 1.203125 -5.453125 0.4375 -5.484375 L 0.34375 -5.453125 C 0.375 -4.6875 0.375 -4.6875 0.375 -4.609375 C 0.375 -4.53125 0.375 -4.53125 0.34375 -3.796875 L 0.59375 -3.796875 L 0.640625 -4.25 C 0.703125 -4.734375 0.765625 -4.8125 1.125 -4.8125 L 3.265625 -4.8125 C 2.9375 -4.15625 2.6875 -3.6875 2.390625 -3.203125 Z M 0.453125 -0.078125 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 0.203125 -5.9375 L 0.625 -5.90625 C 1.046875 -5.890625 1.078125 -5.8125 1.078125 -5.109375 L 1.078125 -1.078125 C 1.078125 -0.375 1.046875 -0.3125 0.625 -0.265625 L 0.3125 -0.234375 L 0.3125 0.03125 C 0.890625 0.015625 1.15625 0 1.40625 0 C 1.453125 0 1.703125 0 2.046875 0.015625 C 3.296875 0.03125 3.296875 0.03125 3.484375 0.03125 C 3.765625 0.03125 3.765625 0.03125 4.984375 0 C 4.984375 -0.515625 5.046875 -1 5.125 -1.46875 L 4.8125 -1.46875 C 4.796875 -1.328125 4.78125 -1.203125 4.765625 -1.171875 C 4.71875 -0.78125 4.59375 -0.5 4.46875 -0.453125 C 4.28125 -0.390625 3.625 -0.34375 2.828125 -0.34375 C 2.359375 -0.34375 2.203125 -0.375 1.9375 -0.421875 L 1.9375 -2.9375 C 2.1875 -2.953125 2.453125 -2.953125 2.859375 -2.953125 C 3.53125 -2.953125 3.765625 -2.9375 3.921875 -2.859375 L 4 -2.625 L 4.046875 -2.09375 L 4.3125 -2.09375 C 4.28125 -2.9375 4.28125 -2.9375 4.28125 -3.09375 C 4.28125 -3.234375 4.28125 -3.234375 4.3125 -4.140625 L 4.046875 -4.140625 L 4 -3.671875 C 3.984375 -3.59375 3.96875 -3.5 3.921875 -3.4375 C 3.765625 -3.359375 3.515625 -3.34375 2.921875 -3.34375 C 2.546875 -3.34375 2.25 -3.34375 1.9375 -3.359375 L 1.9375 -5.765625 C 2.21875 -5.828125 2.375 -5.828125 2.984375 -5.828125 C 3.5 -5.828125 4 -5.78125 4.28125 -5.703125 C 4.5 -5.65625 4.53125 -5.609375 4.53125 -5.40625 L 4.53125 -4.8125 L 4.84375 -4.8125 C 4.84375 -5.359375 4.890625 -5.78125 4.984375 -6.171875 C 4.546875 -6.203125 4.265625 -6.203125 3.875 -6.203125 C 3.65625 -6.203125 3.359375 -6.203125 2.984375 -6.203125 C 2.421875 -6.1875 2.03125 -6.171875 1.796875 -6.171875 C 1.484375 -6.171875 1.078125 -6.1875 0.203125 -6.203125 Z M 0.203125 -5.9375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-2"> +<path style="stroke:none;" d="M 0.203125 -3.59375 L 0.53125 -3.59375 C 0.890625 -3.59375 0.9375 -3.53125 0.9375 -2.9375 L 0.9375 -0.921875 C 0.9375 -0.34375 0.90625 -0.28125 0.59375 -0.265625 L 0.1875 -0.234375 L 0.1875 0.03125 C 0.828125 0.015625 1.0625 0 1.296875 0 C 1.46875 0 1.46875 0 2.578125 0.03125 L 2.578125 -0.234375 L 2.109375 -0.265625 C 1.703125 -0.296875 1.6875 -0.328125 1.6875 -0.921875 L 1.6875 -2.453125 C 1.6875 -3 2.046875 -3.4375 2.484375 -3.4375 C 2.75 -3.4375 2.9375 -3.3125 3.078125 -3.03125 L 3.28125 -3.03125 L 3.359375 -4.109375 C 3.25 -4.171875 3.09375 -4.203125 2.9375 -4.203125 C 2.65625 -4.203125 2.375 -4.0625 2.1875 -3.84375 L 1.6875 -3.25 L 1.6875 -4.171875 L 1.609375 -4.203125 C 1.140625 -4.015625 0.6875 -3.890625 0.203125 -3.84375 Z M 0.203125 -3.59375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-3"> +<path style="stroke:none;" d="M 2.5 -4.203125 C 1.1875 -4.203125 0.28125 -3.28125 0.28125 -1.953125 C 0.28125 -0.6875 1.078125 0.171875 2.25 0.171875 C 3.625 0.171875 4.609375 -0.78125 4.609375 -2.125 C 4.609375 -3.34375 3.734375 -4.203125 2.5 -4.203125 Z M 2.34375 -3.90625 C 3.171875 -3.90625 3.78125 -3.015625 3.78125 -1.796875 C 3.78125 -0.765625 3.3125 -0.109375 2.59375 -0.109375 C 1.71875 -0.109375 1.125 -0.984375 1.125 -2.25 C 1.125 -3.328125 1.546875 -3.90625 2.34375 -3.90625 Z M 2.34375 -3.90625 "/> +</symbol> +<symbol overflow="visible" id="glyph1-4"> +<path style="stroke:none;" d="M 0.375 -1.28125 C 0.375 -0.65625 0.34375 -0.390625 0.265625 -0.03125 C 0.734375 0.109375 1.078125 0.171875 1.5 0.171875 C 2.671875 0.171875 3.5 -0.453125 3.5 -1.328125 C 3.5 -1.609375 3.421875 -1.8125 3.25 -1.984375 C 3.015625 -2.21875 2.71875 -2.328125 1.9375 -2.46875 C 1.203125 -2.625 0.953125 -2.796875 0.953125 -3.203125 C 0.953125 -3.65625 1.28125 -3.90625 1.828125 -3.90625 C 2.421875 -3.90625 2.875 -3.59375 2.875 -3.171875 L 2.875 -2.96875 L 3.125 -2.96875 C 3.140625 -3.484375 3.140625 -3.703125 3.171875 -3.984375 C 2.703125 -4.140625 2.375 -4.203125 2.015625 -4.203125 C 0.96875 -4.203125 0.328125 -3.71875 0.328125 -2.90625 C 0.328125 -2.46875 0.53125 -2.171875 0.9375 -1.984375 C 1.1875 -1.875 1.65625 -1.734375 2.265625 -1.59375 C 2.671875 -1.5 2.84375 -1.3125 2.84375 -0.984375 C 2.84375 -0.5 2.390625 -0.15625 1.765625 -0.15625 C 1.109375 -0.15625 0.640625 -0.46875 0.640625 -0.921875 L 0.640625 -1.28125 Z M 0.375 -1.28125 "/> +</symbol> +<symbol overflow="visible" id="glyph1-5"> +<path style="stroke:none;" d="M 1.6875 -4.171875 L 1.609375 -4.203125 C 1.140625 -4.015625 0.6875 -3.890625 0.203125 -3.84375 L 0.203125 -3.59375 L 0.53125 -3.59375 C 0.890625 -3.59375 0.9375 -3.53125 0.9375 -2.9375 L 0.9375 -0.921875 C 0.9375 -0.34375 0.90625 -0.28125 0.59375 -0.265625 L 0.1875 -0.234375 L 0.1875 0.03125 C 1.078125 0 1.078125 0 1.3125 0 C 1.53125 0 1.53125 0 2.4375 0.03125 L 2.4375 -0.234375 L 2.015625 -0.265625 C 1.71875 -0.28125 1.6875 -0.34375 1.6875 -0.921875 Z M 1.28125 -6.15625 C 1 -6.15625 0.765625 -5.921875 0.765625 -5.65625 C 0.765625 -5.40625 1 -5.171875 1.265625 -5.171875 C 1.53125 -5.171875 1.765625 -5.40625 1.765625 -5.65625 C 1.765625 -5.90625 1.53125 -6.15625 1.28125 -6.15625 Z M 1.28125 -6.15625 "/> +</symbol> +<symbol overflow="visible" id="glyph1-6"> +<path style="stroke:none;" d="M 3.671875 0.03125 C 4.21875 0 4.234375 0 4.390625 0 C 4.515625 0 4.515625 0 5.125 0.03125 L 5.125 -0.234375 L 4.765625 -0.265625 C 4.453125 -0.28125 4.4375 -0.34375 4.4375 -0.921875 L 4.4375 -2.640625 C 4.4375 -3.6875 3.9375 -4.203125 2.9375 -4.203125 C 2.59375 -4.203125 2.40625 -4.140625 2.21875 -3.984375 L 1.546875 -3.390625 L 1.546875 -4.171875 L 1.46875 -4.203125 C 1 -4.015625 0.53125 -3.890625 0.0625 -3.84375 L 0.0625 -3.59375 L 0.390625 -3.59375 C 0.75 -3.59375 0.796875 -3.53125 0.796875 -2.9375 L 0.796875 -0.921875 C 0.796875 -0.34375 0.765625 -0.28125 0.453125 -0.265625 L 0.046875 -0.234375 L 0.046875 0.03125 C 0.65625 0.015625 0.90625 0 1.171875 0 C 1.421875 0 1.671875 0.015625 2.28125 0.03125 L 2.28125 -0.234375 L 1.875 -0.265625 C 1.5625 -0.28125 1.546875 -0.34375 1.546875 -0.921875 L 1.546875 -2.8125 C 1.546875 -3.21875 2.140625 -3.65625 2.6875 -3.65625 C 3.28125 -3.65625 3.671875 -3.203125 3.671875 -2.515625 Z M 3.671875 0.03125 "/> +</symbol> +<symbol overflow="visible" id="glyph1-7"> +<path style="stroke:none;" d="M 2.90625 -0.734375 L 2.859375 0.03125 C 3.4375 0 3.4375 0 3.5625 0 C 3.609375 0 3.828125 0.015625 4.21875 0.03125 L 4.21875 -0.234375 L 3.875 -0.265625 C 3.65625 -0.265625 3.625 -0.34375 3.625 -0.78125 L 3.625 -2.421875 C 3.625 -3.734375 3.25 -4.203125 2.203125 -4.203125 C 1.828125 -4.203125 1.46875 -4.109375 1.125 -3.90625 L 0.640625 -3.609375 L 0.640625 -3.03125 L 0.875 -2.96875 L 1 -3.25 C 1.1875 -3.671875 1.28125 -3.734375 1.6875 -3.734375 C 2.53125 -3.734375 2.875 -3.40625 2.90625 -2.578125 L 2.015625 -2.421875 C 0.796875 -2.203125 0.28125 -1.78125 0.28125 -1 C 0.28125 -0.296875 0.703125 0.109375 1.421875 0.109375 C 1.578125 0.109375 1.734375 0.078125 1.796875 0.03125 Z M 2.90625 -1.109375 C 2.640625 -0.75 2.078125 -0.40625 1.734375 -0.40625 C 1.375 -0.40625 1.0625 -0.734375 1.0625 -1.125 C 1.0625 -1.453125 1.234375 -1.765625 1.5 -1.9375 C 1.734375 -2.078125 2.21875 -2.203125 2.90625 -2.296875 Z M 2.90625 -1.109375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-8"> +<path style="stroke:none;" d="M 3.6875 -3.921875 C 3.1875 -4.140625 2.9375 -4.203125 2.625 -4.203125 C 2.390625 -4.203125 2.171875 -4.15625 1.953125 -4.03125 L 1.15625 -3.625 C 0.640625 -3.359375 0.3125 -2.703125 0.3125 -1.9375 C 0.3125 -1.21875 0.5625 -0.625 1 -0.265625 C 1.296875 -0.015625 1.71875 0.109375 2.3125 0.109375 C 2.484375 0.109375 2.6875 0.078125 2.734375 0.03125 L 3.734375 -0.796875 L 3.6875 0.03125 C 4.125 0.015625 4.265625 0 4.375 0 C 4.453125 0 4.578125 0 4.765625 0.015625 C 4.828125 0.015625 5 0.015625 5.1875 0.03125 L 5.1875 -0.234375 L 4.78125 -0.265625 C 4.46875 -0.28125 4.453125 -0.34375 4.453125 -0.921875 L 4.453125 -6.4375 L 4.375 -6.515625 C 3.96875 -6.359375 3.671875 -6.28125 2.96875 -6.171875 L 2.96875 -5.921875 L 3.46875 -5.921875 C 3.625 -5.921875 3.6875 -5.828125 3.6875 -5.5625 Z M 3.6875 -1.984375 C 3.6875 -1.40625 3.671875 -1.3125 3.5625 -1.109375 C 3.3125 -0.6875 2.875 -0.40625 2.453125 -0.40625 C 1.65625 -0.40625 1.09375 -1.171875 1.09375 -2.234375 C 1.09375 -3.203125 1.578125 -3.78125 2.390625 -3.78125 C 2.71875 -3.78125 3.078125 -3.671875 3.40625 -3.453125 C 3.59375 -3.328125 3.6875 -3.203125 3.6875 -3.140625 Z M 3.6875 -1.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-9"> +<path style="stroke:none;" d="M 4.515625 -4.171875 L 4.4375 -4.203125 C 3.96875 -4.015625 3.5 -3.890625 3.03125 -3.84375 L 3.03125 -3.59375 L 3.359375 -3.59375 C 3.71875 -3.59375 3.765625 -3.53125 3.765625 -2.9375 L 3.765625 -1.46875 C 3.765625 -1.28125 3.625 -1.015625 3.421875 -0.8125 C 3.171875 -0.5625 2.890625 -0.4375 2.53125 -0.4375 C 2.21875 -0.4375 1.96875 -0.53125 1.828125 -0.703125 C 1.703125 -0.859375 1.640625 -1.125 1.640625 -1.53125 L 1.640625 -4.171875 L 1.5625 -4.203125 C 1.109375 -4.015625 0.640625 -3.890625 0.15625 -3.84375 L 0.15625 -3.59375 L 0.5 -3.59375 C 0.859375 -3.59375 0.890625 -3.53125 0.890625 -2.9375 L 0.890625 -1.421875 C 0.890625 -0.796875 0.9375 -0.515625 1.109375 -0.296875 C 1.296875 -0.03125 1.640625 0.109375 2.15625 0.109375 C 2.5625 0.109375 2.921875 -0.015625 3.15625 -0.234375 L 3.765625 -0.796875 C 3.765625 -0.53125 3.75 -0.390625 3.71875 0.03125 C 4.328125 0 4.328125 0 4.46875 0 C 4.59375 0 4.59375 0 5.203125 0.03125 L 5.203125 -0.234375 L 4.84375 -0.265625 C 4.53125 -0.28125 4.515625 -0.34375 4.515625 -0.921875 Z M 4.515625 -4.171875 "/> +</symbol> +<symbol overflow="visible" id="glyph1-10"> +<path style="stroke:none;" d="M 2.703125 1.734375 C 2.046875 0.9375 1.828125 0.515625 1.59375 -0.296875 C 1.40625 -0.9375 1.3125 -1.625 1.3125 -2.390625 C 1.3125 -3.125 1.40625 -3.765625 1.5625 -4.34375 C 1.796875 -5.09375 2.046875 -5.515625 2.703125 -6.28125 L 2.53125 -6.515625 C 1.59375 -5.671875 1.234375 -5.1875 0.890625 -4.3125 C 0.65625 -3.703125 0.53125 -3.0625 0.53125 -2.390625 C 0.53125 -1.421875 0.765625 -0.515625 1.1875 0.28125 C 1.5 0.890625 1.796875 1.234375 2.53125 1.921875 Z M 2.703125 1.734375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-11"> +<path style="stroke:none;" d="M 0.09375 -3.59375 L 0.421875 -3.59375 C 0.78125 -3.59375 0.8125 -3.53125 0.8125 -2.9375 L 0.8125 1.578125 C 0.8125 2.140625 0.796875 2.203125 0.484375 2.21875 L 0.078125 2.25 L 0.078125 2.515625 C 0.96875 2.5 0.96875 2.5 1.1875 2.5 C 1.421875 2.5 1.421875 2.5 2.3125 2.515625 L 2.3125 2.25 L 1.90625 2.21875 C 1.59375 2.203125 1.5625 2.140625 1.5625 1.578125 L 1.5625 -0.109375 C 1.84375 0.046875 2.125 0.109375 2.53125 0.109375 C 2.796875 0.109375 3.015625 0.046875 3.171875 -0.03125 L 4.1875 -0.703125 C 4.546875 -0.9375 4.96875 -1.859375 4.96875 -2.4375 C 4.96875 -3.421875 4.140625 -4.203125 3.109375 -4.203125 C 2.765625 -4.203125 2.453125 -4.109375 2.3125 -3.984375 L 1.5625 -3.3125 L 1.5625 -4.171875 L 1.484375 -4.203125 C 1.03125 -4.015625 0.5625 -3.890625 0.09375 -3.84375 Z M 1.5625 -2.75 C 1.5625 -2.875 1.609375 -2.96875 1.734375 -3.125 C 1.984375 -3.453125 2.359375 -3.625 2.8125 -3.625 C 3.65625 -3.625 4.1875 -3.03125 4.1875 -2.09375 C 4.1875 -1.09375 3.59375 -0.34375 2.78125 -0.34375 C 2.28125 -0.34375 1.921875 -0.515625 1.5625 -0.875 Z M 1.5625 -2.75 "/> +</symbol> +<symbol overflow="visible" id="glyph1-12"> +<path style="stroke:none;" d="M 2.578125 -2.28125 L 3.859375 -3.765625 C 3.90625 -3.828125 4.015625 -3.859375 4.15625 -3.859375 L 4.28125 -3.859375 L 4.28125 -4.109375 L 3.546875 -4.109375 L 2.4375 -2.546875 L 1.765625 -3.59375 C 1.625 -3.78125 1.53125 -3.90625 1.21875 -4.203125 L 0.171875 -4.03125 L 0.21875 -3.796875 L 0.40625 -3.78125 C 0.578125 -3.765625 0.765625 -3.640625 0.859375 -3.515625 L 1.9375 -1.953125 L 0.59375 -0.375 C 0.53125 -0.296875 0.421875 -0.234375 0.328125 -0.234375 L 0.171875 -0.234375 L 0.171875 0 L 0.953125 0 C 1.015625 -0.09375 1.03125 -0.140625 1.140625 -0.296875 C 1.28125 -0.546875 1.421875 -0.765625 1.484375 -0.84375 L 2.15625 -1.71875 L 3.109375 -0.265625 L 3.125 -0.25 C 3.203125 -0.125 3.28125 -0.03125 3.34375 0.03125 C 3.8125 0 3.8125 0 3.890625 0 C 3.984375 0 3.984375 0 4.453125 0.03125 L 4.453125 -0.234375 L 4.21875 -0.265625 C 4.109375 -0.28125 4.015625 -0.34375 3.90625 -0.484375 Z M 2.578125 -2.28125 "/> +</symbol> +<symbol overflow="visible" id="glyph1-13"> +<path style="stroke:none;" d="M 3.921875 -0.625 L 3.796875 -0.71875 C 3.234375 -0.375 3.015625 -0.296875 2.640625 -0.296875 C 2.046875 -0.296875 1.5625 -0.5625 1.3125 -1 C 1.140625 -1.296875 1.078125 -1.546875 1.0625 -2.0625 L 2.375 -2.0625 C 3 -2.0625 3.375 -2.09375 4 -2.1875 C 4.015625 -2.3125 4.015625 -2.390625 4.015625 -2.5 C 4.015625 -3.53125 3.359375 -4.203125 2.34375 -4.203125 C 2.015625 -4.203125 1.625 -4.09375 1.265625 -3.875 C 0.53125 -3.453125 0.234375 -2.890625 0.234375 -1.96875 C 0.234375 -1.40625 0.375 -0.921875 0.609375 -0.578125 C 0.96875 -0.09375 1.5625 0.171875 2.25 0.171875 C 2.578125 0.171875 2.90625 0.109375 3.28125 -0.046875 C 3.515625 -0.15625 3.703125 -0.265625 3.734375 -0.328125 Z M 3.21875 -2.390625 C 2.75 -2.375 2.53125 -2.375 2.21875 -2.375 C 1.796875 -2.375 1.5625 -2.375 1.078125 -2.421875 C 1.078125 -2.84375 1.125 -3.046875 1.234375 -3.28125 C 1.421875 -3.671875 1.8125 -3.90625 2.25 -3.90625 C 2.53125 -3.90625 2.765625 -3.796875 2.9375 -3.546875 C 3.125 -3.25 3.1875 -3 3.21875 -2.390625 Z M 3.21875 -2.390625 "/> +</symbol> +<symbol overflow="visible" id="glyph1-14"> +<path style="stroke:none;" d="M 0.203125 -5.921875 L 0.703125 -5.921875 C 0.875 -5.921875 0.9375 -5.828125 0.9375 -5.5625 L 0.9375 -0.921875 C 0.9375 -0.34375 0.90625 -0.28125 0.59375 -0.265625 L 0.1875 -0.234375 L 0.1875 0.03125 C 1.078125 0 1.078125 0 1.3125 0 C 1.53125 0 1.53125 0 2.4375 0.03125 L 2.4375 -0.234375 L 2.015625 -0.265625 C 1.71875 -0.28125 1.6875 -0.34375 1.6875 -0.921875 L 1.6875 -6.4375 L 1.609375 -6.515625 C 1.203125 -6.359375 0.921875 -6.28125 0.203125 -6.171875 Z M 0.203125 -5.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph1-15"> +<path style="stroke:none;" d="M 0.453125 1.921875 C 1.078125 1.34375 1.34375 1.046875 1.609375 0.609375 C 2.15625 -0.265625 2.453125 -1.296875 2.453125 -2.375 C 2.453125 -3.0625 2.328125 -3.703125 2.09375 -4.3125 C 1.765625 -5.171875 1.390625 -5.671875 0.453125 -6.515625 L 0.28125 -6.28125 C 0.9375 -5.5 1.1875 -5.078125 1.40625 -4.34375 C 1.59375 -3.765625 1.671875 -3.125 1.671875 -2.390625 C 1.671875 -1.625 1.59375 -0.9375 1.40625 -0.296875 C 1.171875 0.515625 0.9375 0.9375 0.28125 1.734375 Z M 0.453125 1.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph1-16"> +<path style="stroke:none;" d="M 2.28125 -5.765625 C 2.3125 -5.46875 2.328125 -5.25 2.328125 -4.875 L 2.328125 -1.078125 C 2.328125 -0.375 2.28125 -0.296875 1.859375 -0.265625 L 1.4375 -0.234375 L 1.4375 0.03125 C 1.96875 0.015625 2.28125 0 2.75 0 C 3.203125 0 3.53125 0.015625 4.0625 0.03125 L 4.0625 -0.234375 L 3.625 -0.265625 C 3.21875 -0.296875 3.171875 -0.375 3.171875 -1.078125 L 3.171875 -4.875 C 3.171875 -5.28125 3.1875 -5.46875 3.203125 -5.765625 L 4.59375 -5.765625 C 4.859375 -5.765625 4.953125 -5.6875 4.953125 -5.46875 L 5 -4.765625 L 5.28125 -4.765625 C 5.28125 -5.34375 5.296875 -5.6875 5.34375 -6.203125 C 4.6875 -6.203125 4.390625 -6.203125 4.140625 -6.1875 C 3.796875 -6.171875 3.53125 -6.171875 3.40625 -6.171875 L 1.984375 -6.171875 C 1.890625 -6.171875 1.40625 -6.1875 0.765625 -6.203125 L 0.15625 -6.203125 C 0.203125 -5.6875 0.21875 -5.34375 0.21875 -4.765625 L 0.5 -4.765625 L 0.53125 -5.46875 C 0.546875 -5.6875 0.640625 -5.765625 0.890625 -5.765625 Z M 2.28125 -5.765625 "/> +</symbol> +<symbol overflow="visible" id="glyph1-17"> +<path style="stroke:none;" d="M 6.015625 -0.75 L 5.921875 -0.84375 C 5.375 -0.484375 4.75 -0.3125 4.078125 -0.3125 C 2.328125 -0.3125 1.15625 -1.46875 1.15625 -3.234375 C 1.15625 -4.890625 2.171875 -5.984375 3.71875 -5.984375 C 4.59375 -5.984375 5.5 -5.625 5.5 -5.28125 L 5.5 -4.625 L 5.78125 -4.625 C 5.796875 -5.078125 5.828125 -5.40625 5.953125 -5.984375 C 5.1875 -6.25 4.53125 -6.359375 3.890625 -6.359375 C 3.109375 -6.359375 2.359375 -6.171875 1.765625 -5.828125 C 0.734375 -5.21875 0.203125 -4.28125 0.203125 -3.0625 C 0.203125 -1.125 1.609375 0.171875 3.71875 0.171875 C 4.46875 0.171875 5.140625 0.015625 5.765625 -0.3125 Z M 6.015625 -0.75 "/> +</symbol> +<symbol overflow="visible" id="glyph1-18"> +<path style="stroke:none;" d="M 3.578125 -2.796875 C 3.578125 -3.203125 3.625 -3.5625 3.703125 -3.890625 C 3.34375 -4.109375 3.03125 -4.203125 2.65625 -4.203125 C 2.234375 -4.203125 1.734375 -4.03125 1.1875 -3.6875 C 0.5625 -3.296875 0.234375 -2.671875 0.234375 -1.890625 C 0.234375 -0.671875 1.078125 0.171875 2.28125 0.171875 C 2.75 0.171875 3.421875 0.015625 3.515625 -0.125 L 3.703125 -0.40625 L 3.609375 -0.546875 C 3.28125 -0.375 3 -0.28125 2.671875 -0.28125 C 1.671875 -0.28125 1.015625 -1.0625 1.015625 -2.25 C 1.015625 -3.203125 1.46875 -3.734375 2.28125 -3.734375 C 2.671875 -3.734375 3.109375 -3.5625 3.265625 -3.34375 L 3.328125 -2.796875 Z M 3.578125 -2.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M -0.171875 -0.515625 L 0.03125 -0.515625 C 0 -1.546875 0 -1.546875 0 -1.765625 C 0 -1.921875 0 -2.0625 0.015625 -2.21875 C 0.03125 -2.9375 0.03125 -2.9375 0.03125 -3.0625 C 0.03125 -4.203125 -0.265625 -5.0625 -0.890625 -5.6875 C -1.53125 -6.34375 -2.5 -6.734375 -3.453125 -6.734375 C -5.125 -6.734375 -6.203125 -5.5 -6.203125 -3.609375 C -6.203125 -3.546875 -6.203125 -3.421875 -6.203125 -3.265625 C -6.1875 -2.8125 -6.171875 -2.4375 -6.171875 -2.046875 C -6.171875 -1.71875 -6.1875 -1.21875 -6.203125 -0.203125 L -5.9375 -0.203125 L -5.90625 -0.5625 C -5.890625 -0.96875 -5.796875 -1.015625 -5.109375 -1.015625 L -0.859375 -1.015625 C -0.59375 -1.015625 -0.390625 -0.9375 -0.328125 -0.796875 Z M -5.78125 -1.859375 C -5.828125 -2.09375 -5.84375 -2.40625 -5.84375 -2.859375 C -5.84375 -3.515625 -5.734375 -4.234375 -5.5625 -4.609375 C -5.484375 -4.8125 -5.359375 -4.984375 -5.1875 -5.140625 C -4.765625 -5.5625 -4.109375 -5.78125 -3.21875 -5.78125 C -2.21875 -5.78125 -1.4375 -5.46875 -0.953125 -4.875 C -0.515625 -4.34375 -0.375 -3.796875 -0.375 -2.796875 C -0.375 -2.375 -0.390625 -2.09375 -0.4375 -1.859375 Z M -5.78125 -1.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M -4.171875 -1.6875 L -4.203125 -1.609375 C -4.015625 -1.140625 -3.890625 -0.6875 -3.84375 -0.203125 L -3.59375 -0.203125 L -3.59375 -0.53125 C -3.59375 -0.890625 -3.53125 -0.9375 -2.9375 -0.9375 L -0.921875 -0.9375 C -0.34375 -0.9375 -0.28125 -0.90625 -0.265625 -0.59375 L -0.234375 -0.1875 L 0.03125 -0.1875 C 0 -1.078125 0 -1.078125 0 -1.3125 C 0 -1.53125 0 -1.53125 0.03125 -2.4375 L -0.234375 -2.4375 L -0.265625 -2.015625 C -0.28125 -1.71875 -0.34375 -1.6875 -0.921875 -1.6875 Z M -6.15625 -1.28125 C -6.15625 -1 -5.921875 -0.765625 -5.65625 -0.765625 C -5.40625 -0.765625 -5.171875 -1 -5.171875 -1.265625 C -5.171875 -1.53125 -5.40625 -1.765625 -5.65625 -1.765625 C -5.90625 -1.765625 -6.15625 -1.53125 -6.15625 -1.28125 Z M -6.15625 -1.28125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M -2.796875 -3.578125 C -3.203125 -3.578125 -3.5625 -3.625 -3.890625 -3.703125 C -4.109375 -3.34375 -4.203125 -3.03125 -4.203125 -2.65625 C -4.203125 -2.234375 -4.03125 -1.734375 -3.6875 -1.1875 C -3.296875 -0.5625 -2.671875 -0.234375 -1.890625 -0.234375 C -0.671875 -0.234375 0.171875 -1.078125 0.171875 -2.28125 C 0.171875 -2.75 0.015625 -3.421875 -0.125 -3.515625 L -0.40625 -3.703125 L -0.546875 -3.609375 C -0.375 -3.28125 -0.28125 -3 -0.28125 -2.671875 C -0.28125 -1.671875 -1.0625 -1.015625 -2.25 -1.015625 C -3.203125 -1.015625 -3.734375 -1.46875 -3.734375 -2.28125 C -3.734375 -2.671875 -3.5625 -3.109375 -3.34375 -3.265625 L -2.796875 -3.328125 Z M -2.796875 -3.578125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M -0.625 -3.921875 L -0.71875 -3.796875 C -0.375 -3.234375 -0.296875 -3.015625 -0.296875 -2.640625 C -0.296875 -2.046875 -0.5625 -1.5625 -1 -1.3125 C -1.296875 -1.140625 -1.546875 -1.078125 -2.0625 -1.0625 L -2.0625 -2.375 C -2.0625 -3 -2.09375 -3.375 -2.1875 -4 C -2.3125 -4.015625 -2.390625 -4.015625 -2.5 -4.015625 C -3.53125 -4.015625 -4.203125 -3.359375 -4.203125 -2.34375 C -4.203125 -2.015625 -4.09375 -1.625 -3.875 -1.265625 C -3.453125 -0.53125 -2.890625 -0.234375 -1.96875 -0.234375 C -1.40625 -0.234375 -0.921875 -0.375 -0.578125 -0.609375 C -0.09375 -0.96875 0.171875 -1.5625 0.171875 -2.25 C 0.171875 -2.578125 0.109375 -2.90625 -0.046875 -3.28125 C -0.15625 -3.515625 -0.265625 -3.703125 -0.328125 -3.734375 Z M -2.390625 -3.21875 C -2.375 -2.75 -2.375 -2.53125 -2.375 -2.21875 C -2.375 -1.796875 -2.375 -1.5625 -2.421875 -1.078125 C -2.84375 -1.078125 -3.046875 -1.125 -3.28125 -1.234375 C -3.671875 -1.421875 -3.90625 -1.8125 -3.90625 -2.25 C -3.90625 -2.53125 -3.796875 -2.765625 -3.546875 -2.9375 C -3.25 -3.125 -3 -3.1875 -2.390625 -3.21875 Z M -2.390625 -3.21875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M -0.75 -6.015625 L -0.84375 -5.921875 C -0.484375 -5.375 -0.3125 -4.75 -0.3125 -4.078125 C -0.3125 -2.328125 -1.46875 -1.15625 -3.234375 -1.15625 C -4.890625 -1.15625 -5.984375 -2.171875 -5.984375 -3.71875 C -5.984375 -4.59375 -5.625 -5.5 -5.28125 -5.5 L -4.625 -5.5 L -4.625 -5.78125 C -5.078125 -5.796875 -5.40625 -5.828125 -5.984375 -5.953125 C -6.25 -5.1875 -6.359375 -4.53125 -6.359375 -3.890625 C -6.359375 -3.109375 -6.171875 -2.359375 -5.828125 -1.765625 C -5.21875 -0.734375 -4.28125 -0.203125 -3.0625 -0.203125 C -1.125 -0.203125 0.171875 -1.609375 0.171875 -3.71875 C 0.171875 -4.46875 0.015625 -5.140625 -0.3125 -5.765625 Z M -0.75 -6.015625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-6"> +<path style="stroke:none;" d="M -4.203125 -2.5 C -4.203125 -1.1875 -3.28125 -0.28125 -1.953125 -0.28125 C -0.6875 -0.28125 0.171875 -1.078125 0.171875 -2.25 C 0.171875 -3.625 -0.78125 -4.609375 -2.125 -4.609375 C -3.34375 -4.609375 -4.203125 -3.734375 -4.203125 -2.5 Z M -3.90625 -2.34375 C -3.90625 -3.171875 -3.015625 -3.78125 -1.796875 -3.78125 C -0.765625 -3.78125 -0.109375 -3.3125 -0.109375 -2.59375 C -0.109375 -1.71875 -0.984375 -1.125 -2.25 -1.125 C -3.328125 -1.125 -3.90625 -1.546875 -3.90625 -2.34375 Z M -3.90625 -2.34375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-7"> +<path style="stroke:none;" d="M -6.4375 -3.0625 C -6.5 -2.875 -6.53125 -2.765625 -6.53125 -2.640625 C -6.53125 -2.359375 -6.375 -2.046875 -6.15625 -1.84375 L -5.5625 -1.328125 C -5.265625 -1.0625 -4.859375 -0.953125 -4.265625 -0.953125 L -3.890625 -0.953125 L -3.609375 -0.328125 L -3.421875 -0.328125 L -3.453125 -0.953125 L -0.921875 -0.953125 C -0.34375 -0.953125 -0.28125 -0.921875 -0.265625 -0.625 L -0.234375 -0.203125 L 0.03125 -0.203125 C 0 -1.109375 0 -1.109375 0 -1.328125 C 0 -1.546875 0 -1.546875 0.03125 -2.453125 L -0.234375 -2.453125 L -0.265625 -2.03125 C -0.28125 -1.734375 -0.34375 -1.703125 -0.921875 -1.703125 L -3.453125 -1.703125 L -3.453125 -2.8125 L -3.921875 -2.875 L -3.890625 -1.703125 L -4.65625 -1.703125 C -5.6875 -1.703125 -5.9375 -1.828125 -5.9375 -2.328125 C -5.9375 -2.578125 -5.875 -2.734375 -5.6875 -2.953125 L -5.734375 -3.0625 Z M -6.4375 -3.0625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-8"> +<path style="stroke:none;" d="M -6.4375 -3.0625 C -6.5 -2.875 -6.53125 -2.765625 -6.53125 -2.640625 C -6.53125 -2.359375 -6.375 -2.046875 -6.15625 -1.84375 L -5.5625 -1.328125 C -5.265625 -1.0625 -4.859375 -0.953125 -4.265625 -0.953125 L -3.890625 -0.953125 L -3.609375 -0.328125 L -3.421875 -0.328125 L -3.453125 -0.953125 L -0.921875 -0.953125 C -0.34375 -0.953125 -0.28125 -0.921875 -0.265625 -0.625 L -0.234375 -0.203125 L 0.03125 -0.203125 C 0 -1.109375 0 -1.109375 0 -1.34375 C 0 -1.546875 0.015625 -1.796875 0.03125 -2.5 L -0.234375 -2.5 L -0.265625 -2.03125 C -0.28125 -1.734375 -0.34375 -1.703125 -0.921875 -1.703125 L -3.453125 -1.703125 L -3.453125 -2.71875 L -3.921875 -2.796875 L -3.890625 -1.703125 L -4.65625 -1.703125 C -5.6875 -1.703125 -5.9375 -1.828125 -5.9375 -2.328125 C -5.9375 -2.578125 -5.875 -2.734375 -5.6875 -2.953125 L -5.734375 -3.0625 Z M -4.140625 -4.515625 L -4.203125 -4.4375 C -4.015625 -4.046875 -3.890625 -3.5625 -3.828125 -3.046875 L -3.5625 -3.046875 L -3.5625 -3.375 C -3.5625 -3.734375 -3.5 -3.765625 -2.921875 -3.765625 L -0.921875 -3.765625 C -0.34375 -3.765625 -0.28125 -3.734375 -0.265625 -3.4375 L -0.234375 -3.015625 L 0.03125 -3.015625 C 0 -3.921875 0 -3.921875 0 -4.140625 C 0 -4.375 0 -4.375 0.03125 -5.265625 L -0.234375 -5.265625 L -0.265625 -4.859375 C -0.28125 -4.546875 -0.34375 -4.515625 -0.921875 -4.515625 Z M -6.15625 -4.1875 C -6.15625 -3.921875 -5.921875 -3.6875 -5.65625 -3.6875 C -5.40625 -3.6875 -5.171875 -3.921875 -5.171875 -4.171875 C -5.171875 -4.4375 -5.40625 -4.6875 -5.65625 -4.6875 C -5.90625 -4.6875 -6.15625 -4.4375 -6.15625 -4.1875 Z M -6.15625 -4.1875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-9"> +<path style="stroke:none;" d="M 0.03125 -3.671875 C 0 -4.21875 0 -4.234375 0 -4.390625 C 0 -4.515625 0 -4.515625 0.03125 -5.125 L -0.234375 -5.125 L -0.265625 -4.765625 C -0.28125 -4.453125 -0.34375 -4.4375 -0.921875 -4.4375 L -2.640625 -4.4375 C -3.6875 -4.4375 -4.203125 -3.9375 -4.203125 -2.9375 C -4.203125 -2.59375 -4.140625 -2.40625 -3.984375 -2.21875 L -3.390625 -1.546875 L -4.171875 -1.546875 L -4.203125 -1.46875 C -4.015625 -1 -3.890625 -0.53125 -3.84375 -0.0625 L -3.59375 -0.0625 L -3.59375 -0.390625 C -3.59375 -0.75 -3.53125 -0.796875 -2.9375 -0.796875 L -0.921875 -0.796875 C -0.34375 -0.796875 -0.28125 -0.765625 -0.265625 -0.453125 L -0.234375 -0.046875 L 0.03125 -0.046875 C 0.015625 -0.65625 0 -0.90625 0 -1.171875 C 0 -1.421875 0.015625 -1.671875 0.03125 -2.28125 L -0.234375 -2.28125 L -0.265625 -1.875 C -0.28125 -1.5625 -0.34375 -1.546875 -0.921875 -1.546875 L -2.8125 -1.546875 C -3.21875 -1.546875 -3.65625 -2.140625 -3.65625 -2.6875 C -3.65625 -3.28125 -3.203125 -3.671875 -2.515625 -3.671875 Z M 0.03125 -3.671875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-10"> +<path style="stroke:none;" d="M -3.421875 -0.875 L -0.84375 -0.875 C -0.171875 -0.875 0.109375 -1.171875 0.109375 -1.859375 C 0.109375 -2.078125 0.0625 -2.28125 0 -2.34375 L -0.46875 -2.765625 L -0.625 -2.65625 C -0.5 -2.4375 -0.453125 -2.296875 -0.453125 -2.125 C -0.453125 -1.78125 -0.640625 -1.625 -1.078125 -1.625 L -3.421875 -1.625 L -3.421875 -2.78125 L -3.90625 -2.859375 L -3.859375 -1.625 L -4.203125 -1.625 C -4.578125 -1.625 -4.890625 -1.65625 -5.46875 -1.734375 L -5.5625 -1.625 C -5.4375 -1.40625 -5.3125 -1.140625 -5.234375 -0.859375 C -4.953125 -0.890625 -4.796875 -0.890625 -4.515625 -0.890625 L -3.890625 -0.890625 L -3.578125 -0.203125 L -3.390625 -0.203125 Z M -3.421875 -0.875 "/> +</symbol> +<symbol overflow="visible" id="glyph3-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph3-1"> +<path style="stroke:none;" d="M 2.15625 -6.40625 C 2.5 -6.484375 2.796875 -6.515625 3.125 -6.515625 C 4.171875 -6.515625 4.75 -6.046875 4.75 -5.1875 C 4.75 -4.28125 4.015625 -3.703125 2.859375 -3.703125 C 2.796875 -3.703125 2.703125 -3.703125 2.578125 -3.703125 L 2.515625 -3.59375 C 2.625 -3.453125 2.65625 -3.421875 2.765625 -3.296875 C 2.90625 -3.125 2.9375 -3.09375 3.03125 -2.96875 L 4.859375 -0.515625 C 4.921875 -0.421875 4.984375 -0.34375 5.046875 -0.28125 C 5.109375 -0.1875 5.171875 -0.09375 5.28125 0.03125 C 5.734375 0 5.84375 0 5.953125 0 C 6.046875 0 6.046875 0 6.671875 0.03125 L 6.671875 -0.265625 C 6.34375 -0.296875 6.1875 -0.359375 6.0625 -0.53125 L 3.796875 -3.484375 C 4.359375 -3.625 4.609375 -3.734375 4.9375 -3.953125 C 5.46875 -4.328125 5.734375 -4.828125 5.734375 -5.40625 C 5.734375 -6.359375 5.046875 -6.890625 3.8125 -6.890625 L 3.65625 -6.890625 C 2.359375 -6.875 2.359375 -6.875 2.015625 -6.875 C 1.6875 -6.875 1.6875 -6.875 0.296875 -6.890625 L 0.296875 -6.59375 L 0.703125 -6.5625 C 1.15625 -6.546875 1.203125 -6.453125 1.203125 -5.671875 L 1.203125 -1.203125 C 1.203125 -0.40625 1.15625 -0.328125 0.703125 -0.296875 L 0.21875 -0.265625 L 0.21875 0.03125 C 0.8125 0.015625 1.15625 0 1.671875 0 C 2.1875 0 2.546875 0.015625 3.140625 0.03125 L 3.140625 -0.265625 L 2.65625 -0.296875 C 2.203125 -0.328125 2.15625 -0.40625 2.15625 -1.203125 Z M 2.15625 -6.40625 "/> +</symbol> +<symbol overflow="visible" id="glyph3-2"> +<path style="stroke:none;" d="M 2.15625 -3.265625 C 2.4375 -3.28125 2.734375 -3.296875 3.1875 -3.296875 C 3.921875 -3.296875 4.1875 -3.265625 4.359375 -3.171875 L 4.453125 -2.921875 L 4.5 -2.328125 L 4.796875 -2.328125 C 4.765625 -3.265625 4.765625 -3.265625 4.765625 -3.4375 C 4.765625 -3.59375 4.765625 -3.59375 4.796875 -4.59375 L 4.5 -4.59375 L 4.453125 -4.078125 C 4.4375 -3.984375 4.40625 -3.890625 4.359375 -3.8125 C 4.1875 -3.734375 3.90625 -3.703125 3.25 -3.703125 C 2.828125 -3.703125 2.5 -3.71875 2.15625 -3.734375 L 2.15625 -6.40625 C 2.453125 -6.46875 2.625 -6.484375 3.21875 -6.484375 C 3.703125 -6.484375 4.25 -6.421875 4.5625 -6.34375 C 4.8125 -6.28125 4.828125 -6.234375 4.828125 -6 L 4.828125 -5.359375 L 5.1875 -5.359375 C 5.1875 -5.953125 5.234375 -6.4375 5.34375 -6.875 C 4.859375 -6.890625 4.5625 -6.890625 4.125 -6.890625 L 3.0625 -6.890625 C 2.578125 -6.875 2.21875 -6.875 1.96875 -6.875 C 1.6875 -6.875 1.6875 -6.875 0.21875 -6.890625 L 0.21875 -6.59375 L 0.703125 -6.5625 C 1.15625 -6.546875 1.203125 -6.453125 1.203125 -5.671875 L 1.203125 -1.203125 C 1.203125 -0.40625 1.15625 -0.328125 0.703125 -0.296875 L 0.21875 -0.265625 L 0.21875 0.03125 C 0.8125 0.015625 1.15625 0 1.671875 0 C 2.1875 0 2.546875 0.015625 3.140625 0.03125 L 3.140625 -0.265625 L 2.65625 -0.296875 C 2.203125 -0.328125 2.15625 -0.40625 2.15625 -1.203125 Z M 2.15625 -3.265625 "/> +</symbol> +<symbol overflow="visible" id="glyph3-3"> +<path style="stroke:none;" d="M 6.671875 -0.84375 L 6.59375 -0.9375 C 5.96875 -0.53125 5.28125 -0.34375 4.53125 -0.34375 C 2.578125 -0.34375 1.28125 -1.640625 1.28125 -3.59375 C 1.28125 -5.4375 2.421875 -6.65625 4.140625 -6.65625 C 5.109375 -6.65625 6.125 -6.25 6.125 -5.859375 L 6.125 -5.140625 L 6.4375 -5.140625 C 6.4375 -5.640625 6.484375 -6 6.625 -6.65625 C 5.765625 -6.9375 5.046875 -7.0625 4.3125 -7.0625 C 3.453125 -7.0625 2.625 -6.859375 1.953125 -6.46875 C 0.8125 -5.796875 0.21875 -4.75 0.21875 -3.40625 C 0.21875 -1.25 1.796875 0.203125 4.140625 0.203125 C 4.96875 0.203125 5.71875 0.015625 6.40625 -0.34375 Z M 6.671875 -0.84375 "/> +</symbol> +<symbol overflow="visible" id="glyph3-4"> +<path style="stroke:none;" d="M 2.15625 -5.671875 C 2.15625 -6.453125 2.203125 -6.546875 2.65625 -6.5625 L 3.140625 -6.59375 L 3.140625 -6.890625 C 2.40625 -6.875 2.1875 -6.875 1.671875 -6.875 C 1.171875 -6.875 0.9375 -6.875 0.21875 -6.890625 L 0.21875 -6.59375 L 0.703125 -6.5625 C 1.15625 -6.546875 1.203125 -6.453125 1.203125 -5.671875 L 1.203125 -1.203125 C 1.203125 -0.40625 1.15625 -0.328125 0.703125 -0.296875 L 0.21875 -0.265625 L 0.21875 0.03125 C 0.8125 0.015625 1.15625 0 1.671875 0 C 2.1875 0 2.546875 0.015625 3.140625 0.03125 L 3.140625 -0.265625 L 2.65625 -0.296875 C 2.203125 -0.328125 2.15625 -0.40625 2.15625 -1.203125 Z M 2.15625 -5.671875 "/> +</symbol> +<symbol overflow="visible" id="glyph3-5"> +<path style="stroke:none;" d="M 4 -7.0625 C 1.734375 -7.0625 0.21875 -5.59375 0.21875 -3.40625 C 0.21875 -1.3125 1.671875 0.203125 3.6875 0.203125 C 5.921875 0.203125 7.609375 -1.46875 7.609375 -3.65625 C 7.609375 -5.75 6.21875 -7.0625 4 -7.0625 Z M 3.84375 -6.65625 C 5.546875 -6.65625 6.546875 -5.4375 6.546875 -3.359375 C 6.546875 -1.390625 5.625 -0.21875 4.09375 -0.21875 C 2.40625 -0.21875 1.28125 -1.640625 1.28125 -3.765625 C 1.28125 -5.609375 2.203125 -6.65625 3.84375 -6.65625 Z M 3.84375 -6.65625 "/> +</symbol> +<symbol overflow="visible" id="glyph3-6"> +<path style="stroke:none;" d="M 2.546875 -6.40625 C 2.578125 -6.078125 2.578125 -5.84375 2.578125 -5.40625 L 2.578125 -1.203125 C 2.578125 -0.40625 2.53125 -0.328125 2.078125 -0.296875 L 1.59375 -0.265625 L 1.59375 0.03125 C 2.1875 0.015625 2.53125 0 3.046875 0 C 3.5625 0 3.921875 0.015625 4.515625 0.03125 L 4.515625 -0.265625 L 4.03125 -0.296875 C 3.578125 -0.328125 3.53125 -0.40625 3.53125 -1.203125 L 3.53125 -5.40625 C 3.53125 -5.859375 3.53125 -6.078125 3.5625 -6.40625 L 5.109375 -6.40625 C 5.390625 -6.40625 5.5 -6.3125 5.515625 -6.078125 L 5.546875 -5.296875 L 5.859375 -5.296875 C 5.859375 -5.9375 5.875 -6.328125 5.9375 -6.890625 C 5.21875 -6.890625 4.890625 -6.890625 4.609375 -6.875 C 4.21875 -6.875 3.921875 -6.875 3.78125 -6.875 L 2.203125 -6.875 C 2.109375 -6.875 1.5625 -6.875 0.859375 -6.890625 L 0.171875 -6.890625 C 0.234375 -6.328125 0.25 -5.9375 0.25 -5.296875 L 0.5625 -5.296875 L 0.59375 -6.078125 C 0.609375 -6.3125 0.71875 -6.40625 1 -6.40625 Z M 2.546875 -6.40625 "/> +</symbol> +<symbol overflow="visible" id="glyph3-7"> +<path style="stroke:none;" d="M 2.734375 -2.875 L 0.515625 -2.875 L 0.515625 -2.328125 L 2.734375 -2.328125 L 2.734375 -0.0625 L 3.296875 -0.0625 L 3.296875 -2.328125 L 5.53125 -2.328125 L 5.53125 -2.875 L 3.296875 -2.875 L 3.296875 -5.109375 L 2.734375 -5.109375 Z M 2.734375 -2.875 "/> +</symbol> +<symbol overflow="visible" id="glyph3-8"> +<path style="stroke:none;" d="M 6.390625 -5.140625 L 6.703125 -5.140625 C 6.703125 -5.65625 6.765625 -6.125 6.890625 -6.65625 C 5.796875 -6.984375 5.28125 -7.0625 4.484375 -7.0625 C 1.90625 -7.0625 0.21875 -5.609375 0.21875 -3.40625 C 0.21875 -2.390625 0.5625 -1.5 1.1875 -0.890625 C 1.875 -0.203125 2.953125 0.203125 4.109375 0.203125 C 4.8125 0.203125 5.5 0.0625 6.859375 -0.3125 L 6.859375 -1.984375 C 6.859375 -2.296875 6.875 -2.3125 6.96875 -2.359375 L 7.25 -2.453125 L 7.21875 -2.703125 C 6.328125 -2.6875 6.296875 -2.6875 5.984375 -2.6875 C 5.703125 -2.6875 5.640625 -2.6875 4.78125 -2.703125 L 4.78125 -2.40625 L 5.609375 -2.328125 C 5.859375 -2.3125 5.9375 -2.21875 5.9375 -1.984375 L 5.9375 -0.984375 C 5.9375 -0.734375 5.921875 -0.625 5.875 -0.546875 C 5.765625 -0.359375 5.171875 -0.21875 4.515625 -0.21875 C 2.546875 -0.21875 1.28125 -1.53125 1.28125 -3.609375 C 1.28125 -5.53125 2.359375 -6.65625 4.234375 -6.65625 C 4.75 -6.65625 5.1875 -6.59375 5.5625 -6.46875 C 6.140625 -6.28125 6.390625 -6.046875 6.390625 -5.671875 Z M 6.390625 -5.140625 "/> +</symbol> +<symbol overflow="visible" id="glyph3-9"> +<path style="stroke:none;" d="M 2.15625 -6.40625 C 2.5 -6.484375 2.796875 -6.515625 3.125 -6.515625 C 4.203125 -6.515625 4.78125 -6.015625 4.78125 -5.078125 C 4.78125 -4.171875 4.171875 -3.546875 3.3125 -3.546875 C 3.09375 -3.546875 2.953125 -3.5625 2.6875 -3.65625 L 2.796875 -3.296875 C 3.03125 -3.234375 3.171875 -3.234375 3.375 -3.234375 C 4.734375 -3.234375 5.78125 -4.15625 5.78125 -5.359375 C 5.78125 -6.3125 5 -6.890625 3.734375 -6.890625 C 3.6875 -6.890625 3.59375 -6.890625 3.453125 -6.890625 C 3.09375 -6.875 2.328125 -6.875 2.046875 -6.875 C 1.828125 -6.875 1.828125 -6.875 0.234375 -6.890625 L 0.234375 -6.59375 L 0.671875 -6.5625 C 1.125 -6.546875 1.203125 -6.40625 1.203125 -5.671875 L 1.203125 -1.203125 C 1.203125 -0.40625 1.15625 -0.328125 0.703125 -0.296875 L 0.21875 -0.265625 L 0.21875 0.03125 C 0.8125 0.015625 1.15625 0 1.671875 0 C 2.1875 0 2.546875 0.015625 3.140625 0.03125 L 3.140625 -0.265625 L 2.65625 -0.296875 C 2.203125 -0.328125 2.15625 -0.40625 2.15625 -1.203125 Z M 2.15625 -6.40625 "/> +</symbol> +<symbol overflow="visible" id="glyph3-10"> +<path style="stroke:none;" d="M 7.3125 0.09375 C 7.359375 -0.0625 7.390625 -0.203125 7.390625 -0.25 C 7.421875 -0.34375 7.5 -0.640625 7.59375 -0.921875 L 9.109375 -6.28125 C 9.171875 -6.453125 9.265625 -6.546875 9.484375 -6.5625 L 9.8125 -6.59375 L 9.8125 -6.890625 L 8.765625 -6.875 C 8.65625 -6.875 8.65625 -6.875 7.71875 -6.890625 L 7.71875 -6.59375 L 8.109375 -6.5625 C 8.46875 -6.546875 8.578125 -6.484375 8.578125 -6.328125 C 8.578125 -6.296875 8.578125 -6.265625 8.578125 -6.234375 L 7.25 -1.359375 L 5.625 -5.96875 C 5.40625 -6.5625 5.375 -6.640625 5.296875 -6.984375 L 4.96875 -6.984375 C 4.765625 -6.359375 4.59375 -5.90625 4.078125 -4.578125 L 2.84375 -1.4375 L 1.84375 -5.90625 C 1.8125 -6.03125 1.796875 -6.140625 1.796875 -6.234375 C 1.796875 -6.453125 1.90625 -6.546875 2.171875 -6.5625 L 2.59375 -6.59375 L 2.59375 -6.890625 L 1.328125 -6.875 C 1.265625 -6.875 0.84375 -6.875 0.078125 -6.890625 L 0.078125 -6.59375 L 0.359375 -6.5625 C 0.640625 -6.546875 0.765625 -6.4375 0.859375 -6.078125 L 2.046875 -0.9375 C 2.171875 -0.375 2.171875 -0.359375 2.265625 0.09375 L 2.765625 0.09375 C 2.859375 -0.234375 2.9375 -0.46875 3.125 -0.9375 L 4.859375 -5.34375 L 6.109375 -1.96875 C 6.4375 -1.078125 6.46875 -1 6.8125 0.09375 Z M 7.3125 0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph4-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph4-1"> +<path style="stroke:none;" d="M 4.625 -7.03125 C 2.265625 -7.03125 0.53125 -5.21875 0.53125 -2.71875 C 0.53125 -0.828125 1.46875 0.171875 3.21875 0.171875 C 4.0625 0.171875 4.78125 -0.015625 5.421875 -0.421875 C 6.671875 -1.203125 7.453125 -2.65625 7.453125 -4.234375 C 7.453125 -6.015625 6.421875 -7.03125 4.625 -7.03125 Z M 4.3125 -6.625 C 4.796875 -6.625 5.28125 -6.5 5.609375 -6.296875 C 6.265625 -5.921875 6.578125 -5.171875 6.578125 -4.078125 C 6.578125 -2.828125 6.1875 -1.6875 5.5 -1 C 5.015625 -0.5 4.359375 -0.234375 3.59375 -0.234375 C 2.15625 -0.234375 1.40625 -1.09375 1.40625 -2.765625 C 1.40625 -4.0625 1.796875 -5.21875 2.5 -5.90625 C 2.953125 -6.390625 3.5625 -6.625 4.3125 -6.625 Z M 4.3125 -6.625 "/> +</symbol> +<symbol overflow="visible" id="glyph4-2"> +<path style="stroke:none;" d="M 1.046875 -6.625 L 1.609375 -6.59375 C 1.84375 -6.59375 1.953125 -6.515625 1.953125 -6.328125 C 1.953125 -6.1875 1.90625 -5.875 1.859375 -5.578125 L 1.109375 -1.25 C 0.953125 -0.34375 0.9375 -0.3125 0.53125 -0.28125 L 0.125 -0.25 L 0.09375 0.03125 L 0.515625 0.015625 C 0.984375 0 1.171875 0 1.40625 0 L 2.375 0.03125 L 2.625 0.03125 L 2.65625 -0.25 L 2.171875 -0.28125 C 1.90625 -0.296875 1.8125 -0.375 1.8125 -0.578125 C 1.8125 -0.671875 1.828125 -0.75 1.859375 -0.921875 L 2.703125 -5.78125 C 2.703125 -5.796875 2.75 -6 2.796875 -6.1875 C 2.8125 -6.265625 2.828125 -6.328125 2.859375 -6.453125 C 3.15625 -6.515625 3.34375 -6.546875 3.625 -6.546875 C 4.484375 -6.546875 4.9375 -6.15625 4.9375 -5.40625 C 4.9375 -4.46875 4.171875 -3.765625 3.125 -3.765625 L 2.6875 -3.765625 L 2.65625 -3.65625 C 4 -1.71875 4.3125 -1.234375 5.046875 0.03125 L 5.71875 0 L 5.90625 0 C 5.90625 0 6.046875 0.015625 6.234375 0.03125 L 6.375 0.03125 L 6.375 -0.234375 C 5.96875 -0.296875 5.859375 -0.375 5.578125 -0.78125 L 3.734375 -3.53125 C 4.28125 -3.625 4.578125 -3.75 4.9375 -4 C 5.515625 -4.421875 5.828125 -4.96875 5.828125 -5.578125 C 5.828125 -6.4375 5.1875 -6.921875 4.078125 -6.890625 L 2.578125 -6.875 C 2.4375 -6.875 2.25 -6.875 1.078125 -6.890625 Z M 1.046875 -6.625 "/> +</symbol> +<symbol overflow="visible" id="glyph4-3"> +<path style="stroke:none;" d="M 2.84375 -6.4375 L 3.90625 -6.484375 C 4.53125 -6.484375 4.921875 -6.390625 4.9375 -6.234375 L 5.015625 -5.359375 L 5.25 -5.359375 C 5.28125 -5.984375 5.359375 -6.484375 5.46875 -6.875 C 5.25 -6.890625 4.96875 -6.890625 4.796875 -6.890625 L 4.390625 -6.890625 L 2.734375 -6.875 L 2.453125 -6.875 C 2.203125 -6.875 1.796875 -6.875 1.421875 -6.890625 L 0.9375 -6.890625 L 0.90625 -6.625 L 1.46875 -6.59375 C 1.703125 -6.59375 1.8125 -6.5 1.8125 -6.328125 C 1.8125 -6.1875 1.78125 -5.875 1.71875 -5.578125 L 0.984375 -1.25 C 0.8125 -0.328125 0.8125 -0.3125 0.40625 -0.28125 L 0.046875 -0.25 L 0 0.03125 L 0.34375 0.015625 C 0.734375 0.015625 1.0625 0 1.265625 0 C 1.453125 0 1.734375 0.015625 2.125 0.015625 L 2.640625 0.03125 L 2.671875 -0.25 L 2.03125 -0.28125 C 1.765625 -0.296875 1.671875 -0.375 1.671875 -0.5625 C 1.671875 -0.625 1.6875 -0.734375 1.6875 -0.78125 L 2.046875 -3 L 3.21875 -3 C 3.484375 -3 3.796875 -2.984375 4.28125 -2.96875 L 4.53125 -2.953125 L 4.71875 -3.40625 L 4.6875 -3.484375 C 3.875 -3.4375 3.28125 -3.421875 2.5 -3.421875 L 2.140625 -3.421875 L 2.59375 -6.125 C 2.625 -6.28125 2.625 -6.328125 2.6875 -6.4375 Z M 2.84375 -6.4375 "/> +</symbol> +<symbol overflow="visible" id="glyph4-4"> +<path style="stroke:none;" d="M 5.953125 -5.171875 L 6.21875 -5.171875 C 6.265625 -5.734375 6.34375 -6.171875 6.484375 -6.625 C 5.734375 -6.921875 5.15625 -7.03125 4.546875 -7.03125 C 3.734375 -7.03125 2.90625 -6.78125 2.21875 -6.3125 C 1.046875 -5.53125 0.453125 -4.359375 0.453125 -2.828125 C 0.453125 -0.890625 1.515625 0.171875 3.421875 0.171875 C 4.375 0.171875 5.078125 -0.046875 5.984375 -0.671875 L 6.078125 -1.03125 L 5.984375 -1.09375 C 5.046875 -0.53125 4.53125 -0.34375 3.75 -0.34375 C 2.1875 -0.34375 1.328125 -1.3125 1.328125 -3.078125 C 1.328125 -4.1875 1.671875 -5.171875 2.265625 -5.796875 C 2.734375 -6.265625 3.375 -6.515625 4.171875 -6.515625 C 4.875 -6.515625 5.390625 -6.375 5.953125 -6.015625 Z M 5.953125 -5.171875 "/> +</symbol> +<symbol overflow="visible" id="glyph5-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph5-1"> +<path style="stroke:none;" d="M 4.53125 -3.9375 L 4.734375 -3.9375 C 4.765625 -4.359375 4.828125 -4.6875 4.9375 -5.046875 C 4.359375 -5.265625 3.921875 -5.34375 3.453125 -5.34375 C 2.828125 -5.34375 2.21875 -5.15625 1.6875 -4.796875 C 0.796875 -4.203125 0.34375 -3.3125 0.34375 -2.15625 C 0.34375 -0.6875 1.15625 0.140625 2.59375 0.140625 C 3.328125 0.140625 3.859375 -0.03125 4.546875 -0.5 L 4.625 -0.78125 L 4.546875 -0.828125 C 3.828125 -0.40625 3.4375 -0.265625 2.84375 -0.265625 C 1.65625 -0.265625 1.015625 -1 1.015625 -2.34375 C 1.015625 -3.1875 1.265625 -3.9375 1.734375 -4.40625 C 2.078125 -4.765625 2.5625 -4.953125 3.171875 -4.953125 C 3.703125 -4.953125 4.09375 -4.84375 4.53125 -4.5625 Z M 4.53125 -3.9375 "/> +</symbol> +<symbol overflow="visible" id="glyph5-2"> +<path style="stroke:none;" d="M 2.109375 -3.65625 C 1.78125 -3.65625 1.421875 -3.53125 1.078125 -3.28125 C 0.46875 -2.84375 0.125 -2.078125 0.125 -1.15625 C 0.125 -0.34375 0.46875 0.078125 1.09375 0.078125 C 1.515625 0.078125 1.96875 -0.109375 2.3125 -0.4375 C 2.78125 -0.875 3.109375 -1.75 3.109375 -2.515625 C 3.109375 -3.21875 2.734375 -3.65625 2.109375 -3.65625 Z M 1.828125 -3.359375 C 2.28125 -3.359375 2.53125 -3.03125 2.53125 -2.390625 C 2.53125 -1.65625 2.296875 -0.859375 1.96875 -0.453125 C 1.828125 -0.296875 1.640625 -0.203125 1.40625 -0.203125 C 0.96875 -0.203125 0.703125 -0.546875 0.703125 -1.140625 C 0.703125 -2 1 -2.9375 1.375 -3.234375 C 1.46875 -3.3125 1.640625 -3.359375 1.828125 -3.359375 Z M 1.828125 -3.359375 "/> +</symbol> +<symbol overflow="visible" id="glyph5-3"> +<path style="stroke:none;" d="M 2.78125 -2.765625 C 2.8125 -3.046875 2.84375 -3.296875 2.90625 -3.609375 C 2.828125 -3.640625 2.796875 -3.65625 2.765625 -3.65625 C 2.53125 -3.65625 2.28125 -3.46875 2.015625 -3.078125 L 1.8125 -2.78125 C 1.515625 -2.359375 1.421875 -2.203125 1.296875 -1.9375 L 1.359375 -2.25 C 1.390625 -2.421875 1.453125 -2.734375 1.5 -2.890625 L 1.546875 -3.09375 C 1.578125 -3.21875 1.59375 -3.3125 1.59375 -3.40625 C 1.59375 -3.5625 1.53125 -3.65625 1.421875 -3.65625 C 1.265625 -3.65625 0.96875 -3.5 0.40625 -3.09375 L 0.203125 -2.9375 L 0.25 -2.78125 L 0.5 -2.953125 C 0.703125 -3.078125 0.78125 -3.125 0.859375 -3.125 C 0.9375 -3.125 0.984375 -3.046875 0.984375 -2.953125 C 0.984375 -2.515625 0.65625 -0.953125 0.359375 0.015625 L 0.4375 0.0625 C 0.546875 0.03125 0.671875 0 0.84375 -0.03125 L 0.9375 -0.046875 L 1.140625 -0.953125 C 1.265625 -1.578125 1.453125 -1.984375 1.78125 -2.421875 C 2.03125 -2.75 2.25 -2.90625 2.40625 -2.90625 C 2.53125 -2.90625 2.59375 -2.875 2.6875 -2.765625 Z M 2.78125 -2.765625 "/> +</symbol> +<symbol overflow="visible" id="glyph5-4"> +<path style="stroke:none;" d="M 2.484375 -0.84375 L 2.296875 -0.71875 C 1.90625 -0.421875 1.53125 -0.265625 1.265625 -0.265625 C 0.90625 -0.265625 0.6875 -0.546875 0.6875 -1.015625 C 0.6875 -1.203125 0.71875 -1.40625 0.75 -1.625 L 1.375 -1.765625 C 1.5 -1.796875 1.703125 -1.875 1.890625 -1.96875 C 2.53125 -2.25 2.828125 -2.59375 2.828125 -3.0625 C 2.828125 -3.421875 2.578125 -3.65625 2.203125 -3.65625 C 1.703125 -3.65625 0.859375 -3.125 0.5625 -2.640625 C 0.34375 -2.265625 0.109375 -1.359375 0.109375 -0.859375 C 0.109375 -0.265625 0.453125 0.078125 1 0.078125 C 1.421875 0.078125 1.84375 -0.125 2.546875 -0.703125 Z M 0.859375 -2.078125 C 0.984375 -2.59375 1.140625 -2.921875 1.359375 -3.125 C 1.5 -3.25 1.734375 -3.328125 1.90625 -3.328125 C 2.125 -3.328125 2.28125 -3.1875 2.28125 -2.9375 C 2.28125 -2.609375 2.015625 -2.25 1.609375 -2.0625 C 1.40625 -1.953125 1.125 -1.875 0.78125 -1.796875 Z M 0.859375 -2.078125 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 36.546875 51.710938 L 218.488281 51.710938 L 218.488281 176.960938 L 36.546875 176.960938 Z M 36.546875 51.710938 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 36.546875 51.710938 L 218.488281 51.710938 L 218.488281 161 L 36.546875 161 Z M 36.546875 51.710938 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 36.546875 51.710938 L 218.488281 51.710938 L 218.488281 155 L 36.546875 155 Z M 36.546875 51.710938 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 36.546875 51.710938 L 218.488281 51.710938 L 218.488281 176.960938 L 36.546875 176.960938 Z M 36.546875 51.710938 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 226.457031 51.714844 L 408.394531 51.714844 L 408.394531 176.960938 L 226.457031 176.960938 Z M 226.457031 51.714844 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 226.457031 51.714844 L 408.394531 51.714844 L 408.394531 144 L 226.457031 144 Z M 226.457031 51.714844 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 226.457031 51.714844 L 408.394531 51.714844 L 408.394531 147 L 226.457031 147 Z M 226.457031 51.714844 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 226.457031 51.714844 L 408.394531 51.714844 L 408.394531 176.960938 L 226.457031 176.960938 Z M 226.457031 51.714844 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 406 135 L 410.386719 135 L 410.386719 140 L 406 140 Z M 406 135 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 400 130 L 410.386719 130 L 410.386719 146 L 400 146 Z M 400 130 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 406 138 L 410.386719 138 L 410.386719 143 L 406 143 Z M 406 138 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 67.557125 L -0.001125 70.393063 M 22.741062 67.557125 L 22.741062 70.393063 M 45.48325 67.557125 L 45.48325 70.393063 M 68.225437 67.557125 L 68.225437 70.393063 M 90.971531 67.557125 L 90.971531 70.393063 M 113.713719 67.557125 L 113.713719 70.393063 M 136.455906 67.557125 L 136.455906 70.393063 M 159.198094 67.557125 L 159.198094 70.393063 M 181.940281 67.557125 L 181.940281 70.393063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M -2.837063 70.393063 L -0.001125 70.393063 M -2.837063 82.9165 L -0.001125 82.9165 M -2.837063 95.443844 L -0.001125 95.443844 M -2.837063 107.967281 L -0.001125 107.967281 M -2.837063 120.490719 L -0.001125 120.490719 M -2.837063 133.018063 L -0.001125 133.018063 M -2.837063 145.5415 L -0.001125 145.5415 M -2.837063 158.068844 L -0.001125 158.068844 M -2.837063 170.592281 L -0.001125 170.592281 M -2.837063 183.115719 L -0.001125 183.115719 M -2.837063 195.643063 L -0.001125 195.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 70.393063 L -0.001125 195.643063 L 181.940281 195.643063 L 181.940281 70.393063 Z M -0.001125 70.393063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="34.556" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="57.298" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="80.04" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="102.782" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="125.525" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="146.274" y="188.879"/> + <use xlink:href="#glyph0-1" x="150.25905" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="169.016" y="188.879"/> + <use xlink:href="#glyph0-2" x="173.00105" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="191.758" y="188.879"/> + <use xlink:href="#glyph0-3" x="195.74305" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="214.501" y="188.879"/> + <use xlink:href="#glyph0-4" x="218.48605" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="20.231" y="179.619"/> + <use xlink:href="#glyph0-7" x="24.21605" y="179.619"/> + <use xlink:href="#glyph0-8" x="26.208575" y="179.619"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="167.154"/> + <use xlink:href="#glyph0-7" x="20.23105" y="167.154"/> + <use xlink:href="#glyph0-8" x="22.223575" y="167.154"/> + <use xlink:href="#glyph0-6" x="26.208625" y="167.154"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="154.57"/> + <use xlink:href="#glyph0-7" x="20.23105" y="154.57"/> + <use xlink:href="#glyph0-8" x="22.223575" y="154.57"/> + <use xlink:href="#glyph0-2" x="26.208625" y="154.57"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="142.045"/> + <use xlink:href="#glyph0-7" x="20.23105" y="142.045"/> + <use xlink:href="#glyph0-8" x="22.223575" y="142.045"/> + <use xlink:href="#glyph0-9" x="26.208625" y="142.045"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="129.58"/> + <use xlink:href="#glyph0-7" x="20.23105" y="129.58"/> + <use xlink:href="#glyph0-8" x="22.223575" y="129.58"/> + <use xlink:href="#glyph0-3" x="26.208625" y="129.58"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="116.996"/> + <use xlink:href="#glyph0-7" x="20.23105" y="116.996"/> + <use xlink:href="#glyph0-8" x="22.223575" y="116.996"/> + <use xlink:href="#glyph0-10" x="26.208625" y="116.996"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="104.471"/> + <use xlink:href="#glyph0-7" x="20.23105" y="104.471"/> + <use xlink:href="#glyph0-8" x="22.223575" y="104.471"/> + <use xlink:href="#glyph0-4" x="26.208625" y="104.471"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="91.947"/> + <use xlink:href="#glyph0-7" x="20.23105" y="91.947"/> + <use xlink:href="#glyph0-8" x="22.223575" y="91.947"/> + <use xlink:href="#glyph0-11" x="26.208625" y="91.947"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="79.422"/> + <use xlink:href="#glyph0-7" x="20.23105" y="79.422"/> + <use xlink:href="#glyph0-8" x="22.223575" y="79.422"/> + <use xlink:href="#glyph0-5" x="26.208625" y="79.422"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="16.246" y="66.898"/> + <use xlink:href="#glyph0-7" x="20.23105" y="66.898"/> + <use xlink:href="#glyph0-8" x="22.223575" y="66.898"/> + <use xlink:href="#glyph0-8" x="26.208625" y="66.898"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="26.208" y="54.473"/> +</g> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 162.908688 L 22.741062 142.51025 L 34.112156 127.658688 L 45.48325 116.459469 L 56.854344 106.088375 L 68.225437 94.994625 L 79.600437 86.830563 L 90.971531 80.900875 L 102.342625 72.564938 L 113.713719 13.643063 L 181.940281 13.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 159.771969 L 22.741062 142.338375 L 34.112156 129.244625 L 45.48325 121.596188 L 56.854344 112.670406 L 68.225437 100.783688 L 79.600437 88.584469 L 90.971531 83.07275 L 102.342625 70.842281 L 113.713719 13.643063 L 181.940281 13.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 163.32275 L 22.741062 157.119625 L 34.112156 150.814938 L 45.48325 143.682125 L 56.854344 135.068844 L 68.225437 129.623531 L 79.600437 122.420406 L 90.971531 115.529781 L 102.342625 111.533688 L 113.713719 106.814938 L 125.084812 94.064938 L 136.455906 80.799313 L 147.827 78.248531 L 159.198094 73.393063 L 170.569187 67.225094 L 181.940281 67.225094 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 166.248531 L 22.741062 152.982906 L 34.112156 145.783688 L 45.48325 141.131344 L 56.854344 135.412594 L 68.225437 130.381344 L 79.600437 125.455563 L 90.971531 119.803219 L 102.342625 116.600094 L 113.713719 109.361813 L 125.084812 103.369625 L 136.455906 100.818844 L 147.827 89.412594 L 159.198094 81.557125 L 170.569187 72.115719 L 181.940281 13.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 161.771969 L 22.741062 147.471188 L 34.112156 135.514156 L 45.48325 129.588375 L 56.854344 122.0415 L 68.225437 112.396969 L 79.600437 102.783688 L 90.971531 96.201656 L 102.342625 88.346188 L 113.713719 70.842281 L 125.084812 13.643063 L 136.455906 71.701656 L 147.827 13.643063 L 181.940281 13.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +</g> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 164.217281 L 22.741062 157.94775 L 34.112156 151.607906 L 45.48325 145.88525 L 56.854344 138.893063 L 68.225437 133.861813 L 79.600437 127.279781 L 90.971531 121.732906 L 102.342625 119.354 L 113.713719 116.014156 L 125.084812 108.604 L 136.455906 106.057125 L 147.827 102.678219 L 159.198094 102.369625 L 170.569187 96.682125 L 181.940281 92.963375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +</g> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 164.146969 L 22.741062 158.428219 L 34.112156 153.639156 L 45.48325 147.264156 L 56.854344 142.787594 L 68.225437 138.514156 L 79.600437 135.654781 L 90.971531 132.998531 L 102.342625 131.623531 L 113.713719 127.693844 L 125.084812 127.865719 L 136.455906 128.143063 L 147.827 128.381344 L 159.198094 126.248531 L 170.569187 119.182125 L 181.940281 98.475094 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 160.32275 L 22.741062 142.752438 L 34.112156 128.521969 L 45.48325 121.111813 L 56.854344 109.154781 L 68.225437 101.850094 L 79.600437 89.7915 L 90.971531 80.248531 L 102.342625 74.736813 L 113.713719 13.643063 L 181.940281 13.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -0.001125 195.643063 L 11.369969 163.354 L 22.741062 155.982906 L 34.112156 149.951656 L 45.48325 143.475094 L 56.854344 138.307125 L 68.225437 132.553219 L 79.600437 128.209469 L 90.971531 125.0415 L 102.342625 122.283688 L 113.713719 118.529781 L 125.084812 109.396969 L 136.455906 98.373531 L 147.827 75.217281 L 159.198094 -0.00146875 L 170.569187 13.643063 L 181.940281 13.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.991062 195.643063 C 1.991062 196.740719 1.100437 197.63525 -0.001125 197.63525 C -1.098781 197.63525 -1.993313 196.740719 -1.993313 195.643063 C -1.993313 194.5415 -1.098781 193.646969 -0.001125 193.646969 C 1.100437 193.646969 1.991062 194.5415 1.991062 195.643063 Z M 1.991062 195.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 13.362156 162.908688 C 13.362156 164.01025 12.471531 164.900875 11.369969 164.900875 C 10.272312 164.900875 9.377781 164.01025 9.377781 162.908688 C 9.377781 161.807125 10.272312 160.9165 11.369969 160.9165 C 12.471531 160.9165 13.362156 161.807125 13.362156 162.908688 Z M 13.362156 162.908688 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.73325 142.51025 C 24.73325 143.611813 23.842625 144.502438 22.741062 144.502438 C 21.643406 144.502438 20.748875 143.611813 20.748875 142.51025 C 20.748875 141.408688 21.643406 140.518063 22.741062 140.518063 C 23.842625 140.518063 24.73325 141.408688 24.73325 142.51025 Z M 24.73325 142.51025 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.104344 127.658688 C 36.104344 128.76025 35.213719 129.650875 34.112156 129.650875 C 33.0145 129.650875 32.119969 128.76025 32.119969 127.658688 C 32.119969 126.557125 33.0145 125.6665 34.112156 125.6665 C 35.213719 125.6665 36.104344 126.557125 36.104344 127.658688 Z M 36.104344 127.658688 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 47.479344 116.459469 C 47.479344 117.561031 46.584812 118.455563 45.48325 118.455563 C 44.385594 118.455563 43.491062 117.561031 43.491062 116.459469 C 43.491062 115.361813 44.385594 114.467281 45.48325 114.467281 C 46.584812 114.467281 47.479344 115.361813 47.479344 116.459469 Z M 47.479344 116.459469 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 58.850437 106.088375 C 58.850437 107.189938 57.955906 108.084469 56.854344 108.084469 C 55.756687 108.084469 54.862156 107.189938 54.862156 106.088375 C 54.862156 104.990719 55.756687 104.096188 56.854344 104.096188 C 57.955906 104.096188 58.850437 104.990719 58.850437 106.088375 Z M 58.850437 106.088375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 70.221531 94.994625 C 70.221531 96.096188 69.327 96.986813 68.225437 96.986813 C 67.127781 96.986813 66.23325 96.096188 66.23325 94.994625 C 66.23325 93.893063 67.127781 93.002438 68.225437 93.002438 C 69.327 93.002438 70.221531 93.893063 70.221531 94.994625 Z M 70.221531 94.994625 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 81.592625 86.830563 C 81.592625 87.928219 80.698094 88.82275 79.600437 88.82275 C 78.498875 88.82275 77.604344 87.928219 77.604344 86.830563 C 77.604344 85.729 78.498875 84.838375 79.600437 84.838375 C 80.698094 84.838375 81.592625 85.729 81.592625 86.830563 Z M 81.592625 86.830563 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 92.963719 80.900875 C 92.963719 82.002438 92.069187 82.896969 90.971531 82.896969 C 89.869969 82.896969 88.975437 82.002438 88.975437 80.900875 C 88.975437 79.803219 89.869969 78.908688 90.971531 78.908688 C 92.069187 78.908688 92.963719 79.803219 92.963719 80.900875 Z M 92.963719 80.900875 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.334812 72.564938 C 104.334812 73.6665 103.440281 74.557125 102.342625 74.557125 C 101.241062 74.557125 100.350437 73.6665 100.350437 72.564938 C 100.350437 71.463375 101.241062 70.57275 102.342625 70.57275 C 103.440281 70.57275 104.334812 71.463375 104.334812 72.564938 Z M 104.334812 72.564938 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.993313 193.646969 L 1.991062 193.646969 L 1.991062 197.63525 L -1.993313 197.63525 Z M -1.993313 193.646969 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 9.377781 157.779781 L 13.362156 157.779781 L 13.362156 161.764156 L 9.377781 161.764156 Z M 9.377781 157.779781 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 20.748875 140.346188 L 24.73325 140.346188 L 24.73325 144.330563 L 20.748875 144.330563 Z M 20.748875 140.346188 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 32.119969 127.252438 L 36.104344 127.252438 L 36.104344 131.236813 L 32.119969 131.236813 Z M 32.119969 127.252438 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 43.491062 119.604 L 47.479344 119.604 L 47.479344 123.588375 L 43.491062 123.588375 Z M 43.491062 119.604 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 54.862156 110.678219 L 58.850437 110.678219 L 58.850437 114.662594 L 54.862156 114.662594 Z M 54.862156 110.678219 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 66.23325 98.7915 L 70.221531 98.7915 L 70.221531 102.775875 L 66.23325 102.775875 Z M 66.23325 98.7915 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 77.604344 86.592281 L 81.592625 86.592281 L 81.592625 90.580563 L 77.604344 90.580563 Z M 77.604344 86.592281 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 88.975437 81.080563 L 92.963719 81.080563 L 92.963719 85.064938 L 88.975437 85.064938 Z M 88.975437 81.080563 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 100.350437 68.850094 L 104.334812 68.850094 L 104.334812 72.834469 L 100.350437 72.834469 Z M 100.350437 68.850094 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 197.63525 L 1.725437 194.643063 L -1.723781 194.643063 Z M -0.001125 197.63525 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.369969 165.314938 L 13.096531 162.326656 L 9.647312 162.326656 Z M 11.369969 165.314938 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.741062 159.111813 L 24.467625 156.123531 L 21.018406 156.123531 Z M 22.741062 159.111813 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.112156 152.807125 L 35.838719 149.818844 L 32.3895 149.818844 Z M 34.112156 152.807125 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.48325 145.674313 L 47.209812 142.686031 L 43.760594 142.686031 Z M 45.48325 145.674313 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.854344 137.061031 L 58.580906 134.07275 L 55.131687 134.07275 Z M 56.854344 137.061031 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.225437 131.615719 L 69.952 128.627438 L 66.502781 128.627438 Z M 68.225437 131.615719 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.600437 124.4165 L 81.323094 121.424313 L 77.873875 121.424313 Z M 79.600437 124.4165 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.971531 117.521969 L 92.694187 114.533688 L 89.244969 114.533688 Z M 90.971531 117.521969 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 102.342625 113.525875 L 104.065281 110.537594 L 100.616062 110.537594 Z M 102.342625 113.525875 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.713719 108.807125 L 115.436375 105.818844 L 111.987156 105.818844 Z M 113.713719 108.807125 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 125.084812 96.057125 L 126.807469 93.068844 L 123.35825 93.068844 Z M 125.084812 96.057125 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 136.455906 82.7915 L 138.178562 79.803219 L 134.729344 79.803219 Z M 136.455906 82.7915 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 147.827 80.240719 L 149.553562 77.252438 L 146.100437 77.252438 Z M 147.827 80.240719 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 159.198094 75.38525 L 160.924656 72.393063 L 157.471531 72.393063 Z M 159.198094 75.38525 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 195.643063 L -0.001125 197.63525 M -0.001125 195.643063 L 1.893406 196.256344 M -0.001125 195.643063 L 1.17075 194.029781 M -0.001125 195.643063 L -1.173 194.029781 M -0.001125 195.643063 L -1.895656 196.256344 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.369969 166.248531 L 11.369969 168.244625 M 11.369969 166.248531 L 13.2645 166.865719 M 11.369969 166.248531 L 12.541844 164.639156 M 11.369969 166.248531 L 10.198094 164.639156 M 11.369969 166.248531 L 9.475437 166.865719 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.741062 152.982906 L 22.741062 154.979 M 22.741062 152.982906 L 24.635594 153.600094 M 22.741062 152.982906 L 23.912937 151.373531 M 22.741062 152.982906 L 21.573094 151.373531 M 22.741062 152.982906 L 20.846531 153.600094 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.112156 145.783688 L 34.112156 147.775875 M 34.112156 145.783688 L 36.010594 146.400875 M 34.112156 145.783688 L 35.284031 144.170406 M 34.112156 145.783688 L 32.944187 144.170406 M 34.112156 145.783688 L 32.217625 146.400875 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.48325 141.131344 L 45.48325 143.123531 M 45.48325 141.131344 L 47.381687 141.748531 M 45.48325 141.131344 L 46.655125 139.518063 M 45.48325 141.131344 L 44.315281 139.518063 M 45.48325 141.131344 L 43.588719 141.748531 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.854344 135.412594 L 56.854344 137.404781 M 56.854344 135.412594 L 58.752781 136.029781 M 56.854344 135.412594 L 58.026219 133.799313 M 56.854344 135.412594 L 55.686375 133.799313 M 56.854344 135.412594 L 54.959812 136.029781 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.225437 130.381344 L 68.225437 132.373531 M 68.225437 130.381344 L 70.123875 130.998531 M 68.225437 130.381344 L 69.397312 128.768063 M 68.225437 130.381344 L 67.057469 128.768063 M 68.225437 130.381344 L 66.330906 130.998531 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.600437 125.455563 L 79.600437 127.44775 M 79.600437 125.455563 L 81.494969 126.068844 M 79.600437 125.455563 L 80.768406 123.842281 M 79.600437 125.455563 L 78.428562 123.842281 M 79.600437 125.455563 L 77.702 126.068844 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.971531 119.803219 L 90.971531 121.795406 M 90.971531 119.803219 L 92.866062 120.420406 M 90.971531 119.803219 L 92.1395 118.189938 M 90.971531 119.803219 L 89.799656 118.189938 M 90.971531 119.803219 L 89.073094 120.420406 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 102.342625 116.600094 L 102.342625 118.592281 M 102.342625 116.600094 L 104.237156 117.213375 M 102.342625 116.600094 L 103.510594 114.986813 M 102.342625 116.600094 L 101.17075 114.986813 M 102.342625 116.600094 L 100.444187 117.213375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.713719 109.361813 L 113.713719 111.354 M 113.713719 109.361813 L 115.60825 109.979 M 113.713719 109.361813 L 114.881687 107.752438 M 113.713719 109.361813 L 112.541844 107.752438 M 113.713719 109.361813 L 111.819187 109.979 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 125.084812 103.369625 L 125.084812 105.361813 M 125.084812 103.369625 L 126.979344 103.982906 M 125.084812 103.369625 L 126.252781 101.756344 M 125.084812 103.369625 L 123.912937 101.756344 M 125.084812 103.369625 L 123.190281 103.982906 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 136.455906 100.818844 L 136.455906 102.811031 M 136.455906 100.818844 L 138.350437 101.432125 M 136.455906 100.818844 L 137.627781 99.205563 M 136.455906 100.818844 L 135.284031 99.205563 M 136.455906 100.818844 L 134.561375 101.432125 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 147.827 89.412594 L 147.827 91.404781 M 147.827 89.412594 L 149.721531 90.029781 M 147.827 89.412594 L 148.998875 87.803219 M 147.827 89.412594 L 146.655125 87.803219 M 147.827 89.412594 L 145.932469 90.029781 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 159.198094 81.557125 L 159.198094 83.549313 M 159.198094 81.557125 L 161.092625 82.174313 M 159.198094 81.557125 L 160.369969 79.943844 M 159.198094 81.557125 L 158.026219 79.943844 M 159.198094 81.557125 L 157.303562 82.174313 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 170.569187 72.115719 L 170.569187 74.107906 M 170.569187 72.115719 L 172.463719 72.732906 M 170.569187 72.115719 L 171.741062 70.506344 M 170.569187 72.115719 L 169.397312 70.506344 M 170.569187 72.115719 L 168.674656 72.732906 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.001125 197.63525 L 1.494969 195.643063 L -0.001125 193.646969 L -1.493313 195.643063 Z M -0.001125 197.63525 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.369969 163.764156 L 12.866062 161.771969 L 11.369969 159.779781 L 9.877781 161.771969 Z M 11.369969 163.764156 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.741062 149.463375 L 24.237156 147.471188 L 22.741062 145.479 L 21.248875 147.471188 Z M 22.741062 149.463375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.112156 137.506344 L 35.60825 135.514156 L 34.112156 133.521969 L 32.619969 135.514156 Z M 34.112156 137.506344 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.48325 131.580563 L 46.979344 129.588375 L 45.48325 127.596188 L 43.991062 129.588375 Z M 45.48325 131.580563 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.854344 124.037594 L 58.350437 122.0415 L 56.854344 120.049313 L 55.362156 122.0415 Z M 56.854344 124.037594 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.225437 114.389156 L 69.721531 112.396969 L 68.225437 110.404781 L 66.73325 112.396969 Z M 68.225437 114.389156 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.600437 104.775875 L 81.092625 102.783688 L 79.600437 100.7915 L 78.104344 102.783688 Z M 79.600437 104.775875 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.971531 98.193844 L 92.463719 96.201656 L 90.971531 94.209469 L 89.475437 96.201656 Z M 90.971531 98.193844 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 102.342625 90.338375 L 103.834812 88.346188 L 102.342625 86.354 L 100.846531 88.346188 Z M 102.342625 90.338375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.713719 72.834469 L 115.205906 70.842281 L 113.713719 68.850094 L 112.217625 70.842281 Z M 113.713719 72.834469 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 136.455906 73.693844 L 137.948094 71.701656 L 136.455906 69.709469 L 134.959812 71.701656 Z M 136.455906 73.693844 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 1.991062 195.643063 C 1.991062 196.740719 1.100437 197.63525 -0.001125 197.63525 C -1.098781 197.63525 -1.993313 196.740719 -1.993313 195.643063 C -1.993313 194.5415 -1.098781 193.646969 -0.001125 193.646969 C 1.100437 193.646969 1.991062 194.5415 1.991062 195.643063 Z M 1.991062 195.643063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 13.362156 164.217281 C 13.362156 165.318844 12.471531 166.209469 11.369969 166.209469 C 10.272312 166.209469 9.377781 165.318844 9.377781 164.217281 C 9.377781 163.115719 10.272312 162.225094 11.369969 162.225094 C 12.471531 162.225094 13.362156 163.115719 13.362156 164.217281 Z M 13.362156 164.217281 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 24.73325 157.94775 C 24.73325 159.045406 23.842625 159.939938 22.741062 159.939938 C 21.643406 159.939938 20.748875 159.045406 20.748875 157.94775 C 20.748875 156.846188 21.643406 155.955563 22.741062 155.955563 C 23.842625 155.955563 24.73325 156.846188 24.73325 157.94775 Z M 24.73325 157.94775 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 36.104344 151.607906 C 36.104344 152.705563 35.213719 153.600094 34.112156 153.600094 C 33.0145 153.600094 32.119969 152.705563 32.119969 151.607906 C 32.119969 150.506344 33.0145 149.615719 34.112156 149.615719 C 35.213719 149.615719 36.104344 150.506344 36.104344 151.607906 Z M 36.104344 151.607906 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 47.479344 145.88525 C 47.479344 146.986813 46.584812 147.877438 45.48325 147.877438 C 44.385594 147.877438 43.491062 146.986813 43.491062 145.88525 C 43.491062 144.787594 44.385594 143.893063 45.48325 143.893063 C 46.584812 143.893063 47.479344 144.787594 47.479344 145.88525 Z M 47.479344 145.88525 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 58.850437 138.893063 C 58.850437 139.990719 57.955906 140.88525 56.854344 140.88525 C 55.756687 140.88525 54.862156 139.990719 54.862156 138.893063 C 54.862156 137.7915 55.756687 136.900875 56.854344 136.900875 C 57.955906 136.900875 58.850437 137.7915 58.850437 138.893063 Z M 58.850437 138.893063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 70.221531 133.861813 C 70.221531 134.963375 69.327 135.854 68.225437 135.854 C 67.127781 135.854 66.23325 134.963375 66.23325 133.861813 C 66.23325 132.76025 67.127781 131.869625 68.225437 131.869625 C 69.327 131.869625 70.221531 132.76025 70.221531 133.861813 Z M 70.221531 133.861813 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 81.592625 127.279781 C 81.592625 128.381344 80.698094 129.271969 79.600437 129.271969 C 78.498875 129.271969 77.604344 128.381344 77.604344 127.279781 C 77.604344 126.178219 78.498875 125.287594 79.600437 125.287594 C 80.698094 125.287594 81.592625 126.178219 81.592625 127.279781 Z M 81.592625 127.279781 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 92.963719 121.732906 C 92.963719 122.834469 92.069187 123.725094 90.971531 123.725094 C 89.869969 123.725094 88.975437 122.834469 88.975437 121.732906 C 88.975437 120.631344 89.869969 119.740719 90.971531 119.740719 C 92.069187 119.740719 92.963719 120.631344 92.963719 121.732906 Z M 92.963719 121.732906 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 104.334812 119.354 C 104.334812 120.455563 103.440281 121.350094 102.342625 121.350094 C 101.241062 121.350094 100.350437 120.455563 100.350437 119.354 C 100.350437 118.256344 101.241062 117.361813 102.342625 117.361813 C 103.440281 117.361813 104.334812 118.256344 104.334812 119.354 Z M 104.334812 119.354 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 115.705906 116.014156 C 115.705906 117.115719 114.811375 118.006344 113.713719 118.006344 C 112.612156 118.006344 111.721531 117.115719 111.721531 116.014156 C 111.721531 114.912594 112.612156 114.021969 113.713719 114.021969 C 114.811375 114.021969 115.705906 114.912594 115.705906 116.014156 Z M 115.705906 116.014156 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 127.077 108.604 C 127.077 109.705563 126.182469 110.596188 125.084812 110.596188 C 123.98325 110.596188 123.092625 109.705563 123.092625 108.604 C 123.092625 107.506344 123.98325 106.611813 125.084812 106.611813 C 126.182469 106.611813 127.077 107.506344 127.077 108.604 Z M 127.077 108.604 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 138.448094 106.057125 C 138.448094 107.154781 137.553562 108.049313 136.455906 108.049313 C 135.354344 108.049313 134.463719 107.154781 134.463719 106.057125 C 134.463719 104.955563 135.354344 104.064938 136.455906 104.064938 C 137.553562 104.064938 138.448094 104.955563 138.448094 106.057125 Z M 138.448094 106.057125 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 149.819187 102.678219 C 149.819187 103.779781 148.924656 104.670406 147.827 104.670406 C 146.725437 104.670406 145.834812 103.779781 145.834812 102.678219 C 145.834812 101.576656 146.725437 100.686031 147.827 100.686031 C 148.924656 100.686031 149.819187 101.576656 149.819187 102.678219 Z M 149.819187 102.678219 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 161.190281 102.369625 C 161.190281 103.471188 160.299656 104.361813 159.198094 104.361813 C 158.096531 104.361813 157.205906 103.471188 157.205906 102.369625 C 157.205906 101.268063 158.096531 100.377438 159.198094 100.377438 C 160.299656 100.377438 161.190281 101.268063 161.190281 102.369625 Z M 161.190281 102.369625 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 172.561375 96.682125 C 172.561375 97.783688 171.67075 98.674313 170.569187 98.674313 C 169.467625 98.674313 168.577 97.783688 168.577 96.682125 C 168.577 95.584469 169.467625 94.689938 170.569187 94.689938 C 171.67075 94.689938 172.561375 95.584469 172.561375 96.682125 Z M 172.561375 96.682125 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 183.932469 92.963375 C 183.932469 94.061031 183.041844 94.955563 181.940281 94.955563 C 180.838719 94.955563 179.948094 94.061031 179.948094 92.963375 C 179.948094 91.861813 180.838719 90.971188 181.940281 90.971188 C 183.041844 90.971188 183.932469 91.861813 183.932469 92.963375 Z M 183.932469 92.963375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -1.993313 193.646969 L 1.991062 193.646969 L 1.991062 197.63525 L -1.993313 197.63525 Z M -1.993313 193.646969 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 9.377781 162.154781 L 13.362156 162.154781 L 13.362156 166.139156 L 9.377781 166.139156 Z M 9.377781 162.154781 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 20.748875 156.436031 L 24.73325 156.436031 L 24.73325 160.420406 L 20.748875 160.420406 Z M 20.748875 156.436031 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 32.119969 151.646969 L 36.104344 151.646969 L 36.104344 155.631344 L 32.119969 155.631344 Z M 32.119969 151.646969 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 43.491062 145.271969 L 47.479344 145.271969 L 47.479344 149.256344 L 43.491062 149.256344 Z M 43.491062 145.271969 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 54.862156 140.7915 L 58.850437 140.7915 L 58.850437 144.779781 L 54.862156 144.779781 Z M 54.862156 140.7915 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 66.23325 136.521969 L 70.221531 136.521969 L 70.221531 140.506344 L 66.23325 140.506344 Z M 66.23325 136.521969 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 77.604344 133.662594 L 81.592625 133.662594 L 81.592625 137.646969 L 77.604344 137.646969 Z M 77.604344 133.662594 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 88.975437 131.006344 L 92.963719 131.006344 L 92.963719 134.994625 L 88.975437 134.994625 Z M 88.975437 131.006344 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 100.350437 129.627438 L 104.334812 129.627438 L 104.334812 133.615719 L 100.350437 133.615719 Z M 100.350437 129.627438 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 111.721531 125.701656 L 115.705906 125.701656 L 115.705906 129.686031 L 111.721531 129.686031 Z M 111.721531 125.701656 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 123.092625 125.873531 L 127.077 125.873531 L 127.077 129.857906 L 123.092625 129.857906 Z M 123.092625 125.873531 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 134.463719 126.150875 L 138.448094 126.150875 L 138.448094 130.13525 L 134.463719 130.13525 Z M 134.463719 126.150875 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 145.834812 126.389156 L 149.819187 126.389156 L 149.819187 130.377438 L 145.834812 130.377438 Z M 145.834812 126.389156 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 157.205906 124.252438 L 161.190281 124.252438 L 161.190281 128.240719 L 157.205906 128.240719 Z M 157.205906 124.252438 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 168.577 117.189938 L 172.561375 117.189938 L 172.561375 121.174313 L 168.577 121.174313 Z M 168.577 117.189938 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 179.948094 96.482906 L 183.932469 96.482906 L 183.932469 100.467281 L 179.948094 100.467281 Z M 179.948094 96.482906 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 1.991062 195.643063 C 1.991062 196.740719 1.100437 197.63525 -0.001125 197.63525 C -1.098781 197.63525 -1.993313 196.740719 -1.993313 195.643063 C -1.993313 194.5415 -1.098781 193.646969 -0.001125 193.646969 C 1.100437 193.646969 1.991062 194.5415 1.991062 195.643063 Z M -1.407375 194.232906 L 1.409031 197.049313 M -1.407375 197.049313 L 1.409031 194.232906 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 13.362156 160.32275 C 13.362156 161.424313 12.471531 162.314938 11.369969 162.314938 C 10.272312 162.314938 9.377781 161.424313 9.377781 160.32275 C 9.377781 159.225094 10.272312 158.330563 11.369969 158.330563 C 12.471531 158.330563 13.362156 159.225094 13.362156 160.32275 Z M 9.963719 158.9165 L 12.780125 161.732906 M 9.963719 161.732906 L 12.780125 158.9165 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 24.73325 142.752438 C 24.73325 143.850094 23.842625 144.744625 22.741062 144.744625 C 21.643406 144.744625 20.748875 143.850094 20.748875 142.752438 C 20.748875 141.650875 21.643406 140.76025 22.741062 140.76025 C 23.842625 140.76025 24.73325 141.650875 24.73325 142.752438 Z M 21.334812 141.342281 L 24.151219 144.158688 M 21.334812 144.158688 L 24.151219 141.342281 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 36.104344 128.521969 C 36.104344 129.619625 35.213719 130.514156 34.112156 130.514156 C 33.0145 130.514156 32.119969 129.619625 32.119969 128.521969 C 32.119969 127.420406 33.0145 126.529781 34.112156 126.529781 C 35.213719 126.529781 36.104344 127.420406 36.104344 128.521969 Z M 32.705906 127.111813 L 35.522312 129.928219 M 32.705906 129.928219 L 35.522312 127.111813 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 47.479344 121.111813 C 47.479344 122.213375 46.584812 123.104 45.48325 123.104 C 44.385594 123.104 43.491062 122.213375 43.491062 121.111813 C 43.491062 120.014156 44.385594 119.119625 45.48325 119.119625 C 46.584812 119.119625 47.479344 120.014156 47.479344 121.111813 Z M 44.077 119.705563 L 46.893406 122.521969 M 44.077 122.521969 L 46.893406 119.705563 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 58.850437 109.154781 C 58.850437 110.256344 57.955906 111.150875 56.854344 111.150875 C 55.756687 111.150875 54.862156 110.256344 54.862156 109.154781 C 54.862156 108.057125 55.756687 107.162594 56.854344 107.162594 C 57.955906 107.162594 58.850437 108.057125 58.850437 109.154781 Z M 55.448094 107.748531 L 58.2645 110.564938 M 55.448094 110.564938 L 58.2645 107.748531 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 70.221531 101.850094 C 70.221531 102.951656 69.327 103.846188 68.225437 103.846188 C 67.127781 103.846188 66.23325 102.951656 66.23325 101.850094 C 66.23325 100.752438 67.127781 99.857906 68.225437 99.857906 C 69.327 99.857906 70.221531 100.752438 70.221531 101.850094 Z M 66.819187 100.443844 L 69.635594 103.26025 M 66.819187 103.26025 L 69.635594 100.443844 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 81.592625 89.7915 C 81.592625 90.893063 80.698094 91.783688 79.600437 91.783688 C 78.498875 91.783688 77.604344 90.893063 77.604344 89.7915 C 77.604344 88.689938 78.498875 87.799313 79.600437 87.799313 C 80.698094 87.799313 81.592625 88.689938 81.592625 89.7915 Z M 78.190281 88.38525 L 81.006687 91.201656 M 78.190281 91.201656 L 81.006687 88.38525 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 92.963719 80.248531 C 92.963719 81.350094 92.069187 82.240719 90.971531 82.240719 C 89.869969 82.240719 88.975437 81.350094 88.975437 80.248531 C 88.975437 79.146969 89.869969 78.256344 90.971531 78.256344 C 92.069187 78.256344 92.963719 79.146969 92.963719 80.248531 Z M 89.561375 78.838375 L 92.377781 81.658688 M 89.561375 81.658688 L 92.377781 78.838375 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 104.334812 74.736813 C 104.334812 75.834469 103.440281 76.729 102.342625 76.729 C 101.241062 76.729 100.350437 75.834469 100.350437 74.736813 C 100.350437 73.63525 101.241062 72.740719 102.342625 72.740719 C 103.440281 72.740719 104.334812 73.63525 104.334812 74.736813 Z M 100.932469 73.326656 L 103.748875 76.143063 M 100.932469 76.143063 L 103.748875 73.326656 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -0.001125 195.643063 L -0.001125 197.63525 M -0.001125 195.643063 L 1.893406 196.256344 M -0.001125 195.643063 L 1.17075 194.029781 M -0.001125 195.643063 L -1.173 194.029781 M -0.001125 195.643063 L -1.895656 196.256344 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 11.369969 163.354 L 11.369969 165.350094 M 11.369969 163.354 L 13.2645 163.971188 M 11.369969 163.354 L 12.541844 161.744625 M 11.369969 163.354 L 10.198094 161.744625 M 11.369969 163.354 L 9.475437 163.971188 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 22.741062 155.982906 L 22.741062 157.975094 M 22.741062 155.982906 L 24.635594 156.596188 M 22.741062 155.982906 L 23.912937 154.369625 M 22.741062 155.982906 L 21.573094 154.369625 M 22.741062 155.982906 L 20.846531 156.596188 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 34.112156 149.951656 L 34.112156 151.943844 M 34.112156 149.951656 L 36.010594 150.568844 M 34.112156 149.951656 L 35.284031 148.342281 M 34.112156 149.951656 L 32.944187 148.342281 M 34.112156 149.951656 L 32.217625 150.568844 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 45.48325 143.475094 L 45.48325 145.467281 M 45.48325 143.475094 L 47.381687 144.092281 M 45.48325 143.475094 L 46.655125 141.861813 M 45.48325 143.475094 L 44.315281 141.861813 M 45.48325 143.475094 L 43.588719 144.092281 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 56.854344 138.307125 L 56.854344 140.299313 M 56.854344 138.307125 L 58.752781 138.920406 M 56.854344 138.307125 L 58.026219 136.693844 M 56.854344 138.307125 L 55.686375 136.693844 M 56.854344 138.307125 L 54.959812 138.920406 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 68.225437 132.553219 L 68.225437 134.545406 M 68.225437 132.553219 L 70.123875 133.1665 M 68.225437 132.553219 L 69.397312 130.939938 M 68.225437 132.553219 L 67.057469 130.939938 M 68.225437 132.553219 L 66.330906 133.1665 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 79.600437 128.209469 L 79.600437 130.201656 M 79.600437 128.209469 L 81.494969 128.826656 M 79.600437 128.209469 L 80.768406 126.600094 M 79.600437 128.209469 L 78.428562 126.600094 M 79.600437 128.209469 L 77.702 128.826656 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 90.971531 125.0415 L 90.971531 127.033688 M 90.971531 125.0415 L 92.866062 125.654781 M 90.971531 125.0415 L 92.1395 123.428219 M 90.971531 125.0415 L 89.799656 123.428219 M 90.971531 125.0415 L 89.073094 125.654781 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 102.342625 122.283688 L 102.342625 124.275875 M 102.342625 122.283688 L 104.237156 122.900875 M 102.342625 122.283688 L 103.510594 120.670406 M 102.342625 122.283688 L 101.17075 120.670406 M 102.342625 122.283688 L 100.444187 122.900875 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 113.713719 118.529781 L 113.713719 120.521969 M 113.713719 118.529781 L 115.60825 119.143063 M 113.713719 118.529781 L 114.881687 116.9165 M 113.713719 118.529781 L 112.541844 116.9165 M 113.713719 118.529781 L 111.819187 119.143063 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 125.084812 109.396969 L 125.084812 111.389156 M 125.084812 109.396969 L 126.979344 110.014156 M 125.084812 109.396969 L 126.252781 107.787594 M 125.084812 109.396969 L 123.912937 107.787594 M 125.084812 109.396969 L 123.190281 110.014156 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 136.455906 98.373531 L 136.455906 100.365719 M 136.455906 98.373531 L 138.350437 98.986813 M 136.455906 98.373531 L 137.627781 96.76025 M 136.455906 98.373531 L 135.284031 96.76025 M 136.455906 98.373531 L 134.561375 98.986813 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 147.827 75.217281 L 147.827 77.209469 M 147.827 75.217281 L 149.721531 75.834469 M 147.827 75.217281 L 148.998875 73.604 M 147.827 75.217281 L 146.655125 73.604 M 147.827 75.217281 L 145.932469 75.834469 " transform="matrix(1,0,0,-1,36.548,247.354)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="82.416" y="201.912"/> + <use xlink:href="#glyph1-2" x="87.89447" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-3" x="91.355501" y="201.912"/> + <use xlink:href="#glyph1-4" x="96.251155" y="201.912"/> + <use xlink:href="#glyph1-5" x="100.052909" y="201.912"/> + <use xlink:href="#glyph1-3" x="102.662131" y="201.912"/> + <use xlink:href="#glyph1-6" x="107.557786" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-2" x="115.385453" y="201.912"/> + <use xlink:href="#glyph1-7" x="118.927181" y="201.912"/> + <use xlink:href="#glyph1-8" x="123.410381" y="201.912"/> + <use xlink:href="#glyph1-5" x="128.888851" y="201.912"/> + <use xlink:href="#glyph1-9" x="131.498074" y="201.912"/> + <use xlink:href="#glyph1-4" x="136.904813" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-10" x="143.315789" y="201.912"/> + <use xlink:href="#glyph1-11" x="146.3016" y="201.912"/> + <use xlink:href="#glyph1-5" x="151.690406" y="201.912"/> + <use xlink:href="#glyph1-12" x="154.299629" y="201.912"/> + <use xlink:href="#glyph1-13" x="158.926291" y="201.912"/> + <use xlink:href="#glyph1-14" x="163.221197" y="201.912"/> + <use xlink:href="#glyph1-4" x="165.830419" y="201.912"/> + <use xlink:href="#glyph1-15" x="169.632173" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="9.808" y="145.967"/> + <use xlink:href="#glyph2-2" x="9.808" y="139.027006"/> + <use xlink:href="#glyph2-3" x="9.808" y="136.417784"/> + <use xlink:href="#glyph2-4" x="9.808" y="132.436702"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-5" x="9.808" y="125.532574"/> + <use xlink:href="#glyph2-6" x="9.808" y="119.175397"/> + <use xlink:href="#glyph2-4" x="9.808" y="114.279742"/> + <use xlink:href="#glyph2-7" x="9.808" y="109.984837"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-8" x="9.808" y="107.160421"/> + <use xlink:href="#glyph2-3" x="9.808" y="101.735749"/> + <use xlink:href="#glyph2-2" x="9.808" y="97.754667"/> + <use xlink:href="#glyph2-4" x="9.808" y="95.145445"/> + <use xlink:href="#glyph2-9" x="9.808" y="90.850539"/> + <use xlink:href="#glyph2-10" x="9.808" y="85.632094"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-16" x="117.031" y="43.021"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-7" x="121.702494" y="43.021"/> + <use xlink:href="#glyph1-14" x="126.185694" y="43.021"/> + <use xlink:href="#glyph1-9" x="128.794917" y="43.021"/> + <use xlink:href="#glyph1-4" x="134.201656" y="43.021"/> +</g> +<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 31.344125 L 0.00103125 34.180063 M 24.258844 31.344125 L 24.258844 34.180063 M 48.516656 31.344125 L 48.516656 34.180063 M 72.774469 31.344125 L 72.774469 34.180063 M 97.036188 31.344125 L 97.036188 34.180063 M 121.294 31.344125 L 121.294 34.180063 M 145.551813 31.344125 L 145.551813 34.180063 M 169.809625 31.344125 L 169.809625 34.180063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.19925;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M -2.834906 34.180063 L 0.00103125 34.180063 M -2.834906 46.7035 L 0.00103125 46.7035 M -2.834906 59.230844 L 0.00103125 59.230844 M -2.834906 71.754281 L 0.00103125 71.754281 M -2.834906 84.277719 L 0.00103125 84.277719 M -2.834906 96.805063 L 0.00103125 96.805063 M -2.834906 109.3285 L 0.00103125 109.3285 M -2.834906 121.851938 L 0.00103125 121.851938 M -2.834906 134.379281 L 0.00103125 134.379281 M -2.834906 146.902719 L 0.00103125 146.902719 M -2.834906 159.426156 L 0.00103125 159.426156 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 34.180063 L 0.00103125 159.426156 L 181.938531 159.426156 L 181.938531 34.180063 Z M 0.00103125 34.180063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="224.463" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="248.722" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="272.98" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="297.239" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="321.497" y="188.76"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="343.763" y="188.879"/> + <use xlink:href="#glyph0-1" x="347.74805" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="368.021" y="188.879"/> + <use xlink:href="#glyph0-2" x="372.00605" y="188.879"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="392.28" y="188.879"/> + <use xlink:href="#glyph0-3" x="396.26505" y="188.879"/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 134.793344 L 24.258844 119.183969 L 36.38775 105.090219 L 48.516656 91.617563 L 60.645563 76.594125 L 72.774469 63.156625 L 84.907281 46.85975 L 97.036188 27.562875 L 157.680719 27.738656 L 169.809625 27.769906 L 181.938531 27.805063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 135.516 L 24.258844 123.902719 L 36.38775 110.223031 L 48.516656 96.683969 L 60.645563 84.4535 L 72.774469 73.426156 L 84.907281 61.262094 L 97.036188 45.621469 L 109.165094 35.281625 L 121.294 0.000375 L 181.938531 0.000375 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 137.512094 L 24.258844 128.383188 L 36.38775 120.527719 L 48.516656 112.773813 L 60.645563 104.437875 L 72.774469 96.340219 L 84.907281 87.656625 L 97.036188 80.144906 L 109.165094 74.0785 L 121.294 68.016 L 133.422906 61.226938 L 145.551813 56.887094 L 157.680719 47.961313 L 169.809625 40.625375 L 181.938531 27.562875 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 137.652719 L 24.258844 125.316781 L 36.38775 116.840219 L 48.516656 108.914438 L 60.645563 101.058969 L 72.774469 94.617563 L 84.907281 87.551156 L 97.036188 80.008188 L 109.165094 72.941781 L 121.294 63.398813 L 133.422906 55.957406 L 145.551813 47.754281 L 157.680719 29.289438 L 181.938531 29.289438 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 137.101938 L 24.258844 127.555063 L 36.38775 117.117563 L 48.516656 107.29725 L 60.645563 97.512094 L 72.774469 89.930063 L 84.907281 80.180063 L 97.036188 71.082406 L 109.165094 61.711313 L 121.294 52.269906 L 133.422906 45.344125 L 145.551813 38.625375 L 157.680719 27.562875 L 181.938531 27.562875 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 138.476938 L 24.258844 129.969125 L 36.38775 123.144906 L 48.516656 117.633188 L 60.645563 110.949594 L 72.774469 105.98475 L 84.907281 102.160531 L 97.036188 98.820688 L 109.165094 96.269906 L 121.294 94.031625 L 133.422906 91.308969 L 145.551813 90.586313 L 157.680719 87.930063 L 169.809625 75.492563 L 181.938531 73.320688 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 137.996469 L 24.258844 130.48475 L 36.38775 125.144906 L 48.516656 120.594125 L 60.645563 116.289438 L 72.774469 113.223031 L 84.907281 109.844125 L 97.036188 107.777719 L 109.165094 103.918344 L 121.294 99.680063 L 133.422906 97.92225 L 145.551813 92.375375 L 157.680719 83.246469 L 169.809625 73.906625 L 181.938531 70.633188 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +</g> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 135.652719 L 24.258844 124.387094 L 36.38775 110.637094 L 48.516656 96.5785 L 60.645563 84.348031 L 72.774469 72.012094 L 84.907281 62.949594 L 97.036188 46.965219 L 109.165094 27.562875 L 181.938531 27.562875 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 12.129938 137.85975 L 24.258844 130.8285 L 36.38775 125.590219 L 48.516656 120.562875 L 60.645563 116.633188 L 72.774469 111.879281 L 84.907281 107.191781 L 97.036188 97.133188 L 109.165094 87.621469 L 121.294 75.906625 L 133.422906 68.566781 L 145.551813 52.957406 L 157.680719 36.558969 L 169.809625 0.000375 L 181.938531 0.000375 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 1.993219 159.426156 C 1.993219 160.527719 1.098688 161.42225 0.00103125 161.42225 C -1.100531 161.42225 -1.991156 160.527719 -1.991156 159.426156 C -1.991156 158.3285 -1.100531 157.433969 0.00103125 157.433969 C 1.098688 157.433969 1.993219 158.3285 1.993219 159.426156 Z M 1.993219 159.426156 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.122125 134.793344 C 14.122125 135.891 13.2315 136.785531 12.129938 136.785531 C 11.028375 136.785531 10.13775 135.891 10.13775 134.793344 C 10.13775 133.691781 11.028375 132.801156 12.129938 132.801156 C 13.2315 132.801156 14.122125 133.691781 14.122125 134.793344 Z M 14.122125 134.793344 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 26.251031 119.183969 C 26.251031 120.285531 25.360406 121.176156 24.258844 121.176156 C 23.157281 121.176156 22.266656 120.285531 22.266656 119.183969 C 22.266656 118.082406 23.157281 117.191781 24.258844 117.191781 C 25.360406 117.191781 26.251031 118.082406 26.251031 119.183969 Z M 26.251031 119.183969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.379938 105.090219 C 38.379938 106.191781 37.489313 107.082406 36.38775 107.082406 C 35.286188 107.082406 34.395563 106.191781 34.395563 105.090219 C 34.395563 103.988656 35.286188 103.098031 36.38775 103.098031 C 37.489313 103.098031 38.379938 103.988656 38.379938 105.090219 Z M 38.379938 105.090219 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 50.508844 91.617563 C 50.508844 92.719125 49.618219 93.60975 48.516656 93.60975 C 47.415094 93.60975 46.524469 92.719125 46.524469 91.617563 C 46.524469 90.519906 47.415094 89.625375 48.516656 89.625375 C 49.618219 89.625375 50.508844 90.519906 50.508844 91.617563 Z M 50.508844 91.617563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.63775 76.594125 C 62.63775 77.695688 61.747125 78.586313 60.645563 78.586313 C 59.547906 78.586313 58.653375 77.695688 58.653375 76.594125 C 58.653375 75.496469 59.547906 74.601938 60.645563 74.601938 C 61.747125 74.601938 62.63775 75.496469 62.63775 76.594125 Z M 62.63775 76.594125 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 74.770563 63.156625 C 74.770563 64.258188 73.876031 65.148813 72.774469 65.148813 C 71.676813 65.148813 70.782281 64.258188 70.782281 63.156625 C 70.782281 62.058969 71.676813 61.164438 72.774469 61.164438 C 73.876031 61.164438 74.770563 62.058969 74.770563 63.156625 Z M 74.770563 63.156625 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 86.899469 46.85975 C 86.899469 47.961313 86.004938 48.851938 84.907281 48.851938 C 83.805719 48.851938 82.911188 47.961313 82.911188 46.85975 C 82.911188 45.758188 83.805719 44.867563 84.907281 44.867563 C 86.004938 44.867563 86.899469 45.758188 86.899469 46.85975 Z M 86.899469 46.85975 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.991156 157.433969 L 1.993219 157.433969 L 1.993219 161.42225 L -1.991156 161.42225 Z M -1.991156 157.433969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.13775 133.523813 L 14.122125 133.523813 L 14.122125 137.508188 L 10.13775 137.508188 Z M 10.13775 133.523813 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.266656 121.910531 L 26.251031 121.910531 L 26.251031 125.894906 L 22.266656 125.894906 Z M 22.266656 121.910531 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 34.395563 108.230844 L 38.379938 108.230844 L 38.379938 112.219125 L 34.395563 112.219125 Z M 34.395563 108.230844 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 46.524469 94.691781 L 50.508844 94.691781 L 50.508844 98.676156 L 46.524469 98.676156 Z M 46.524469 94.691781 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 58.653375 82.457406 L 62.63775 82.457406 L 62.63775 86.445688 L 58.653375 86.445688 Z M 58.653375 82.457406 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 70.782281 71.433969 L 74.770563 71.433969 L 74.770563 75.418344 L 70.782281 75.418344 Z M 70.782281 71.433969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 82.911188 59.269906 L 86.899469 59.269906 L 86.899469 63.254281 L 82.911188 63.254281 Z M 82.911188 59.269906 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 95.044 43.625375 L 99.028375 43.625375 L 99.028375 47.613656 L 95.044 47.613656 Z M 95.044 43.625375 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 107.172906 33.289438 L 111.157281 33.289438 L 111.157281 37.273813 L 107.172906 37.273813 Z M 107.172906 33.289438 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 161.42225 L 1.723688 158.430063 L -1.725531 158.430063 Z M 0.00103125 161.42225 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.129938 139.508188 L 13.8565 136.516 L 10.403375 136.516 Z M 12.129938 139.508188 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.258844 130.375375 L 25.985406 127.387094 L 22.532281 127.387094 Z M 24.258844 130.375375 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.38775 122.519906 L 38.114313 119.531625 L 34.661188 119.531625 Z M 36.38775 122.519906 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 48.516656 114.766 L 50.243219 111.777719 L 46.790094 111.777719 Z M 48.516656 114.766 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 60.645563 106.430063 L 62.372125 103.441781 L 58.922906 103.441781 Z M 60.645563 106.430063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 72.774469 98.332406 L 74.501031 95.344125 L 71.051813 95.344125 Z M 72.774469 98.332406 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 84.907281 89.648813 L 86.629938 86.660531 L 83.180719 86.660531 Z M 84.907281 89.648813 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 97.036188 82.137094 L 98.758844 79.148813 L 95.309625 79.148813 Z M 97.036188 82.137094 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 109.165094 76.074594 L 110.891656 73.082406 L 107.438531 73.082406 Z M 109.165094 76.074594 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 121.294 70.008188 L 123.020563 67.019906 L 119.567438 67.019906 Z M 121.294 70.008188 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 133.422906 63.219125 L 135.149469 60.230844 L 131.696344 60.230844 Z M 133.422906 63.219125 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 145.551813 58.879281 L 147.278375 55.891 L 143.82525 55.891 Z M 145.551813 58.879281 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 157.680719 49.9535 L 159.407281 46.965219 L 155.954156 46.965219 Z M 157.680719 49.9535 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 169.809625 42.617563 L 171.536188 39.629281 L 168.086969 39.629281 Z M 169.809625 42.617563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 0.00103125 161.42225 M 0.00103125 159.426156 L 1.895563 160.043344 M 0.00103125 159.426156 L 1.172906 157.816781 M 0.00103125 159.426156 L -1.170844 157.816781 M 0.00103125 159.426156 L -1.8935 160.043344 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.129938 137.652719 L 12.129938 139.644906 M 12.129938 137.652719 L 14.024469 138.266 M 12.129938 137.652719 L 13.301813 136.039438 M 12.129938 137.652719 L 10.958063 136.039438 M 12.129938 137.652719 L 10.235406 138.266 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.258844 125.316781 L 24.258844 127.308969 M 24.258844 125.316781 L 26.153375 125.933969 M 24.258844 125.316781 L 25.430719 123.7035 M 24.258844 125.316781 L 23.086969 123.7035 M 24.258844 125.316781 L 22.364313 125.933969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.38775 116.840219 L 36.38775 118.832406 M 36.38775 116.840219 L 38.282281 117.457406 M 36.38775 116.840219 L 37.559625 115.226938 M 36.38775 116.840219 L 35.215875 115.226938 M 36.38775 116.840219 L 34.493219 117.457406 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 48.516656 108.914438 L 48.516656 110.906625 M 48.516656 108.914438 L 50.411188 109.531625 M 48.516656 108.914438 L 49.688531 107.305063 M 48.516656 108.914438 L 47.344781 107.305063 M 48.516656 108.914438 L 46.622125 109.531625 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 60.645563 101.058969 L 60.645563 103.051156 M 60.645563 101.058969 L 62.540094 101.676156 M 60.645563 101.058969 L 61.817438 99.445688 M 60.645563 101.058969 L 59.473688 99.445688 M 60.645563 101.058969 L 58.751031 101.676156 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 72.774469 94.617563 L 72.774469 96.60975 M 72.774469 94.617563 L 74.672906 95.230844 M 72.774469 94.617563 L 73.946344 93.004281 M 72.774469 94.617563 L 71.6065 93.004281 M 72.774469 94.617563 L 70.879938 95.230844 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 84.907281 87.551156 L 84.907281 89.543344 M 84.907281 87.551156 L 86.801813 88.168344 M 84.907281 87.551156 L 86.07525 85.941781 M 84.907281 87.551156 L 83.735406 85.941781 M 84.907281 87.551156 L 83.008844 88.168344 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 97.036188 80.008188 L 97.036188 82.000375 M 97.036188 80.008188 L 98.930719 80.621469 M 97.036188 80.008188 L 98.204156 78.394906 M 97.036188 80.008188 L 95.864313 78.394906 M 97.036188 80.008188 L 95.141656 80.621469 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 109.165094 72.941781 L 109.165094 74.933969 M 109.165094 72.941781 L 111.059625 73.558969 M 109.165094 72.941781 L 110.336969 71.332406 M 109.165094 72.941781 L 107.993219 71.332406 M 109.165094 72.941781 L 107.270563 73.558969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 121.294 63.398813 L 121.294 65.391 M 121.294 63.398813 L 123.188531 64.016 M 121.294 63.398813 L 122.465875 61.785531 M 121.294 63.398813 L 120.122125 61.785531 M 121.294 63.398813 L 119.399469 64.016 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 133.422906 55.957406 L 133.422906 57.949594 M 133.422906 55.957406 L 135.317438 56.570688 M 133.422906 55.957406 L 134.594781 54.344125 M 133.422906 55.957406 L 132.251031 54.344125 M 133.422906 55.957406 L 131.528375 56.570688 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 145.551813 47.754281 L 145.551813 49.750375 M 145.551813 47.754281 L 147.446344 48.371469 M 145.551813 47.754281 L 146.723688 46.144906 M 145.551813 47.754281 L 144.379938 46.144906 M 145.551813 47.754281 L 143.657281 48.371469 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00103125 161.42225 L 1.493219 159.426156 L 0.00103125 157.433969 L -1.495062 159.426156 Z M 0.00103125 161.42225 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.129938 139.094125 L 13.622125 137.101938 L 12.129938 135.10975 L 10.633844 137.101938 Z M 12.129938 139.094125 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.258844 129.54725 L 25.754938 127.555063 L 24.258844 125.562875 L 22.76275 127.555063 Z M 24.258844 129.54725 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 36.38775 119.10975 L 37.883844 117.117563 L 36.38775 115.121469 L 34.895563 117.117563 Z M 36.38775 119.10975 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 48.516656 109.289438 L 50.01275 107.29725 L 48.516656 105.305063 L 47.024469 107.29725 Z M 48.516656 109.289438 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 60.645563 99.504281 L 62.141656 97.512094 L 60.645563 95.516 L 59.153375 97.512094 Z M 60.645563 99.504281 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 72.774469 91.92225 L 74.270563 89.930063 L 72.774469 87.937875 L 71.282281 89.930063 Z M 72.774469 91.92225 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 84.907281 82.17225 L 86.399469 80.180063 L 84.907281 78.187875 L 83.411188 80.180063 Z M 84.907281 82.17225 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 97.036188 73.074594 L 98.528375 71.082406 L 97.036188 69.090219 L 95.540094 71.082406 Z M 97.036188 73.074594 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 109.165094 63.7035 L 110.657281 61.711313 L 109.165094 59.719125 L 107.669 61.711313 Z M 109.165094 63.7035 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 121.294 54.262094 L 122.786188 52.269906 L 121.294 50.277719 L 119.797906 52.269906 Z M 121.294 54.262094 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 133.422906 47.336313 L 134.919 45.344125 L 133.422906 43.351938 L 131.926813 45.344125 Z M 133.422906 47.336313 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 145.551813 40.617563 L 147.047906 38.625375 L 145.551813 36.633188 L 144.059625 38.625375 Z M 145.551813 40.617563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 1.993219 159.426156 C 1.993219 160.527719 1.098688 161.42225 0.00103125 161.42225 C -1.100531 161.42225 -1.991156 160.527719 -1.991156 159.426156 C -1.991156 158.3285 -1.100531 157.433969 0.00103125 157.433969 C 1.098688 157.433969 1.993219 158.3285 1.993219 159.426156 Z M 1.993219 159.426156 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 14.122125 138.476938 C 14.122125 139.5785 13.2315 140.473031 12.129938 140.473031 C 11.028375 140.473031 10.13775 139.5785 10.13775 138.476938 C 10.13775 137.379281 11.028375 136.48475 12.129938 136.48475 C 13.2315 136.48475 14.122125 137.379281 14.122125 138.476938 Z M 14.122125 138.476938 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 26.251031 129.969125 C 26.251031 131.066781 25.360406 131.961313 24.258844 131.961313 C 23.157281 131.961313 22.266656 131.066781 22.266656 129.969125 C 22.266656 128.867563 23.157281 127.976938 24.258844 127.976938 C 25.360406 127.976938 26.251031 128.867563 26.251031 129.969125 Z M 26.251031 129.969125 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 38.379938 123.144906 C 38.379938 124.246469 37.489313 125.137094 36.38775 125.137094 C 35.286188 125.137094 34.395563 124.246469 34.395563 123.144906 C 34.395563 122.043344 35.286188 121.152719 36.38775 121.152719 C 37.489313 121.152719 38.379938 122.043344 38.379938 123.144906 Z M 38.379938 123.144906 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 50.508844 117.633188 C 50.508844 118.73475 49.618219 119.625375 48.516656 119.625375 C 47.415094 119.625375 46.524469 118.73475 46.524469 117.633188 C 46.524469 116.531625 47.415094 115.641 48.516656 115.641 C 49.618219 115.641 50.508844 116.531625 50.508844 117.633188 Z M 50.508844 117.633188 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 62.63775 110.949594 C 62.63775 112.04725 61.747125 112.941781 60.645563 112.941781 C 59.547906 112.941781 58.653375 112.04725 58.653375 110.949594 C 58.653375 109.848031 59.547906 108.957406 60.645563 108.957406 C 61.747125 108.957406 62.63775 109.848031 62.63775 110.949594 Z M 62.63775 110.949594 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 74.770563 105.98475 C 74.770563 107.086313 73.876031 107.980844 72.774469 107.980844 C 71.676813 107.980844 70.782281 107.086313 70.782281 105.98475 C 70.782281 104.887094 71.676813 103.992563 72.774469 103.992563 C 73.876031 103.992563 74.770563 104.887094 74.770563 105.98475 Z M 74.770563 105.98475 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 86.899469 102.160531 C 86.899469 103.262094 86.004938 104.152719 84.907281 104.152719 C 83.805719 104.152719 82.911188 103.262094 82.911188 102.160531 C 82.911188 101.062875 83.805719 100.168344 84.907281 100.168344 C 86.004938 100.168344 86.899469 101.062875 86.899469 102.160531 Z M 86.899469 102.160531 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 99.028375 98.820688 C 99.028375 99.918344 98.133844 100.812875 97.036188 100.812875 C 95.934625 100.812875 95.044 99.918344 95.044 98.820688 C 95.044 97.719125 95.934625 96.8285 97.036188 96.8285 C 98.133844 96.8285 99.028375 97.719125 99.028375 98.820688 Z M 99.028375 98.820688 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 111.157281 96.269906 C 111.157281 97.371469 110.26275 98.262094 109.165094 98.262094 C 108.063531 98.262094 107.172906 97.371469 107.172906 96.269906 C 107.172906 95.168344 108.063531 94.277719 109.165094 94.277719 C 110.26275 94.277719 111.157281 95.168344 111.157281 96.269906 Z M 111.157281 96.269906 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 123.286188 94.031625 C 123.286188 95.129281 122.395563 96.023813 121.294 96.023813 C 120.192438 96.023813 119.301813 95.129281 119.301813 94.031625 C 119.301813 92.930063 120.192438 92.039438 121.294 92.039438 C 122.395563 92.039438 123.286188 92.930063 123.286188 94.031625 Z M 123.286188 94.031625 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 135.415094 91.308969 C 135.415094 92.410531 134.524469 93.301156 133.422906 93.301156 C 132.321344 93.301156 131.430719 92.410531 131.430719 91.308969 C 131.430719 90.207406 132.321344 89.316781 133.422906 89.316781 C 134.524469 89.316781 135.415094 90.207406 135.415094 91.308969 Z M 135.415094 91.308969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 147.544 90.586313 C 147.544 91.683969 146.653375 92.5785 145.551813 92.5785 C 144.45025 92.5785 143.559625 91.683969 143.559625 90.586313 C 143.559625 89.48475 144.45025 88.594125 145.551813 88.594125 C 146.653375 88.594125 147.544 89.48475 147.544 90.586313 Z M 147.544 90.586313 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 159.672906 87.930063 C 159.672906 89.031625 158.782281 89.926156 157.680719 89.926156 C 156.583063 89.926156 155.688531 89.031625 155.688531 87.930063 C 155.688531 86.832406 156.583063 85.937875 157.680719 85.937875 C 158.782281 85.937875 159.672906 86.832406 159.672906 87.930063 Z M 159.672906 87.930063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 171.801813 75.492563 C 171.801813 76.594125 170.911188 77.48475 169.809625 77.48475 C 168.711969 77.48475 167.817438 76.594125 167.817438 75.492563 C 167.817438 74.391 168.711969 73.500375 169.809625 73.500375 C 170.911188 73.500375 171.801813 74.391 171.801813 75.492563 Z M 171.801813 75.492563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;" d="M 410.390625 137.820312 C 410.390625 136.71875 409.496094 135.824219 408.394531 135.824219 C 407.296875 135.824219 406.402344 136.71875 406.402344 137.820312 C 406.402344 138.917969 407.296875 139.8125 408.394531 139.8125 C 409.496094 139.8125 410.390625 138.917969 410.390625 137.820312 Z M 410.390625 137.820312 "/> +</g> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 183.934625 73.320688 C 183.934625 74.42225 183.040094 75.316781 181.938531 75.316781 C 180.840875 75.316781 179.946344 74.42225 179.946344 73.320688 C 179.946344 72.223031 180.840875 71.3285 181.938531 71.3285 C 183.040094 71.3285 183.934625 72.223031 183.934625 73.320688 Z M 183.934625 73.320688 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M -1.991156 157.433969 L 1.993219 157.433969 L 1.993219 161.42225 L -1.991156 161.42225 Z M -1.991156 157.433969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 10.13775 136.004281 L 14.122125 136.004281 L 14.122125 139.988656 L 10.13775 139.988656 Z M 10.13775 136.004281 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 22.266656 128.492563 L 26.251031 128.492563 L 26.251031 132.476938 L 22.266656 132.476938 Z M 22.266656 128.492563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 34.395563 123.152719 L 38.379938 123.152719 L 38.379938 127.137094 L 34.395563 127.137094 Z M 34.395563 123.152719 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 46.524469 118.601938 L 50.508844 118.601938 L 50.508844 122.590219 L 46.524469 122.590219 Z M 46.524469 118.601938 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 58.653375 114.29725 L 62.63775 114.29725 L 62.63775 118.281625 L 58.653375 118.281625 Z M 58.653375 114.29725 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 70.782281 111.230844 L 74.770563 111.230844 L 74.770563 115.215219 L 70.782281 115.215219 Z M 70.782281 111.230844 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 82.911188 107.851938 L 86.899469 107.851938 L 86.899469 111.840219 L 82.911188 111.840219 Z M 82.911188 107.851938 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 95.044 105.785531 L 99.028375 105.785531 L 99.028375 109.769906 L 95.044 109.769906 Z M 95.044 105.785531 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 107.172906 101.926156 L 111.157281 101.926156 L 111.157281 105.910531 L 107.172906 105.910531 Z M 107.172906 101.926156 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 119.301813 97.687875 L 123.286188 97.687875 L 123.286188 101.67225 L 119.301813 101.67225 Z M 119.301813 97.687875 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 131.430719 95.930063 L 135.415094 95.930063 L 135.415094 99.918344 L 131.430719 99.918344 Z M 131.430719 95.930063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 143.559625 90.383188 L 147.544 90.383188 L 147.544 94.367563 L 143.559625 94.367563 Z M 143.559625 90.383188 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 155.688531 81.254281 L 159.672906 81.254281 L 159.672906 85.238656 L 155.688531 85.238656 Z M 155.688531 81.254281 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 167.817438 71.914438 L 171.801813 71.914438 L 171.801813 75.898813 L 167.817438 75.898813 Z M 167.817438 71.914438 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 179.946344 68.641 L 183.934625 68.641 L 183.934625 72.629281 L 179.946344 72.629281 Z M 179.946344 68.641 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 1.993219 159.426156 C 1.993219 160.527719 1.098688 161.42225 0.00103125 161.42225 C -1.100531 161.42225 -1.991156 160.527719 -1.991156 159.426156 C -1.991156 158.3285 -1.100531 157.433969 0.00103125 157.433969 C 1.098688 157.433969 1.993219 158.3285 1.993219 159.426156 Z M -1.409125 158.019906 L 1.407281 160.836313 M -1.409125 160.836313 L 1.407281 158.019906 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 14.122125 135.652719 C 14.122125 136.754281 13.2315 137.644906 12.129938 137.644906 C 11.028375 137.644906 10.13775 136.754281 10.13775 135.652719 C 10.13775 134.551156 11.028375 133.660531 12.129938 133.660531 C 13.2315 133.660531 14.122125 134.551156 14.122125 135.652719 Z M 10.719781 134.242563 L 13.540094 137.062875 M 10.719781 137.062875 L 13.540094 134.242563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 26.251031 124.387094 C 26.251031 125.48475 25.360406 126.379281 24.258844 126.379281 C 23.157281 126.379281 22.266656 125.48475 22.266656 124.387094 C 22.266656 123.285531 23.157281 122.394906 24.258844 122.394906 C 25.360406 122.394906 26.251031 123.285531 26.251031 124.387094 Z M 22.848688 122.976938 L 25.669 125.793344 M 22.848688 125.793344 L 25.669 122.976938 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 38.379938 110.637094 C 38.379938 111.738656 37.489313 112.629281 36.38775 112.629281 C 35.286188 112.629281 34.395563 111.738656 34.395563 110.637094 C 34.395563 109.539438 35.286188 108.644906 36.38775 108.644906 C 37.489313 108.644906 38.379938 109.539438 38.379938 110.637094 Z M 34.977594 109.230844 L 37.797906 112.04725 M 34.977594 112.04725 L 37.797906 109.230844 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 50.508844 96.5785 C 50.508844 97.680063 49.618219 98.574594 48.516656 98.574594 C 47.415094 98.574594 46.524469 97.680063 46.524469 96.5785 C 46.524469 95.480844 47.415094 94.586313 48.516656 94.586313 C 49.618219 94.586313 50.508844 95.480844 50.508844 96.5785 Z M 47.110406 95.17225 L 49.926813 97.988656 M 47.110406 97.988656 L 49.926813 95.17225 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 62.63775 84.348031 C 62.63775 85.449594 61.747125 86.340219 60.645563 86.340219 C 59.547906 86.340219 58.653375 85.449594 58.653375 84.348031 C 58.653375 83.246469 59.547906 82.355844 60.645563 82.355844 C 61.747125 82.355844 62.63775 83.246469 62.63775 84.348031 Z M 59.239313 82.937875 L 62.055719 85.758188 M 59.239313 85.758188 L 62.055719 82.937875 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 74.770563 72.012094 C 74.770563 73.113656 73.876031 74.004281 72.774469 74.004281 C 71.676813 74.004281 70.782281 73.113656 70.782281 72.012094 C 70.782281 70.914438 71.676813 70.019906 72.774469 70.019906 C 73.876031 70.019906 74.770563 70.914438 74.770563 72.012094 Z M 71.368219 70.605844 L 74.184625 73.42225 M 71.368219 73.42225 L 74.184625 70.605844 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 86.899469 62.949594 C 86.899469 64.051156 86.004938 64.941781 84.907281 64.941781 C 83.805719 64.941781 82.911188 64.051156 82.911188 62.949594 C 82.911188 61.851938 83.805719 60.957406 84.907281 60.957406 C 86.004938 60.957406 86.899469 61.851938 86.899469 62.949594 Z M 83.497125 61.543344 L 86.313531 64.35975 M 83.497125 64.35975 L 86.313531 61.543344 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 99.028375 46.965219 C 99.028375 48.062875 98.133844 48.957406 97.036188 48.957406 C 95.934625 48.957406 95.044 48.062875 95.044 46.965219 C 95.044 45.863656 95.934625 44.969125 97.036188 44.969125 C 98.133844 44.969125 99.028375 45.863656 99.028375 46.965219 Z M 95.626031 45.555063 L 98.442438 48.371469 M 95.626031 48.371469 L 98.442438 45.555063 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.00103125 159.426156 L 0.00103125 161.42225 M 0.00103125 159.426156 L 1.895563 160.043344 M 0.00103125 159.426156 L 1.172906 157.816781 M 0.00103125 159.426156 L -1.170844 157.816781 M 0.00103125 159.426156 L -1.8935 160.043344 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 12.129938 137.85975 L 12.129938 139.851938 M 12.129938 137.85975 L 14.024469 138.473031 M 12.129938 137.85975 L 13.301813 136.246469 M 12.129938 137.85975 L 10.958063 136.246469 M 12.129938 137.85975 L 10.235406 138.473031 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 24.258844 130.8285 L 24.258844 132.820688 M 24.258844 130.8285 L 26.153375 131.445688 M 24.258844 130.8285 L 25.430719 129.219125 M 24.258844 130.8285 L 23.086969 129.219125 M 24.258844 130.8285 L 22.364313 131.445688 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 36.38775 125.590219 L 36.38775 127.586313 M 36.38775 125.590219 L 38.282281 126.207406 M 36.38775 125.590219 L 37.559625 123.980844 M 36.38775 125.590219 L 35.215875 123.980844 M 36.38775 125.590219 L 34.493219 126.207406 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 48.516656 120.562875 L 48.516656 122.555063 M 48.516656 120.562875 L 50.411188 121.176156 M 48.516656 120.562875 L 49.688531 118.949594 M 48.516656 120.562875 L 47.344781 118.949594 M 48.516656 120.562875 L 46.622125 121.176156 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 60.645563 116.633188 L 60.645563 118.625375 M 60.645563 116.633188 L 62.540094 117.250375 M 60.645563 116.633188 L 61.817438 115.019906 M 60.645563 116.633188 L 59.473688 115.019906 M 60.645563 116.633188 L 58.751031 117.250375 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 72.774469 111.879281 L 72.774469 113.871469 M 72.774469 111.879281 L 74.672906 112.492563 M 72.774469 111.879281 L 73.946344 110.266 M 72.774469 111.879281 L 71.6065 110.266 M 72.774469 111.879281 L 70.879938 112.492563 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 84.907281 107.191781 L 84.907281 109.183969 M 84.907281 107.191781 L 86.801813 107.808969 M 84.907281 107.191781 L 86.07525 105.582406 M 84.907281 107.191781 L 83.735406 105.582406 M 84.907281 107.191781 L 83.008844 107.808969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 97.036188 97.133188 L 97.036188 99.125375 M 97.036188 97.133188 L 98.930719 97.746469 M 97.036188 97.133188 L 98.204156 95.519906 M 97.036188 97.133188 L 95.864313 95.519906 M 97.036188 97.133188 L 95.141656 97.746469 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 109.165094 87.621469 L 109.165094 89.613656 M 109.165094 87.621469 L 111.059625 88.238656 M 109.165094 87.621469 L 110.336969 86.008188 M 109.165094 87.621469 L 107.993219 86.008188 M 109.165094 87.621469 L 107.270563 88.238656 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 121.294 75.906625 L 121.294 77.898813 M 121.294 75.906625 L 123.188531 76.523813 M 121.294 75.906625 L 122.465875 74.293344 M 121.294 75.906625 L 120.122125 74.293344 M 121.294 75.906625 L 119.399469 76.523813 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 133.422906 68.566781 L 133.422906 70.558969 M 133.422906 68.566781 L 135.317438 69.183969 M 133.422906 68.566781 L 134.594781 66.9535 M 133.422906 68.566781 L 132.251031 66.9535 M 133.422906 68.566781 L 131.528375 69.183969 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 145.551813 52.957406 L 145.551813 54.949594 M 145.551813 52.957406 L 147.446344 53.574594 M 145.551813 52.957406 L 146.723688 51.348031 M 145.551813 52.957406 L 144.379938 51.348031 M 145.551813 52.957406 L 143.657281 53.574594 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 157.680719 36.558969 L 157.680719 38.551156 M 157.680719 36.558969 L 159.57525 37.17225 M 157.680719 36.558969 L 158.852594 34.945688 M 157.680719 36.558969 L 156.508844 34.945688 M 157.680719 36.558969 L 155.786188 37.17225 " transform="matrix(1,0,0,-1,226.456,211.141)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="272.324" y="201.912"/> + <use xlink:href="#glyph1-2" x="277.80247" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-3" x="281.263501" y="201.912"/> + <use xlink:href="#glyph1-4" x="286.159155" y="201.912"/> + <use xlink:href="#glyph1-5" x="289.960909" y="201.912"/> + <use xlink:href="#glyph1-3" x="292.570131" y="201.912"/> + <use xlink:href="#glyph1-6" x="297.465786" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-2" x="305.293453" y="201.912"/> + <use xlink:href="#glyph1-7" x="308.835181" y="201.912"/> + <use xlink:href="#glyph1-8" x="313.318381" y="201.912"/> + <use xlink:href="#glyph1-5" x="318.796851" y="201.912"/> + <use xlink:href="#glyph1-9" x="321.406074" y="201.912"/> + <use xlink:href="#glyph1-4" x="326.812813" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-10" x="333.223789" y="201.912"/> + <use xlink:href="#glyph1-11" x="336.2096" y="201.912"/> + <use xlink:href="#glyph1-5" x="341.598406" y="201.912"/> + <use xlink:href="#glyph1-12" x="344.207629" y="201.912"/> + <use xlink:href="#glyph1-13" x="348.834291" y="201.912"/> + <use xlink:href="#glyph1-14" x="353.129197" y="201.912"/> + <use xlink:href="#glyph1-4" x="355.738419" y="201.912"/> + <use xlink:href="#glyph1-15" x="359.540173" y="201.912"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-17" x="297.107" y="43.021"/> + <use xlink:href="#glyph1-7" x="303.464178" y="43.021"/> + <use xlink:href="#glyph1-14" x="307.947378" y="43.021"/> + <use xlink:href="#glyph1-18" x="310.5566" y="43.021"/> + <use xlink:href="#glyph1-7" x="314.537682" y="43.021"/> + <use xlink:href="#glyph1-6" x="319.020882" y="43.021"/> + <use xlink:href="#glyph1-13" x="324.239326" y="43.021"/> + <use xlink:href="#glyph1-9" x="328.534232" y="43.021"/> + <use xlink:href="#glyph1-4" x="333.940971" y="43.021"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.385594 148.621156 L 367.467625 148.621156 L 367.467625 176.765688 L 4.385594 176.765688 Z M 4.385594 148.621156 " transform="matrix(1,0,0,-1,36.548,176.961)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.0001875 2.990344 L 17.008 2.990344 " transform="matrix(1,0,0,-1,45.117,11.088)"/> +<path style="fill-rule:nonzero;fill:rgb(32.164001%,22.312927%,61.351013%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(32.164001%,22.312927%,61.351013%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.496281 2.990344 C 10.496281 4.088 9.605656 4.982531 8.504094 4.982531 C 7.402531 4.982531 6.511906 4.088 6.511906 2.990344 C 6.511906 1.888781 7.402531 0.998156 8.504094 0.998156 C 9.605656 0.998156 10.496281 1.888781 10.496281 2.990344 Z M 10.496281 2.990344 " transform="matrix(1,0,0,-1,45.117,11.088)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-1" x="66.309" y="11.088"/> + <use xlink:href="#glyph3-2" x="72.964017" y="11.088"/> + <use xlink:href="#glyph3-3" x="78.503222" y="11.088"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.000625 2.990344 L 17.008437 2.990344 " transform="matrix(1,0,0,-1,123.265,11.088)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,65.098572%,31.369019%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,65.098572%,31.369019%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.512344 0.998156 L 10.496719 0.998156 L 10.496719 4.982531 L 6.512344 4.982531 Z M 6.512344 0.998156 " transform="matrix(1,0,0,-1,123.265,11.088)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-4" x="144.457" y="11.088"/> + <use xlink:href="#glyph3-1" x="147.814396" y="11.088"/> + <use xlink:href="#glyph3-2" x="154.469413" y="11.088"/> + <use xlink:href="#glyph3-3" x="160.008619" y="11.088"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00090625 2.990344 L 17.008719 2.990344 " transform="matrix(1,0,0,-1,223.253,11.088)"/> +<path style="fill-rule:nonzero;fill:rgb(0%,67.83905%,93.728638%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,67.83905%,93.728638%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.504812 4.982531 L 10.231375 1.99425 L 6.77825 1.99425 Z M 8.504812 4.982531 " transform="matrix(1,0,0,-1,223.253,11.088)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-5" x="244.445" y="11.088"/> + <use xlink:href="#glyph3-4" x="252.275604" y="11.088"/> + <use xlink:href="#glyph3-2" x="255.633" y="11.088"/> + <use xlink:href="#glyph3-6" x="261.172205" y="11.088"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.0003125 2.990344 L 17.008125 2.990344 " transform="matrix(1,0,0,-1,276.445,11.088)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.504219 2.990344 L 8.504219 4.982531 M 8.504219 2.990344 L 10.39875 3.603625 M 8.504219 2.990344 L 9.676094 1.377063 M 8.504219 2.990344 L 7.332344 1.377063 M 8.504219 2.990344 L 6.609687 3.603625 " transform="matrix(1,0,0,-1,276.445,11.088)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-5" x="297.637" y="11.088"/> + <use xlink:href="#glyph3-1" x="305.467604" y="11.088"/> + <use xlink:href="#glyph3-2" x="312.12262" y="11.088"/> + <use xlink:href="#glyph3-3" x="317.661826" y="11.088"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -0.000375 2.990344 L 17.007437 2.990344 " transform="matrix(1,0,0,-1,333.891,11.088)"/> +<path style="fill-rule:nonzero;fill:rgb(100%,50%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,50%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.503531 4.982531 L 9.999625 2.990344 L 8.503531 0.998156 L 7.011344 2.990344 Z M 8.503531 4.982531 " transform="matrix(1,0,0,-1,333.891,11.088)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-1" x="355.083" y="11.088"/> + <use xlink:href="#glyph3-2" x="361.738017" y="11.088"/> + <use xlink:href="#glyph3-3" x="367.277222" y="11.088"/> + <use xlink:href="#glyph3-7" x="374.340706" y="11.088"/> + <use xlink:href="#glyph3-8" x="380.378041" y="11.088"/> + <use xlink:href="#glyph3-3" x="387.979505" y="11.088"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.0001875 2.989594 L 17.008 2.989594 " transform="matrix(1,0,0,-1,45.117,22.306)"/> +<path style="fill-rule:nonzero;fill:rgb(92.549133%,0%,54.899597%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.549133%,0%,54.899597%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.496281 2.989594 C 10.496281 4.091156 9.605656 4.981781 8.504094 4.981781 C 7.402531 4.981781 6.511906 4.091156 6.511906 2.989594 C 6.511906 1.888031 7.402531 0.997406 8.504094 0.997406 C 9.605656 0.997406 10.496281 1.888031 10.496281 2.989594 Z M 10.496281 2.989594 " transform="matrix(1,0,0,-1,45.117,22.306)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-5" x="66.309" y="22.306"/> + <use xlink:href="#glyph3-1" x="74.139604" y="22.306"/> + <use xlink:href="#glyph3-2" x="80.79462" y="22.306"/> + <use xlink:href="#glyph3-3" x="86.333826" y="22.306"/> + <use xlink:href="#glyph3-7" x="93.397309" y="22.306"/> + <use xlink:href="#glyph3-8" x="99.434645" y="22.306"/> + <use xlink:href="#glyph3-3" x="107.036109" y="22.306"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.000625 2.989594 L 17.008437 2.989594 " transform="matrix(1,0,0,-1,123.265,22.306)"/> +<path style="fill-rule:nonzero;fill:rgb(45.4422%,11.932373%,4.574585%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(45.4422%,11.932373%,4.574585%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.512344 0.997406 L 10.496719 0.997406 L 10.496719 4.981781 L 6.512344 4.981781 Z M 6.512344 0.997406 " transform="matrix(1,0,0,-1,123.265,22.306)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph4-1" x="144.333" y="22.306"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph4-2" x="152.53222" y="22.306"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph4-3" x="159.675404" y="22.306"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph4-4" x="165.52345" y="22.306"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph5-1" x="172.108" y="24.213"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph5-2" x="177.423263" y="24.213"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph5-3" x="180.974344" y="24.213"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph5-4" x="184.048413" y="24.213"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-7" x="190.486" y="22.306"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-8" x="199.422452" y="22.306"/> + <use xlink:href="#glyph3-3" x="207.023916" y="22.306"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.00090625 2.989594 L 17.008719 2.989594 " transform="matrix(1,0,0,-1,223.253,22.306)"/> +<path style="fill-rule:nonzero;fill:rgb(92.939758%,10.978699%,14.118958%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(92.939758%,10.978699%,14.118958%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.497 2.989594 C 10.497 4.091156 9.606375 4.981781 8.504812 4.981781 C 7.40325 4.981781 6.512625 4.091156 6.512625 2.989594 C 6.512625 1.888031 7.40325 0.997406 8.504812 0.997406 C 9.606375 0.997406 10.497 1.888031 10.497 2.989594 Z M 7.094656 1.579438 L 9.914969 4.39975 M 7.094656 4.39975 L 9.914969 1.579438 " transform="matrix(1,0,0,-1,223.253,22.306)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-9" x="244.445" y="22.306"/> + <use xlink:href="#glyph3-10" x="250.46241" y="22.306"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-dasharray:2.98883,1.99255;stroke-miterlimit:10;" d="M 0.0003125 2.989594 L 17.008125 2.989594 " transform="matrix(1,0,0,-1,276.445,22.306)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,0%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 8.504219 2.989594 L 8.504219 4.981781 M 8.504219 2.989594 L 10.39875 3.602875 M 8.504219 2.989594 L 9.676094 1.376313 M 8.504219 2.989594 L 7.332344 1.376313 M 8.504219 2.989594 L 6.609687 3.602875 " transform="matrix(1,0,0,-1,276.445,22.306)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph3-5" x="297.637" y="22.306"/> + <use xlink:href="#glyph3-8" x="305.467604" y="22.306"/> + <use xlink:href="#glyph3-3" x="313.069067" y="22.306"/> +</g> +</g> +</svg> diff --git a/src/doc/img/ift_step_1.svg b/src/doc/img/ift_step_1.svg new file mode 100644 index 0000000000000000000000000000000000000000..53046db198dbe9434e109b29e9a4a6b9dc93110c --- /dev/null +++ b/src/doc/img/ift_step_1.svg @@ -0,0 +1,1350 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.883pt" + height="195.736pt" + viewBox="0 0 170.883 195.736" + version="1.1" + id="svg517" + sodipodi:docname="ift_step_1.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata521"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="768" + id="namedview519" + showgrid="false" + inkscape:zoom="2.1158722" + inkscape:cx="154.43696" + inkscape:cy="111.43536" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="svg517" /> + <defs + id="defs52"> + <g + id="g44"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path2" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path5" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path8" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path11" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path14" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path17" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path20" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path23" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path26" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path29" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path32" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path35" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path38" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path41" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 128 68 L 170.882812 68 L 170.882812 111 L 128 111 Z M 128 68 " + id="path46" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 0 153 L 44 153 L 44 195.734375 L 0 195.734375 Z M 0 153 " + id="path49" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0.804688 68.175781 L 43.324219 68.175781 L 43.324219 25.65625 L 0.804688 25.65625 Z M 0.804688 68.175781 " + id="path54" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g58"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 128.363281 110.695312 L 170.886719 110.695312 L 170.886719 68.175781 L 128.363281 68.175781 Z M 128.363281 110.695312 " + id="path56" /> + </g> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g62"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0.804688 195.734375 L 43.324219 195.734375 L 43.324219 153.214844 L 0.804688 153.214844 Z M 0.804688 195.734375 " + id="path60" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.223344 148.821937 C 31.223344 154.321937 26.762406 158.782875 21.2585 158.782875 C 15.7585 158.782875 11.297562 154.321937 11.297562 148.821937 C 11.297562 143.318031 15.7585 138.857094 21.2585 138.857094 C 26.762406 138.857094 31.223344 143.318031 31.223344 148.821937 Z M 31.223344 148.821937 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path64" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g68"> + <use + xlink:href="#glyph0-1" + x="19.822" + y="43.95" + id="use66" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g72"> + <use + xlink:href="#glyph1-1" + x="16.965" + y="52.733" + id="use70" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.223344 106.302406 C 31.223344 111.802406 26.762406 116.263344 21.2585 116.263344 C 15.7585 116.263344 11.297562 111.802406 11.297562 106.302406 C 11.297562 100.7985 15.7585 96.337562 21.2585 96.337562 C 26.762406 96.337562 31.223344 100.7985 31.223344 106.302406 Z M 31.223344 106.302406 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path74" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g78"> + <use + xlink:href="#glyph0-2" + x="19.822" + y="86.553" + id="use76" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g82"> + <use + xlink:href="#glyph2-0" + x="11.974" + y="95.54" + id="use80" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g86"> + <use + xlink:href="#glyph1-1" + x="21.956" + y="95.54" + id="use84" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.223344 63.778969 C 31.223344 69.282875 26.762406 73.743812 21.2585 73.743812 C 15.7585 73.743812 11.297562 69.282875 11.297562 63.778969 C 11.297562 58.278969 15.7585 53.818031 21.2585 53.818031 C 26.762406 53.818031 31.223344 58.278969 31.223344 63.778969 Z M 31.223344 63.778969 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path88" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g92"> + <use + xlink:href="#glyph0-3" + x="19.822" + y="128.989" + id="use90" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g96"> + <use + xlink:href="#glyph2-0" + x="11.974" + y="138.06" + id="use94" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g100"> + <use + xlink:href="#glyph1-1" + x="21.956" + y="138.06" + id="use98" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.223344 21.259437 C 31.223344 26.763344 26.762406 31.224281 21.2585 31.224281 C 15.7585 31.224281 11.297562 26.763344 11.297562 21.259437 C 11.297562 15.759437 15.7585 11.2985 21.2585 11.2985 C 26.762406 11.2985 31.223344 15.759437 31.223344 21.259437 Z M 31.223344 21.259437 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path102" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g108"> + <use + xlink:href="#glyph0-4" + x="17.581" + y="171.592" + id="use104" /> + <use + xlink:href="#glyph0-5" + x="22.0642" + y="171.592" + id="use106" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g112"> + <use + xlink:href="#glyph1-1" + x="16.965" + y="180.292" + id="use110" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742875 148.821937 C 73.742875 154.321937 69.281937 158.782875 63.781937 158.782875 C 58.278031 158.782875 53.817094 154.321937 53.817094 148.821937 C 53.817094 143.318031 58.278031 138.857094 63.781937 138.857094 C 69.281937 138.857094 73.742875 143.318031 73.742875 148.821937 Z M 73.742875 148.821937 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path114" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g118"> + <use + xlink:href="#glyph0-4" + x="62.342" + y="44.033" + id="use116" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g122"> + <use + xlink:href="#glyph2-0" + x="54.493" + y="53.02" + id="use120" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g126"> + <use + xlink:href="#glyph1-1" + x="64.476" + y="53.02" + id="use124" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742875 106.302406 C 73.742875 111.802406 69.281937 116.263344 63.781937 116.263344 C 58.278031 116.263344 53.817094 111.802406 53.817094 106.302406 C 53.817094 100.7985 58.278031 96.337562 63.781937 96.337562 C 69.281937 96.337562 73.742875 100.7985 73.742875 106.302406 Z M 73.742875 106.302406 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path128" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g132"> + <use + xlink:href="#glyph0-6" + x="62.342" + y="86.47" + id="use130" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g136"> + <use + xlink:href="#glyph2-0" + x="54.493" + y="95.54" + id="use134" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g140"> + <use + xlink:href="#glyph1-1" + x="64.476" + y="95.54" + id="use138" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742875 63.778969 C 73.742875 69.282875 69.281937 73.743812 63.781937 73.743812 C 58.278031 73.743812 53.817094 69.282875 53.817094 63.778969 C 53.817094 58.278969 58.278031 53.818031 63.781937 53.818031 C 69.281937 53.818031 73.742875 58.278969 73.742875 63.778969 Z M 73.742875 63.778969 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path142" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g146"> + <use + xlink:href="#glyph0-7" + x="62.342" + y="128.989" + id="use144" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g150"> + <use + xlink:href="#glyph2-0" + x="54.493" + y="138.06" + id="use148" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g154"> + <use + xlink:href="#glyph1-1" + x="64.476" + y="138.06" + id="use152" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742875 21.259437 C 73.742875 26.763344 69.281937 31.224281 63.781937 31.224281 C 58.278031 31.224281 53.817094 26.763344 53.817094 21.259437 C 53.817094 15.759437 58.278031 11.2985 63.781937 11.2985 C 69.281937 11.2985 73.742875 15.759437 73.742875 21.259437 Z M 73.742875 21.259437 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path156" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g162"> + <use + xlink:href="#glyph0-4" + x="60.1" + y="171.509" + id="use158" /> + <use + xlink:href="#glyph0-8" + x="64.5832" + y="171.509" + id="use160" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g166"> + <use + xlink:href="#glyph2-0" + x="54.493" + y="180.579" + id="use164" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g170"> + <use + xlink:href="#glyph1-1" + x="64.476" + y="180.579" + id="use168" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.262406 148.821937 C 116.262406 154.321937 111.801469 158.782875 106.301469 158.782875 C 100.797562 158.782875 96.336625 154.321937 96.336625 148.821937 C 96.336625 143.318031 100.797562 138.857094 106.301469 138.857094 C 111.801469 138.857094 116.262406 143.318031 116.262406 148.821937 Z M 116.262406 148.821937 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path172" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g176"> + <use + xlink:href="#glyph0-5" + x="104.862" + y="44.033" + id="use174" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g180"> + <use + xlink:href="#glyph2-0" + x="97.013" + y="53.02" + id="use178" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g184"> + <use + xlink:href="#glyph1-1" + x="106.996" + y="53.02" + id="use182" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.262406 106.302406 C 116.262406 111.802406 111.801469 116.263344 106.301469 116.263344 C 100.797562 116.263344 96.336625 111.802406 96.336625 106.302406 C 96.336625 100.7985 100.797562 96.337562 106.301469 96.337562 C 111.801469 96.337562 116.262406 100.7985 116.262406 106.302406 Z M 116.262406 106.302406 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path186" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g190"> + <use + xlink:href="#glyph0-9" + x="104.862" + y="86.47" + id="use188" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g194"> + <use + xlink:href="#glyph2-0" + x="97.013" + y="95.54" + id="use192" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g198"> + <use + xlink:href="#glyph1-1" + x="106.996" + y="95.54" + id="use196" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.262406 63.778969 C 116.262406 69.282875 111.801469 73.743812 106.301469 73.743812 C 100.797562 73.743812 96.336625 69.282875 96.336625 63.778969 C 96.336625 58.278969 100.797562 53.818031 106.301469 53.818031 C 111.801469 53.818031 116.262406 58.278969 116.262406 63.778969 Z M 116.262406 63.778969 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path200" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g206"> + <use + xlink:href="#glyph0-4" + x="102.62" + y="128.989" + id="use202" /> + <use + xlink:href="#glyph0-1" + x="107.1032" + y="128.989" + id="use204" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g210"> + <use + xlink:href="#glyph2-0" + x="97.013" + y="138.06" + id="use208" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g214"> + <use + xlink:href="#glyph1-1" + x="106.996" + y="138.06" + id="use212" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.262406 21.259437 C 116.262406 26.763344 111.801469 31.224281 106.301469 31.224281 C 100.797562 31.224281 96.336625 26.763344 96.336625 21.259437 C 96.336625 15.759437 100.797562 11.2985 106.301469 11.2985 C 111.801469 11.2985 116.262406 15.759437 116.262406 21.259437 Z M 116.262406 21.259437 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path216" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g222"> + <use + xlink:href="#glyph0-4" + x="102.62" + y="171.592" + id="use218" /> + <use + xlink:href="#glyph0-2" + x="107.1032" + y="171.592" + id="use220" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g226"> + <use + xlink:href="#glyph2-0" + x="97.013" + y="180.579" + id="use224" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g230"> + <use + xlink:href="#glyph1-1" + x="106.996" + y="180.579" + id="use228" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.781937 148.821937 C 158.781937 154.321937 154.324906 158.782875 148.821 158.782875 C 143.317094 158.782875 138.856156 154.321937 138.856156 148.821937 C 138.856156 143.318031 143.317094 138.857094 148.821 138.857094 C 154.324906 138.857094 158.781937 143.318031 158.781937 148.821937 Z M 158.781937 148.821937 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path232" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g236"> + <use + xlink:href="#glyph0-8" + x="147.381" + y="43.95" + id="use234" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g240"> + <use + xlink:href="#glyph2-0" + x="139.533" + y="53.02" + id="use238" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g244"> + <use + xlink:href="#glyph1-1" + x="149.515" + y="53.02" + id="use242" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.781937 106.302406 C 158.781937 111.802406 154.324906 116.263344 148.821 116.263344 C 143.317094 116.263344 138.856156 111.802406 138.856156 106.302406 C 138.856156 100.7985 143.317094 96.337562 148.821 96.337562 C 154.324906 96.337562 158.781937 100.7985 158.781937 106.302406 Z M 158.781937 106.302406 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path246" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g250"> + <use + xlink:href="#glyph0-10" + x="147.381" + y="86.553" + id="use248" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g254"> + <use + xlink:href="#glyph1-1" + x="144.524" + y="95.253" + id="use252" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.781937 63.778969 C 158.781937 69.282875 154.324906 73.743812 148.821 73.743812 C 143.317094 73.743812 138.856156 69.282875 138.856156 63.778969 C 138.856156 58.278969 143.317094 53.818031 148.821 53.818031 C 154.324906 53.818031 158.781937 58.278969 158.781937 63.778969 Z M 158.781937 63.778969 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path256" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g262"> + <use + xlink:href="#glyph0-4" + x="145.14" + y="129.072" + id="use258" /> + <use + xlink:href="#glyph0-4" + x="149.6232" + y="129.072" + id="use260" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g266"> + <use + xlink:href="#glyph2-0" + x="139.533" + y="138.06" + id="use264" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g270"> + <use + xlink:href="#glyph1-1" + x="149.515" + y="138.06" + id="use268" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.781937 21.259437 C 158.781937 26.763344 154.324906 31.224281 148.821 31.224281 C 143.317094 31.224281 138.856156 26.763344 138.856156 21.259437 C 138.856156 15.759437 143.317094 11.2985 148.821 11.2985 C 154.324906 11.2985 158.781937 15.759437 158.781937 21.259437 Z M 158.781937 21.259437 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path272" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g278"> + <use + xlink:href="#glyph0-4" + x="145.14" + y="171.509" + id="use274" /> + <use + xlink:href="#glyph0-6" + x="149.6232" + y="171.509" + id="use276" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g282"> + <use + xlink:href="#glyph2-0" + x="139.533" + y="180.579" + id="use280" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g286"> + <use + xlink:href="#glyph1-1" + x="149.515" + y="180.579" + id="use284" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.262406 116.278969 L 21.262406 138.876625 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path288" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g294"> + <use + xlink:href="#glyph0-4" + x="22.964" + y="71.172" + id="use290" /> + <use + xlink:href="#glyph0-6" + x="27.4472" + y="71.172" + id="use292" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.262406 73.751625 L 21.262406 96.349281 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path296" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g300"> + <use + xlink:href="#glyph0-1" + x="22.964" + y="113.697" + id="use298" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.262406 31.228187 L 21.262406 53.825844 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path302" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g308"> + <use + xlink:href="#glyph0-4" + x="22.964" + y="156.222" + id="use304" /> + <use + xlink:href="#glyph0-6" + x="27.4472" + y="156.222" + id="use306" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824906 148.845375 L 31.22725 148.841469 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path310" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g316"> + <use + xlink:href="#glyph0-4" + x="38.846" + y="45.804" + id="use312" /> + <use + xlink:href="#glyph0-6" + x="43.3292" + y="45.804" + id="use314" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824906 106.318031 L 31.22725 106.318031 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path318" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g324"> + <use + xlink:href="#glyph0-4" + x="38.846" + y="88.331" + id="use320" /> + <use + xlink:href="#glyph0-8" + x="43.3292" + y="88.331" + id="use322" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 63.78975 116.278969 L 63.78975 138.876625 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path326" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g332"> + <use + xlink:href="#glyph0-4" + x="65.49" + y="71.172" + id="use328" /> + <use + xlink:href="#glyph0-8" + x="69.9732" + y="71.172" + id="use330" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824906 63.790687 L 31.22725 63.790687 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path334" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g340"> + <use + xlink:href="#glyph0-4" + x="38.846" + y="131.023" + id="use336" /> + <use + xlink:href="#glyph0-10" + x="43.3292" + y="131.023" + id="use338" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 63.78975 73.751625 L 63.78975 96.349281 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path342" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g346"> + <use + xlink:href="#glyph0-2" + x="65.49" + y="113.78" + id="use344" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824906 21.263344 L 31.22725 21.263344 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path348" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g354"> + <use + xlink:href="#glyph0-4" + x="38.846" + y="173.384" + id="use350" /> + <use + xlink:href="#glyph0-6" + x="43.3292" + y="173.384" + id="use352" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 63.78975 31.228187 L 63.78975 53.825844 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path356" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g362"> + <use + xlink:href="#glyph0-4" + x="65.49" + y="156.305" + id="use358" /> + <use + xlink:href="#glyph0-4" + x="69.9732" + y="156.305" + id="use360" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 96.348344 148.845375 L 73.750687 148.841469 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path364" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g370"> + <use + xlink:href="#glyph0-4" + x="81.37" + y="45.97" + id="use366" /> + <use + xlink:href="#glyph0-2" + x="85.8532" + y="45.97" + id="use368" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 96.348344 106.318031 L 73.750687 106.318031 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path372" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g378"> + <use + xlink:href="#glyph0-4" + x="81.37" + y="88.331" + id="use374" /> + <use + xlink:href="#glyph0-9" + x="85.8532" + y="88.331" + id="use376" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.317094 116.278969 L 106.317094 138.876625 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path380" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g386"> + <use + xlink:href="#glyph0-4" + x="108.017" + y="71.255" + id="use382" /> + <use + xlink:href="#glyph0-10" + x="112.5002" + y="71.255" + id="use384" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 96.348344 63.790687 L 73.750687 63.790687 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path388" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g392"> + <use + xlink:href="#glyph0-10" + x="83.612" + y="131.023" + id="use390" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.317094 73.751625 L 106.317094 96.349281 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path394" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g400"> + <use + xlink:href="#glyph0-4" + x="108.017" + y="113.697" + id="use396" /> + <use + xlink:href="#glyph0-8" + x="112.5002" + y="113.697" + id="use398" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 96.348344 21.263344 L 73.750687 21.263344 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path402" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g408"> + <use + xlink:href="#glyph0-4" + x="81.37" + y="173.549" + id="use404" /> + <use + xlink:href="#glyph0-4" + x="85.8532" + y="173.549" + id="use406" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.317094 31.228187 L 106.317094 53.825844 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path410" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g416"> + <use + xlink:href="#glyph0-4" + x="108.017" + y="156.222" + id="use412" /> + <use + xlink:href="#glyph0-6" + x="112.5002" + y="156.222" + id="use414" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 138.875687 148.845375 L 116.278031 148.841469 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path418" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g424"> + <use + xlink:href="#glyph0-4" + x="123.895" + y="45.97" + id="use420" /> + <use + xlink:href="#glyph0-5" + x="128.3782" + y="45.97" + id="use422" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 138.875687 106.318031 L 116.278031 106.318031 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path426" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g432"> + <use + xlink:href="#glyph0-4" + x="123.895" + y="88.331" + id="use428" /> + <use + xlink:href="#glyph0-1" + x="128.3782" + y="88.331" + id="use430" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.844437 116.278969 L 148.844437 138.876625 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path434" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g438"> + <use + xlink:href="#glyph0-6" + x="150.543" + y="71.172" + id="use436" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 138.875687 63.790687 L 116.278031 63.790687 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path440" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g446"> + <use + xlink:href="#glyph0-4" + x="123.895" + y="131.023" + id="use442" /> + <use + xlink:href="#glyph0-10" + x="128.3782" + y="131.023" + id="use444" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.844437 73.751625 L 148.844437 96.349281 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path448" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g454"> + <use + xlink:href="#glyph0-4" + x="150.543" + y="113.697" + id="use450" /> + <use + xlink:href="#glyph0-9" + x="155.0262" + y="113.697" + id="use452" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 138.875687 21.263344 L 116.278031 21.263344 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path456" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g462"> + <use + xlink:href="#glyph0-4" + x="123.895" + y="173.384" + id="use458" /> + <use + xlink:href="#glyph0-8" + x="128.3782" + y="173.384" + id="use460" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.844437 31.228187 L 148.844437 53.825844 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path464" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g470"> + <use + xlink:href="#glyph0-4" + x="150.543" + y="156.305" + id="use466" /> + <use + xlink:href="#glyph0-10" + x="155.0262" + y="156.305" + id="use468" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g474"> + <use + xlink:href="#glyph2-0" + x="3.47" + y="18.992" + id="use472" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g478"> + <use + xlink:href="#glyph1-1" + x="13.452" + y="18.992" + id="use476" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g482"> + <use + xlink:href="#glyph0-1" + x="11.318" + y="9.534" + id="use480" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 22.719438 182.837562 C 22.719438 188.337562 18.2585 192.7985 12.754594 192.7985 C 7.254594 192.7985 2.793656 188.337562 2.793656 182.837562 C 2.793656 177.333656 7.254594 172.872719 12.754594 172.872719 C 18.2585 172.872719 22.719438 177.333656 22.719438 182.837562 Z M 22.719438 182.837562 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path484" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g488"> + <use + xlink:href="#glyph2-0" + x="26.43" + y="18.992" + id="use486" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g492"> + <use + xlink:href="#glyph1-1" + x="36.413" + y="18.992" + id="use490" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g496"> + <use + xlink:href="#glyph0-10" + x="34.279" + y="9.617" + id="use494" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 45.680375 182.837562 C 45.680375 188.337562 41.219437 192.7985 35.715531 192.7985 C 30.215531 192.7985 25.754594 188.337562 25.754594 182.837562 C 25.754594 177.333656 30.215531 172.872719 35.715531 172.872719 C 41.219437 172.872719 45.680375 177.333656 45.680375 182.837562 Z M 45.680375 182.837562 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path498" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g502"> + <use + xlink:href="#glyph2-0" + x="49.391" + y="18.992" + id="use500" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g506"> + <use + xlink:href="#glyph1-1" + x="59.373" + y="18.992" + id="use504" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g512"> + <use + xlink:href="#glyph0-4" + x="54.997" + y="9.617" + id="use508" /> + <use + xlink:href="#glyph0-5" + x="59.4802" + y="9.617" + id="use510" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 68.641312 182.837562 C 68.641312 188.337562 64.180375 192.7985 58.676469 192.7985 C 53.176469 192.7985 48.715531 188.337562 48.715531 182.837562 C 48.715531 177.333656 53.176469 172.872719 58.676469 172.872719 C 64.180375 172.872719 68.641312 177.333656 68.641312 182.837562 Z M 68.641312 182.837562 " + transform="matrix(1,0,0,-1,0.804,195.736)" + id="path514" /> + </g> + <g + id="g655"> + <rect + y="49.106022" + x="56.584923" + height="0.82165372" + width="6.4689641" + id="rect523" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + y="134.10603" + x="56.584923" + height="0.82165372" + width="6.4689641" + id="rect527" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect529" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="176.60603" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + <rect + y="91.606018" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect567" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect569" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="134.10603" /> + <rect + y="176.60603" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect571" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="49.106022" + x="141.73045" + height="0.82165372" + width="6.4689641" + id="rect583" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="134.10603" + x="141.73045" + height="0.82165372" + width="6.4689641" + id="rect587" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect589" + width="6.4689641" + height="0.82165372" + x="141.73045" + y="176.60603" /> + <rect + y="91.606018" + x="14.584922" + height="0.82165372" + width="6.4689641" + id="rect603" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect605" + width="6.4689641" + height="0.82165372" + x="14.584922" + y="134.10603" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_10.svg b/src/doc/img/ift_step_10.svg new file mode 100644 index 0000000000000000000000000000000000000000..5d8dc7a172fb7d1954ec76be389662bf91905725 --- /dev/null +++ b/src/doc/img/ift_step_10.svg @@ -0,0 +1,405 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.502"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="139.022"/> + <use xlink:href="#glyph2-2" x="63.7796" y="139.022"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-4" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.502"/> + <use xlink:href="#glyph2-3" x="106.2996" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-5" x="106.2996" y="139.022"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="145.83" y="53.893"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-5" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-5" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 138.876625 L 148.84375 116.986 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="143.463" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 96.349281 L 106.316406 74.458656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="96.453" y="113.697"/> + <use xlink:href="#glyph0-8" x="100.9362" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.790687 L 31.933594 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.073358 C -1.425336 1.29601 0.00041009 0.127999 0.387125 -0.000919114 C 0.000402356 -0.129814 -1.425414 -1.293833 -1.554343 -2.071173 " transform="matrix(-1,0.00003,0.00003,1,31.934,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="131.023"/> + <use xlink:href="#glyph0-10" x="42.5252" y="131.023"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.789062 116.278969 L 63.789062 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="64.686" y="71.172"/> + <use xlink:href="#glyph0-8" x="69.1692" y="71.172"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="19.892"/> + <use xlink:href="#glyph2-2" x="10.6296" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="6.147" y="9.534"/> + <use xlink:href="#glyph0-8" x="10.6302" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="19.892"/> + <use xlink:href="#glyph2-2" x="29.3386" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="24.855" y="9.617"/> + <use xlink:href="#glyph0-2" x="29.3382" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="42.07" y="19.892"/> + <use xlink:href="#glyph2-2" x="48.0476" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="45.806" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="60.779" y="20.003"/> + <use xlink:href="#glyph2-4" x="66.7566" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="64.515" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="79.487" y="19.892"/> + <use xlink:href="#glyph2-3" x="85.4646" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="83.223" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="98.196" y="19.892"/> + <use xlink:href="#glyph2-3" x="104.1736" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="101.932" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.140625 183.833656 C 113.140625 188.786781 109.128906 192.7985 104.175781 192.7985 C 99.222656 192.7985 95.207031 188.786781 95.207031 183.833656 C 95.207031 178.880531 99.222656 174.864906 104.175781 174.864906 C 109.128906 174.864906 113.140625 178.880531 113.140625 183.833656 Z M 113.140625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="119.894" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="120.641" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 131.851562 183.833656 C 131.851562 188.786781 127.835938 192.7985 122.882812 192.7985 C 117.933594 192.7985 113.917969 188.786781 113.917969 183.833656 C 113.917969 178.880531 117.933594 174.864906 122.882812 174.864906 C 127.835938 174.864906 131.851562 178.880531 131.851562 183.833656 Z M 131.851562 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_11.svg b/src/doc/img/ift_step_11.svg new file mode 100644 index 0000000000000000000000000000000000000000..babf3c36ff1401425d254c89b97425b48960de99 --- /dev/null +++ b/src/doc/img/ift_step_11.svg @@ -0,0 +1,402 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 33 144 L 94 144 L 94 195.734375 L 33 195.734375 Z M 33 144 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip12"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.502"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="139.022"/> + <use xlink:href="#glyph2-2" x="63.7796" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 73.742188 174.476562 C 73.742188 168.972656 69.28125 164.511719 63.78125 164.511719 C 58.277344 164.511719 53.816406 168.972656 53.816406 174.476562 C 53.816406 179.976562 58.277344 184.4375 63.78125 184.4375 C 69.28125 184.4375 73.742188 179.976562 73.742188 174.476562 Z M 73.742188 174.476562 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-4" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.502"/> + <use xlink:href="#glyph2-3" x="106.2996" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-5" x="106.2996" y="139.022"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="145.83" y="53.893"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-5" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip12)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-5" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 138.876625 L 148.84375 116.986 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="143.463" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 96.349281 L 106.316406 74.458656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="96.453" y="113.697"/> + <use xlink:href="#glyph0-8" x="100.9362" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.790687 L 31.933594 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.073358 C -1.425336 1.29601 0.00041009 0.127999 0.387125 -0.000919114 C 0.000402356 -0.129814 -1.425414 -1.293833 -1.554343 -2.071173 " transform="matrix(-1,0.00003,0.00003,1,31.934,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="131.023"/> + <use xlink:href="#glyph0-10" x="42.5252" y="131.023"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.789062 116.278969 L 63.789062 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="64.686" y="71.172"/> + <use xlink:href="#glyph0-8" x="69.1692" y="71.172"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="19.892"/> + <use xlink:href="#glyph2-2" x="10.6296" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="6.147" y="9.617"/> + <use xlink:href="#glyph0-2" x="10.6302" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="19.892"/> + <use xlink:href="#glyph2-2" x="29.3386" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="27.097" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="42.07" y="20.003"/> + <use xlink:href="#glyph2-4" x="48.0476" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="45.806" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="60.779" y="19.892"/> + <use xlink:href="#glyph2-3" x="66.7566" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="64.515" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="79.487" y="19.892"/> + <use xlink:href="#glyph2-3" x="85.4646" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="83.223" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="101.185" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="101.932" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.140625 183.833656 C 113.140625 188.786781 109.128906 192.7985 104.175781 192.7985 C 99.222656 192.7985 95.207031 188.786781 95.207031 183.833656 C 95.207031 178.880531 99.222656 174.864906 104.175781 174.864906 C 109.128906 174.864906 113.140625 178.880531 113.140625 183.833656 Z M 113.140625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_12.svg b/src/doc/img/ift_step_12.svg new file mode 100644 index 0000000000000000000000000000000000000000..9e15374e403f2a6b0ec91195ba9868cd9f1f2227 --- /dev/null +++ b/src/doc/img/ift_step_12.svg @@ -0,0 +1,399 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 33 144 L 94 144 L 94 195.734375 L 33 195.734375 Z M 33 144 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 76 144 L 137 144 L 137 195.734375 L 76 195.734375 Z M 76 144 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip12"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip13"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.502"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="139.022"/> + <use xlink:href="#glyph2-2" x="63.7796" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 73.742188 174.476562 C 73.742188 168.972656 69.28125 164.511719 63.78125 164.511719 C 58.277344 164.511719 53.816406 168.972656 53.816406 174.476562 C 53.816406 179.976562 58.277344 184.4375 63.78125 184.4375 C 69.28125 184.4375 73.742188 179.976562 73.742188 174.476562 Z M 73.742188 174.476562 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-4" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.502"/> + <use xlink:href="#glyph2-3" x="106.2996" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-5" x="106.2996" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 116.261719 174.476562 C 116.261719 168.972656 111.804688 164.511719 106.300781 164.511719 C 100.796875 164.511719 96.335938 168.972656 96.335938 174.476562 C 96.335938 179.976562 100.796875 184.4375 106.300781 184.4375 C 111.804688 184.4375 116.261719 179.976562 116.261719 174.476562 Z M 116.261719 174.476562 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="145.83" y="53.893"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip12)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-5" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip13)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-5" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 138.876625 L 148.84375 116.986 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="143.463" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 96.349281 L 106.316406 74.458656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="96.453" y="113.697"/> + <use xlink:href="#glyph0-8" x="100.9362" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.790687 L 31.933594 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.073358 C -1.425336 1.29601 0.00041009 0.127999 0.387125 -0.000919114 C 0.000402356 -0.129814 -1.425414 -1.293833 -1.554343 -2.071173 " transform="matrix(-1,0.00003,0.00003,1,31.934,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="131.023"/> + <use xlink:href="#glyph0-10" x="42.5252" y="131.023"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.789062 116.278969 L 63.789062 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="64.686" y="71.172"/> + <use xlink:href="#glyph0-8" x="69.1692" y="71.172"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="19.892"/> + <use xlink:href="#glyph2-2" x="10.6296" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="8.388" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="20.003"/> + <use xlink:href="#glyph2-4" x="29.3386" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="27.097" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="42.07" y="19.892"/> + <use xlink:href="#glyph2-3" x="48.0476" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="45.806" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="60.779" y="19.892"/> + <use xlink:href="#glyph2-3" x="66.7566" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="64.515" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="82.476" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="83.223" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_13.svg b/src/doc/img/ift_step_13.svg new file mode 100644 index 0000000000000000000000000000000000000000..791c3cd7ff7c3c3035891e5a3ad2506536c8b4ae --- /dev/null +++ b/src/doc/img/ift_step_13.svg @@ -0,0 +1,391 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 33 144 L 94 144 L 94 195.734375 L 33 195.734375 Z M 33 144 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 76 144 L 137 144 L 137 195.734375 L 76 195.734375 Z M 76 144 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip12"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip13"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.502"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="139.022"/> + <use xlink:href="#glyph2-2" x="63.7796" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 73.742188 174.476562 C 73.742188 168.972656 69.28125 164.511719 63.78125 164.511719 C 58.277344 164.511719 53.816406 168.972656 53.816406 174.476562 C 53.816406 179.976562 58.277344 184.4375 63.78125 184.4375 C 69.28125 184.4375 73.742188 179.976562 73.742188 174.476562 Z M 73.742188 174.476562 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-4" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.502"/> + <use xlink:href="#glyph2-3" x="106.2996" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-5" x="106.2996" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 116.261719 174.476562 C 116.261719 168.972656 111.804688 164.511719 106.300781 164.511719 C 100.796875 164.511719 96.335938 168.972656 96.335938 174.476562 C 96.335938 179.976562 100.796875 184.4375 106.300781 184.4375 C 111.804688 184.4375 116.261719 179.976562 116.261719 174.476562 Z M 116.261719 174.476562 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="145.83" y="53.893"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip12)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-5" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip13)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-5" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 138.876625 L 148.84375 116.986 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="143.463" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 96.349281 L 106.316406 74.458656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="96.453" y="113.697"/> + <use xlink:href="#glyph0-8" x="100.9362" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.790687 L 31.933594 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.073358 C -1.425336 1.29601 0.00041009 0.127999 0.387125 -0.000919114 C 0.000402356 -0.129814 -1.425414 -1.293833 -1.554343 -2.071173 " transform="matrix(-1,0.00003,0.00003,1,31.934,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="131.023"/> + <use xlink:href="#glyph0-10" x="42.5252" y="131.023"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.789062 116.278969 L 63.789062 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="64.686" y="71.172"/> + <use xlink:href="#glyph0-8" x="69.1692" y="71.172"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="20.003"/> + <use xlink:href="#glyph2-4" x="10.6296" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="8.388" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="19.892"/> + <use xlink:href="#glyph2-3" x="29.3386" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="27.097" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="42.07" y="19.892"/> + <use xlink:href="#glyph2-3" x="48.0476" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="45.806" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="63.767" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="64.515" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_14.svg b/src/doc/img/ift_step_14.svg new file mode 100644 index 0000000000000000000000000000000000000000..b712336332843313ea9f97ae82b9335055f0bdc3 --- /dev/null +++ b/src/doc/img/ift_step_14.svg @@ -0,0 +1,389 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-6"> +<path style="stroke:none;" d="M 0.1875 -0.28125 L 0.1875 0.03125 C 2.421875 0 2.421875 0 2.859375 0 C 3.28125 0 3.28125 0 5.59375 0.03125 C 5.5625 -0.21875 5.5625 -0.328125 5.5625 -0.5 C 5.5625 -0.65625 5.5625 -0.78125 5.59375 -1.046875 C 4.21875 -0.984375 3.671875 -0.96875 1.453125 -0.921875 L 3.640625 -3.234375 C 4.796875 -4.453125 5.15625 -5.109375 5.15625 -6.015625 C 5.15625 -7.390625 4.21875 -8.234375 2.703125 -8.234375 C 1.84375 -8.234375 1.25 -8 0.671875 -7.40625 L 0.46875 -5.765625 L 0.8125 -5.765625 L 0.96875 -6.328125 C 1.15625 -7.015625 1.59375 -7.3125 2.390625 -7.3125 C 3.421875 -7.3125 4.078125 -6.671875 4.078125 -5.65625 C 4.078125 -4.75 3.578125 -3.875 2.21875 -2.4375 Z M 0.1875 -0.28125 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 33 144 L 94 144 L 94 195.734375 L 33 195.734375 Z M 33 144 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 76 144 L 137 144 L 137 195.734375 L 76 195.734375 Z M 76 144 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip12"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip13"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.502"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="139.022"/> + <use xlink:href="#glyph2-2" x="63.7796" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 73.742188 174.476562 C 73.742188 168.972656 69.28125 164.511719 63.78125 164.511719 C 58.277344 164.511719 53.816406 168.972656 53.816406 174.476562 C 53.816406 179.976562 58.277344 184.4375 63.78125 184.4375 C 69.28125 184.4375 73.742188 179.976562 73.742188 174.476562 Z M 73.742188 174.476562 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-4" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.562"/> + <use xlink:href="#glyph2-4" x="106.2996" y="96.562"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-5" x="106.2996" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 116.261719 174.476562 C 116.261719 168.972656 111.804688 164.511719 106.300781 164.511719 C 100.796875 164.511719 96.335938 168.972656 96.335938 174.476562 C 96.335938 179.976562 100.796875 184.4375 106.300781 184.4375 C 111.804688 184.4375 116.261719 179.976562 116.261719 174.476562 Z M 116.261719 174.476562 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="54.042"/> + <use xlink:href="#glyph2-6" x="148.8186" y="54.042"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip12)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-5" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip13)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-5" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 138.875 148.845375 L 116.984375 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554056 2.072034 C -1.42522 1.294678 0.000456744 0.130487 0.387164 0.00154641 C 0.000433189 -0.131231 -1.425453 -1.295165 -1.554429 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,116.98482,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="45.97"/> + <use xlink:href="#glyph0-5" x="127.5742" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 116.278969 L 106.316406 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.55251 2.070399 C -1.42365 1.296954 -0.00184477 0.1289 0.388772 -0.0000295763 C -0.00186023 -0.128912 -1.423805 -1.296796 -1.552758 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="71.255"/> + <use xlink:href="#glyph0-10" x="111.6962" y="71.255"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.790687 L 31.933594 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.073358 C -1.425336 1.29601 0.00041009 0.127999 0.387125 -0.000919114 C 0.000402356 -0.129814 -1.425414 -1.293833 -1.554343 -2.071173 " transform="matrix(-1,0.00003,0.00003,1,31.934,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="131.023"/> + <use xlink:href="#glyph0-10" x="42.5252" y="131.023"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.789062 116.278969 L 63.789062 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="64.686" y="71.172"/> + <use xlink:href="#glyph0-8" x="69.1692" y="71.172"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="20.003"/> + <use xlink:href="#glyph2-4" x="10.6296" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="8.388" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="19.892"/> + <use xlink:href="#glyph2-3" x="29.3386" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="27.097" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="42.07" y="20.003"/> + <use xlink:href="#glyph2-6" x="48.0476" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="45.806" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_15.svg b/src/doc/img/ift_step_15.svg new file mode 100644 index 0000000000000000000000000000000000000000..5f95e5139b4bba4eb1b88854a5b72ed7fd9dab14 --- /dev/null +++ b/src/doc/img/ift_step_15.svg @@ -0,0 +1,378 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 0.1875 -0.28125 L 0.1875 0.03125 C 2.421875 0 2.421875 0 2.859375 0 C 3.28125 0 3.28125 0 5.59375 0.03125 C 5.5625 -0.21875 5.5625 -0.328125 5.5625 -0.5 C 5.5625 -0.65625 5.5625 -0.78125 5.59375 -1.046875 C 4.21875 -0.984375 3.671875 -0.96875 1.453125 -0.921875 L 3.640625 -3.234375 C 4.796875 -4.453125 5.15625 -5.109375 5.15625 -6.015625 C 5.15625 -7.390625 4.21875 -8.234375 2.703125 -8.234375 C 1.84375 -8.234375 1.25 -8 0.671875 -7.40625 L 0.46875 -5.765625 L 0.8125 -5.765625 L 0.96875 -6.328125 C 1.15625 -7.015625 1.59375 -7.3125 2.390625 -7.3125 C 3.421875 -7.3125 4.078125 -6.671875 4.078125 -5.65625 C 4.078125 -4.75 3.578125 -3.875 2.21875 -2.4375 Z M 0.1875 -0.28125 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 33 144 L 94 144 L 94 195.734375 L 33 195.734375 Z M 33 144 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 76 144 L 137 144 L 137 195.734375 L 76 195.734375 Z M 76 144 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip12"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip13"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.562"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.562"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="139.022"/> + <use xlink:href="#glyph2-2" x="63.7796" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 73.742188 174.476562 C 73.742188 168.972656 69.28125 164.511719 63.78125 164.511719 C 58.277344 164.511719 53.816406 168.972656 53.816406 174.476562 C 53.816406 179.976562 58.277344 184.4375 63.78125 184.4375 C 69.28125 184.4375 73.742188 179.976562 73.742188 174.476562 Z M 73.742188 174.476562 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-3" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.562"/> + <use xlink:href="#glyph2-3" x="106.2996" y="96.562"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-4" x="106.2996" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 116.261719 174.476562 C 116.261719 168.972656 111.804688 164.511719 106.300781 164.511719 C 100.796875 164.511719 96.335938 168.972656 96.335938 174.476562 C 96.335938 179.976562 100.796875 184.4375 106.300781 184.4375 C 111.804688 184.4375 116.261719 179.976562 116.261719 174.476562 Z M 116.261719 174.476562 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="54.042"/> + <use xlink:href="#glyph2-5" x="148.8186" y="54.042"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip12)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-4" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip13)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-4" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 138.875 148.845375 L 116.984375 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554056 2.072034 C -1.42522 1.294678 0.000456744 0.130487 0.387164 0.00154641 C 0.000433189 -0.131231 -1.425453 -1.295165 -1.554429 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,116.98482,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="45.97"/> + <use xlink:href="#glyph0-5" x="127.5742" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 116.278969 L 106.316406 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.55251 2.070399 C -1.42365 1.296954 -0.00184477 0.1289 0.388772 -0.0000295763 C -0.00186023 -0.128912 -1.423805 -1.296796 -1.552758 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="71.255"/> + <use xlink:href="#glyph0-10" x="111.6962" y="71.255"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.790687 L 31.933594 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.073358 C -1.425336 1.29601 0.00041009 0.127999 0.387125 -0.000919114 C 0.000402356 -0.129814 -1.425414 -1.293833 -1.554343 -2.071173 " transform="matrix(-1,0.00003,0.00003,1,31.934,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="131.023"/> + <use xlink:href="#glyph0-10" x="42.5252" y="131.023"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.753906 106.318031 L 95.640625 106.318031 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552401 2.071851 C -1.423448 1.294515 -0.00150283 0.130537 0.38913 0.0016546 C -0.00148713 -0.131181 -1.423292 -1.295329 -1.556058 -2.072681 " transform="matrix(1,0.00006,0.00006,-1,95.64212,89.4196)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="96.53"/> + <use xlink:href="#glyph0-9" x="85.0492" y="96.53"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="20.002"/> + <use xlink:href="#glyph2-3" x="10.6296" y="20.002"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="8.388" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="20.002"/> + <use xlink:href="#glyph2-5" x="29.3386" y="20.002"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="27.097" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_16.svg b/src/doc/img/ift_step_16.svg new file mode 100644 index 0000000000000000000000000000000000000000..728c597c22c0ce0dee1e8641923754fd6109eaa7 --- /dev/null +++ b/src/doc/img/ift_step_16.svg @@ -0,0 +1,317 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="192.997pt" viewBox="0 0 170.079 192.997" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 0.1875 -0.28125 L 0.1875 0.03125 C 2.421875 0 2.421875 0 2.859375 0 C 3.28125 0 3.28125 0 5.59375 0.03125 C 5.5625 -0.21875 5.5625 -0.328125 5.5625 -0.5 C 5.5625 -0.65625 5.5625 -0.78125 5.59375 -1.046875 C 4.21875 -0.984375 3.671875 -0.96875 1.453125 -0.921875 L 3.640625 -3.234375 C 4.796875 -4.453125 5.15625 -5.109375 5.15625 -6.015625 C 5.15625 -7.390625 4.21875 -8.234375 2.703125 -8.234375 C 1.84375 -8.234375 1.25 -8 0.671875 -7.40625 L 0.46875 -5.765625 L 0.8125 -5.765625 L 0.96875 -6.328125 C 1.15625 -7.015625 1.59375 -7.3125 2.390625 -7.3125 C 3.421875 -7.3125 4.078125 -6.671875 4.078125 -5.65625 C 4.078125 -4.75 3.578125 -3.875 2.21875 -2.4375 Z M 0.1875 -0.28125 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 150 L 43 150 L 43 192.996094 L 0 192.996094 Z M 0 150 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 150 L 86 150 L 86 192.996094 L 42 192.996094 Z M 42 150 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 150 L 128 150 L 128 192.996094 L 85 192.996094 Z M 85 150 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 22 L 170.078125 22 L 170.078125 66 L 127 66 Z M 127 22 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 65 L 170.078125 65 L 170.078125 108 L 127 108 Z M 127 65 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 107 L 170.078125 107 L 170.078125 151 L 127 151 Z M 127 107 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 150 L 170.078125 150 L 170.078125 192.996094 L 127 192.996094 Z M 127 150 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 141 L 52 141 L 52 192.996094 L 0 192.996094 Z M 0 141 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 33 141 L 94 141 L 94 192.996094 L 33 192.996094 Z M 33 141 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 76 141 L 137 141 L 137 192.996094 L 76 192.996094 Z M 76 141 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 14 L 170.078125 14 L 170.078125 75 L 118 75 Z M 118 14 "/> +</clipPath> +<clipPath id="clip12"> + <path d="M 118 56 L 170.078125 56 L 170.078125 117 L 118 117 Z M 118 56 "/> +</clipPath> +<clipPath id="clip13"> + <path d="M 118 99 L 170.078125 99 L 170.078125 160 L 118 160 Z M 118 99 "/> +</clipPath> +<clipPath id="clip14"> + <path d="M 118 141 L 170.078125 141 L 170.078125 192.996094 L 118 192.996094 Z M 118 141 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 65.4375 L 42.519531 65.4375 L 42.519531 22.917969 L 0 22.917969 Z M 0 65.4375 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 107.957031 L 42.519531 107.957031 L 42.519531 65.4375 L 0 65.4375 Z M 0 107.957031 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 150.476562 L 42.519531 150.476562 L 42.519531 107.957031 L 0 107.957031 Z M 0 150.476562 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 192.996094 L 42.519531 192.996094 L 42.519531 150.476562 L 0 150.476562 Z M 0 192.996094 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 65.4375 L 85.039062 65.4375 L 85.039062 22.917969 L 42.519531 22.917969 Z M 42.519531 65.4375 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 107.957031 L 85.039062 107.957031 L 85.039062 65.4375 L 42.519531 65.4375 Z M 42.519531 107.957031 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 150.476562 L 85.039062 150.476562 L 85.039062 107.957031 L 42.519531 107.957031 Z M 42.519531 150.476562 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 192.996094 L 85.039062 192.996094 L 85.039062 150.476562 L 42.519531 150.476562 Z M 42.519531 192.996094 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 65.4375 L 127.5625 65.4375 L 127.5625 22.917969 L 85.039062 22.917969 Z M 85.039062 65.4375 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 107.957031 L 127.5625 107.957031 L 127.5625 65.4375 L 85.039062 65.4375 Z M 85.039062 107.957031 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 150.476562 L 127.5625 150.476562 L 127.5625 107.957031 L 85.039062 107.957031 Z M 85.039062 150.476562 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 192.996094 L 127.5625 192.996094 L 127.5625 150.476562 L 85.039062 150.476562 Z M 85.039062 192.996094 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 127.5625 65.4375 L 170.082031 65.4375 L 170.082031 22.917969 L 127.5625 22.917969 Z M 127.5625 65.4375 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 107.957031 L 170.082031 107.957031 L 170.082031 65.4375 L 127.5625 65.4375 Z M 127.5625 107.957031 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 150.476562 L 170.082031 150.476562 L 170.082031 107.957031 L 127.5625 107.957031 Z M 127.5625 150.476562 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 192.996094 L 170.082031 192.996094 L 170.082031 150.476562 L 127.5625 150.476562 Z M 127.5625 192.996094 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821219 C 31.222656 154.321219 26.761719 158.782156 21.261719 158.782156 C 15.757812 158.782156 11.296875 154.321219 11.296875 148.821219 C 11.296875 143.317313 15.757812 138.856375 21.261719 138.856375 C 26.761719 138.856375 31.222656 143.317313 31.222656 148.821219 Z M 31.222656 148.821219 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="41.211"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="49.994"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.301688 C 31.222656 111.801688 26.761719 116.262625 21.261719 116.262625 C 15.757812 116.262625 11.296875 111.801688 11.296875 106.301688 C 11.296875 100.797781 15.757812 96.336844 21.261719 96.336844 C 26.761719 96.336844 31.222656 100.797781 31.222656 106.301688 Z M 31.222656 106.301688 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="83.814"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="93.763"/> + <use xlink:href="#glyph2-2" x="21.2596" y="93.763"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.782156 C 31.222656 69.282156 26.761719 73.743094 21.261719 73.743094 C 15.757812 73.743094 11.296875 69.282156 11.296875 63.782156 C 11.296875 58.27825 15.757812 53.817313 21.261719 53.817313 C 26.761719 53.817313 31.222656 58.27825 31.222656 63.782156 Z M 31.222656 63.782156 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="126.25"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="136.283"/> + <use xlink:href="#glyph2-2" x="21.2596" y="136.283"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 171.738281 C 31.222656 166.234375 26.761719 161.773438 21.261719 161.773438 C 15.757812 161.773438 11.296875 166.234375 11.296875 171.738281 C 11.296875 177.238281 15.757812 181.699219 21.261719 181.699219 C 26.761719 181.699219 31.222656 177.238281 31.222656 171.738281 Z M 31.222656 171.738281 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.258719 C 31.222656 26.762625 26.761719 31.223563 21.261719 31.223563 C 15.757812 31.223563 11.296875 26.762625 11.296875 21.258719 C 11.296875 15.758719 15.757812 11.297781 21.261719 11.297781 C 26.761719 11.297781 31.222656 15.758719 31.222656 21.258719 Z M 31.222656 21.258719 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="168.853"/> + <use xlink:href="#glyph0-5" x="21.2602" y="168.853"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="177.553"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821219 C 73.742188 154.321219 69.28125 158.782156 63.78125 158.782156 C 58.277344 158.782156 53.816406 154.321219 53.816406 148.821219 C 53.816406 143.317313 58.277344 138.856375 63.78125 138.856375 C 69.28125 138.856375 73.742188 143.317313 73.742188 148.821219 Z M 73.742188 148.821219 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="41.294"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="51.244"/> + <use xlink:href="#glyph2-2" x="63.7796" y="51.244"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.301688 C 73.742188 111.801688 69.28125 116.262625 63.78125 116.262625 C 58.277344 116.262625 53.816406 111.801688 53.816406 106.301688 C 53.816406 100.797781 58.277344 96.336844 63.78125 96.336844 C 69.28125 96.336844 73.742188 100.797781 73.742188 106.301688 Z M 73.742188 106.301688 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="83.731"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="93.823"/> + <use xlink:href="#glyph2-3" x="63.7796" y="93.823"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.782156 C 73.742188 69.282156 69.28125 73.743094 63.78125 73.743094 C 58.277344 73.743094 53.816406 69.282156 53.816406 63.782156 C 53.816406 58.27825 58.277344 53.817313 63.78125 53.817313 C 69.28125 53.817313 73.742188 58.27825 73.742188 63.782156 Z M 73.742188 63.782156 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="126.25"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="136.283"/> + <use xlink:href="#glyph2-2" x="63.7796" y="136.283"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 73.742188 171.738281 C 73.742188 166.234375 69.28125 161.773438 63.78125 161.773438 C 58.277344 161.773438 53.816406 166.234375 53.816406 171.738281 C 53.816406 177.238281 58.277344 181.699219 63.78125 181.699219 C 69.28125 181.699219 73.742188 177.238281 73.742188 171.738281 Z M 73.742188 171.738281 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.258719 C 73.742188 26.762625 69.28125 31.223563 63.78125 31.223563 C 58.277344 31.223563 53.816406 26.762625 53.816406 21.258719 C 53.816406 15.758719 58.277344 11.297781 63.78125 11.297781 C 69.28125 11.297781 73.742188 15.758719 73.742188 21.258719 Z M 73.742188 21.258719 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="168.77"/> + <use xlink:href="#glyph0-8" x="63.7792" y="168.77"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="178.803"/> + <use xlink:href="#glyph2-2" x="63.7796" y="178.803"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821219 C 116.261719 154.321219 111.804688 158.782156 106.300781 158.782156 C 100.796875 158.782156 96.335938 154.321219 96.335938 148.821219 C 96.335938 143.317313 100.796875 138.856375 106.300781 138.856375 C 111.804688 138.856375 116.261719 143.317313 116.261719 148.821219 Z M 116.261719 148.821219 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="41.294"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="51.303"/> + <use xlink:href="#glyph2-3" x="106.2996" y="51.303"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.301688 C 116.261719 111.801688 111.804688 116.262625 106.300781 116.262625 C 100.796875 116.262625 96.335938 111.801688 96.335938 106.301688 C 96.335938 100.797781 100.796875 96.336844 106.300781 96.336844 C 111.804688 96.336844 116.261719 100.797781 116.261719 106.301688 Z M 116.261719 106.301688 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="83.731"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="93.823"/> + <use xlink:href="#glyph2-3" x="106.2996" y="93.823"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.782156 C 116.261719 69.282156 111.804688 73.743094 106.300781 73.743094 C 100.796875 73.743094 96.335938 69.282156 96.335938 63.782156 C 96.335938 58.27825 100.796875 53.817313 106.300781 53.817313 C 111.804688 53.817313 116.261719 58.27825 116.261719 63.782156 Z M 116.261719 63.782156 " transform="matrix(1,0,0,-1,0,192.997)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="126.25"/> + <use xlink:href="#glyph0-1" x="106.2992" y="126.25"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="136.283"/> + <use xlink:href="#glyph2-4" x="106.2996" y="136.283"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 116.261719 171.738281 C 116.261719 166.234375 111.804688 161.773438 106.300781 161.773438 C 100.796875 161.773438 96.335938 166.234375 96.335938 171.738281 C 96.335938 177.238281 100.796875 181.699219 106.300781 181.699219 C 111.804688 181.699219 116.261719 177.238281 116.261719 171.738281 Z M 116.261719 171.738281 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.258719 C 116.261719 26.762625 111.804688 31.223563 106.300781 31.223563 C 100.796875 31.223563 96.335938 26.762625 96.335938 21.258719 C 96.335938 15.758719 100.796875 11.297781 106.300781 11.297781 C 111.804688 11.297781 116.261719 15.758719 116.261719 21.258719 Z M 116.261719 21.258719 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="168.853"/> + <use xlink:href="#glyph0-2" x="106.2992" y="168.853"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="178.803"/> + <use xlink:href="#glyph2-2" x="106.2996" y="178.803"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 44.175781 C 158.785156 38.675781 154.324219 34.214844 148.820312 34.214844 C 143.320312 34.214844 138.859375 38.675781 138.859375 44.175781 C 138.859375 49.679688 143.320312 54.140625 148.820312 54.140625 C 154.324219 54.140625 158.785156 49.679688 158.785156 44.175781 Z M 158.785156 44.175781 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821219 C 158.785156 154.321219 154.324219 158.782156 148.820312 158.782156 C 143.320312 158.782156 138.859375 154.321219 138.859375 148.821219 C 138.859375 143.317313 143.320312 138.856375 148.820312 138.856375 C 154.324219 138.856375 158.785156 143.317313 158.785156 148.821219 Z M 158.785156 148.821219 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="41.211"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="51.303"/> + <use xlink:href="#glyph2-5" x="148.8186" y="51.303"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 86.695312 C 158.785156 81.195312 154.324219 76.734375 148.820312 76.734375 C 143.320312 76.734375 138.859375 81.195312 138.859375 86.695312 C 138.859375 92.199219 143.320312 96.660156 148.820312 96.660156 C 154.324219 96.660156 158.785156 92.199219 158.785156 86.695312 Z M 158.785156 86.695312 "/> +<g clip-path="url(#clip12)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.301688 C 158.785156 111.801688 154.324219 116.262625 148.820312 116.262625 C 143.320312 116.262625 138.859375 111.801688 138.859375 106.301688 C 138.859375 100.797781 143.320312 96.336844 148.820312 96.336844 C 154.324219 96.336844 158.785156 100.797781 158.785156 106.301688 Z M 158.785156 106.301688 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="83.814"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="92.514"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 129.214844 C 158.785156 123.714844 154.324219 119.253906 148.820312 119.253906 C 143.320312 119.253906 138.859375 123.714844 138.859375 129.214844 C 138.859375 134.71875 143.320312 139.179688 148.820312 139.179688 C 154.324219 139.179688 158.785156 134.71875 158.785156 129.214844 Z M 158.785156 129.214844 "/> +<g clip-path="url(#clip13)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.782156 C 158.785156 69.282156 154.324219 73.743094 148.820312 73.743094 C 143.320312 73.743094 138.859375 69.282156 138.859375 63.782156 C 138.859375 58.27825 143.320312 53.817313 148.820312 53.817313 C 154.324219 53.817313 158.785156 58.27825 158.785156 63.782156 Z M 158.785156 63.782156 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="126.333"/> + <use xlink:href="#glyph0-4" x="148.8192" y="126.333"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="136.283"/> + <use xlink:href="#glyph2-4" x="148.8186" y="136.283"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 171.738281 C 158.785156 166.234375 154.324219 161.773438 148.820312 161.773438 C 143.320312 161.773438 138.859375 166.234375 138.859375 171.738281 C 138.859375 177.238281 143.320312 181.699219 148.820312 181.699219 C 154.324219 181.699219 158.785156 177.238281 158.785156 171.738281 Z M 158.785156 171.738281 "/> +<g clip-path="url(#clip14)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.258719 C 158.785156 26.762625 154.324219 31.223563 148.820312 31.223563 C 143.320312 31.223563 138.859375 26.762625 138.859375 21.258719 C 138.859375 15.758719 143.320312 11.297781 148.820312 11.297781 C 154.324219 11.297781 158.785156 15.758719 158.785156 21.258719 Z M 158.785156 21.258719 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="168.77"/> + <use xlink:href="#glyph0-6" x="148.8192" y="168.77"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="178.803"/> + <use xlink:href="#glyph2-4" x="148.8186" y="178.803"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.844656 L 31.933594 148.844656 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072752 C -1.425258 1.295397 0.000418059 0.131206 0.387125 -0.00164109 C 0.000394504 -0.130513 -1.425492 -1.294447 -1.554468 -2.071779 " transform="matrix(-1,0.00009,0.00009,1,31.934,44.15395)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.27825 L 21.261719 138.168875 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.553352 2.071714 C -1.424446 1.29437 0.001335 0.130307 0.388054 0.00140125 C 0.001335 -0.131411 -1.424446 -1.295474 -1.553352 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,54.82946)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 138.875 148.844656 L 116.984375 148.844656 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554056 2.072752 C -1.42522 1.295397 0.000456809 0.131206 0.387164 -0.00164109 C 0.000433254 -0.130513 -1.425453 -1.294447 -1.554429 -2.071779 " transform="matrix(-1,0.00009,0.00009,1,116.98482,44.15395)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 116.27825 L 106.316406 138.168875 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.553228 2.070399 C -1.424368 1.296954 0.00134273 0.1289 0.388054 -0.0000295332 C 0.00132727 -0.128913 -1.424524 -1.296796 -1.553477 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,54.82946)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.750906 L 148.84375 95.641531 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.55509 2.073659 C -1.426253 1.296303 -0.000577211 0.128206 0.390036 -0.000735103 C -0.000600415 -0.129606 -1.426486 -1.29354 -1.555463 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,97.35488)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825125 L 21.261719 31.9345 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555188 2.072818 C -1.426281 1.295474 -0.0005 0.131411 0.390125 -0.00140125 C -0.0005 -0.130307 -1.426281 -1.29437 -1.555188 -2.071714 " transform="matrix(0,1,1,0,21.26312,161.063)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.262625 L 31.933594 21.262625 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.070807 C -1.425375 1.293464 0.00040625 0.129401 0.387125 0.000495 C 0.00040625 -0.128411 -1.425375 -1.29638 -1.554281 -2.073724 " transform="matrix(-1,0,0,1,31.934,171.73388)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.789969 L 138.167969 63.789969 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.070455 C -1.425391 1.297021 0.000424877 0.129095 0.387147 0.000200364 C 0.000432612 -0.128717 -1.425314 -1.296729 -1.554197 -2.074077 " transform="matrix(1,0.00003,0.00003,-1,138.16754,129.20722)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.227469 L 148.84375 53.118094 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.553137 2.073659 C -1.424301 1.296303 0.00137529 0.128206 0.388082 -0.000734927 C 0.00135209 -0.129606 -1.424534 -1.293541 -1.55351 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,139.88027)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 63.789969 L 31.933594 63.789969 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554219 2.074077 C -1.425336 1.296729 0.000410112 0.128717 0.387125 -0.000200364 C 0.000402377 -0.129095 -1.425414 -1.297021 -1.554343 -2.070455 " transform="matrix(-1,0.00003,0.00003,1,31.934,129.20722)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.227469 L 106.316406 53.118094 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.5532 2.070399 C -1.42434 1.296954 0.00137148 0.1289 0.388082 -0.0000295349 C 0.00135602 -0.128913 -1.424495 -1.296796 -1.553448 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,139.88027)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.844656 L 74.460938 148.844656 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556008 2.072753 C -1.423266 1.295397 -0.00149569 0.131206 0.389117 -0.00164127 C -0.00151925 -0.130512 -1.423499 -1.294447 -1.552475 -2.071779 " transform="matrix(-1,0.00009,0.00009,1,74.45943,44.15395)"/> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.753906 106.317313 L 95.640625 106.317313 " transform="matrix(1,0,0,-1,0,192.997)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552401 2.071132 C -1.423448 1.293796 -0.00150279 0.129819 0.38913 0.000935848 C -0.00148732 -0.127994 -1.423292 -1.296048 -1.556058 -2.0734 " transform="matrix(1,0.00006,0.00006,-1,95.64212,86.6806)"/> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.832938 C 19.597656 188.786063 15.582031 192.801688 10.628906 192.801688 C 5.679688 192.801688 1.664062 188.786063 1.664062 183.832938 C 1.664062 178.879813 5.679688 174.868094 10.628906 174.868094 C 15.582031 174.868094 19.597656 178.879813 19.597656 183.832938 Z M 19.597656 183.832938 " transform="matrix(1,0,0,-1,0,192.997)"/> +</g> +</svg> diff --git a/src/doc/img/ift_step_2.svg b/src/doc/img/ift_step_2.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f1c7e5799a5ea8ca84f6406d9a0afb2f54a9eb6 --- /dev/null +++ b/src/doc/img/ift_step_2.svg @@ -0,0 +1,1078 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.653pt" + viewBox="0 0 170.079 195.653" + version="1.1" + id="svg1551" + sodipodi:docname="ift_step_2.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata1555"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="768" + id="namedview1553" + showgrid="false" + inkscape:zoom="2.1167697" + inkscape:cx="113.386" + inkscape:cy="130.43533" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g655" /> + <defs + id="defs1216"> + <g + id="g1193"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path1142" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path1145" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path1148" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path1151" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path1154" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path1157" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path1160" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path1163" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path1166" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path1169" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path1172" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path1175" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path1178" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path1181" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path1184" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path1187" /> + </symbol> + <symbol + overflow="visible" + id="glyph3-0"> + <path + style="stroke:none;" + d="" + id="path1190" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.652344 L 0 195.652344 Z M 0 153 " + id="path1195" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.652344 L 42 195.652344 Z M 42 153 " + id="path1198" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.652344 L 85 195.652344 Z M 85 153 " + id="path1201" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path1204" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path1207" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path1210" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.652344 L 127 195.652344 Z M 127 153 " + id="path1213" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.09375 L 42.519531 68.09375 L 42.519531 25.570312 L 0 25.570312 Z M 0 68.09375 " + id="path1218" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.613281 L 42.519531 110.613281 L 42.519531 68.09375 L 0 68.09375 Z M 0 110.613281 " + id="path1220" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 0 153.132812 L 42.519531 153.132812 L 42.519531 110.613281 L 0 110.613281 Z M 0 153.132812 " + id="path1222" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g1226"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.652344 L 42.519531 195.652344 L 42.519531 153.132812 L 0 153.132812 Z M 0 195.652344 " + id="path1224" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.09375 L 85.039062 68.09375 L 85.039062 25.570312 L 42.519531 25.570312 Z M 42.519531 68.09375 " + id="path1228" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 110.613281 L 85.039062 110.613281 L 85.039062 68.09375 L 42.519531 68.09375 Z M 42.519531 110.613281 " + id="path1230" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 153.132812 L 85.039062 153.132812 L 85.039062 110.613281 L 42.519531 110.613281 Z M 42.519531 153.132812 " + id="path1232" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g1236"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 195.652344 L 85.039062 195.652344 L 85.039062 153.132812 L 42.519531 153.132812 Z M 42.519531 195.652344 " + id="path1234" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 68.09375 L 127.5625 68.09375 L 127.5625 25.570312 L 85.039062 25.570312 Z M 85.039062 68.09375 " + id="path1238" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 110.613281 L 127.5625 110.613281 L 127.5625 68.09375 L 85.039062 68.09375 Z M 85.039062 110.613281 " + id="path1240" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 153.132812 L 127.5625 153.132812 L 127.5625 110.613281 L 85.039062 110.613281 Z M 85.039062 153.132812 " + id="path1242" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g1246"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 195.652344 L 127.5625 195.652344 L 127.5625 153.132812 L 85.039062 153.132812 Z M 85.039062 195.652344 " + id="path1244" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g1250"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 127.5625 68.09375 L 170.082031 68.09375 L 170.082031 25.570312 L 127.5625 25.570312 Z M 127.5625 68.09375 " + id="path1248" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g1254"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.613281 L 170.082031 110.613281 L 170.082031 68.09375 L 127.5625 68.09375 Z M 127.5625 110.613281 " + id="path1252" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g1258"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 127.5625 153.132812 L 170.082031 153.132812 L 170.082031 110.613281 L 127.5625 110.613281 Z M 127.5625 153.132812 " + id="path1256" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g1262"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 127.5625 195.652344 L 170.082031 195.652344 L 170.082031 153.132812 L 127.5625 153.132812 Z M 127.5625 195.652344 " + id="path1260" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.94487;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.820969 C 31.222656 154.324875 26.761719 158.781906 21.261719 158.781906 C 15.757812 158.781906 11.296875 154.324875 11.296875 148.820969 C 11.296875 143.317062 15.757812 138.856125 21.261719 138.856125 C 26.761719 138.856125 31.222656 143.317062 31.222656 148.820969 Z M 31.222656 148.820969 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1264" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1268"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.867" + id="use1266" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1272"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.65" + id="use1270" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.301437 C 31.222656 111.801437 26.761719 116.262375 21.261719 116.262375 C 15.757812 116.262375 11.296875 111.801437 11.296875 106.301437 C 11.296875 100.797531 15.757812 96.336594 21.261719 96.336594 C 26.761719 96.336594 31.222656 100.797531 31.222656 106.301437 Z M 31.222656 106.301437 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1274" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1278"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.47" + id="use1276" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1284"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.419" + id="use1280" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.419" + id="use1282" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.781906 C 31.222656 69.281906 26.761719 73.742844 21.261719 73.742844 C 15.757812 73.742844 11.296875 69.281906 11.296875 63.781906 C 11.296875 58.278 15.757812 53.817062 21.261719 53.817062 C 26.761719 53.817062 31.222656 58.278 31.222656 63.781906 Z M 31.222656 63.781906 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1286" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1290"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.906" + id="use1288" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1294"> + <use + xlink:href="#glyph3-0" + x="11.17" + y="137.977" + id="use1292" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1298"> + <use + xlink:href="#glyph1-1" + x="21.152" + y="137.977" + id="use1296" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.258469 C 31.222656 26.762375 26.761719 31.223312 21.261719 31.223312 C 15.757812 31.223312 11.296875 26.762375 11.296875 21.258469 C 11.296875 15.758469 15.757812 11.297531 21.261719 11.297531 C 26.761719 11.297531 31.222656 15.758469 31.222656 21.258469 Z M 31.222656 21.258469 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1300" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1306"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.509" + id="use1302" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.509" + id="use1304" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1310"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.209" + id="use1308" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.820969 C 73.742188 154.324875 69.28125 158.781906 63.78125 158.781906 C 58.277344 158.781906 53.816406 154.324875 53.816406 148.820969 C 53.816406 143.317062 58.277344 138.856125 63.78125 138.856125 C 69.28125 138.856125 73.742188 143.317062 73.742188 148.820969 Z M 73.742188 148.820969 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1312" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1316"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="43.95" + id="use1314" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1322"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.9" + id="use1318" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.9" + id="use1320" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.301437 C 73.742188 111.801437 69.28125 116.262375 63.78125 116.262375 C 58.277344 116.262375 53.816406 111.801437 53.816406 106.301437 C 53.816406 100.797531 58.277344 96.336594 63.78125 96.336594 C 69.28125 96.336594 73.742188 100.797531 73.742188 106.301437 Z M 73.742188 106.301437 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1324" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1328"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.387" + id="use1326" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1332"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="95.457" + id="use1330" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1336"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="95.457" + id="use1334" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.781906 C 73.742188 69.281906 69.28125 73.742844 63.78125 73.742844 C 58.277344 73.742844 53.816406 69.281906 53.816406 63.781906 C 53.816406 58.278 58.277344 53.817062 63.78125 53.817062 C 69.28125 53.817062 73.742188 58.278 73.742188 63.781906 Z M 73.742188 63.781906 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1338" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1342"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.906" + id="use1340" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1346"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="137.977" + id="use1344" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1350"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="137.977" + id="use1348" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.258469 C 73.742188 26.762375 69.28125 31.223312 63.78125 31.223312 C 58.277344 31.223312 53.816406 26.762375 53.816406 21.258469 C 53.816406 15.758469 58.277344 11.297531 63.78125 11.297531 C 69.28125 11.297531 73.742188 15.758469 73.742188 21.258469 Z M 73.742188 21.258469 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1352" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1358"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.426" + id="use1354" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.426" + id="use1356" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1362"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="180.496" + id="use1360" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1366"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="180.496" + id="use1364" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.820969 C 116.261719 154.324875 111.804688 158.781906 106.300781 158.781906 C 100.796875 158.781906 96.335938 154.324875 96.335938 148.820969 C 96.335938 143.317062 100.796875 138.856125 106.300781 138.856125 C 111.804688 138.856125 116.261719 143.317062 116.261719 148.820969 Z M 116.261719 148.820969 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1368" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1372"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="43.95" + id="use1370" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1376"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="52.937" + id="use1374" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1380"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="52.937" + id="use1378" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.301437 C 116.261719 111.801437 111.804688 116.262375 106.300781 116.262375 C 100.796875 116.262375 96.335938 111.801437 96.335938 106.301437 C 96.335938 100.797531 100.796875 96.336594 106.300781 96.336594 C 111.804688 96.336594 116.261719 100.797531 116.261719 106.301437 Z M 116.261719 106.301437 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1382" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1386"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.387" + id="use1384" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1390"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="95.457" + id="use1388" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1394"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="95.457" + id="use1392" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.781906 C 116.261719 69.281906 111.804688 73.742844 106.300781 73.742844 C 100.796875 73.742844 96.335938 69.281906 96.335938 63.781906 C 96.335938 58.278 100.796875 53.817062 106.300781 53.817062 C 111.804688 53.817062 116.261719 58.278 116.261719 63.781906 Z M 116.261719 63.781906 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1396" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1402"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.906" + id="use1398" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.906" + id="use1400" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1406"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="137.977" + id="use1404" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1410"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="137.977" + id="use1408" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.258469 C 116.261719 26.762375 111.804688 31.223312 106.300781 31.223312 C 100.796875 31.223312 96.335938 26.762375 96.335938 21.258469 C 96.335938 15.758469 100.796875 11.297531 106.300781 11.297531 C 111.804688 11.297531 116.261719 15.758469 116.261719 21.258469 Z M 116.261719 21.258469 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1412" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1418"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.509" + id="use1414" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.509" + id="use1416" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1422"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="180.496" + id="use1420" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1426"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="180.496" + id="use1424" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.820969 C 158.785156 154.324875 154.324219 158.781906 148.820312 158.781906 C 143.320312 158.781906 138.859375 154.324875 138.859375 148.820969 C 138.859375 143.317062 143.320312 138.856125 148.820312 138.856125 C 154.324219 138.856125 158.785156 143.317062 158.785156 148.820969 Z M 158.785156 148.820969 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1428" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1432"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.867" + id="use1430" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1436"> + <use + xlink:href="#glyph3-0" + x="138.729" + y="52.937" + id="use1434" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1440"> + <use + xlink:href="#glyph1-1" + x="148.711" + y="52.937" + id="use1438" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.301437 C 158.785156 111.801437 154.324219 116.262375 148.820312 116.262375 C 143.320312 116.262375 138.859375 111.801437 138.859375 106.301437 C 138.859375 100.797531 143.320312 96.336594 148.820312 96.336594 C 154.324219 96.336594 158.785156 100.797531 158.785156 106.301437 Z M 158.785156 106.301437 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1442" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1446"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.47" + id="use1444" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1450"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.17" + id="use1448" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.781906 C 158.785156 69.281906 154.324219 73.742844 148.820312 73.742844 C 143.320312 73.742844 138.859375 69.281906 138.859375 63.781906 C 138.859375 58.278 143.320312 53.817062 148.820312 53.817062 C 154.324219 53.817062 158.785156 58.278 158.785156 63.781906 Z M 158.785156 63.781906 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1452" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1458"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="128.989" + id="use1454" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="128.989" + id="use1456" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1462"> + <use + xlink:href="#glyph3-0" + x="138.729" + y="137.977" + id="use1460" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1466"> + <use + xlink:href="#glyph1-1" + x="148.711" + y="137.977" + id="use1464" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.258469 C 158.785156 26.762375 154.324219 31.223312 148.820312 31.223312 C 143.320312 31.223312 138.859375 26.762375 138.859375 21.258469 C 138.859375 15.758469 143.320312 11.297531 148.820312 11.297531 C 154.324219 11.297531 158.785156 15.758469 158.785156 21.258469 Z M 158.785156 21.258469 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1468" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1474"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.426" + id="use1470" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.426" + id="use1472" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1478"> + <use + xlink:href="#glyph3-0" + x="138.729" + y="180.496" + id="use1476" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1482"> + <use + xlink:href="#glyph1-1" + x="148.711" + y="180.496" + id="use1480" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.844406 L 31.933594 148.844406 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1484" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.073002 C -1.425258 1.295647 0.000417729 0.12755 0.387125 -0.00139109 C 0.000394526 -0.130263 -1.425491 -1.294197 -1.554468 -2.071529 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.80995)" + id="path1486" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g1492"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.721" + id="use1488" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.721" + id="use1490" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278 L 21.261719 138.168625 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1494" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.553603 2.071714 C -1.424696 1.29437 0.001085 0.130307 0.387804 0.00140125 C 0.001085 -0.131411 -1.424696 -1.295474 -1.553603 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.48546)" + id="path1496" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g1502"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.089" + id="use1498" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.089" + id="use1500" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1506"> + <use + xlink:href="#glyph1-1" + x="7.657" + y="18.622" + id="use1504" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1510"> + <use + xlink:href="#glyph0-10" + x="10.514" + y="9.534" + id="use1508" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 22.71875 182.836594 C 22.71875 188.3405 18.257812 192.801437 12.757812 192.801437 C 7.253906 192.801437 2.792969 188.3405 2.792969 182.836594 C 2.792969 177.336594 7.253906 172.875656 12.757812 172.875656 C 18.257812 172.875656 22.71875 177.336594 22.71875 182.836594 Z M 22.71875 182.836594 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1512" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1516"> + <use + xlink:href="#glyph1-1" + x="30.618" + y="18.622" + id="use1514" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1522"> + <use + xlink:href="#glyph0-4" + x="31.233" + y="9.534" + id="use1518" /> + <use + xlink:href="#glyph0-5" + x="35.7162" + y="9.534" + id="use1520" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 45.679688 182.836594 C 45.679688 188.3405 41.21875 192.801437 35.71875 192.801437 C 30.214844 192.801437 25.753906 188.3405 25.753906 182.836594 C 25.753906 177.336594 30.214844 172.875656 35.71875 172.875656 C 41.21875 172.875656 45.679688 177.336594 45.679688 182.836594 Z M 45.679688 182.836594 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1524" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1530"> + <use + xlink:href="#glyph2-1" + x="52.699" + y="19.809" + id="use1526" /> + <use + xlink:href="#glyph2-2" + x="58.6766" + y="19.809" + id="use1528" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1534"> + <use + xlink:href="#glyph0-4" + x="56.435" + y="9.534" + id="use1532" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 68.640625 182.836594 C 68.640625 188.3405 64.179688 192.801437 58.675781 192.801437 C 53.175781 192.801437 48.714844 188.3405 48.714844 182.836594 C 48.714844 177.336594 53.175781 172.875656 58.675781 172.875656 C 64.179688 172.875656 68.640625 177.336594 68.640625 182.836594 Z M 68.640625 182.836594 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1536" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g1542"> + <use + xlink:href="#glyph2-1" + x="75.659" + y="19.809" + id="use1538" /> + <use + xlink:href="#glyph2-2" + x="81.6366" + y="19.809" + id="use1540" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g1546"> + <use + xlink:href="#glyph0-2" + x="79.395" + y="9.534" + id="use1544" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 91.601562 182.836594 C 91.601562 188.3405 87.140625 192.801437 81.636719 192.801437 C 76.136719 192.801437 71.675781 188.3405 71.675781 182.836594 C 71.675781 177.336594 76.136719 172.875656 81.636719 172.875656 C 87.140625 172.875656 91.601562 177.336594 91.601562 182.836594 Z M 91.601562 182.836594 " + transform="matrix(1,0,0,-1,0,195.653)" + id="path1548" /> + </g> + <g + transform="translate(0.02282856,-0.08293239)" + id="g655"> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + y="134.10603" + x="56.584923" + height="0.82165372" + width="6.4689641" + id="rect527" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect529" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="176.60603" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + <rect + y="91.606018" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect567" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect569" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="134.10603" /> + <rect + y="176.60603" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect571" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="49.106022" + x="141.73045" + height="0.82165372" + width="6.4689641" + id="rect583" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="134.10603" + x="141.73045" + height="0.82165372" + width="6.4689641" + id="rect587" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect589" + width="6.4689641" + height="0.82165372" + x="141.73045" + y="176.60603" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect605" + width="6.4689641" + height="0.82165372" + x="14.584922" + y="134.10603" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_3.svg b/src/doc/img/ift_step_3.svg new file mode 100644 index 0000000000000000000000000000000000000000..45f6a4193ab55acb18e849fac7ff9cad47a93bc3 --- /dev/null +++ b/src/doc/img/ift_step_3.svg @@ -0,0 +1,1199 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.736pt" + viewBox="0 0 170.079 195.736" + version="1.1" + id="svg3682" + sodipodi:docname="ift_step_3.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata3686"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="545" + inkscape:window-height="72" + id="namedview3684" + showgrid="false" + inkscape:zoom="0.90427927" + inkscape:cx="113.386" + inkscape:cy="130.49066" + inkscape:window-x="820" + inkscape:window-y="373" + inkscape:window-maximized="0" + inkscape:current-layer="svg3682" /> + <defs + id="defs3297"> + <g + id="g3271"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path3214" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path3217" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path3220" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path3223" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path3226" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path3229" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path3232" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path3235" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path3238" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path3241" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path3244" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path3247" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path3250" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path3253" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path3256" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path3259" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-3"> + <path + style="stroke:none;" + d="M 3.140625 -8.234375 C 1.296875 -8.234375 0.34375 -6.765625 0.34375 -3.875 C 0.34375 -2.46875 0.59375 -1.265625 1.015625 -0.6875 C 1.4375 -0.09375 2.109375 0.234375 2.84375 0.234375 C 4.65625 0.234375 5.5625 -1.3125 5.5625 -4.375 C 5.5625 -7 4.78125 -8.234375 3.140625 -8.234375 Z M 2.921875 -7.8125 C 4.09375 -7.8125 4.546875 -6.640625 4.546875 -3.78125 C 4.546875 -1.234375 4.09375 -0.171875 3 -0.171875 C 1.84375 -0.171875 1.34375 -1.390625 1.34375 -4.296875 C 1.34375 -6.828125 1.796875 -7.8125 2.921875 -7.8125 Z M 2.921875 -7.8125 " + id="path3262" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-4"> + <path + style="stroke:none;" + d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 " + id="path3265" /> + </symbol> + <symbol + overflow="visible" + id="glyph3-0"> + <path + style="stroke:none;" + d="" + id="path3268" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 " + id="path3273" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 " + id="path3276" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 " + id="path3279" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path3282" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path3285" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path3288" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 " + id="path3291" /> + </clipPath> + <clipPath + id="clip8"> + <path + d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 " + id="path3294" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 " + id="path3299" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 " + id="path3301" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 " + id="path3303" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g3307"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 " + id="path3305" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 " + id="path3309" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 " + id="path3311" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 " + id="path3313" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g3317"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 " + id="path3315" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 " + id="path3319" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 " + id="path3321" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 " + id="path3323" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g3327"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 " + id="path3325" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g3331"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 " + id="path3329" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g3335"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 " + id="path3333" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g3339"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 " + id="path3337" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g3343"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 " + id="path3341" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3345" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3349"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.95" + id="use3347" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3353"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.733" + id="use3351" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3355" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3359"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.553" + id="use3357" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3365"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.502" + id="use3361" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.502" + id="use3363" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3367" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3371"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.989" + id="use3369" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3375"> + <use + xlink:href="#glyph3-0" + x="11.17" + y="138.06" + id="use3373" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3379"> + <use + xlink:href="#glyph1-1" + x="21.152" + y="138.06" + id="use3377" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3381" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3387"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.592" + id="use3383" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.592" + id="use3385" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3391"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.292" + id="use3389" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3393" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3397"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="44.033" + id="use3395" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3403"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.983" + id="use3399" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.983" + id="use3401" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3405" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3409"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.47" + id="use3407" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3413"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="95.54" + id="use3411" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3417"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="95.54" + id="use3415" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3419" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3423"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.989" + id="use3421" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3427"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="138.06" + id="use3425" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3431"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="138.06" + id="use3429" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3433" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3439"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.509" + id="use3435" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.509" + id="use3437" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3443"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="180.579" + id="use3441" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3447"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="180.579" + id="use3445" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3449" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3453"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="44.033" + id="use3451" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3457"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="53.02" + id="use3455" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3461"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="53.02" + id="use3459" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3463" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3467"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.47" + id="use3465" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3473"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="96.502" + id="use3469" /> + <use + xlink:href="#glyph2-3" + x="106.2996" + y="96.502" + id="use3471" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3475" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3481"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.989" + id="use3477" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.989" + id="use3479" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3485"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="138.06" + id="use3483" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3489"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="138.06" + id="use3487" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3491" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3497"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.592" + id="use3493" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.592" + id="use3495" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3501"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="180.579" + id="use3499" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3505"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="180.579" + id="use3503" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3507" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3511"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.95" + id="use3509" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3515"> + <use + xlink:href="#glyph2-2" + x="145.83" + y="53.893" + id="use3513" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 " + id="path3517" /> + <g + clip-path="url(#clip8)" + clip-rule="nonzero" + id="g3521"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3519" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3525"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.553" + id="use3523" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3529"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.253" + id="use3527" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3531" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3537"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="129.072" + id="use3533" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="129.072" + id="use3535" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3543"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="139.022" + id="use3539" /> + <use + xlink:href="#glyph2-4" + x="148.8186" + y="139.022" + id="use3541" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3545" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3551"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.509" + id="use3547" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.509" + id="use3549" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3555"> + <use + xlink:href="#glyph3-0" + x="138.729" + y="180.579" + id="use3553" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3559"> + <use + xlink:href="#glyph1-1" + x="148.711" + y="180.579" + id="use3557" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.845375 L 31.933594 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3561" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)" + id="path3563" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g3569"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.804" + id="use3565" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.804" + id="use3567" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278969 L 21.261719 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3571" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.56846)" + id="path3573" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g3579"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.172" + id="use3575" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.172" + id="use3577" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 138.876625 L 148.84375 116.986 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3581" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " + transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)" + id="path3583" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g3587"> + <use + xlink:href="#glyph0-6" + x="143.463" + y="71.172" + id="use3585" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 106.318031 L 138.167969 106.318031 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3589" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554383 2.07185 C -1.42543 1.294514 0.000420918 0.130538 0.387147 0.00165448 C 0.000436621 -0.131181 -1.425275 -1.295329 -1.554134 -2.072681 " + transform="matrix(1,0.00006,0.00006,-1,138.16754,89.4196)" + id="path3591" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g3597"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="96.53" + id="use3593" /> + <use + xlink:href="#glyph0-1" + x="127.5742" + y="96.53" + id="use3595" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 73.751625 L 148.84375 95.64225 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3599" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)" + id="path3601" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g3607"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="113.697" + id="use3603" /> + <use + xlink:href="#glyph0-9" + x="154.2222" + y="113.697" + id="use3605" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3611"> + <use + xlink:href="#glyph1-1" + x="7.657" + y="18.705" + id="use3609" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3617"> + <use + xlink:href="#glyph0-4" + x="8.273" + y="9.617" + id="use3613" /> + <use + xlink:href="#glyph0-5" + x="12.7562" + y="9.617" + id="use3615" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 22.71875 182.837562 C 22.71875 188.337562 18.257812 192.7985 12.757812 192.7985 C 7.253906 192.7985 2.792969 188.337562 2.792969 182.837562 C 2.792969 177.333656 7.253906 172.872719 12.757812 172.872719 C 18.257812 172.872719 22.71875 177.333656 22.71875 182.837562 Z M 22.71875 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3619" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3625"> + <use + xlink:href="#glyph2-1" + x="29.739" + y="19.892" + id="use3621" /> + <use + xlink:href="#glyph2-4" + x="35.7166" + y="19.892" + id="use3623" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3631"> + <use + xlink:href="#glyph0-4" + x="31.233" + y="9.617" + id="use3627" /> + <use + xlink:href="#glyph0-4" + x="35.7162" + y="9.617" + id="use3629" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 45.679688 182.837562 C 45.679688 188.337562 41.21875 192.7985 35.71875 192.7985 C 30.214844 192.7985 25.753906 188.337562 25.753906 182.837562 C 25.753906 177.333656 30.214844 172.872719 35.71875 172.872719 C 41.21875 172.872719 45.679688 177.333656 45.679688 182.837562 Z M 45.679688 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3633" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3639"> + <use + xlink:href="#glyph2-1" + x="52.699" + y="19.892" + id="use3635" /> + <use + xlink:href="#glyph2-2" + x="58.6766" + y="19.892" + id="use3637" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3643"> + <use + xlink:href="#glyph0-4" + x="56.435" + y="9.617" + id="use3641" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 68.640625 182.837562 C 68.640625 188.337562 64.179688 192.7985 58.675781 192.7985 C 53.175781 192.7985 48.714844 188.337562 48.714844 182.837562 C 48.714844 177.333656 53.175781 172.872719 58.675781 172.872719 C 64.179688 172.872719 68.640625 177.333656 68.640625 182.837562 Z M 68.640625 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3645" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3651"> + <use + xlink:href="#glyph2-1" + x="75.659" + y="19.892" + id="use3647" /> + <use + xlink:href="#glyph2-2" + x="81.6366" + y="19.892" + id="use3649" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3655"> + <use + xlink:href="#glyph0-2" + x="79.395" + y="9.617" + id="use3653" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 91.601562 182.837562 C 91.601562 188.337562 87.140625 192.7985 81.636719 192.7985 C 76.136719 192.7985 71.675781 188.337562 71.675781 182.837562 C 71.675781 177.333656 76.136719 172.872719 81.636719 172.872719 C 87.140625 172.872719 91.601562 177.333656 91.601562 182.837562 Z M 91.601562 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3657" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3663"> + <use + xlink:href="#glyph2-1" + x="98.62" + y="19.892" + id="use3659" /> + <use + xlink:href="#glyph2-3" + x="104.5976" + y="19.892" + id="use3661" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3667"> + <use + xlink:href="#glyph0-9" + x="102.356" + y="9.534" + id="use3665" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 114.5625 182.837562 C 114.5625 188.337562 110.101562 192.7985 104.597656 192.7985 C 99.097656 192.7985 94.636719 188.337562 94.636719 182.837562 C 94.636719 177.333656 99.097656 172.872719 104.597656 172.872719 C 110.101562 172.872719 114.5625 177.333656 114.5625 182.837562 Z M 114.5625 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3669" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g3673"> + <use + xlink:href="#glyph2-2" + x="124.569" + y="19.892" + id="use3671" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g3677"> + <use + xlink:href="#glyph0-8" + x="125.316" + y="9.534" + id="use3675" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 137.523438 182.837562 C 137.523438 188.337562 133.0625 192.7985 127.558594 192.7985 C 122.058594 192.7985 117.597656 188.337562 117.597656 182.837562 C 117.597656 177.333656 122.058594 172.872719 127.558594 172.872719 C 133.0625 172.872719 137.523438 177.333656 137.523438 182.837562 Z M 137.523438 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path3679" /> + </g> + <g + transform="translate(0.02282883,6.3540626e-5)" + id="g655"> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + y="134.10603" + x="56.584923" + height="0.82165372" + width="6.4689641" + id="rect527" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect529" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="176.60603" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect569" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="134.10603" /> + <rect + y="176.60603" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect571" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect589" + width="6.4689641" + height="0.82165372" + x="141.73045" + y="176.60603" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect605" + width="6.4689641" + height="0.82165372" + x="14.584922" + y="134.10603" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_4.svg b/src/doc/img/ift_step_4.svg new file mode 100644 index 0000000000000000000000000000000000000000..a87655f34a151844951ac5b3bac682effe205d88 --- /dev/null +++ b/src/doc/img/ift_step_4.svg @@ -0,0 +1,1289 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.736pt" + viewBox="0 0 170.079 195.736" + version="1.1" + id="svg4805" + sodipodi:docname="ift_step_4.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata4809"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="545" + inkscape:window-height="72" + id="namedview4807" + showgrid="false" + inkscape:zoom="0.90427927" + inkscape:cx="53.750239" + inkscape:cy="130.49066" + inkscape:window-x="820" + inkscape:window-y="447" + inkscape:window-maximized="0" + inkscape:current-layer="svg4805" /> + <defs + id="defs4382"> + <g + id="g4350"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path4293" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path4296" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path4299" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path4302" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path4305" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path4308" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path4311" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path4314" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path4317" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path4320" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path4323" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path4326" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path4329" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path4332" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path4335" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path4338" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-3"> + <path + style="stroke:none;" + d="M 3.140625 -8.234375 C 1.296875 -8.234375 0.34375 -6.765625 0.34375 -3.875 C 0.34375 -2.46875 0.59375 -1.265625 1.015625 -0.6875 C 1.4375 -0.09375 2.109375 0.234375 2.84375 0.234375 C 4.65625 0.234375 5.5625 -1.3125 5.5625 -4.375 C 5.5625 -7 4.78125 -8.234375 3.140625 -8.234375 Z M 2.921875 -7.8125 C 4.09375 -7.8125 4.546875 -6.640625 4.546875 -3.78125 C 4.546875 -1.234375 4.09375 -0.171875 3 -0.171875 C 1.84375 -0.171875 1.34375 -1.390625 1.34375 -4.296875 C 1.34375 -6.828125 1.796875 -7.8125 2.921875 -7.8125 Z M 2.921875 -7.8125 " + id="path4341" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-4"> + <path + style="stroke:none;" + d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 " + id="path4344" /> + </symbol> + <symbol + overflow="visible" + id="glyph3-0"> + <path + style="stroke:none;" + d="" + id="path4347" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 " + id="path4352" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 " + id="path4355" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 " + id="path4358" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path4361" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path4364" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path4367" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 " + id="path4370" /> + </clipPath> + <clipPath + id="clip8"> + <path + d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 " + id="path4373" /> + </clipPath> + <clipPath + id="clip9"> + <path + d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 " + id="path4376" /> + </clipPath> + <clipPath + id="clip10"> + <path + d="M 0 152 L 44 152 L 44 195.734375 L 0 195.734375 Z M 0 152 " + id="path4379" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 " + id="path4384" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 " + id="path4386" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 " + id="path4388" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g4392"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 " + id="path4390" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 " + id="path4394" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 " + id="path4396" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 " + id="path4398" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g4402"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 " + id="path4400" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 " + id="path4404" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 " + id="path4406" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 " + id="path4408" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g4412"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 " + id="path4410" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g4416"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 " + id="path4414" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g4420"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 " + id="path4418" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g4424"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 " + id="path4422" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g4428"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 " + id="path4426" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4430" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4434"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.95" + id="use4432" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4438"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.733" + id="use4436" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4440" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4444"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.553" + id="use4442" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4450"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.502" + id="use4446" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.502" + id="use4448" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4452" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4456"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.989" + id="use4454" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4462"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="139.022" + id="use4458" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="139.022" + id="use4460" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 " + id="path4464" /> + <g + clip-path="url(#clip8)" + clip-rule="nonzero" + id="g4468"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4466" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4474"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.592" + id="use4470" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.592" + id="use4472" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4478"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.292" + id="use4476" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4480" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4484"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="44.033" + id="use4482" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4490"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.983" + id="use4486" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.983" + id="use4488" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4492" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4496"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.47" + id="use4494" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4500"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="95.54" + id="use4498" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4504"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="95.54" + id="use4502" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4506" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4510"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.989" + id="use4508" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4514"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="138.06" + id="use4512" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4518"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="138.06" + id="use4516" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4520" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4526"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.509" + id="use4522" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.509" + id="use4524" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4532"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="181.542" + id="use4528" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="181.542" + id="use4530" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4534" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4538"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="44.033" + id="use4536" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4542"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="53.02" + id="use4540" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4546"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="53.02" + id="use4544" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4548" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4552"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.47" + id="use4550" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4558"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="96.502" + id="use4554" /> + <use + xlink:href="#glyph2-3" + x="106.2996" + y="96.502" + id="use4556" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4560" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4566"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.989" + id="use4562" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.989" + id="use4564" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4570"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="138.06" + id="use4568" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4574"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="138.06" + id="use4572" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4576" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4582"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.592" + id="use4578" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.592" + id="use4580" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4586"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="180.579" + id="use4584" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4590"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="180.579" + id="use4588" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4592" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4596"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.95" + id="use4594" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4600"> + <use + xlink:href="#glyph2-2" + x="145.83" + y="53.893" + id="use4598" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 " + id="path4602" /> + <g + clip-path="url(#clip9)" + clip-rule="nonzero" + id="g4606"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4604" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4610"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.553" + id="use4608" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4614"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.253" + id="use4612" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4616" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4622"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="129.072" + id="use4618" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="129.072" + id="use4620" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4628"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="139.022" + id="use4624" /> + <use + xlink:href="#glyph2-4" + x="148.8186" + y="139.022" + id="use4626" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4630" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4636"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.509" + id="use4632" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.509" + id="use4634" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4640"> + <use + xlink:href="#glyph3-0" + x="138.729" + y="180.579" + id="use4638" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4644"> + <use + xlink:href="#glyph1-1" + x="148.711" + y="180.579" + id="use4642" /> + </g> + <g + clip-path="url(#clip10)" + clip-rule="nonzero" + id="g4648"> + <path + style="fill:none;stroke-width:0.85039;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4646" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.845375 L 31.933594 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4650" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)" + id="path4652" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4658"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.804" + id="use4654" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.804" + id="use4656" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278969 L 21.261719 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4660" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.56846)" + id="path4662" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4668"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.172" + id="use4664" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.172" + id="use4666" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 138.876625 L 148.84375 116.986 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4670" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " + transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)" + id="path4672" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4676"> + <use + xlink:href="#glyph0-6" + x="143.463" + y="71.172" + id="use4674" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 106.318031 L 138.167969 106.318031 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4678" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554383 2.07185 C -1.42543 1.294514 0.000420918 0.130538 0.387147 0.00165448 C 0.000436621 -0.131181 -1.425275 -1.295329 -1.554134 -2.072681 " + transform="matrix(1,0.00006,0.00006,-1,138.16754,89.4196)" + id="path4680" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4686"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="96.53" + id="use4682" /> + <use + xlink:href="#glyph0-1" + x="127.5742" + y="96.53" + id="use4684" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 73.751625 L 148.84375 95.64225 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4688" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)" + id="path4690" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4696"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="113.697" + id="use4692" /> + <use + xlink:href="#glyph0-9" + x="154.2222" + y="113.697" + id="use4694" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 53.825844 L 21.261719 31.935219 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4698" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " + transform="matrix(0,1,1,0,21.26312,163.802)" + id="path4700" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4706"> + <use + xlink:href="#glyph0-4" + x="11.4" + y="156.222" + id="use4702" /> + <use + xlink:href="#glyph0-6" + x="15.8832" + y="156.222" + id="use4704" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 21.263344 L 31.933594 21.263344 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4708" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " + transform="matrix(-1,0,0,1,31.934,174.47288)" + id="path4710" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g4716"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="173.384" + id="use4712" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="173.384" + id="use4714" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4722"> + <use + xlink:href="#glyph2-1" + x="6.778" + y="19.892" + id="use4718" /> + <use + xlink:href="#glyph2-4" + x="12.7556" + y="19.892" + id="use4720" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4728"> + <use + xlink:href="#glyph0-4" + x="8.273" + y="9.617" + id="use4724" /> + <use + xlink:href="#glyph0-4" + x="12.7562" + y="9.617" + id="use4726" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 22.71875 182.837562 C 22.71875 188.337562 18.257812 192.7985 12.757812 192.7985 C 7.253906 192.7985 2.792969 188.337562 2.792969 182.837562 C 2.792969 177.333656 7.253906 172.872719 12.757812 172.872719 C 18.257812 172.872719 22.71875 177.333656 22.71875 182.837562 Z M 22.71875 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4730" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4736"> + <use + xlink:href="#glyph2-1" + x="29.739" + y="19.892" + id="use4732" /> + <use + xlink:href="#glyph2-2" + x="35.7166" + y="19.892" + id="use4734" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4740"> + <use + xlink:href="#glyph0-4" + x="33.475" + y="9.617" + id="use4738" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 45.679688 182.837562 C 45.679688 188.337562 41.21875 192.7985 35.71875 192.7985 C 30.214844 192.7985 25.753906 188.337562 25.753906 182.837562 C 25.753906 177.333656 30.214844 172.872719 35.71875 172.872719 C 41.21875 172.872719 45.679688 177.333656 45.679688 182.837562 Z M 45.679688 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4742" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4748"> + <use + xlink:href="#glyph2-1" + x="52.699" + y="19.892" + id="use4744" /> + <use + xlink:href="#glyph2-2" + x="58.6766" + y="19.892" + id="use4746" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4752"> + <use + xlink:href="#glyph0-2" + x="56.435" + y="9.617" + id="use4750" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 68.640625 182.837562 C 68.640625 188.337562 64.179688 192.7985 58.675781 192.7985 C 53.175781 192.7985 48.714844 188.337562 48.714844 182.837562 C 48.714844 177.333656 53.175781 172.872719 58.675781 172.872719 C 64.179688 172.872719 68.640625 177.333656 68.640625 182.837562 Z M 68.640625 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4754" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4760"> + <use + xlink:href="#glyph2-1" + x="75.659" + y="19.892" + id="use4756" /> + <use + xlink:href="#glyph2-2" + x="81.6366" + y="19.892" + id="use4758" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4764"> + <use + xlink:href="#glyph0-3" + x="79.395" + y="9.534" + id="use4762" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 91.601562 182.837562 C 91.601562 188.337562 87.140625 192.7985 81.636719 192.7985 C 76.136719 192.7985 71.675781 188.337562 71.675781 182.837562 C 71.675781 177.333656 76.136719 172.872719 81.636719 172.872719 C 87.140625 172.872719 91.601562 177.333656 91.601562 182.837562 Z M 91.601562 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4766" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4772"> + <use + xlink:href="#glyph2-1" + x="98.62" + y="19.892" + id="use4768" /> + <use + xlink:href="#glyph2-2" + x="104.5976" + y="19.892" + id="use4770" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4778"> + <use + xlink:href="#glyph0-4" + x="100.114" + y="9.534" + id="use4774" /> + <use + xlink:href="#glyph0-8" + x="104.5972" + y="9.534" + id="use4776" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 114.5625 182.837562 C 114.5625 188.337562 110.101562 192.7985 104.597656 192.7985 C 99.097656 192.7985 94.636719 188.337562 94.636719 182.837562 C 94.636719 177.333656 99.097656 172.872719 104.597656 172.872719 C 110.101562 172.872719 114.5625 177.333656 114.5625 182.837562 Z M 114.5625 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4780" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4786"> + <use + xlink:href="#glyph2-1" + x="121.58" + y="19.892" + id="use4782" /> + <use + xlink:href="#glyph2-3" + x="127.5576" + y="19.892" + id="use4784" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4790"> + <use + xlink:href="#glyph0-9" + x="125.316" + y="9.534" + id="use4788" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 137.523438 182.837562 C 137.523438 188.337562 133.0625 192.7985 127.558594 192.7985 C 122.058594 192.7985 117.597656 188.337562 117.597656 182.837562 C 117.597656 177.333656 122.058594 172.872719 127.558594 172.872719 C 133.0625 172.872719 137.523438 177.333656 137.523438 182.837562 Z M 137.523438 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4792" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g4796"> + <use + xlink:href="#glyph2-2" + x="147.529" + y="19.892" + id="use4794" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g4800"> + <use + xlink:href="#glyph0-8" + x="148.276" + y="9.534" + id="use4798" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 160.484375 182.837562 C 160.484375 188.337562 156.023438 192.7985 150.519531 192.7985 C 145.019531 192.7985 140.558594 188.337562 140.558594 182.837562 C 140.558594 177.333656 145.019531 172.872719 150.519531 172.872719 C 156.023438 172.872719 160.484375 177.333656 160.484375 182.837562 Z M 160.484375 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path4802" /> + </g> + <g + transform="translate(0.02282883,6.3540626e-5)" + id="g655"> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + y="134.10603" + x="56.584923" + height="0.82165372" + width="6.4689641" + id="rect527" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect569" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="134.10603" /> + <rect + y="176.60603" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect571" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect589" + width="6.4689641" + height="0.82165372" + x="141.73045" + y="176.60603" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_5.svg b/src/doc/img/ift_step_5.svg new file mode 100644 index 0000000000000000000000000000000000000000..23c15a371a1434e563081e342b59a490fdce695d --- /dev/null +++ b/src/doc/img/ift_step_5.svg @@ -0,0 +1,1358 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.736pt" + viewBox="0 0 170.079 195.736" + version="1.1" + id="svg5986" + sodipodi:docname="ift_step_5.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata5990"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="545" + inkscape:window-height="72" + id="namedview5988" + showgrid="false" + inkscape:zoom="0.90427927" + inkscape:cx="37.530753" + inkscape:cy="130.49066" + inkscape:window-x="820" + inkscape:window-y="521" + inkscape:window-maximized="0" + inkscape:current-layer="svg5986" /> + <defs + id="defs5531"> + <g + id="g5496"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path5439" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path5442" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path5445" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path5448" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path5451" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path5454" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path5457" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path5460" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path5463" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path5466" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path5469" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path5472" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path5475" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path5478" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path5481" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path5484" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-3"> + <path + style="stroke:none;" + d="M 3.140625 -8.234375 C 1.296875 -8.234375 0.34375 -6.765625 0.34375 -3.875 C 0.34375 -2.46875 0.59375 -1.265625 1.015625 -0.6875 C 1.4375 -0.09375 2.109375 0.234375 2.84375 0.234375 C 4.65625 0.234375 5.5625 -1.3125 5.5625 -4.375 C 5.5625 -7 4.78125 -8.234375 3.140625 -8.234375 Z M 2.921875 -7.8125 C 4.09375 -7.8125 4.546875 -6.640625 4.546875 -3.78125 C 4.546875 -1.234375 4.09375 -0.171875 3 -0.171875 C 1.84375 -0.171875 1.34375 -1.390625 1.34375 -4.296875 C 1.34375 -6.828125 1.796875 -7.8125 2.921875 -7.8125 Z M 2.921875 -7.8125 " + id="path5487" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-4"> + <path + style="stroke:none;" + d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 " + id="path5490" /> + </symbol> + <symbol + overflow="visible" + id="glyph3-0"> + <path + style="stroke:none;" + d="" + id="path5493" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 " + id="path5498" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 " + id="path5501" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 " + id="path5504" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path5507" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path5510" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path5513" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 " + id="path5516" /> + </clipPath> + <clipPath + id="clip8"> + <path + d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 " + id="path5519" /> + </clipPath> + <clipPath + id="clip9"> + <path + d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 " + id="path5522" /> + </clipPath> + <clipPath + id="clip10"> + <path + d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 " + id="path5525" /> + </clipPath> + <clipPath + id="clip11"> + <path + d="M 141 0 L 170.078125 0 L 170.078125 29 L 141 29 Z M 141 0 " + id="path5528" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 " + id="path5533" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 " + id="path5535" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 " + id="path5537" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g5541"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 " + id="path5539" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 " + id="path5543" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 " + id="path5545" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 " + id="path5547" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g5551"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 " + id="path5549" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 " + id="path5553" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 " + id="path5555" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 " + id="path5557" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g5561"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 " + id="path5559" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g5565"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 " + id="path5563" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g5569"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 " + id="path5567" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g5573"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 " + id="path5571" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g5577"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 " + id="path5575" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5579" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5583"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.95" + id="use5581" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5587"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.733" + id="use5585" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5589" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5593"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.553" + id="use5591" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5599"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.502" + id="use5595" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.502" + id="use5597" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5601" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5605"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.989" + id="use5603" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5611"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="139.022" + id="use5607" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="139.022" + id="use5609" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 " + id="path5613" /> + <g + clip-path="url(#clip8)" + clip-rule="nonzero" + id="g5617"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5615" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5623"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.592" + id="use5619" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.592" + id="use5621" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5627"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.292" + id="use5625" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5629" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5633"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="44.033" + id="use5631" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5639"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.983" + id="use5635" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.983" + id="use5637" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5641" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5645"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.47" + id="use5643" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5649"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="95.54" + id="use5647" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5653"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="95.54" + id="use5651" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5655" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5659"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.989" + id="use5657" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5663"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="138.06" + id="use5661" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5667"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="138.06" + id="use5665" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5669" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5675"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.509" + id="use5671" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.509" + id="use5673" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5681"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="181.542" + id="use5677" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="181.542" + id="use5679" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5683" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5687"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="44.033" + id="use5685" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5691"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="53.02" + id="use5689" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5695"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="53.02" + id="use5693" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5697" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5701"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.47" + id="use5699" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5707"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="96.502" + id="use5703" /> + <use + xlink:href="#glyph2-3" + x="106.2996" + y="96.502" + id="use5705" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5709" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5715"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.989" + id="use5711" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.989" + id="use5713" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5721"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="139.022" + id="use5717" /> + <use + xlink:href="#glyph2-4" + x="106.2996" + y="139.022" + id="use5719" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5723" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5729"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.592" + id="use5725" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.592" + id="use5727" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5733"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="180.579" + id="use5731" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5737"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="180.579" + id="use5735" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5739" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5743"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.95" + id="use5741" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5747"> + <use + xlink:href="#glyph2-2" + x="145.83" + y="53.893" + id="use5745" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 " + id="path5749" /> + <g + clip-path="url(#clip9)" + clip-rule="nonzero" + id="g5753"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5751" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5757"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.553" + id="use5755" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5761"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.253" + id="use5759" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 " + id="path5763" /> + <g + clip-path="url(#clip10)" + clip-rule="nonzero" + id="g5767"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5765" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5773"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="129.072" + id="use5769" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="129.072" + id="use5771" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5779"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="139.022" + id="use5775" /> + <use + xlink:href="#glyph2-4" + x="148.8186" + y="139.022" + id="use5777" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5781" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5787"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.509" + id="use5783" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.509" + id="use5785" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5793"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="181.542" + id="use5789" /> + <use + xlink:href="#glyph2-4" + x="148.8186" + y="181.542" + id="use5791" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.845375 L 31.933594 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5795" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)" + id="path5797" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5803"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.804" + id="use5799" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.804" + id="use5801" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278969 L 21.261719 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5805" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.56846)" + id="path5807" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5813"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.172" + id="use5809" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.172" + id="use5811" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 138.876625 L 148.84375 116.986 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5815" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " + transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)" + id="path5817" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5821"> + <use + xlink:href="#glyph0-6" + x="143.463" + y="71.172" + id="use5819" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 106.318031 L 138.167969 106.318031 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5823" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554383 2.07185 C -1.42543 1.294514 0.000420918 0.130538 0.387147 0.00165448 C 0.000436621 -0.131181 -1.425275 -1.295329 -1.554134 -2.072681 " + transform="matrix(1,0.00006,0.00006,-1,138.16754,89.4196)" + id="path5825" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5831"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="96.53" + id="use5827" /> + <use + xlink:href="#glyph0-1" + x="127.5742" + y="96.53" + id="use5829" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 73.751625 L 148.84375 95.64225 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5833" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)" + id="path5835" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5841"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="113.697" + id="use5837" /> + <use + xlink:href="#glyph0-9" + x="154.2222" + y="113.697" + id="use5839" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 53.825844 L 21.261719 31.935219 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5843" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " + transform="matrix(0,1,1,0,21.26312,163.802)" + id="path5845" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5851"> + <use + xlink:href="#glyph0-4" + x="11.4" + y="156.222" + id="use5847" /> + <use + xlink:href="#glyph0-6" + x="15.8832" + y="156.222" + id="use5849" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 21.263344 L 31.933594 21.263344 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5853" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " + transform="matrix(-1,0,0,1,31.934,174.47288)" + id="path5855" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5861"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="173.384" + id="use5857" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="173.384" + id="use5859" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 63.790687 L 138.167969 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5863" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)" + id="path5865" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5871"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="139.057" + id="use5867" /> + <use + xlink:href="#glyph0-10" + x="127.5742" + y="139.057" + id="use5869" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 31.228187 L 148.84375 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5873" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)" + id="path5875" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g5881"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="156.305" + id="use5877" /> + <use + xlink:href="#glyph0-10" + x="154.2222" + y="156.305" + id="use5879" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5887"> + <use + xlink:href="#glyph2-1" + x="5.503" + y="19.892" + id="use5883" /> + <use + xlink:href="#glyph2-4" + x="11.4806" + y="19.892" + id="use5885" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5893"> + <use + xlink:href="#glyph0-4" + x="6.997" + y="9.534" + id="use5889" /> + <use + xlink:href="#glyph0-1" + x="11.4802" + y="9.534" + id="use5891" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.445312 182.837562 C 21.445312 188.337562 16.984375 192.7985 11.480469 192.7985 C 5.976562 192.7985 1.519531 188.337562 1.519531 182.837562 C 1.519531 177.333656 5.976562 172.872719 11.480469 172.872719 C 16.984375 172.872719 21.445312 177.333656 21.445312 182.837562 Z M 21.445312 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5895" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5901"> + <use + xlink:href="#glyph2-1" + x="26.338" + y="19.892" + id="use5897" /> + <use + xlink:href="#glyph2-4" + x="32.3156" + y="19.892" + id="use5899" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5907"> + <use + xlink:href="#glyph0-4" + x="27.832" + y="9.534" + id="use5903" /> + <use + xlink:href="#glyph0-6" + x="32.3152" + y="9.534" + id="use5905" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 42.277344 182.837562 C 42.277344 188.337562 37.816406 192.7985 32.316406 192.7985 C 26.8125 192.7985 22.351562 188.337562 22.351562 182.837562 C 22.351562 177.333656 26.8125 172.872719 32.316406 172.872719 C 37.816406 172.872719 42.277344 177.333656 42.277344 182.837562 Z M 42.277344 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5909" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5915"> + <use + xlink:href="#glyph2-1" + x="47.173" + y="19.892" + id="use5911" /> + <use + xlink:href="#glyph2-2" + x="53.1506" + y="19.892" + id="use5913" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5919"> + <use + xlink:href="#glyph0-4" + x="50.909" + y="9.617" + id="use5917" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 63.113281 182.837562 C 63.113281 188.337562 58.652344 192.7985 53.152344 192.7985 C 47.648438 192.7985 43.1875 188.337562 43.1875 182.837562 C 43.1875 177.333656 47.648438 172.872719 53.152344 172.872719 C 58.652344 172.872719 63.113281 177.333656 63.113281 182.837562 Z M 63.113281 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5921" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5927"> + <use + xlink:href="#glyph2-1" + x="68.008" + y="19.892" + id="use5923" /> + <use + xlink:href="#glyph2-2" + x="73.9856" + y="19.892" + id="use5925" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5931"> + <use + xlink:href="#glyph0-2" + x="71.744" + y="9.617" + id="use5929" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 83.949219 182.837562 C 83.949219 188.337562 79.488281 192.7985 73.984375 192.7985 C 68.484375 192.7985 64.023438 188.337562 64.023438 182.837562 C 64.023438 177.333656 68.484375 172.872719 73.984375 172.872719 C 79.488281 172.872719 83.949219 177.333656 83.949219 182.837562 Z M 83.949219 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5933" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5939"> + <use + xlink:href="#glyph2-1" + x="88.842" + y="19.892" + id="use5935" /> + <use + xlink:href="#glyph2-2" + x="94.8196" + y="19.892" + id="use5937" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5943"> + <use + xlink:href="#glyph0-3" + x="92.578" + y="9.534" + id="use5941" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 104.785156 182.837562 C 104.785156 188.337562 100.324219 192.7985 94.820312 192.7985 C 89.320312 192.7985 84.859375 188.337562 84.859375 182.837562 C 84.859375 177.333656 89.320312 172.872719 94.820312 172.872719 C 100.324219 172.872719 104.785156 177.333656 104.785156 182.837562 Z M 104.785156 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5945" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5951"> + <use + xlink:href="#glyph2-1" + x="109.677" + y="19.892" + id="use5947" /> + <use + xlink:href="#glyph2-2" + x="115.6546" + y="19.892" + id="use5949" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5957"> + <use + xlink:href="#glyph0-4" + x="111.172" + y="9.534" + id="use5953" /> + <use + xlink:href="#glyph0-8" + x="115.6552" + y="9.534" + id="use5955" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 125.617188 182.837562 C 125.617188 188.337562 121.160156 192.7985 115.65625 192.7985 C 110.152344 192.7985 105.695312 188.337562 105.695312 182.837562 C 105.695312 177.333656 110.152344 172.872719 115.65625 172.872719 C 121.160156 172.872719 125.617188 177.333656 125.617188 182.837562 Z M 125.617188 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5959" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5965"> + <use + xlink:href="#glyph2-1" + x="130.512" + y="19.892" + id="use5961" /> + <use + xlink:href="#glyph2-3" + x="136.4896" + y="19.892" + id="use5963" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5969"> + <use + xlink:href="#glyph0-9" + x="134.248" + y="9.534" + id="use5967" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 146.453125 182.837562 C 146.453125 188.337562 141.992188 192.7985 136.492188 192.7985 C 130.988281 192.7985 126.527344 188.337562 126.527344 182.837562 C 126.527344 177.333656 130.988281 172.872719 136.492188 172.872719 C 141.992188 172.872719 146.453125 177.333656 146.453125 182.837562 Z M 146.453125 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5971" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g5975"> + <use + xlink:href="#glyph2-2" + x="154.336" + y="19.892" + id="use5973" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g5979"> + <use + xlink:href="#glyph0-8" + x="155.083" + y="9.534" + id="use5977" /> + </g> + <g + clip-path="url(#clip11)" + clip-rule="nonzero" + id="g5983"> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 167.289062 182.837562 C 167.289062 188.337562 162.828125 192.7985 157.328125 192.7985 C 151.824219 192.7985 147.363281 188.337562 147.363281 182.837562 C 147.363281 177.333656 151.824219 172.872719 157.328125 172.872719 C 162.828125 172.872719 167.289062 177.333656 167.289062 182.837562 Z M 167.289062 182.837562 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path5981" /> + </g> + </g> + <g + transform="translate(-0.72717022,6.3540626e-5)" + id="g655"> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + y="134.10603" + x="56.584923" + height="0.82165372" + width="6.4689641" + id="rect527" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + <rect + y="176.60603" + x="99.375992" + height="0.82165372" + width="6.4689641" + id="rect571" + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_6.svg b/src/doc/img/ift_step_6.svg new file mode 100644 index 0000000000000000000000000000000000000000..18e5e7a70f74504a41167821a45fc72e3aa9ddec --- /dev/null +++ b/src/doc/img/ift_step_6.svg @@ -0,0 +1,1405 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.736pt" + viewBox="0 0 170.079 195.736" + version="1.1" + id="svg7224" + sodipodi:docname="ift_step_6.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata7228"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="768" + id="namedview7226" + showgrid="false" + inkscape:zoom="2.1158722" + inkscape:cx="113.386" + inkscape:cy="130.49066" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="svg7224" /> + <defs + id="defs6747"> + <g + id="g6712"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path6652" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path6655" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path6658" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path6661" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path6664" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path6667" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path6670" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path6673" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path6676" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path6679" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path6682" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path6685" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path6688" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path6691" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path6694" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path6697" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-3"> + <path + style="stroke:none;" + d="M 0.671875 -0.125 L 0.78125 0.03125 C 1.25 0 1.25 0 1.328125 0 C 1.40625 0 1.40625 0 1.875 0.03125 C 2.375 -1.265625 2.96875 -2.515625 3.75 -3.9375 L 5.9375 -7.875 L 5.9375 -8.234375 C 4.65625 -8.1875 4.234375 -8.171875 3.265625 -8.171875 C 2.390625 -8.171875 1.8125 -8.1875 0.640625 -8.234375 L 0.53125 -8.171875 C 0.5625 -7.046875 0.5625 -7.046875 0.5625 -6.921875 C 0.5625 -6.796875 0.5625 -6.796875 0.53125 -5.703125 L 0.890625 -5.703125 L 0.96875 -6.375 C 1.0625 -7.109375 1.140625 -7.203125 1.703125 -7.203125 L 4.890625 -7.203125 C 4.40625 -6.234375 4.046875 -5.53125 3.578125 -4.8125 Z M 0.671875 -0.125 " + id="path6700" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-4"> + <path + style="stroke:none;" + d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 " + id="path6703" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-5"> + <path + style="stroke:none;" + d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 " + id="path6706" /> + </symbol> + <symbol + overflow="visible" + id="glyph3-0"> + <path + style="stroke:none;" + d="" + id="path6709" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 " + id="path6714" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 " + id="path6717" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 " + id="path6720" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path6723" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path6726" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path6729" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 " + id="path6732" /> + </clipPath> + <clipPath + id="clip8"> + <path + d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 " + id="path6735" /> + </clipPath> + <clipPath + id="clip9"> + <path + d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 " + id="path6738" /> + </clipPath> + <clipPath + id="clip10"> + <path + d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 " + id="path6741" /> + </clipPath> + <clipPath + id="clip11"> + <path + d="M 145 0 L 170.078125 0 L 170.078125 27 L 145 27 Z M 145 0 " + id="path6744" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 " + id="path6749" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 " + id="path6751" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 " + id="path6753" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g6757"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 " + id="path6755" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 " + id="path6759" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 " + id="path6761" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 " + id="path6763" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g6767"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 " + id="path6765" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 " + id="path6769" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 " + id="path6771" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 " + id="path6773" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g6777"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 " + id="path6775" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g6781"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 " + id="path6779" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g6785"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 " + id="path6783" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g6789"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 " + id="path6787" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g6793"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 " + id="path6791" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6795" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6799"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.95" + id="use6797" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6803"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.733" + id="use6801" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6805" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6809"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.553" + id="use6807" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6815"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.502" + id="use6811" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.502" + id="use6813" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6817" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6821"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.989" + id="use6819" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6827"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="139.022" + id="use6823" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="139.022" + id="use6825" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 " + id="path6829" /> + <g + clip-path="url(#clip8)" + clip-rule="nonzero" + id="g6833"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6831" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6839"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.592" + id="use6835" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.592" + id="use6837" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6843"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.292" + id="use6841" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6845" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6849"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="44.033" + id="use6847" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6855"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.983" + id="use6851" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.983" + id="use6853" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6857" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6861"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.47" + id="use6859" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6865"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="95.54" + id="use6863" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6869"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="95.54" + id="use6867" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6871" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6875"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.989" + id="use6873" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6879"> + <use + xlink:href="#glyph2-3" + x="60.791" + y="138.992" + id="use6877" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6881" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6887"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.509" + id="use6883" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.509" + id="use6885" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6893"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="181.542" + id="use6889" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="181.542" + id="use6891" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6895" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6899"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="44.033" + id="use6897" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6903"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="53.02" + id="use6901" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6907"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="53.02" + id="use6905" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6909" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6913"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.47" + id="use6911" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6919"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="96.502" + id="use6915" /> + <use + xlink:href="#glyph2-4" + x="106.2996" + y="96.502" + id="use6917" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6921" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6927"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.989" + id="use6923" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.989" + id="use6925" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6933"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="139.022" + id="use6929" /> + <use + xlink:href="#glyph2-5" + x="106.2996" + y="139.022" + id="use6931" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6935" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6941"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.592" + id="use6937" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.592" + id="use6939" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6947"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="181.542" + id="use6943" /> + <use + xlink:href="#glyph2-2" + x="106.2996" + y="181.542" + id="use6945" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6949" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6953"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.95" + id="use6951" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6957"> + <use + xlink:href="#glyph2-2" + x="145.83" + y="53.893" + id="use6955" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 " + id="path6959" /> + <g + clip-path="url(#clip9)" + clip-rule="nonzero" + id="g6963"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6961" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6967"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.553" + id="use6965" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6971"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.253" + id="use6969" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 " + id="path6973" /> + <g + clip-path="url(#clip10)" + clip-rule="nonzero" + id="g6977"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6975" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6983"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="129.072" + id="use6979" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="129.072" + id="use6981" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g6989"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="139.022" + id="use6985" /> + <use + xlink:href="#glyph2-5" + x="148.8186" + y="139.022" + id="use6987" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path6991" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g6997"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.509" + id="use6993" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.509" + id="use6995" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7003"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="181.542" + id="use6999" /> + <use + xlink:href="#glyph2-5" + x="148.8186" + y="181.542" + id="use7001" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.845375 L 31.933594 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7005" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)" + id="path7007" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7013"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.804" + id="use7009" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.804" + id="use7011" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278969 L 21.261719 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7015" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.56846)" + id="path7017" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7023"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.172" + id="use7019" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.172" + id="use7021" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 138.876625 L 148.84375 116.986 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7025" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " + transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)" + id="path7027" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7031"> + <use + xlink:href="#glyph0-6" + x="143.463" + y="71.172" + id="use7029" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.316406 96.349281 L 106.316406 74.458656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7033" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " + transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)" + id="path7035" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7041"> + <use + xlink:href="#glyph0-4" + x="96.453" + y="113.697" + id="use7037" /> + <use + xlink:href="#glyph0-8" + x="100.9362" + y="113.697" + id="use7039" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 73.751625 L 148.84375 95.64225 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7043" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)" + id="path7045" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7051"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="113.697" + id="use7047" /> + <use + xlink:href="#glyph0-9" + x="154.2222" + y="113.697" + id="use7049" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 53.825844 L 21.261719 31.935219 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7053" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " + transform="matrix(0,1,1,0,21.26312,163.802)" + id="path7055" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7061"> + <use + xlink:href="#glyph0-4" + x="11.4" + y="156.222" + id="use7057" /> + <use + xlink:href="#glyph0-6" + x="15.8832" + y="156.222" + id="use7059" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 21.263344 L 31.933594 21.263344 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7063" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " + transform="matrix(-1,0,0,1,31.934,174.47288)" + id="path7065" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7071"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="173.384" + id="use7067" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="173.384" + id="use7069" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 63.790687 L 138.167969 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7073" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)" + id="path7075" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7081"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="139.057" + id="use7077" /> + <use + xlink:href="#glyph0-10" + x="127.5742" + y="139.057" + id="use7079" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 31.228187 L 148.84375 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7083" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)" + id="path7085" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7091"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="156.305" + id="use7087" /> + <use + xlink:href="#glyph0-10" + x="154.2222" + y="156.305" + id="use7089" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.753906 63.790687 L 95.640625 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7093" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552338 2.071173 C -1.423409 1.293834 -0.00149889 0.129814 0.38913 0.000919174 C -0.00149116 -0.127999 -1.423331 -1.29601 -1.552214 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,95.64212,131.94622)" + id="path7095" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7099"> + <use + xlink:href="#glyph0-10" + x="82.808" + y="139.057" + id="use7097" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.316406 31.228187 L 106.316406 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7101" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " + transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)" + id="path7103" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g7109"> + <use + xlink:href="#glyph0-4" + x="107.213" + y="156.222" + id="use7105" /> + <use + xlink:href="#glyph0-6" + x="111.6962" + y="156.222" + id="use7107" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7115"> + <use + xlink:href="#glyph2-1" + x="4.652" + y="19.892" + id="use7111" /> + <use + xlink:href="#glyph2-5" + x="10.6296" + y="19.892" + id="use7113" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7121"> + <use + xlink:href="#glyph0-4" + x="6.147" + y="9.534" + id="use7117" /> + <use + xlink:href="#glyph0-6" + x="10.6302" + y="9.534" + id="use7119" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7123" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7129"> + <use + xlink:href="#glyph2-1" + x="23.361" + y="19.892" + id="use7125" /> + <use + xlink:href="#glyph2-2" + x="29.3386" + y="19.892" + id="use7127" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7133"> + <use + xlink:href="#glyph0-4" + x="27.097" + y="9.617" + id="use7131" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7135" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7141"> + <use + xlink:href="#glyph2-1" + x="42.07" + y="19.892" + id="use7137" /> + <use + xlink:href="#glyph2-2" + x="48.0476" + y="19.892" + id="use7139" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7145"> + <use + xlink:href="#glyph0-2" + x="45.806" + y="9.617" + id="use7143" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7147" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7153"> + <use + xlink:href="#glyph2-1" + x="60.779" + y="19.892" + id="use7149" /> + <use + xlink:href="#glyph2-2" + x="66.7566" + y="19.892" + id="use7151" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7157"> + <use + xlink:href="#glyph0-3" + x="64.515" + y="9.534" + id="use7155" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7159" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7165"> + <use + xlink:href="#glyph2-1" + x="79.487" + y="19.892" + id="use7161" /> + <use + xlink:href="#glyph2-2" + x="85.4646" + y="19.892" + id="use7163" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7171"> + <use + xlink:href="#glyph0-4" + x="80.982" + y="9.534" + id="use7167" /> + <use + xlink:href="#glyph0-8" + x="85.4652" + y="9.534" + id="use7169" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7173" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7179"> + <use + xlink:href="#glyph2-1" + x="98.196" + y="19.892" + id="use7175" /> + <use + xlink:href="#glyph2-2" + x="104.1736" + y="19.892" + id="use7177" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7185"> + <use + xlink:href="#glyph0-4" + x="99.691" + y="9.617" + id="use7181" /> + <use + xlink:href="#glyph0-2" + x="104.1742" + y="9.617" + id="use7183" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 113.140625 183.833656 C 113.140625 188.786781 109.128906 192.7985 104.175781 192.7985 C 99.222656 192.7985 95.207031 188.786781 95.207031 183.833656 C 95.207031 178.880531 99.222656 174.864906 104.175781 174.864906 C 109.128906 174.864906 113.140625 178.880531 113.140625 183.833656 Z M 113.140625 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7187" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7193"> + <use + xlink:href="#glyph2-1" + x="116.905" + y="19.892" + id="use7189" /> + <use + xlink:href="#glyph2-4" + x="122.8826" + y="19.892" + id="use7191" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7197"> + <use + xlink:href="#glyph0-9" + x="120.641" + y="9.534" + id="use7195" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 131.851562 183.833656 C 131.851562 188.786781 127.835938 192.7985 122.882812 192.7985 C 117.933594 192.7985 113.917969 188.786781 113.917969 183.833656 C 113.917969 178.880531 117.933594 174.864906 122.882812 174.864906 C 127.835938 174.864906 131.851562 178.880531 131.851562 183.833656 Z M 131.851562 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7199" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7203"> + <use + xlink:href="#glyph2-3" + x="138.602" + y="20.003" + id="use7201" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7207"> + <use + xlink:href="#glyph0-7" + x="139.35" + y="9.534" + id="use7205" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 150.558594 183.833656 C 150.558594 188.786781 146.546875 192.7985 141.59375 192.7985 C 136.640625 192.7985 132.625 188.786781 132.625 183.833656 C 132.625 178.880531 136.640625 174.864906 141.59375 174.864906 C 146.546875 174.864906 150.558594 178.880531 150.558594 183.833656 Z M 150.558594 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7209" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g7213"> + <use + xlink:href="#glyph2-2" + x="157.311" + y="19.892" + id="use7211" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g7217"> + <use + xlink:href="#glyph0-8" + x="158.058" + y="9.534" + id="use7215" /> + </g> + <g + clip-path="url(#clip11)" + clip-rule="nonzero" + id="g7221"> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 169.269531 183.833656 C 169.269531 188.786781 165.253906 192.7985 160.300781 192.7985 C 155.351562 192.7985 151.335938 188.786781 151.335938 183.833656 C 151.335938 178.880531 155.351562 174.864906 160.300781 174.864906 C 165.253906 174.864906 169.269531 178.880531 169.269531 183.833656 Z M 169.269531 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path7219" /> + </g> + </g> + <g + transform="translate(-0.72717022,6.3540626e-5)" + id="g655"> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_7.svg b/src/doc/img/ift_step_7.svg new file mode 100644 index 0000000000000000000000000000000000000000..c2644d29fb36dfc4afcc3fecef6fe8d7688f1ff8 --- /dev/null +++ b/src/doc/img/ift_step_7.svg @@ -0,0 +1,1376 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.736pt" + viewBox="0 0 170.079 195.736" + version="1.1" + id="svg8419" + sodipodi:docname="ift_step_7.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata8423"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="768" + id="namedview8421" + showgrid="false" + inkscape:zoom="2.2185496" + inkscape:cx="113.386" + inkscape:cy="130.49066" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="svg8419" /> + <defs + id="defs7954"> + <g + id="g7919"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path7859" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path7862" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path7865" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path7868" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path7871" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path7874" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path7877" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path7880" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path7883" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path7886" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path7889" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path7892" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path7895" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path7898" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path7901" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path7904" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-3"> + <path + style="stroke:none;" + d="M 0.671875 -0.125 L 0.78125 0.03125 C 1.25 0 1.25 0 1.328125 0 C 1.40625 0 1.40625 0 1.875 0.03125 C 2.375 -1.265625 2.96875 -2.515625 3.75 -3.9375 L 5.9375 -7.875 L 5.9375 -8.234375 C 4.65625 -8.1875 4.234375 -8.171875 3.265625 -8.171875 C 2.390625 -8.171875 1.8125 -8.1875 0.640625 -8.234375 L 0.53125 -8.171875 C 0.5625 -7.046875 0.5625 -7.046875 0.5625 -6.921875 C 0.5625 -6.796875 0.5625 -6.796875 0.53125 -5.703125 L 0.890625 -5.703125 L 0.96875 -6.375 C 1.0625 -7.109375 1.140625 -7.203125 1.703125 -7.203125 L 4.890625 -7.203125 C 4.40625 -6.234375 4.046875 -5.53125 3.578125 -4.8125 Z M 0.671875 -0.125 " + id="path7907" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-4"> + <path + style="stroke:none;" + d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 " + id="path7910" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-5"> + <path + style="stroke:none;" + d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 " + id="path7913" /> + </symbol> + <symbol + overflow="visible" + id="glyph3-0"> + <path + style="stroke:none;" + d="" + id="path7916" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 " + id="path7921" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 " + id="path7924" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 " + id="path7927" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path7930" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path7933" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path7936" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 " + id="path7939" /> + </clipPath> + <clipPath + id="clip8"> + <path + d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 " + id="path7942" /> + </clipPath> + <clipPath + id="clip9"> + <path + d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 " + id="path7945" /> + </clipPath> + <clipPath + id="clip10"> + <path + d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 " + id="path7948" /> + </clipPath> + <clipPath + id="clip11"> + <path + d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 " + id="path7951" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 " + id="path7956" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 " + id="path7958" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 " + id="path7960" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g7964"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 " + id="path7962" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 " + id="path7966" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 " + id="path7968" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 " + id="path7970" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g7974"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 " + id="path7972" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 " + id="path7976" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 " + id="path7978" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 " + id="path7980" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g7984"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 " + id="path7982" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g7988"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 " + id="path7986" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g7992"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 " + id="path7990" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g7996"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 " + id="path7994" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g8000"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 " + id="path7998" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8002" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8006"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.95" + id="use8004" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8010"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.733" + id="use8008" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8012" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8016"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.553" + id="use8014" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8022"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.502" + id="use8018" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.502" + id="use8020" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8024" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8028"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.989" + id="use8026" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8034"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="139.022" + id="use8030" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="139.022" + id="use8032" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 " + id="path8036" /> + <g + clip-path="url(#clip8)" + clip-rule="nonzero" + id="g8040"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8038" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8046"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.592" + id="use8042" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.592" + id="use8044" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8050"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.292" + id="use8048" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8052" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8056"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="44.033" + id="use8054" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8062"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.983" + id="use8058" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.983" + id="use8060" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8064" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8068"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.47" + id="use8066" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8072"> + <use + xlink:href="#glyph3-0" + x="53.689" + y="95.54" + id="use8070" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8076"> + <use + xlink:href="#glyph1-1" + x="63.672" + y="95.54" + id="use8074" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8078" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8082"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.989" + id="use8080" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8086"> + <use + xlink:href="#glyph2-3" + x="60.791" + y="138.992" + id="use8084" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8088" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8094"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.509" + id="use8090" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.509" + id="use8092" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8100"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="181.542" + id="use8096" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="181.542" + id="use8098" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8102" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8106"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="44.033" + id="use8104" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8110"> + <use + xlink:href="#glyph3-0" + x="96.209" + y="53.02" + id="use8108" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8114"> + <use + xlink:href="#glyph1-1" + x="106.192" + y="53.02" + id="use8112" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8116" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8120"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.47" + id="use8118" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8126"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="96.502" + id="use8122" /> + <use + xlink:href="#glyph2-4" + x="106.2996" + y="96.502" + id="use8124" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8128" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8134"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.989" + id="use8130" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.989" + id="use8132" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8140"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="139.022" + id="use8136" /> + <use + xlink:href="#glyph2-5" + x="106.2996" + y="139.022" + id="use8138" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8142" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8148"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.592" + id="use8144" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.592" + id="use8146" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8154"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="181.542" + id="use8150" /> + <use + xlink:href="#glyph2-2" + x="106.2996" + y="181.542" + id="use8152" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8156" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8160"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.95" + id="use8158" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8164"> + <use + xlink:href="#glyph2-2" + x="145.83" + y="53.893" + id="use8162" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 " + id="path8166" /> + <g + clip-path="url(#clip9)" + clip-rule="nonzero" + id="g8170"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8168" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8174"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.553" + id="use8172" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8178"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.253" + id="use8176" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 " + id="path8180" /> + <g + clip-path="url(#clip10)" + clip-rule="nonzero" + id="g8184"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8182" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8190"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="129.072" + id="use8186" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="129.072" + id="use8188" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8196"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="139.022" + id="use8192" /> + <use + xlink:href="#glyph2-5" + x="148.8186" + y="139.022" + id="use8194" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 " + id="path8198" /> + <g + clip-path="url(#clip11)" + clip-rule="nonzero" + id="g8202"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8200" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8208"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.509" + id="use8204" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.509" + id="use8206" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8214"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="181.542" + id="use8210" /> + <use + xlink:href="#glyph2-5" + x="148.8186" + y="181.542" + id="use8212" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.845375 L 31.933594 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8216" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)" + id="path8218" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8224"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.804" + id="use8220" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.804" + id="use8222" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278969 L 21.261719 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8226" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.56846)" + id="path8228" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8234"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.172" + id="use8230" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.172" + id="use8232" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 138.876625 L 148.84375 116.986 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8236" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " + transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)" + id="path8238" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8242"> + <use + xlink:href="#glyph0-6" + x="143.463" + y="71.172" + id="use8240" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.316406 96.349281 L 106.316406 74.458656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8244" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " + transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)" + id="path8246" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8252"> + <use + xlink:href="#glyph0-4" + x="96.453" + y="113.697" + id="use8248" /> + <use + xlink:href="#glyph0-8" + x="100.9362" + y="113.697" + id="use8250" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 73.751625 L 148.84375 95.64225 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8254" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)" + id="path8256" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8262"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="113.697" + id="use8258" /> + <use + xlink:href="#glyph0-9" + x="154.2222" + y="113.697" + id="use8260" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 53.825844 L 21.261719 31.935219 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8264" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " + transform="matrix(0,1,1,0,21.26312,163.802)" + id="path8266" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8272"> + <use + xlink:href="#glyph0-4" + x="11.4" + y="156.222" + id="use8268" /> + <use + xlink:href="#glyph0-6" + x="15.8832" + y="156.222" + id="use8270" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 21.263344 L 31.933594 21.263344 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8274" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " + transform="matrix(-1,0,0,1,31.934,174.47288)" + id="path8276" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8282"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="173.384" + id="use8278" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="173.384" + id="use8280" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 63.790687 L 138.167969 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8284" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)" + id="path8286" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8292"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="139.057" + id="use8288" /> + <use + xlink:href="#glyph0-10" + x="127.5742" + y="139.057" + id="use8290" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 31.228187 L 148.84375 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8294" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)" + id="path8296" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8302"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="156.305" + id="use8298" /> + <use + xlink:href="#glyph0-10" + x="154.2222" + y="156.305" + id="use8300" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.753906 63.790687 L 95.640625 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8304" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552338 2.071173 C -1.423409 1.293834 -0.00149889 0.129814 0.38913 0.000919174 C -0.00149116 -0.127999 -1.423331 -1.29601 -1.552214 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,95.64212,131.94622)" + id="path8306" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8310"> + <use + xlink:href="#glyph0-10" + x="82.808" + y="139.057" + id="use8308" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.316406 31.228187 L 106.316406 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8312" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " + transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)" + id="path8314" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g8320"> + <use + xlink:href="#glyph0-4" + x="107.213" + y="156.222" + id="use8316" /> + <use + xlink:href="#glyph0-6" + x="111.6962" + y="156.222" + id="use8318" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8326"> + <use + xlink:href="#glyph2-1" + x="4.652" + y="19.892" + id="use8322" /> + <use + xlink:href="#glyph2-2" + x="10.6296" + y="19.892" + id="use8324" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8330"> + <use + xlink:href="#glyph0-4" + x="8.388" + y="9.617" + id="use8328" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8332" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8338"> + <use + xlink:href="#glyph2-1" + x="23.361" + y="19.892" + id="use8334" /> + <use + xlink:href="#glyph2-2" + x="29.3386" + y="19.892" + id="use8336" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8342"> + <use + xlink:href="#glyph0-2" + x="27.097" + y="9.617" + id="use8340" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8344" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8350"> + <use + xlink:href="#glyph2-1" + x="42.07" + y="19.892" + id="use8346" /> + <use + xlink:href="#glyph2-2" + x="48.0476" + y="19.892" + id="use8348" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8354"> + <use + xlink:href="#glyph0-3" + x="45.806" + y="9.534" + id="use8352" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8356" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8362"> + <use + xlink:href="#glyph2-1" + x="60.779" + y="19.892" + id="use8358" /> + <use + xlink:href="#glyph2-2" + x="66.7566" + y="19.892" + id="use8360" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8368"> + <use + xlink:href="#glyph0-4" + x="62.273" + y="9.534" + id="use8364" /> + <use + xlink:href="#glyph0-8" + x="66.7562" + y="9.534" + id="use8366" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8370" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8376"> + <use + xlink:href="#glyph2-1" + x="79.487" + y="19.892" + id="use8372" /> + <use + xlink:href="#glyph2-2" + x="85.4646" + y="19.892" + id="use8374" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8382"> + <use + xlink:href="#glyph0-4" + x="80.982" + y="9.617" + id="use8378" /> + <use + xlink:href="#glyph0-2" + x="85.4652" + y="9.617" + id="use8380" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8384" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8390"> + <use + xlink:href="#glyph2-1" + x="98.196" + y="19.892" + id="use8386" /> + <use + xlink:href="#glyph2-4" + x="104.1736" + y="19.892" + id="use8388" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8394"> + <use + xlink:href="#glyph0-9" + x="101.932" + y="9.534" + id="use8392" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 113.140625 183.833656 C 113.140625 188.786781 109.128906 192.7985 104.175781 192.7985 C 99.222656 192.7985 95.207031 188.786781 95.207031 183.833656 C 95.207031 178.880531 99.222656 174.864906 104.175781 174.864906 C 109.128906 174.864906 113.140625 178.880531 113.140625 183.833656 Z M 113.140625 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8396" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8400"> + <use + xlink:href="#glyph2-3" + x="119.894" + y="20.003" + id="use8398" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8404"> + <use + xlink:href="#glyph0-7" + x="120.641" + y="9.534" + id="use8402" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 131.851562 183.833656 C 131.851562 188.786781 127.835938 192.7985 122.882812 192.7985 C 117.933594 192.7985 113.917969 188.786781 113.917969 183.833656 C 113.917969 178.880531 117.933594 174.864906 122.882812 174.864906 C 127.835938 174.864906 131.851562 178.880531 131.851562 183.833656 Z M 131.851562 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8406" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g8410"> + <use + xlink:href="#glyph2-2" + x="138.602" + y="19.892" + id="use8408" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g8414"> + <use + xlink:href="#glyph0-8" + x="139.35" + y="9.534" + id="use8412" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 150.558594 183.833656 C 150.558594 188.786781 146.546875 192.7985 141.59375 192.7985 C 136.640625 192.7985 132.625 188.786781 132.625 183.833656 C 132.625 178.880531 136.640625 174.864906 141.59375 174.864906 C 146.546875 174.864906 150.558594 178.880531 150.558594 183.833656 Z M 150.558594 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path8416" /> + </g> + <g + transform="translate(-0.72717022,3.2489124e-4)" + id="g655"> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect525" + width="6.4689641" + height="0.82165372" + x="56.584923" + y="91.606018" /> + <rect + style="opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect565" + width="6.4689641" + height="0.82165372" + x="99.375992" + y="49.106022" /> + </g> +</svg> diff --git a/src/doc/img/ift_step_8.svg b/src/doc/img/ift_step_8.svg new file mode 100644 index 0000000000000000000000000000000000000000..530ce7bd8a2415246b6aba3239cb00316c50e6df --- /dev/null +++ b/src/doc/img/ift_step_8.svg @@ -0,0 +1,1437 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="170.079pt" + height="195.736pt" + viewBox="0 0 170.079 195.736" + version="1.1" + id="svg9665" + sodipodi:docname="ift_step_8.svg" + inkscape:version="0.92.1 r"> + <metadata + id="metadata9669"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="768" + id="namedview9667" + showgrid="false" + inkscape:zoom="2.2500453" + inkscape:cx="113.38541" + inkscape:cy="128.66625" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="svg9665" /> + <defs + id="defs9170"> + <g + id="g9132"> + <symbol + overflow="visible" + id="glyph0-0"> + <path + style="stroke:none;" + d="" + id="path9072" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-1"> + <path + style="stroke:none;" + d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 " + id="path9075" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-2"> + <path + style="stroke:none;" + d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 " + id="path9078" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-3"> + <path + style="stroke:none;" + d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 " + id="path9081" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-4"> + <path + style="stroke:none;" + d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 " + id="path9084" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-5"> + <path + style="stroke:none;" + d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 " + id="path9087" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-6"> + <path + style="stroke:none;" + d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 " + id="path9090" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-7"> + <path + style="stroke:none;" + d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 " + id="path9093" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-8"> + <path + style="stroke:none;" + d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 " + id="path9096" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-9"> + <path + style="stroke:none;" + d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 " + id="path9099" /> + </symbol> + <symbol + overflow="visible" + id="glyph0-10"> + <path + style="stroke:none;" + d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 " + id="path9102" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-0"> + <path + style="stroke:none;" + d="" + id="path9105" /> + </symbol> + <symbol + overflow="visible" + id="glyph1-1"> + <path + style="stroke:none;" + d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 " + id="path9108" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-0"> + <path + style="stroke:none;" + d="" + id="path9111" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-1"> + <path + style="stroke:none;" + d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 " + id="path9114" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-2"> + <path + style="stroke:none;" + d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 " + id="path9117" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-3"> + <path + style="stroke:none;" + d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 " + id="path9120" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-4"> + <path + style="stroke:none;" + d="M 0.671875 -0.125 L 0.78125 0.03125 C 1.25 0 1.25 0 1.328125 0 C 1.40625 0 1.40625 0 1.875 0.03125 C 2.375 -1.265625 2.96875 -2.515625 3.75 -3.9375 L 5.9375 -7.875 L 5.9375 -8.234375 C 4.65625 -8.1875 4.234375 -8.171875 3.265625 -8.171875 C 2.390625 -8.171875 1.8125 -8.1875 0.640625 -8.234375 L 0.53125 -8.171875 C 0.5625 -7.046875 0.5625 -7.046875 0.5625 -6.921875 C 0.5625 -6.796875 0.5625 -6.796875 0.53125 -5.703125 L 0.890625 -5.703125 L 0.96875 -6.375 C 1.0625 -7.109375 1.140625 -7.203125 1.703125 -7.203125 L 4.890625 -7.203125 C 4.40625 -6.234375 4.046875 -5.53125 3.578125 -4.8125 Z M 0.671875 -0.125 " + id="path9123" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-5"> + <path + style="stroke:none;" + d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 " + id="path9126" /> + </symbol> + <symbol + overflow="visible" + id="glyph2-6"> + <path + style="stroke:none;" + d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 " + id="path9129" /> + </symbol> + </g> + <clipPath + id="clip1"> + <path + d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 " + id="path9134" /> + </clipPath> + <clipPath + id="clip2"> + <path + d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 " + id="path9137" /> + </clipPath> + <clipPath + id="clip3"> + <path + d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 " + id="path9140" /> + </clipPath> + <clipPath + id="clip4"> + <path + d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 " + id="path9143" /> + </clipPath> + <clipPath + id="clip5"> + <path + d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 " + id="path9146" /> + </clipPath> + <clipPath + id="clip6"> + <path + d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 " + id="path9149" /> + </clipPath> + <clipPath + id="clip7"> + <path + d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 " + id="path9152" /> + </clipPath> + <clipPath + id="clip8"> + <path + d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 " + id="path9155" /> + </clipPath> + <clipPath + id="clip9"> + <path + d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 " + id="path9158" /> + </clipPath> + <clipPath + id="clip10"> + <path + d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 " + id="path9161" /> + </clipPath> + <clipPath + id="clip11"> + <path + d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 " + id="path9164" /> + </clipPath> + <clipPath + id="clip12"> + <path + d="M 145 0 L 170.078125 0 L 170.078125 27 L 145 27 Z M 145 0 " + id="path9167" /> + </clipPath> + </defs> + <g + id="surface1"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 " + id="path9172" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 " + id="path9174" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 " + id="path9176" /> + <g + clip-path="url(#clip1)" + clip-rule="nonzero" + id="g9180"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 " + id="path9178" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 " + id="path9182" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 " + id="path9184" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 " + id="path9186" /> + <g + clip-path="url(#clip2)" + clip-rule="nonzero" + id="g9190"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" + d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 " + id="path9188" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" + d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 " + id="path9192" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 " + id="path9194" /> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 " + id="path9196" /> + <g + clip-path="url(#clip3)" + clip-rule="nonzero" + id="g9200"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 " + id="path9198" /> + </g> + <g + clip-path="url(#clip4)" + clip-rule="nonzero" + id="g9204"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 " + id="path9202" /> + </g> + <g + clip-path="url(#clip5)" + clip-rule="nonzero" + id="g9208"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 " + id="path9206" /> + </g> + <g + clip-path="url(#clip6)" + clip-rule="nonzero" + id="g9212"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 " + id="path9210" /> + </g> + <g + clip-path="url(#clip7)" + clip-rule="nonzero" + id="g9216"> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" + d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 " + id="path9214" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9218" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9222"> + <use + xlink:href="#glyph0-1" + x="19.018" + y="43.95" + id="use9220" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9226"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="52.733" + id="use9224" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9228" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9232"> + <use + xlink:href="#glyph0-2" + x="19.018" + y="86.553" + id="use9230" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9238"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="96.502" + id="use9234" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="96.502" + id="use9236" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9240" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9244"> + <use + xlink:href="#glyph0-3" + x="19.018" + y="128.989" + id="use9242" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9250"> + <use + xlink:href="#glyph2-1" + x="15.282" + y="139.022" + id="use9246" /> + <use + xlink:href="#glyph2-2" + x="21.2596" + y="139.022" + id="use9248" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 " + id="path9252" /> + <g + clip-path="url(#clip8)" + clip-rule="nonzero" + id="g9256"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9254" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9262"> + <use + xlink:href="#glyph0-4" + x="16.777" + y="171.592" + id="use9258" /> + <use + xlink:href="#glyph0-5" + x="21.2602" + y="171.592" + id="use9260" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9266"> + <use + xlink:href="#glyph1-1" + x="16.161" + y="180.292" + id="use9264" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9268" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9272"> + <use + xlink:href="#glyph0-4" + x="61.538" + y="44.033" + id="use9270" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9278"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="53.983" + id="use9274" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="53.983" + id="use9276" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9280" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9284"> + <use + xlink:href="#glyph0-6" + x="61.538" + y="86.47" + id="use9282" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9290"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="96.502" + id="use9286" /> + <use + xlink:href="#glyph2-3" + x="63.7796" + y="96.502" + id="use9288" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9292" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9296"> + <use + xlink:href="#glyph0-7" + x="61.538" + y="128.989" + id="use9294" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9300"> + <use + xlink:href="#glyph2-4" + x="60.791" + y="138.992" + id="use9298" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9302" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9308"> + <use + xlink:href="#glyph0-4" + x="59.296" + y="171.509" + id="use9304" /> + <use + xlink:href="#glyph0-8" + x="63.7792" + y="171.509" + id="use9306" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9314"> + <use + xlink:href="#glyph2-1" + x="57.802" + y="181.542" + id="use9310" /> + <use + xlink:href="#glyph2-2" + x="63.7796" + y="181.542" + id="use9312" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9316" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9320"> + <use + xlink:href="#glyph0-5" + x="104.058" + y="44.033" + id="use9318" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9326"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="54.042" + id="use9322" /> + <use + xlink:href="#glyph2-5" + x="106.2996" + y="54.042" + id="use9324" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9328" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9332"> + <use + xlink:href="#glyph0-9" + x="104.058" + y="86.47" + id="use9330" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9338"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="96.502" + id="use9334" /> + <use + xlink:href="#glyph2-3" + x="106.2996" + y="96.502" + id="use9336" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9340" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9346"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="128.989" + id="use9342" /> + <use + xlink:href="#glyph0-1" + x="106.2992" + y="128.989" + id="use9344" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9352"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="139.022" + id="use9348" /> + <use + xlink:href="#glyph2-6" + x="106.2996" + y="139.022" + id="use9350" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9354" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9360"> + <use + xlink:href="#glyph0-4" + x="101.816" + y="171.592" + id="use9356" /> + <use + xlink:href="#glyph0-2" + x="106.2992" + y="171.592" + id="use9358" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9366"> + <use + xlink:href="#glyph2-1" + x="100.322" + y="181.542" + id="use9362" /> + <use + xlink:href="#glyph2-2" + x="106.2996" + y="181.542" + id="use9364" /> + </g> + <path + style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9368" /> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9372"> + <use + xlink:href="#glyph0-8" + x="146.577" + y="43.95" + id="use9370" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9376"> + <use + xlink:href="#glyph2-2" + x="145.83" + y="53.893" + id="use9374" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 " + id="path9378" /> + <g + clip-path="url(#clip9)" + clip-rule="nonzero" + id="g9382"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9380" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9386"> + <use + xlink:href="#glyph0-10" + x="146.577" + y="86.553" + id="use9384" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9390"> + <use + xlink:href="#glyph1-1" + x="143.72" + y="95.253" + id="use9388" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 " + id="path9392" /> + <g + clip-path="url(#clip10)" + clip-rule="nonzero" + id="g9396"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9394" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9402"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="129.072" + id="use9398" /> + <use + xlink:href="#glyph0-4" + x="148.8192" + y="129.072" + id="use9400" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9408"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="139.022" + id="use9404" /> + <use + xlink:href="#glyph2-6" + x="148.8186" + y="139.022" + id="use9406" /> + </g> + <path + style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" + d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 " + id="path9410" /> + <g + clip-path="url(#clip11)" + clip-rule="nonzero" + id="g9414"> + <path + style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9412" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9420"> + <use + xlink:href="#glyph0-4" + x="144.336" + y="171.509" + id="use9416" /> + <use + xlink:href="#glyph0-6" + x="148.8192" + y="171.509" + id="use9418" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9426"> + <use + xlink:href="#glyph2-1" + x="142.841" + y="181.542" + id="use9422" /> + <use + xlink:href="#glyph2-6" + x="148.8186" + y="181.542" + id="use9424" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 148.845375 L 31.933594 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9428" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)" + id="path9430" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9436"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="45.804" + id="use9432" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="45.804" + id="use9434" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 116.278969 L 21.261719 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9438" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " + transform="matrix(0,-1,-1,0,21.26312,57.56846)" + id="path9440" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9446"> + <use + xlink:href="#glyph0-4" + x="22.16" + y="71.172" + id="use9442" /> + <use + xlink:href="#glyph0-6" + x="26.6432" + y="71.172" + id="use9444" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 138.876625 L 148.84375 116.986 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9448" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " + transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)" + id="path9450" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9454"> + <use + xlink:href="#glyph0-6" + x="143.463" + y="71.172" + id="use9452" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.316406 96.349281 L 106.316406 74.458656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9456" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " + transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)" + id="path9458" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9464"> + <use + xlink:href="#glyph0-4" + x="96.453" + y="113.697" + id="use9460" /> + <use + xlink:href="#glyph0-8" + x="100.9362" + y="113.697" + id="use9462" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 73.751625 L 148.84375 95.64225 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9466" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)" + id="path9468" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9474"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="113.697" + id="use9470" /> + <use + xlink:href="#glyph0-9" + x="154.2222" + y="113.697" + id="use9472" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 21.261719 53.825844 L 21.261719 31.935219 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9476" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " + transform="matrix(0,1,1,0,21.26312,163.802)" + id="path9478" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9484"> + <use + xlink:href="#glyph0-4" + x="11.4" + y="156.222" + id="use9480" /> + <use + xlink:href="#glyph0-6" + x="15.8832" + y="156.222" + id="use9482" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 53.824219 21.263344 L 31.933594 21.263344 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9486" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " + transform="matrix(-1,0,0,1,31.934,174.47288)" + id="path9488" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9494"> + <use + xlink:href="#glyph0-4" + x="38.042" + y="173.384" + id="use9490" /> + <use + xlink:href="#glyph0-6" + x="42.5252" + y="173.384" + id="use9492" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 116.277344 63.790687 L 138.167969 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9496" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)" + id="path9498" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9504"> + <use + xlink:href="#glyph0-4" + x="123.091" + y="139.057" + id="use9500" /> + <use + xlink:href="#glyph0-10" + x="127.5742" + y="139.057" + id="use9502" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 148.84375 31.228187 L 148.84375 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9506" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " + transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)" + id="path9508" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9514"> + <use + xlink:href="#glyph0-4" + x="149.739" + y="156.305" + id="use9510" /> + <use + xlink:href="#glyph0-10" + x="154.2222" + y="156.305" + id="use9512" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 73.753906 63.790687 L 95.640625 63.790687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9516" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552338 2.071173 C -1.423409 1.293834 -0.00149889 0.129814 0.38913 0.000919174 C -0.00149116 -0.127999 -1.423331 -1.29601 -1.552214 -2.073358 " + transform="matrix(1,0.00003,0.00003,-1,95.64212,131.94622)" + id="path9518" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9522"> + <use + xlink:href="#glyph0-10" + x="82.808" + y="139.057" + id="use9520" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 106.316406 31.228187 L 106.316406 53.114906 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9524" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " + transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)" + id="path9526" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9532"> + <use + xlink:href="#glyph0-4" + x="107.213" + y="156.222" + id="use9528" /> + <use + xlink:href="#glyph0-6" + x="111.6962" + y="156.222" + id="use9530" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 96.347656 148.845375 L 74.460938 148.841469 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9534" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " + transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)" + id="path9536" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9542"> + <use + xlink:href="#glyph0-4" + x="80.566" + y="45.97" + id="use9538" /> + <use + xlink:href="#glyph0-2" + x="85.0492" + y="45.97" + id="use9540" /> + </g> + <path + style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 63.789062 116.278969 L 63.789062 138.165687 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9544" /> + <path + style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" + d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " + transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)" + id="path9546" /> + <g + style="fill:rgb(100%,0%,0%);fill-opacity:1;" + id="g9552"> + <use + xlink:href="#glyph0-4" + x="64.686" + y="71.172" + id="use9548" /> + <use + xlink:href="#glyph0-8" + x="69.1692" + y="71.172" + id="use9550" /> + </g> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9558"> + <use + xlink:href="#glyph2-1" + x="4.652" + y="19.892" + id="use9554" /> + <use + xlink:href="#glyph2-2" + x="10.6296" + y="19.892" + id="use9556" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9562"> + <use + xlink:href="#glyph0-2" + x="8.388" + y="9.617" + id="use9560" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9564" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9570"> + <use + xlink:href="#glyph2-1" + x="23.361" + y="19.892" + id="use9566" /> + <use + xlink:href="#glyph2-2" + x="29.3386" + y="19.892" + id="use9568" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9574"> + <use + xlink:href="#glyph0-3" + x="27.097" + y="9.534" + id="use9572" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9576" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9582"> + <use + xlink:href="#glyph2-1" + x="42.07" + y="19.892" + id="use9578" /> + <use + xlink:href="#glyph2-2" + x="48.0476" + y="19.892" + id="use9580" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9588"> + <use + xlink:href="#glyph0-4" + x="43.564" + y="9.534" + id="use9584" /> + <use + xlink:href="#glyph0-8" + x="48.0472" + y="9.534" + id="use9586" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9590" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9596"> + <use + xlink:href="#glyph2-1" + x="60.779" + y="19.892" + id="use9592" /> + <use + xlink:href="#glyph2-2" + x="66.7566" + y="19.892" + id="use9594" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9602"> + <use + xlink:href="#glyph0-4" + x="62.273" + y="9.617" + id="use9598" /> + <use + xlink:href="#glyph0-2" + x="66.7562" + y="9.617" + id="use9600" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9604" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9610"> + <use + xlink:href="#glyph2-1" + x="79.487" + y="20.003" + id="use9606" /> + <use + xlink:href="#glyph2-5" + x="85.4646" + y="20.003" + id="use9608" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9614"> + <use + xlink:href="#glyph0-5" + x="83.223" + y="9.617" + id="use9612" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9616" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9622"> + <use + xlink:href="#glyph2-1" + x="98.196" + y="19.892" + id="use9618" /> + <use + xlink:href="#glyph2-3" + x="104.1736" + y="19.892" + id="use9620" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9626"> + <use + xlink:href="#glyph0-9" + x="101.932" + y="9.534" + id="use9624" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 113.140625 183.833656 C 113.140625 188.786781 109.128906 192.7985 104.175781 192.7985 C 99.222656 192.7985 95.207031 188.786781 95.207031 183.833656 C 95.207031 178.880531 99.222656 174.864906 104.175781 174.864906 C 109.128906 174.864906 113.140625 178.880531 113.140625 183.833656 Z M 113.140625 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9628" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9634"> + <use + xlink:href="#glyph2-1" + x="116.905" + y="19.892" + id="use9630" /> + <use + xlink:href="#glyph2-3" + x="122.8826" + y="19.892" + id="use9632" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9638"> + <use + xlink:href="#glyph0-6" + x="120.641" + y="9.534" + id="use9636" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 131.851562 183.833656 C 131.851562 188.786781 127.835938 192.7985 122.882812 192.7985 C 117.933594 192.7985 113.917969 188.786781 113.917969 183.833656 C 113.917969 178.880531 117.933594 174.864906 122.882812 174.864906 C 127.835938 174.864906 131.851562 178.880531 131.851562 183.833656 Z M 131.851562 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9640" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9644"> + <use + xlink:href="#glyph2-4" + x="138.602" + y="20.003" + id="use9642" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9648"> + <use + xlink:href="#glyph0-7" + x="139.35" + y="9.534" + id="use9646" /> + </g> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 150.558594 183.833656 C 150.558594 188.786781 146.546875 192.7985 141.59375 192.7985 C 136.640625 192.7985 132.625 188.786781 132.625 183.833656 C 132.625 178.880531 136.640625 174.864906 141.59375 174.864906 C 146.546875 174.864906 150.558594 178.880531 150.558594 183.833656 Z M 150.558594 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9650" /> + <g + style="fill:rgb(0%,0%,0%);fill-opacity:1;" + id="g9654"> + <use + xlink:href="#glyph2-2" + x="157.311" + y="19.892" + id="use9652" /> + </g> + <g + style="fill:rgb(50%,50%,50%);fill-opacity:1;" + id="g9658"> + <use + xlink:href="#glyph0-8" + x="158.058" + y="9.534" + id="use9656" /> + </g> + <g + clip-path="url(#clip12)" + clip-rule="nonzero" + id="g9662"> + <path + style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" + d="M 169.269531 183.833656 C 169.269531 188.786781 165.253906 192.7985 160.300781 192.7985 C 155.351562 192.7985 151.335938 188.786781 151.335938 183.833656 C 151.335938 178.880531 155.351562 174.864906 160.300781 174.864906 C 165.253906 174.864906 169.269531 178.880531 169.269531 183.833656 Z M 169.269531 183.833656 " + transform="matrix(1,0,0,-1,0,195.736)" + id="path9660" /> + </g> + </g> +</svg> diff --git a/src/doc/img/ift_step_9.svg b/src/doc/img/ift_step_9.svg new file mode 100644 index 0000000000000000000000000000000000000000..3f465920c44907846695dda3dd6f90db5bb657d7 --- /dev/null +++ b/src/doc/img/ift_step_9.svg @@ -0,0 +1,413 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170.079pt" height="195.736pt" viewBox="0 0 170.079 195.736" version="1.1"> +<defs> +<g> +<symbol overflow="visible" id="glyph0-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph0-1"> +<path style="stroke:none;" d="M 2.359375 -6.171875 C 0.96875 -6.171875 0.265625 -5.078125 0.265625 -2.90625 C 0.265625 -1.859375 0.453125 -0.953125 0.765625 -0.515625 C 1.078125 -0.078125 1.578125 0.171875 2.140625 0.171875 C 3.484375 0.171875 4.171875 -0.984375 4.171875 -3.28125 C 4.171875 -5.25 3.59375 -6.171875 2.359375 -6.171875 Z M 2.203125 -5.859375 C 3.0625 -5.859375 3.421875 -4.984375 3.421875 -2.828125 C 3.421875 -0.921875 3.078125 -0.140625 2.25 -0.140625 C 1.375 -0.140625 1.015625 -1.046875 1.015625 -3.234375 C 1.015625 -5.125 1.34375 -5.859375 2.203125 -5.859375 Z M 2.203125 -5.859375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-2"> +<path style="stroke:none;" d="M 2.515625 -1.625 L 2.515625 -0.953125 C 2.515625 -0.40625 2.40625 -0.28125 1.96875 -0.265625 L 1.421875 -0.234375 L 1.421875 0.03125 C 2.609375 0 2.609375 0 2.828125 0 C 3.046875 0 3.046875 0 4.234375 0.03125 L 4.234375 -0.234375 L 3.796875 -0.265625 C 3.359375 -0.296875 3.265625 -0.40625 3.265625 -0.953125 L 3.265625 -1.625 C 3.796875 -1.625 3.984375 -1.609375 4.234375 -1.59375 L 4.234375 -2.21875 C 3.8125 -2.1875 3.640625 -2.1875 3.5 -2.203125 L 3.265625 -2.203125 L 3.265625 -3.4375 C 3.265625 -5.046875 3.28125 -5.8125 3.328125 -6.171875 L 3.21875 -6.21875 L 2.5625 -5.984375 L 0.015625 -1.828125 L 0.109375 -1.625 Z M 2.515625 -2.203125 L 0.578125 -2.203125 L 2.515625 -5.359375 Z M 2.515625 -2.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-3"> +<path style="stroke:none;" d="M 1.5 -3.09375 C 1.140625 -2.921875 0.984375 -2.828125 0.796875 -2.640625 C 0.453125 -2.296875 0.265625 -1.890625 0.265625 -1.421875 C 0.265625 -0.5 1.015625 0.171875 2.03125 0.171875 C 3.1875 0.171875 4.15625 -0.734375 4.15625 -1.84375 C 4.15625 -2.5625 3.828125 -2.953125 2.8125 -3.421875 C 3.625 -3.96875 3.90625 -4.34375 3.90625 -4.890625 C 3.90625 -5.65625 3.28125 -6.171875 2.328125 -6.171875 C 1.25 -6.171875 0.46875 -5.5 0.46875 -4.5625 C 0.46875 -3.953125 0.71875 -3.609375 1.5 -3.09375 Z M 2.546875 -2.640625 C 3.109375 -2.390625 3.453125 -1.953125 3.453125 -1.46875 C 3.453125 -0.71875 2.890625 -0.125 2.15625 -0.125 C 1.40625 -0.125 0.90625 -0.65625 0.90625 -1.5 C 0.90625 -2.15625 1.171875 -2.5625 1.828125 -2.96875 Z M 2 -3.796875 C 1.4375 -4.078125 1.140625 -4.4375 1.140625 -4.875 C 1.140625 -5.46875 1.578125 -5.875 2.21875 -5.875 C 2.875 -5.875 3.296875 -5.4375 3.296875 -4.796875 C 3.296875 -4.28125 3.078125 -3.921875 2.5 -3.546875 Z M 2 -3.796875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-4"> +<path style="stroke:none;" d="M 0.59375 -4.984375 L 0.6875 -4.984375 L 1.84375 -5.5 C 1.859375 -5.5 1.859375 -5.5 1.875 -5.5 C 1.921875 -5.5 1.953125 -5.421875 1.953125 -5.203125 L 1.953125 -0.859375 C 1.953125 -0.390625 1.84375 -0.296875 1.359375 -0.265625 L 0.859375 -0.234375 L 0.859375 0.03125 C 2.25 0 2.25 0 2.34375 0 C 2.453125 0 2.65625 0 2.953125 0.015625 C 3.0625 0.015625 3.375 0.015625 3.75 0.03125 L 3.75 -0.234375 L 3.28125 -0.265625 C 2.796875 -0.296875 2.703125 -0.390625 2.703125 -0.859375 L 2.703125 -6.171875 L 2.578125 -6.21875 C 1.984375 -5.921875 1.359375 -5.65625 0.53125 -5.359375 Z M 0.59375 -4.984375 "/> +</symbol> +<symbol overflow="visible" id="glyph0-5"> +<path style="stroke:none;" d="M 0.140625 -0.203125 L 0.140625 0.03125 C 1.828125 0 1.828125 0 2.140625 0 C 2.46875 0 2.46875 0 4.203125 0.03125 C 4.171875 -0.15625 4.171875 -0.25 4.171875 -0.375 C 4.171875 -0.5 4.171875 -0.578125 4.203125 -0.78125 C 3.171875 -0.734375 2.75 -0.71875 1.09375 -0.6875 L 2.71875 -2.421875 C 3.59375 -3.34375 3.859375 -3.84375 3.859375 -4.515625 C 3.859375 -5.546875 3.171875 -6.171875 2.03125 -6.171875 C 1.375 -6.171875 0.9375 -6 0.5 -5.546875 L 0.34375 -4.328125 L 0.609375 -4.328125 L 0.71875 -4.75 C 0.875 -5.265625 1.1875 -5.484375 1.796875 -5.484375 C 2.5625 -5.484375 3.0625 -5 3.0625 -4.25 C 3.0625 -3.5625 2.6875 -2.90625 1.671875 -1.828125 Z M 0.140625 -0.203125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-6"> +<path style="stroke:none;" d="M 1.140625 -5.421875 C 2.296875 -5.390625 2.796875 -5.375 3.875 -5.375 L 3.921875 -5.421875 C 3.90625 -5.59375 3.90625 -5.65625 3.90625 -5.78125 C 3.90625 -5.90625 3.90625 -5.96875 3.921875 -6.140625 L 3.875 -6.171875 C 3.203125 -6.140625 2.796875 -6.140625 2.3125 -6.140625 C 1.828125 -6.140625 1.421875 -6.140625 0.75 -6.171875 L 0.703125 -6.140625 C 0.71875 -5.59375 0.71875 -5.1875 0.71875 -4.90625 C 0.71875 -4.140625 0.703125 -3.28125 0.671875 -2.890625 L 0.859375 -2.828125 C 1.28125 -3.25 1.515625 -3.375 1.953125 -3.375 C 2.8125 -3.375 3.359375 -2.765625 3.359375 -1.796875 C 3.359375 -0.8125 2.78125 -0.21875 1.796875 -0.21875 C 1.3125 -0.21875 0.875 -0.390625 0.75 -0.625 L 0.328125 -1.359375 L 0.109375 -1.234375 C 0.328125 -0.71875 0.4375 -0.4375 0.5625 -0.03125 C 0.8125 0.09375 1.171875 0.171875 1.546875 0.171875 C 2.15625 0.171875 2.796875 -0.078125 3.28125 -0.515625 C 3.828125 -1 4.109375 -1.609375 4.109375 -2.265625 C 4.109375 -3.28125 3.390625 -4 2.375 -4 C 1.9375 -4 1.609375 -3.890625 1.0625 -3.546875 Z M 1.140625 -5.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-7"> +<path style="stroke:none;" d="M 0.859375 0.171875 C 1.859375 -0.140625 2.28125 -0.34375 2.765625 -0.765625 C 3.640625 -1.5 4.09375 -2.53125 4.09375 -3.734375 C 4.09375 -5.25 3.375 -6.171875 2.1875 -6.171875 C 1.046875 -6.171875 0.171875 -5.28125 0.171875 -4.078125 C 0.171875 -3.046875 0.859375 -2.296875 1.78125 -2.296875 C 2.09375 -2.296875 2.4375 -2.390625 2.59375 -2.53125 L 3.234375 -3.046875 C 3.15625 -1.546875 2.171875 -0.4375 0.5625 -0.046875 L 0.5625 0.03125 Z M 2.15625 -5.890625 C 2.5625 -5.890625 2.859375 -5.71875 3.046875 -5.359375 C 3.203125 -5.0625 3.3125 -4.625 3.3125 -4.21875 C 3.3125 -3.40625 2.84375 -2.84375 2.15625 -2.84375 C 1.4375 -2.84375 0.953125 -3.484375 0.953125 -4.40625 C 0.953125 -5.3125 1.421875 -5.890625 2.15625 -5.890625 Z M 2.15625 -5.890625 "/> +</symbol> +<symbol overflow="visible" id="glyph0-8"> +<path style="stroke:none;" d="M 0.390625 -4.46875 L 0.65625 -4.46875 L 0.828125 -4.96875 C 0.921875 -5.28125 1.484375 -5.578125 1.953125 -5.578125 C 2.53125 -5.578125 3.015625 -5.109375 3.015625 -4.53125 C 3.015625 -3.859375 2.484375 -3.296875 1.84375 -3.296875 C 1.78125 -3.296875 1.671875 -3.3125 1.5625 -3.3125 L 1.421875 -3.328125 L 1.3125 -2.859375 L 1.375 -2.796875 C 1.71875 -2.953125 1.890625 -3 2.140625 -3 C 2.875 -3 3.3125 -2.515625 3.3125 -1.703125 C 3.3125 -0.796875 2.765625 -0.1875 1.921875 -0.1875 C 1.515625 -0.1875 1.140625 -0.328125 0.875 -0.578125 C 0.65625 -0.765625 0.546875 -0.984375 0.375 -1.46875 L 0.140625 -1.375 C 0.328125 -0.828125 0.390625 -0.5 0.453125 -0.046875 C 0.921875 0.109375 1.3125 0.171875 1.65625 0.171875 C 2.375 0.171875 3.1875 -0.21875 3.6875 -0.828125 C 3.984375 -1.1875 4.140625 -1.59375 4.140625 -2.015625 C 4.140625 -2.4375 3.96875 -2.8125 3.640625 -3.046875 C 3.421875 -3.203125 3.203125 -3.28125 2.765625 -3.359375 C 3.484375 -3.90625 3.75 -4.328125 3.75 -4.859375 C 3.75 -5.65625 3.078125 -6.171875 2.09375 -6.171875 C 1.484375 -6.171875 1.078125 -6.015625 0.640625 -5.578125 Z M 0.390625 -4.46875 "/> +</symbol> +<symbol overflow="visible" id="glyph0-9"> +<path style="stroke:none;" d="M 3.734375 -6.03125 L 3.40625 -6.171875 C 2.53125 -5.890625 2.171875 -5.71875 1.71875 -5.3125 C 0.796875 -4.53125 0.28125 -3.4375 0.28125 -2.21875 C 0.28125 -0.734375 1 0.171875 2.15625 0.171875 C 3.328125 0.171875 4.203125 -0.75 4.203125 -1.96875 C 4.203125 -3 3.578125 -3.671875 2.625 -3.671875 C 2.171875 -3.671875 1.90625 -3.546875 1.375 -3.125 C 1.28125 -3.046875 1.28125 -3.046875 1.171875 -2.96875 C 1.359375 -4.59375 2.109375 -5.46875 3.734375 -5.953125 Z M 2.28125 -3.125 C 2.96875 -3.125 3.421875 -2.53125 3.421875 -1.65625 C 3.421875 -0.71875 2.96875 -0.109375 2.28125 -0.109375 C 1.515625 -0.109375 1.109375 -0.765625 1.109375 -1.96875 C 1.109375 -2.28125 1.140625 -2.453125 1.234375 -2.609375 C 1.4375 -2.921875 1.859375 -3.125 2.28125 -3.125 Z M 2.28125 -3.125 "/> +</symbol> +<symbol overflow="visible" id="glyph0-10"> +<path style="stroke:none;" d="M 0.5 -0.09375 L 0.578125 0.03125 C 0.9375 0 0.9375 0 1 0 C 1.0625 0 1.0625 0 1.40625 0.03125 C 1.78125 -0.953125 2.21875 -1.890625 2.8125 -2.953125 L 4.453125 -5.90625 L 4.453125 -6.171875 C 3.484375 -6.140625 3.171875 -6.140625 2.453125 -6.140625 C 1.796875 -6.140625 1.359375 -6.140625 0.484375 -6.171875 L 0.390625 -6.140625 C 0.421875 -5.28125 0.421875 -5.28125 0.421875 -5.1875 C 0.421875 -5.09375 0.421875 -5.09375 0.390625 -4.28125 L 0.65625 -4.28125 L 0.71875 -4.78125 C 0.796875 -5.34375 0.859375 -5.40625 1.28125 -5.40625 L 3.671875 -5.40625 C 3.3125 -4.671875 3.03125 -4.15625 2.6875 -3.609375 Z M 0.5 -0.09375 "/> +</symbol> +<symbol overflow="visible" id="glyph1-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph1-1"> +<path style="stroke:none;" d="M 5.1875 -3.734375 C 4.171875 -5.109375 3.671875 -5.65625 2.671875 -5.65625 C 1.8125 -5.65625 0.375 -4.859375 0.375 -2.921875 C 0.375 -1.484375 1.515625 -0.59375 2.578125 -0.59375 C 3.34375 -0.59375 4.25 -1.1875 4.96875 -2.515625 C 6 -1.140625 6.5 -0.59375 7.5 -0.59375 C 8.359375 -0.59375 9.8125 -1.390625 9.8125 -3.328125 C 9.8125 -4.765625 8.65625 -5.65625 7.59375 -5.65625 C 6.8125 -5.65625 5.921875 -5.046875 5.1875 -3.734375 Z M 4.765625 -2.828125 C 4.203125 -1.875 3.484375 -1.15625 2.828125 -1.15625 C 2.390625 -1.15625 1.0625 -1.21875 1.0625 -2.984375 C 1.0625 -4.015625 1.9375 -4.609375 2.546875 -4.609375 C 3.359375 -4.609375 3.75 -4.203125 4.765625 -2.828125 Z M 5.421875 -3.421875 C 6 -4.375 6.703125 -5.09375 7.375 -5.09375 C 7.8125 -5.09375 9.125 -5.03125 9.125 -3.265625 C 9.125 -2.234375 8.265625 -1.640625 7.65625 -1.640625 C 6.84375 -1.640625 6.4375 -2.046875 5.421875 -3.421875 Z M 5.421875 -3.421875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-0"> +<path style="stroke:none;" d=""/> +</symbol> +<symbol overflow="visible" id="glyph2-1"> +<path style="stroke:none;" d="M 0.796875 -6.640625 L 0.921875 -6.640625 L 2.46875 -7.328125 C 2.46875 -7.34375 2.484375 -7.34375 2.5 -7.34375 C 2.5625 -7.34375 2.59375 -7.234375 2.59375 -6.9375 L 2.59375 -1.140625 C 2.59375 -0.53125 2.46875 -0.390625 1.8125 -0.359375 L 1.140625 -0.328125 L 1.140625 0.03125 C 2.984375 0 2.984375 0 3.125 0 C 3.28125 0 3.53125 0 3.9375 0.015625 C 4.09375 0.03125 4.5 0.03125 5 0.03125 L 5 -0.328125 L 4.375 -0.359375 C 3.71875 -0.390625 3.59375 -0.53125 3.59375 -1.140625 L 3.59375 -8.234375 L 3.4375 -8.296875 C 2.65625 -7.890625 1.8125 -7.53125 0.71875 -7.140625 Z M 0.796875 -6.640625 "/> +</symbol> +<symbol overflow="visible" id="glyph2-2"> +<path style="stroke:none;" d="M 1.515625 -7.234375 C 3.0625 -7.1875 3.734375 -7.171875 5.15625 -7.171875 L 5.21875 -7.234375 C 5.203125 -7.453125 5.203125 -7.546875 5.203125 -7.703125 C 5.203125 -7.859375 5.203125 -7.953125 5.21875 -8.171875 L 5.15625 -8.234375 C 4.265625 -8.1875 3.734375 -8.171875 3.078125 -8.171875 C 2.421875 -8.171875 1.90625 -8.1875 1 -8.234375 L 0.9375 -8.171875 C 0.953125 -7.453125 0.96875 -6.921875 0.96875 -6.53125 C 0.96875 -5.515625 0.9375 -4.375 0.890625 -3.84375 L 1.140625 -3.78125 C 1.703125 -4.34375 2.015625 -4.5 2.609375 -4.5 C 3.75 -4.5 4.46875 -3.6875 4.46875 -2.40625 C 4.46875 -1.078125 3.703125 -0.296875 2.40625 -0.296875 C 1.75 -0.296875 1.15625 -0.515625 0.984375 -0.828125 L 0.4375 -1.8125 L 0.15625 -1.640625 C 0.4375 -0.953125 0.578125 -0.578125 0.734375 -0.046875 C 1.078125 0.125 1.546875 0.234375 2.0625 0.234375 C 2.875 0.234375 3.71875 -0.109375 4.375 -0.6875 C 5.109375 -1.328125 5.484375 -2.140625 5.484375 -3.03125 C 5.484375 -4.375 4.515625 -5.328125 3.15625 -5.328125 C 2.578125 -5.328125 2.15625 -5.171875 1.40625 -4.734375 Z M 1.515625 -7.234375 "/> +</symbol> +<symbol overflow="visible" id="glyph2-3"> +<path style="stroke:none;" d="M 0.515625 -5.953125 L 0.890625 -5.953125 L 1.09375 -6.625 C 1.234375 -7.03125 1.984375 -7.4375 2.609375 -7.4375 C 3.375 -7.4375 4.015625 -6.796875 4.015625 -6.046875 C 4.015625 -5.15625 3.3125 -4.40625 2.46875 -4.40625 C 2.359375 -4.40625 2.234375 -4.40625 2.078125 -4.421875 L 1.90625 -4.4375 L 1.75 -3.796875 L 1.84375 -3.734375 C 2.296875 -3.9375 2.515625 -4 2.84375 -4 C 3.84375 -4 4.40625 -3.359375 4.40625 -2.265625 C 4.40625 -1.046875 3.6875 -0.25 2.5625 -0.25 C 2.015625 -0.25 1.53125 -0.4375 1.171875 -0.765625 C 0.890625 -1.03125 0.734375 -1.296875 0.5 -1.953125 L 0.171875 -1.828125 C 0.4375 -1.09375 0.53125 -0.671875 0.59375 -0.078125 C 1.234375 0.140625 1.75 0.234375 2.203125 0.234375 C 3.15625 0.234375 4.25 -0.296875 4.90625 -1.09375 C 5.3125 -1.59375 5.515625 -2.109375 5.515625 -2.671875 C 5.515625 -3.25 5.28125 -3.75 4.859375 -4.046875 C 4.546875 -4.265625 4.28125 -4.359375 3.6875 -4.46875 C 4.640625 -5.21875 5 -5.765625 5 -6.46875 C 5 -7.53125 4.109375 -8.234375 2.78125 -8.234375 C 1.96875 -8.234375 1.4375 -8.015625 0.859375 -7.4375 Z M 0.515625 -5.953125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-4"> +<path style="stroke:none;" d="M 0.671875 -0.125 L 0.78125 0.03125 C 1.25 0 1.25 0 1.328125 0 C 1.40625 0 1.40625 0 1.875 0.03125 C 2.375 -1.265625 2.96875 -2.515625 3.75 -3.9375 L 5.9375 -7.875 L 5.9375 -8.234375 C 4.65625 -8.1875 4.234375 -8.171875 3.265625 -8.171875 C 2.390625 -8.171875 1.8125 -8.1875 0.640625 -8.234375 L 0.53125 -8.171875 C 0.5625 -7.046875 0.5625 -7.046875 0.5625 -6.921875 C 0.5625 -6.796875 0.5625 -6.796875 0.53125 -5.703125 L 0.890625 -5.703125 L 0.96875 -6.375 C 1.0625 -7.109375 1.140625 -7.203125 1.703125 -7.203125 L 4.890625 -7.203125 C 4.40625 -6.234375 4.046875 -5.53125 3.578125 -4.8125 Z M 0.671875 -0.125 "/> +</symbol> +<symbol overflow="visible" id="glyph2-5"> +<path style="stroke:none;" d="M 3.34375 -2.15625 L 3.34375 -1.265625 C 3.34375 -0.546875 3.21875 -0.375 2.625 -0.359375 L 1.890625 -0.328125 L 1.890625 0.03125 C 3.484375 0 3.484375 0 3.765625 0 C 4.046875 0 4.046875 0 5.640625 0.03125 L 5.640625 -0.328125 L 5.0625 -0.359375 C 4.484375 -0.390625 4.34375 -0.546875 4.34375 -1.265625 L 4.34375 -2.15625 C 5.0625 -2.15625 5.3125 -2.15625 5.640625 -2.109375 L 5.640625 -2.96875 C 5.078125 -2.921875 4.859375 -2.921875 4.671875 -2.921875 L 4.34375 -2.921875 L 4.34375 -4.59375 C 4.34375 -6.71875 4.375 -7.75 4.4375 -8.234375 L 4.296875 -8.296875 L 3.40625 -7.96875 L 0.03125 -2.4375 L 0.15625 -2.15625 Z M 3.34375 -2.921875 L 0.78125 -2.921875 L 3.34375 -7.140625 Z M 3.34375 -2.921875 "/> +</symbol> +<symbol overflow="visible" id="glyph2-6"> +<path style="stroke:none;" d="M 4.96875 -8.03125 L 4.53125 -8.234375 C 3.375 -7.859375 2.890625 -7.609375 2.28125 -7.09375 C 1.046875 -6.046875 0.375 -4.59375 0.375 -2.953125 C 0.375 -0.984375 1.34375 0.234375 2.875 0.234375 C 4.4375 0.234375 5.59375 -0.984375 5.59375 -2.625 C 5.59375 -4 4.765625 -4.890625 3.5 -4.890625 C 2.90625 -4.890625 2.546875 -4.734375 1.84375 -4.171875 C 1.703125 -4.0625 1.703125 -4.046875 1.5625 -3.953125 C 1.8125 -6.125 2.828125 -7.296875 4.96875 -7.9375 Z M 3.046875 -4.171875 C 3.953125 -4.171875 4.5625 -3.375 4.5625 -2.203125 C 4.5625 -0.953125 3.953125 -0.15625 3.03125 -0.15625 C 2.015625 -0.15625 1.46875 -1.03125 1.46875 -2.625 C 1.46875 -3.046875 1.515625 -3.28125 1.65625 -3.484375 C 1.90625 -3.890625 2.46875 -4.171875 3.046875 -4.171875 Z M 3.046875 -4.171875 "/> +</symbol> +</g> +<clipPath id="clip1"> + <path d="M 0 153 L 43 153 L 43 195.734375 L 0 195.734375 Z M 0 153 "/> +</clipPath> +<clipPath id="clip2"> + <path d="M 42 153 L 86 153 L 86 195.734375 L 42 195.734375 Z M 42 153 "/> +</clipPath> +<clipPath id="clip3"> + <path d="M 85 153 L 128 153 L 128 195.734375 L 85 195.734375 Z M 85 153 "/> +</clipPath> +<clipPath id="clip4"> + <path d="M 127 25 L 170.078125 25 L 170.078125 69 L 127 69 Z M 127 25 "/> +</clipPath> +<clipPath id="clip5"> + <path d="M 127 68 L 170.078125 68 L 170.078125 111 L 127 111 Z M 127 68 "/> +</clipPath> +<clipPath id="clip6"> + <path d="M 127 110 L 170.078125 110 L 170.078125 154 L 127 154 Z M 127 110 "/> +</clipPath> +<clipPath id="clip7"> + <path d="M 127 153 L 170.078125 153 L 170.078125 195.734375 L 127 195.734375 Z M 127 153 "/> +</clipPath> +<clipPath id="clip8"> + <path d="M 0 144 L 52 144 L 52 195.734375 L 0 195.734375 Z M 0 144 "/> +</clipPath> +<clipPath id="clip9"> + <path d="M 118 59 L 170.078125 59 L 170.078125 120 L 118 120 Z M 118 59 "/> +</clipPath> +<clipPath id="clip10"> + <path d="M 118 101 L 170.078125 101 L 170.078125 162 L 118 162 Z M 118 101 "/> +</clipPath> +<clipPath id="clip11"> + <path d="M 118 144 L 170.078125 144 L 170.078125 195.734375 L 118 195.734375 Z M 118 144 "/> +</clipPath> +</defs> +<g id="surface1"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 68.175781 L 42.519531 68.175781 L 42.519531 25.65625 L 0 25.65625 Z M 0 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 0 110.695312 L 42.519531 110.695312 L 42.519531 68.175781 L 0 68.175781 Z M 0 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 153.214844 L 42.519531 153.214844 L 42.519531 110.695312 L 0 110.695312 Z M 0 153.214844 "/> +<g clip-path="url(#clip1)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 0 195.734375 L 42.519531 195.734375 L 42.519531 153.214844 L 0 153.214844 Z M 0 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 68.175781 L 85.039062 68.175781 L 85.039062 25.65625 L 42.519531 25.65625 Z M 42.519531 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 42.519531 110.695312 L 85.039062 110.695312 L 85.039062 68.175781 L 42.519531 68.175781 Z M 42.519531 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 42.519531 153.214844 L 85.039062 153.214844 L 85.039062 110.695312 L 42.519531 110.695312 Z M 42.519531 153.214844 "/> +<g clip-path="url(#clip2)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(59.999084%,59.999084%,100%);fill-opacity:1;" d="M 42.519531 195.734375 L 85.039062 195.734375 L 85.039062 153.214844 L 42.519531 153.214844 Z M 42.519531 195.734375 "/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,98.469543%,70.001221%);fill-opacity:1;" d="M 85.039062 68.175781 L 127.5625 68.175781 L 127.5625 25.65625 L 85.039062 25.65625 Z M 85.039062 68.175781 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 110.695312 L 127.5625 110.695312 L 127.5625 68.175781 L 85.039062 68.175781 Z M 85.039062 110.695312 "/> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 153.214844 L 127.5625 153.214844 L 127.5625 110.695312 L 85.039062 110.695312 Z M 85.039062 153.214844 "/> +<g clip-path="url(#clip3)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 85.039062 195.734375 L 127.5625 195.734375 L 127.5625 153.214844 L 85.039062 153.214844 Z M 85.039062 195.734375 "/> +</g> +<g clip-path="url(#clip4)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 68.175781 L 170.082031 68.175781 L 170.082031 25.65625 L 127.5625 25.65625 Z M 127.5625 68.175781 "/> +</g> +<g clip-path="url(#clip5)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 110.695312 L 170.082031 110.695312 L 170.082031 68.175781 L 127.5625 68.175781 Z M 127.5625 110.695312 "/> +</g> +<g clip-path="url(#clip6)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 153.214844 L 170.082031 153.214844 L 170.082031 110.695312 L 127.5625 110.695312 Z M 127.5625 153.214844 "/> +</g> +<g clip-path="url(#clip7)" clip-rule="nonzero"> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(69.999695%,100%,69.999695%);fill-opacity:1;" d="M 127.5625 195.734375 L 170.082031 195.734375 L 170.082031 153.214844 L 127.5625 153.214844 Z M 127.5625 195.734375 "/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 148.821937 C 31.222656 154.321937 26.761719 158.782875 21.261719 158.782875 C 15.757812 158.782875 11.296875 154.321937 11.296875 148.821937 C 11.296875 143.318031 15.757812 138.857094 21.261719 138.857094 C 26.761719 138.857094 31.222656 143.318031 31.222656 148.821937 Z M 31.222656 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-1" x="19.018" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="52.733"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 106.302406 C 31.222656 111.802406 26.761719 116.263344 21.261719 116.263344 C 15.757812 116.263344 11.296875 111.802406 11.296875 106.302406 C 11.296875 100.7985 15.757812 96.337562 21.261719 96.337562 C 26.761719 96.337562 31.222656 100.7985 31.222656 106.302406 Z M 31.222656 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-2" x="19.018" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="96.502"/> + <use xlink:href="#glyph2-2" x="21.2596" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 63.778969 C 31.222656 69.282875 26.761719 73.743812 21.261719 73.743812 C 15.757812 73.743812 11.296875 69.282875 11.296875 63.778969 C 11.296875 58.278969 15.757812 53.818031 21.261719 53.818031 C 26.761719 53.818031 31.222656 58.278969 31.222656 63.778969 Z M 31.222656 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="19.018" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="15.282" y="139.022"/> + <use xlink:href="#glyph2-2" x="21.2596" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 31.222656 174.476562 C 31.222656 168.972656 26.761719 164.511719 21.261719 164.511719 C 15.757812 164.511719 11.296875 168.972656 11.296875 174.476562 C 11.296875 179.976562 15.757812 184.4375 21.261719 184.4375 C 26.761719 184.4375 31.222656 179.976562 31.222656 174.476562 Z M 31.222656 174.476562 "/> +<g clip-path="url(#clip8)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 31.222656 21.259437 C 31.222656 26.763344 26.761719 31.224281 21.261719 31.224281 C 15.757812 31.224281 11.296875 26.763344 11.296875 21.259437 C 11.296875 15.759437 15.757812 11.2985 21.261719 11.2985 C 26.761719 11.2985 31.222656 15.759437 31.222656 21.259437 Z M 31.222656 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="16.777" y="171.592"/> + <use xlink:href="#glyph0-5" x="21.2602" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="16.161" y="180.292"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 148.821937 C 73.742188 154.321937 69.28125 158.782875 63.78125 158.782875 C 58.277344 158.782875 53.816406 154.321937 53.816406 148.821937 C 53.816406 143.318031 58.277344 138.857094 63.78125 138.857094 C 69.28125 138.857094 73.742188 143.318031 73.742188 148.821937 Z M 73.742188 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="61.538" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="53.983"/> + <use xlink:href="#glyph2-2" x="63.7796" y="53.983"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 106.302406 C 73.742188 111.802406 69.28125 116.263344 63.78125 116.263344 C 58.277344 116.263344 53.816406 111.802406 53.816406 106.302406 C 53.816406 100.7985 58.277344 96.337562 63.78125 96.337562 C 69.28125 96.337562 73.742188 100.7985 73.742188 106.302406 Z M 73.742188 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="61.538" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="96.502"/> + <use xlink:href="#glyph2-3" x="63.7796" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 63.778969 C 73.742188 69.282875 69.28125 73.743812 63.78125 73.743812 C 58.277344 73.743812 53.816406 69.282875 53.816406 63.778969 C 53.816406 58.278969 58.277344 53.818031 63.78125 53.818031 C 69.28125 53.818031 73.742188 58.278969 73.742188 63.778969 Z M 73.742188 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="61.538" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-4" x="60.791" y="138.992"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.742188 21.259437 C 73.742188 26.763344 69.28125 31.224281 63.78125 31.224281 C 58.277344 31.224281 53.816406 26.763344 53.816406 21.259437 C 53.816406 15.759437 58.277344 11.2985 63.78125 11.2985 C 69.28125 11.2985 73.742188 15.759437 73.742188 21.259437 Z M 73.742188 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="59.296" y="171.509"/> + <use xlink:href="#glyph0-8" x="63.7792" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="57.802" y="181.542"/> + <use xlink:href="#glyph2-2" x="63.7796" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 148.821937 C 116.261719 154.321937 111.804688 158.782875 106.300781 158.782875 C 100.796875 158.782875 96.335938 154.321937 96.335938 148.821937 C 96.335938 143.318031 100.796875 138.857094 106.300781 138.857094 C 111.804688 138.857094 116.261719 143.318031 116.261719 148.821937 Z M 116.261719 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="104.058" y="44.033"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="54.042"/> + <use xlink:href="#glyph2-5" x="106.2996" y="54.042"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 106.302406 C 116.261719 111.802406 111.804688 116.263344 106.300781 116.263344 C 100.796875 116.263344 96.335938 111.802406 96.335938 106.302406 C 96.335938 100.7985 100.796875 96.337562 106.300781 96.337562 C 111.804688 96.337562 116.261719 100.7985 116.261719 106.302406 Z M 116.261719 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="104.058" y="86.47"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="96.502"/> + <use xlink:href="#glyph2-3" x="106.2996" y="96.502"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 63.778969 C 116.261719 69.282875 111.804688 73.743812 106.300781 73.743812 C 100.796875 73.743812 96.335938 69.282875 96.335938 63.778969 C 96.335938 58.278969 100.796875 53.818031 106.300781 53.818031 C 111.804688 53.818031 116.261719 58.278969 116.261719 63.778969 Z M 116.261719 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="128.989"/> + <use xlink:href="#glyph0-1" x="106.2992" y="128.989"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="139.022"/> + <use xlink:href="#glyph2-6" x="106.2996" y="139.022"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.261719 21.259437 C 116.261719 26.763344 111.804688 31.224281 106.300781 31.224281 C 100.796875 31.224281 96.335938 26.763344 96.335938 21.259437 C 96.335938 15.759437 100.796875 11.2985 106.300781 11.2985 C 111.804688 11.2985 116.261719 15.759437 116.261719 21.259437 Z M 116.261719 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="101.816" y="171.592"/> + <use xlink:href="#glyph0-2" x="106.2992" y="171.592"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="100.322" y="181.542"/> + <use xlink:href="#glyph2-2" x="106.2996" y="181.542"/> +</g> +<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.12;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(50%,50%,50%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 148.821937 C 158.785156 154.321937 154.324219 158.782875 148.820312 158.782875 C 143.320312 158.782875 138.859375 154.321937 138.859375 148.821937 C 138.859375 143.318031 143.320312 138.857094 148.820312 138.857094 C 154.324219 138.857094 158.785156 143.318031 158.785156 148.821937 Z M 158.785156 148.821937 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="146.577" y="43.95"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="145.83" y="53.893"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 89.433594 C 158.785156 83.933594 154.324219 79.472656 148.820312 79.472656 C 143.320312 79.472656 138.859375 83.933594 138.859375 89.433594 C 138.859375 94.9375 143.320312 99.398438 148.820312 99.398438 C 154.324219 99.398438 158.785156 94.9375 158.785156 89.433594 Z M 158.785156 89.433594 "/> +<g clip-path="url(#clip9)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 106.302406 C 158.785156 111.802406 154.324219 116.263344 148.820312 116.263344 C 143.320312 116.263344 138.859375 111.802406 138.859375 106.302406 C 138.859375 100.7985 143.320312 96.337562 148.820312 96.337562 C 154.324219 96.337562 158.785156 100.7985 158.785156 106.302406 Z M 158.785156 106.302406 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="146.577" y="86.553"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph1-1" x="143.72" y="95.253"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 131.957031 C 158.785156 126.453125 154.324219 121.992188 148.820312 121.992188 C 143.320312 121.992188 138.859375 126.453125 138.859375 131.957031 C 138.859375 137.457031 143.320312 141.917969 148.820312 141.917969 C 154.324219 141.917969 158.785156 137.457031 158.785156 131.957031 Z M 158.785156 131.957031 "/> +<g clip-path="url(#clip10)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 63.778969 C 158.785156 69.282875 154.324219 73.743812 148.820312 73.743812 C 143.320312 73.743812 138.859375 69.282875 138.859375 63.778969 C 138.859375 58.278969 143.320312 53.818031 148.820312 53.818031 C 154.324219 53.818031 158.785156 58.278969 158.785156 63.778969 Z M 158.785156 63.778969 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="129.072"/> + <use xlink:href="#glyph0-4" x="148.8192" y="129.072"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="139.022"/> + <use xlink:href="#glyph2-6" x="148.8186" y="139.022"/> +</g> +<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 158.785156 174.476562 C 158.785156 168.972656 154.324219 164.511719 148.820312 164.511719 C 143.320312 164.511719 138.859375 168.972656 138.859375 174.476562 C 138.859375 179.976562 143.320312 184.4375 148.820312 184.4375 C 154.324219 184.4375 158.785156 179.976562 158.785156 174.476562 Z M 158.785156 174.476562 "/> +<g clip-path="url(#clip11)" clip-rule="nonzero"> +<path style="fill:none;stroke-width:1.41731;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 158.785156 21.259437 C 158.785156 26.763344 154.324219 31.224281 148.820312 31.224281 C 143.320312 31.224281 138.859375 26.763344 138.859375 21.259437 C 138.859375 15.759437 143.320312 11.2985 148.820312 11.2985 C 154.324219 11.2985 158.785156 15.759437 158.785156 21.259437 Z M 158.785156 21.259437 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="144.336" y="171.509"/> + <use xlink:href="#glyph0-6" x="148.8192" y="171.509"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="142.841" y="181.542"/> + <use xlink:href="#glyph2-6" x="148.8186" y="181.542"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 148.845375 L 31.933594 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554095 2.072034 C -1.425258 1.294678 0.000417994 0.130487 0.387125 0.00154641 C 0.000394439 -0.131231 -1.425492 -1.295165 -1.554468 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,31.934,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="45.804"/> + <use xlink:href="#glyph0-6" x="42.5252" y="45.804"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 116.278969 L 21.261719 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552634 2.071714 C -1.423728 1.29437 -0.0018525 0.130307 0.388772 0.00140125 C -0.0018525 -0.131411 -1.423728 -1.295474 -1.552634 -2.072818 " transform="matrix(0,-1,-1,0,21.26312,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="22.16" y="71.172"/> + <use xlink:href="#glyph0-6" x="26.6432" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 138.876625 L 148.84375 116.986 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556054 2.070872 C -1.423171 1.293541 -0.00119166 0.129606 0.389445 0.00073505 C -0.00116846 -0.128206 -1.422938 -1.296303 -1.555681 -2.073659 " transform="matrix(-0.00009,1,1,0.00009,148.84305,78.75118)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="143.463" y="71.172"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 96.349281 L 106.316406 74.458656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554038 2.074132 C -1.425085 1.296796 0.000766015 0.128913 0.387492 0.0000294995 C 0.000781484 -0.1289 -1.42493 -1.296954 -1.55379 -2.070399 " transform="matrix(-0.00006,1,1,0.00006,106.3164,121.27657)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="96.453" y="113.697"/> + <use xlink:href="#glyph0-8" x="100.9362" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 73.751625 L 148.84375 95.64225 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554371 2.073659 C -1.425535 1.296303 0.000141539 0.128206 0.386849 -0.000734816 C 0.000118335 -0.129606 -1.425768 -1.29354 -1.554744 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,100.09388)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="113.697"/> + <use xlink:href="#glyph0-9" x="154.2222" y="113.697"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 21.261719 53.825844 L 21.261719 31.935219 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.555906 2.072818 C -1.423094 1.295474 -0.00121875 0.131411 0.389406 -0.00140125 C -0.00121875 -0.130307 -1.423094 -1.29437 -1.555906 -2.071714 " transform="matrix(0,1,1,0,21.26312,163.802)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="11.4" y="156.222"/> + <use xlink:href="#glyph0-6" x="15.8832" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.824219 21.263344 L 31.933594 21.263344 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554281 2.073995 C -1.425375 1.296651 0.00040625 0.128682 0.387125 -0.00022375 C 0.00040625 -0.12913 -1.425375 -1.293193 -1.554281 -2.070536 " transform="matrix(-1,0,0,1,31.934,174.47288)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="38.042" y="173.384"/> + <use xlink:href="#glyph0-6" x="42.5252" y="173.384"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 116.277344 63.790687 L 138.167969 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.554321 2.071173 C -1.425391 1.293833 0.000424856 0.129814 0.387147 0.000919114 C 0.00043259 -0.127999 -1.425314 -1.29601 -1.554197 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,138.16754,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="123.091" y="139.057"/> + <use xlink:href="#glyph0-10" x="127.5742" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 148.84375 31.228187 L 148.84375 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552418 2.073658 C -1.423582 1.296303 -0.00181221 0.128206 0.388801 -0.000734992 C -0.00183541 -0.129606 -1.423815 -1.293541 -1.552791 -2.070873 " transform="matrix(-0.00009,-1,-1,0.00009,148.84305,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="149.739" y="156.305"/> + <use xlink:href="#glyph0-10" x="154.2222" y="156.305"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 73.753906 63.790687 L 95.640625 63.790687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552338 2.071173 C -1.423409 1.293834 -0.00149889 0.129814 0.38913 0.000919174 C -0.00149116 -0.127999 -1.423331 -1.29601 -1.552214 -2.073358 " transform="matrix(1,0.00003,0.00003,-1,95.64212,131.94622)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-10" x="82.808" y="139.057"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.316406 31.228187 L 106.316406 53.114906 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552481 2.070399 C -1.423621 1.296954 -0.00181602 0.1289 0.388801 -0.0000295781 C -0.00183148 -0.128912 -1.423777 -1.296796 -1.552729 -2.074132 " transform="matrix(-0.00006,-1,-1,0.00006,106.3164,142.61927)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="107.213" y="156.222"/> + <use xlink:href="#glyph0-6" x="111.6962" y="156.222"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 96.347656 148.845375 L 74.460938 148.841469 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.556009 2.072034 C -1.423266 1.294678 -0.00149576 0.130488 0.389118 0.00154623 C -0.00151931 -0.131231 -1.423499 -1.295166 -1.552475 -2.072498 " transform="matrix(-1,0.00009,0.00009,1,74.45943,46.89295)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="80.566" y="45.97"/> + <use xlink:href="#glyph0-2" x="85.0492" y="45.97"/> +</g> +<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 63.789062 116.278969 L 63.789062 138.165687 " transform="matrix(1,0,0,-1,0,195.736)"/> +<path style="fill:none;stroke-width:0.6376;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -1.552572 2.071077 C -1.423689 1.293729 -0.00184861 0.129624 0.388773 0.000705837 C -0.00185635 -0.128189 -1.423766 -1.296115 -1.552696 -2.073455 " transform="matrix(-0.00003,-1,-1,0.00003,63.78978,57.56846)"/> +<g style="fill:rgb(100%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="64.686" y="71.172"/> + <use xlink:href="#glyph0-8" x="69.1692" y="71.172"/> +</g> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="4.652" y="19.892"/> + <use xlink:href="#glyph2-2" x="10.6296" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-3" x="8.388" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 19.597656 183.833656 C 19.597656 188.786781 15.582031 192.7985 10.628906 192.7985 C 5.679688 192.7985 1.664062 188.786781 1.664062 183.833656 C 1.664062 178.880531 5.679688 174.864906 10.628906 174.864906 C 15.582031 174.864906 19.597656 178.880531 19.597656 183.833656 Z M 19.597656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="23.361" y="19.892"/> + <use xlink:href="#glyph2-2" x="29.3386" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="24.855" y="9.534"/> + <use xlink:href="#glyph0-8" x="29.3382" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 38.304688 183.833656 C 38.304688 188.786781 34.292969 192.7985 29.339844 192.7985 C 24.386719 192.7985 20.371094 188.786781 20.371094 183.833656 C 20.371094 178.880531 24.386719 174.864906 29.339844 174.864906 C 34.292969 174.864906 38.304688 178.880531 38.304688 183.833656 Z M 38.304688 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="42.07" y="19.892"/> + <use xlink:href="#glyph2-2" x="48.0476" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-4" x="43.564" y="9.617"/> + <use xlink:href="#glyph0-2" x="48.0472" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 57.015625 183.833656 C 57.015625 188.786781 53 192.7985 48.046875 192.7985 C 43.097656 192.7985 39.082031 188.786781 39.082031 183.833656 C 39.082031 178.880531 43.097656 174.864906 48.046875 174.864906 C 53 174.864906 57.015625 178.880531 57.015625 183.833656 Z M 57.015625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="60.779" y="20.003"/> + <use xlink:href="#glyph2-5" x="66.7566" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-5" x="64.515" y="9.617"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 75.722656 183.833656 C 75.722656 188.786781 71.710938 192.7985 66.757812 192.7985 C 61.804688 192.7985 57.789062 188.786781 57.789062 183.833656 C 57.789062 178.880531 61.804688 174.864906 66.757812 174.864906 C 71.710938 174.864906 75.722656 178.880531 75.722656 183.833656 Z M 75.722656 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="79.487" y="19.892"/> + <use xlink:href="#glyph2-3" x="85.4646" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-9" x="83.223" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 94.433594 183.833656 C 94.433594 188.786781 90.417969 192.7985 85.464844 192.7985 C 80.515625 192.7985 76.5 188.786781 76.5 183.833656 C 76.5 178.880531 80.515625 174.864906 85.464844 174.864906 C 90.417969 174.864906 94.433594 178.880531 94.433594 183.833656 Z M 94.433594 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-1" x="98.196" y="19.892"/> + <use xlink:href="#glyph2-3" x="104.1736" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-6" x="101.932" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.140625 183.833656 C 113.140625 188.786781 109.128906 192.7985 104.175781 192.7985 C 99.222656 192.7985 95.207031 188.786781 95.207031 183.833656 C 95.207031 178.880531 99.222656 174.864906 104.175781 174.864906 C 109.128906 174.864906 113.140625 178.880531 113.140625 183.833656 Z M 113.140625 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-4" x="119.894" y="20.003"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-7" x="120.641" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 131.851562 183.833656 C 131.851562 188.786781 127.835938 192.7985 122.882812 192.7985 C 117.933594 192.7985 113.917969 188.786781 113.917969 183.833656 C 113.917969 178.880531 117.933594 174.864906 122.882812 174.864906 C 127.835938 174.864906 131.851562 178.880531 131.851562 183.833656 Z M 131.851562 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> + <use xlink:href="#glyph2-2" x="138.602" y="19.892"/> +</g> +<g style="fill:rgb(50%,50%,50%);fill-opacity:1;"> + <use xlink:href="#glyph0-8" x="139.35" y="9.534"/> +</g> +<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(75%,75%,75%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.558594 183.833656 C 150.558594 188.786781 146.546875 192.7985 141.59375 192.7985 C 136.640625 192.7985 132.625 188.786781 132.625 183.833656 C 132.625 178.880531 136.640625 174.864906 141.59375 174.864906 C 146.546875 174.864906 150.558594 178.880531 150.558594 183.833656 Z M 150.558594 183.833656 " transform="matrix(1,0,0,-1,0,195.736)"/> +</g> +</svg> diff --git a/src/doc/img/oift_polarity1.png b/src/doc/img/oift_polarity1.png new file mode 100644 index 0000000000000000000000000000000000000000..72982fe2746469e9c981268caf81832317e63fa9 Binary files /dev/null and b/src/doc/img/oift_polarity1.png differ diff --git a/src/doc/img/oift_polarity2.png b/src/doc/img/oift_polarity2.png new file mode 100644 index 0000000000000000000000000000000000000000..eeefbecbe861124ddfafa11e95a592e9839bf328 Binary files /dev/null and b/src/doc/img/oift_polarity2.png differ diff --git a/src/doc/img/orfc-example-1.png b/src/doc/img/orfc-example-1.png new file mode 100644 index 0000000000000000000000000000000000000000..bcdd4ccda3661ec3a228109dad9395ee697e2d3b Binary files /dev/null and b/src/doc/img/orfc-example-1.png differ diff --git a/src/doc/img/orfc-example-2.png b/src/doc/img/orfc-example-2.png new file mode 100644 index 0000000000000000000000000000000000000000..cac47a5e30283cfb180d676e227adfca3d06e4b8 Binary files /dev/null and b/src/doc/img/orfc-example-2.png differ diff --git a/src/doc/img/orfc-example-3.png b/src/doc/img/orfc-example-3.png new file mode 100644 index 0000000000000000000000000000000000000000..e5700a257ef682f1af9f0391169fe1e89e1e8809 Binary files /dev/null and b/src/doc/img/orfc-example-3.png differ diff --git a/src/doc/img/orfc-example-4.png b/src/doc/img/orfc-example-4.png new file mode 100644 index 0000000000000000000000000000000000000000..d13be2c8e9b353da22c3e31eeceabf058ac0cb32 Binary files /dev/null and b/src/doc/img/orfc-example-4.png differ diff --git a/src/doc/img/orfc-example-5.png b/src/doc/img/orfc-example-5.png new file mode 100644 index 0000000000000000000000000000000000000000..31783a6e8cd14bf96bf64f256116649accbbb43a Binary files /dev/null and b/src/doc/img/orfc-example-5.png differ diff --git a/src/doc/img/publicacao1.jpg b/src/doc/img/publicacao1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ae1978d15034ccf3aeba60c464174d2c8885c0b2 Binary files /dev/null and b/src/doc/img/publicacao1.jpg differ diff --git a/src/doc/img/publicacao2.jpg b/src/doc/img/publicacao2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac51fdd5677d132d435a607e50e21af88d564954 Binary files /dev/null and b/src/doc/img/publicacao2.jpg differ diff --git a/src/doc/img/seed-robustness-1.svg b/src/doc/img/seed-robustness-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..3e5bb645e170ab895677ef194eeb2c5e7ac51b38 --- /dev/null +++ b/src/doc/img/seed-robustness-1.svg @@ -0,0 +1,146 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="108.36023mm" + height="81.430138mm" + viewBox="0 0 108.36023 81.430138" + version="1.1" + id="svg6473" + inkscape:version="0.92.1 r" + sodipodi:docname="seed-robustness-1.svg"> + <defs + id="defs6467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6378906" + inkscape:cx="182.36643" + inkscape:cy="161.58663" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="1" + fit-margin-left="1" + fit-margin-right="1" + fit-margin-bottom="1" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" /> + <metadata + id="metadata6470"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-28.519936,-48.211294)"> + <path + style="fill:#b3ff4c;stroke:#528e00;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="m 54.44508,112.53618 c 0,0 9.422582,-10.04941 16.261353,-11.3284 l -3e-5,-1e-5 c 0.470293,-0.088 0.928366,-0.13431 1.370316,-0.13331 6.868571,0.0174 10.224556,8.94433 16.864987,11.08518 5.160646,1.66377 11.785684,1.59585 17.277404,1.24901 l 0.003,0.0211 c -0.53019,-3.44092 -0.97759,-7.10748 -1.04029,-9.97705 -0.0758,-3.473324 0.43834,-8.910254 1.01492,-13.763855 l -0.0188,-0.0022 c -3.8305,-1.227484 -7.253517,-2.159734 -9.626991,-2.486738 -9.869681,-1.359791 -12.96557,1.759066 -19.624391,1.200068 C 70.267737,87.840977 62.431926,87.618652 57.025611,83.770101 51.619296,79.92155 46.694264,67.367633 46.694264,67.367633 44.486091,84.705372 49.071398,107.10007 54.44508,112.53618 Z" + id="path7075" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsscccccszzcc" /> + <path + sodipodi:nodetypes="ssssccs" + inkscape:connector-curvature="0" + id="path7021" + d="m 134.43862,100.3852 c -7.78702,12.43261 -15.8654,8.91495 -24.4414,21.69556 -6.33572,9.44197 -25.910766,7.02792 -42.475469,0.84115 C 50.205471,116.45444 47.651754,98.886865 46.312766,82.407399 45.852919,76.747885 45.609684,50.074366 59.206061,49.476445 c 22.402479,2.191838 35.794315,25.562251 51.934989,30.984883 17.33944,5.354417 28.19576,12.103523 23.29757,19.923872 z" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:0.22564103;stroke:#333333;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <text + id="text7049" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047" + sodipodi:role="line">s<tspan + id="tspan7045" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821474px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057"><tspan + sodipodi:role="line" + id="tspan7055" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="91.034668" + y="103.18116" + id="text7025"><tspan + sodipodi:role="line" + id="tspan7023" + x="91.034668" + y="103.18116" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332">s<tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821486px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#800000;stroke-width:0.26458332" + id="tspan7027" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.16923332px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="86.944389" + y="100.09583" + id="text7037"><tspan + sodipodi:role="line" + id="tspan7035" + x="86.944389" + y="100.09583" + style="fill:#800000;stroke-width:0.26458332">x</tspan></text> + <text + id="text7043" + y="104.76869" + x="93.680504" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332" + y="104.76869" + x="93.680504" + id="tspan7041" + sodipodi:role="line">1</tspan></text> + </g> +</svg> diff --git a/src/doc/img/seed-robustness-2.svg b/src/doc/img/seed-robustness-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..370bdcb17b26ec6a0b5ec6565b1069134351bb54 --- /dev/null +++ b/src/doc/img/seed-robustness-2.svg @@ -0,0 +1,146 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="108.36023mm" + height="81.430138mm" + viewBox="0 0 108.36023 81.430138" + version="1.1" + id="svg6473" + inkscape:version="0.92.1 r" + sodipodi:docname="seed-robustness-2.svg"> + <defs + id="defs6467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6378906" + inkscape:cx="105.45995" + inkscape:cy="154.20959" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="1" + fit-margin-left="1" + fit-margin-right="1" + fit-margin-bottom="1" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" /> + <metadata + id="metadata6470"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-28.519936,-48.211294)"> + <path + style="fill:#b3ff4c;stroke:#548e00;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="m 54.44508,112.53618 c 0,0 9.422582,-10.04941 16.261353,-11.3284 l -3e-5,-1e-5 c 0.470293,-0.088 0.928366,-0.13431 1.370316,-0.13331 6.868571,0.0174 10.224556,8.94433 16.864987,11.08518 5.160646,1.66377 11.785684,1.59585 17.277404,1.24901 l 0.003,0.0211 c -0.53019,-3.44092 -0.97759,-7.10748 -1.04029,-9.97705 -0.0758,-3.473324 0.43834,-8.910254 1.01492,-13.763855 l -0.0188,-0.0022 c -3.8305,-1.227484 -7.253517,-2.159734 -9.626991,-2.486738 -9.869681,-1.359791 -12.96557,1.759066 -19.624391,1.200068 C 70.267737,87.840977 62.431926,87.618652 57.025611,83.770101 51.619296,79.92155 46.694264,67.367633 46.694264,67.367633 44.486091,84.705372 49.071398,107.10007 54.44508,112.53618 Z" + id="path7075" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccsscccccszzcc" /> + <path + sodipodi:nodetypes="ssssccs" + inkscape:connector-curvature="0" + id="path7021" + d="m 134.43862,100.3852 c -7.78702,12.43261 -15.8654,8.91495 -24.4414,21.69556 -6.33572,9.44197 -25.910766,7.02792 -42.475469,0.84115 C 50.205471,116.45444 47.651754,98.886865 46.312766,82.407399 45.852919,76.747885 45.609684,50.074366 59.206061,49.476445 c 22.402479,2.191838 35.794315,25.562251 51.934989,30.984883 17.33944,5.354417 28.19576,12.103523 23.29757,19.923872 z" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:0.22564103;stroke:#333333;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <text + id="text7049" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047" + sodipodi:role="line">s<tspan + id="tspan7045" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821474px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057"><tspan + sodipodi:role="line" + id="tspan7055" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="98.972168" + y="97.360329" + id="text7025"><tspan + sodipodi:role="line" + id="tspan7023" + x="98.972168" + y="97.360329" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332">s<tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821486px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#800000;stroke-width:0.26458332" + id="tspan7027" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.16923332px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="94.881889" + y="94.275002" + id="text7037"><tspan + sodipodi:role="line" + id="tspan7035" + x="94.881889" + y="94.275002" + style="fill:#800000;stroke-width:0.26458332">x</tspan></text> + <text + id="text7043" + y="98.947861" + x="101.618" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332" + y="98.947861" + x="101.618" + id="tspan7041" + sodipodi:role="line">2</tspan></text> + </g> +</svg> diff --git a/src/doc/img/seed-robustness-3.svg b/src/doc/img/seed-robustness-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..a509c738cc5d7b84b6b1671ab845f2869632b2db --- /dev/null +++ b/src/doc/img/seed-robustness-3.svg @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="108.36023mm" + height="81.430138mm" + viewBox="0 0 108.36023 81.430138" + version="1.1" + id="svg6473" + inkscape:version="0.92.1 r" + sodipodi:docname="seed-robustness-3.svg"> + <defs + id="defs6467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6378906" + inkscape:cx="105.45995" + inkscape:cy="154.20959" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="1" + fit-margin-left="1" + fit-margin-right="1" + fit-margin-bottom="1" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" /> + <metadata + id="metadata6470"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-28.519936,-48.211294)"> + <text + id="text7049-6" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047-7" + sodipodi:role="line">s<tspan + id="tspan7045-5" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821486px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057-3"><tspan + sodipodi:role="line" + id="tspan7055-5" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059-6" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <path + inkscape:connector-curvature="0" + style="fill:#b3ff4c;stroke:#538e00;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="m 70.774378,101.23089 c -0.0109,-2.121551 -0.08458,-4.043017 -0.249314,-5.560521 -0.330248,-3.042179 -1.113018,-5.644877 -1.972707,-8.101176 l 0.05284,0.0684 C 64.390001,87.083455 60.270264,86.079847 57.025611,83.770101 51.619296,79.92155 46.694264,67.367633 46.694264,67.367633 c -2.208173,17.337739 2.377134,39.732437 7.750816,45.168547 0,0 9.422582,-10.04941 16.261353,-11.3284 l -3e-5,-1e-5 z" + id="path7067" + sodipodi:nodetypes="csccsccccc" /> + <path + sodipodi:nodetypes="ssssccs" + inkscape:connector-curvature="0" + id="path7021" + d="m 134.43862,100.3852 c -7.78702,12.43261 -15.8654,8.91495 -24.4414,21.69556 -6.33572,9.44197 -25.910766,7.02792 -42.475469,0.84115 C 50.205471,116.45444 47.651754,98.886865 46.312766,82.407399 45.852919,76.747885 45.609684,50.074366 59.206061,49.476445 c 22.402479,2.191838 35.794315,25.562251 51.934989,30.984883 17.33944,5.354417 28.19576,12.103523 23.29757,19.923872 z" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:0.22564103;stroke:#333333;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <text + id="text7049" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047" + sodipodi:role="line">s<tspan + id="tspan7045" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821474px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057"><tspan + sodipodi:role="line" + id="tspan7055" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="57.697182" + y="97.889496" + id="text7025"><tspan + sodipodi:role="line" + id="tspan7023" + x="57.697182" + y="97.889496" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332">s<tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821486px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#800000;stroke-width:0.26458332" + id="tspan7027" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.16923332px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="53.606903" + y="94.804169" + id="text7037"><tspan + sodipodi:role="line" + id="tspan7035" + x="53.606903" + y="94.804169" + style="fill:#800000;stroke-width:0.26458332">x</tspan></text> + <text + id="text7043" + y="99.477028" + x="60.343014" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332" + y="99.477028" + x="60.343014" + id="tspan7041" + sodipodi:role="line">3</tspan></text> + </g> +</svg> diff --git a/src/doc/img/seed-robustness-4.svg b/src/doc/img/seed-robustness-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..df76a9fa3caa9d7eea2afe2eb902cd12367b718c --- /dev/null +++ b/src/doc/img/seed-robustness-4.svg @@ -0,0 +1,199 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="108.36023mm" + height="81.430138mm" + viewBox="0 0 108.36023 81.430138" + version="1.1" + id="svg6473" + inkscape:version="0.92.1 r" + sodipodi:docname="seed-robustness-4.svg"> + <defs + id="defs6467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.6378906" + inkscape:cx="-2.1813005" + inkscape:cy="157.25858" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="1" + fit-margin-left="1" + fit-margin-right="1" + fit-margin-bottom="1" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="true" + inkscape:snap-smooth-nodes="true" /> + <metadata + id="metadata6470"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-28.519936,-48.211294)"> + <path + sodipodi:nodetypes="ssssccs" + inkscape:connector-curvature="0" + id="path7021" + d="m 134.43862,100.3852 c -7.78702,12.43261 -15.8654,8.91495 -24.4414,21.69556 -6.33572,9.44197 -25.910766,7.02792 -42.475469,0.84115 C 50.205471,116.45444 47.651754,98.886865 46.312766,82.407399 45.852919,76.747885 45.609684,50.074366 59.206061,49.476445 c 22.402479,2.191838 35.794315,25.562251 51.934989,30.984883 17.33944,5.354417 28.19576,12.103523 23.29757,19.923872 z" + style="opacity:1;vector-effect:none;fill:none;fill-opacity:0.22564103;stroke:#333333;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <text + id="text7049" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047" + sodipodi:role="line">s<tspan + id="tspan7045" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821474px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057"><tspan + sodipodi:role="line" + id="tspan7055" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <text + id="text7049-6" + y="100.65931" + x="33.410294" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332" + y="100.65931" + x="33.410294" + id="tspan7047-7" + sodipodi:role="line">s<tspan + id="tspan7045-5" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821486px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#000080;stroke-width:0.26458332" /></tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="36.056129" + y="102.2468" + id="text7057-3"><tspan + sodipodi:role="line" + id="tspan7055-5" + x="36.056129" + y="102.2468" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">b</tspan></text> + <circle + style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7059-6" + cx="31.409817" + cy="95.23632" + r="1.8898809" /> + <path + style="fill:none;stroke:#16164f;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 46.694264,67.367633 c 0,0 4.925032,12.553916 10.331348,16.402469 5.406316,3.84855 13.242126,4.070874 19.900947,4.629872 6.65882,0.558998 9.754709,-2.559857 19.62439,-1.200068 2.373474,0.327004 5.796491,1.259255 9.626991,2.486739" + id="path7073" + inkscape:connector-curvature="0" + sodipodi:nodetypes="czzsc" /> + <path + style="fill:#b3ff4c;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 68.689453 72.402344 C 60.343602 137.93081 77.674396 222.57126 97.984375 243.11719 C 97.984375 243.11719 133.59799 205.13476 159.44531 200.30078 L 159.69922 200.05469 C 159.65206 192.16896 159.3737 185.02852 158.75977 179.37305 C 157.52244 167.97506 154.60255 158.21057 151.38672 148.99805 C 151.37824 148.99693 151.36981 148.99526 151.36133 148.99414 C 135.47945 146.89587 119.96504 143.0983 107.73828 134.39453 C 87.304965 119.84883 68.689453 72.402344 68.689453 72.402344 z " + transform="matrix(0.26458333,0,0,0.26458333,28.519936,48.211294)" + id="path7075" /> + <path + sodipodi:nodetypes="csscccccssccscc" + inkscape:connector-curvature="0" + id="path19818" + d="m 70.706403,101.20777 c 0.470293,-0.088 0.928366,-0.13431 1.370316,-0.13331 6.868571,0.0174 10.224556,8.94433 16.864987,11.08518 5.160646,1.66377 11.785684,1.59585 17.277404,1.24901 l 0.003,0.0211 c -0.53019,-3.44092 -0.97759,-7.10748 -1.04029,-9.97705 -0.0758,-3.473324 0.43834,-8.910254 1.01492,-13.763855 l -0.0188,-0.0022 c -3.8305,-1.227484 -7.253517,-2.159734 -9.626991,-2.486738 -9.869681,-1.359791 -12.96557,1.759066 -19.624391,1.200068 -2.674358,-0.224508 -5.538569,-0.39471 -8.358991,-0.767337 l -0.01521,-0.06345 c 0.859689,2.456299 1.642459,5.058997 1.972707,8.101176 0.162438,1.496343 0.236344,3.38546 0.248822,5.471891 z" + style="fill:#99d9f2;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.76993847px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';letter-spacing:0px;word-spacing:0px;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="86.363403" + y="99.411125" + id="text19822"><tspan + sodipodi:role="line" + id="tspan19820" + x="86.363403" + y="99.411125" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#000080;stroke-width:0.26458332">[s]</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + x="96.699379" + y="109.41455" + id="text7025"><tspan + sodipodi:role="line" + id="tspan7023" + x="96.699379" + y="109.41455" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332">s<tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.47821486px;font-family:Montserrat;-inkscape-font-specification:Montserrat;baseline-shift:sub;fill:#800000;stroke-width:0.26458332" + id="tspan7027" /></tspan></text> + <text + id="text7043" + y="111.0021" + x="99.345207" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.72580051px;line-height:1.25;font-family:'Open Sans';-inkscape-font-specification:'Open Sans';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.70416665px;font-family:Montserrat;-inkscape-font-specification:Montserrat;fill:#800000;stroke-width:0.26458332" + y="116.07544" + x="99.345207" + id="tspan7041" + sodipodi:role="line" /></text> + <circle + r="1.3244941" + cy="105.29047" + cx="95.43898" + id="circle19867" + style="opacity:1;vector-effect:none;fill:#800000;fill-opacity:1;stroke:none;stroke-width:0.52916664;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csscccccssccscccc" + inkscape:connector-curvature="0" + id="path20064" + d="m 70.706403,101.20777 c 0.470293,-0.088 0.928366,-0.13431 1.370316,-0.13331 6.868571,0.0174 10.224556,8.94433 16.864987,11.08518 5.160646,1.66377 11.785684,1.59585 17.277404,1.24901 l 0.003,0.0211 c -0.53019,-3.44092 -0.97759,-7.10748 -1.04029,-9.97705 -0.0758,-3.473324 0.43834,-8.910254 1.01492,-13.763855 l -0.0188,-0.0022 c -3.8305,-1.227484 -7.253517,-2.159734 -9.626991,-2.486738 -9.869681,-1.359791 -12.96557,1.759066 -19.624391,1.200068 -2.674358,-0.224508 -5.538569,-0.39471 -8.358991,-0.767337 m 0,0 C 64.365487,87.07747 60.260607,86.072972 57.025611,83.770101 51.619296,79.92155 46.694264,67.367633 46.694264,67.367633 c -2.208173,17.337739 2.377134,39.732437 7.750816,45.168547 0,0 9.422582,-10.04941 16.261353,-11.3284 l -3e-5,-1e-5" + style="fill:none;fill-opacity:0.23762375;stroke:#528e00;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> +</svg> diff --git a/src/doc/img/seg_desejado.svg b/src/doc/img/seg_desejado.svg new file mode 100644 index 0000000000000000000000000000000000000000..6a78d385bfd0daddd7871038daba091a80fd7987 --- /dev/null +++ b/src/doc/img/seg_desejado.svg @@ -0,0 +1,318 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="142.86491mm" + height="142.86494mm" + viewBox="0 0 506.21426 506.21437" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="seg_desejado.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.64808124" + inkscape:cx="542.51505" + inkscape:cy="90.314157" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <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="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-96.89286,-242.1122)"> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4136" + width="84.285713" + height="84.285713" + x="97.14286" + y="242.3622" /> + <rect + y="326.64792" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4138" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4140" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4144" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4148" + width="84.285713" + height="84.285713" + x="350" + y="242.36223" /> + <rect + y="242.36223" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4168" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4172" + width="84.285713" + height="84.285713" + x="518.57141" + y="242.36224" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4142" + width="84.285713" + height="84.285713" + x="97.14286" + y="326.64792" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4146" + width="84.285713" + height="84.285713" + x="350" + y="326.64795" /> + <rect + y="326.64795" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4150" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4170" + width="84.285713" + height="84.285713" + x="518.57141" + y="326.64795" /> + <rect + y="326.64795" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4174" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4152" + width="84.285713" + height="84.285713" + x="97.14286" + y="410.93362" /> + <rect + y="410.93365" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4156" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="410.93365" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4160" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4164" + width="84.285713" + height="84.285713" + x="350" + y="410.93369" /> + <rect + y="410.93365" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4184" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4188" + width="84.285713" + height="84.285713" + x="518.57141" + y="410.93369" /> + <rect + y="495.21936" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4154" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4158" + width="84.285713" + height="84.285713" + x="97.14286" + y="495.21936" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4162" + width="84.285713" + height="84.285713" + x="350" + y="495.21939" /> + <rect + y="495.21939" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4166" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4186" + width="84.285713" + height="84.285713" + x="518.57141" + y="495.21939" /> + <rect + y="495.21939" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4190" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4200" + width="84.285713" + height="84.285713" + x="97.14286" + y="579.50507" /> + <rect + y="579.50507" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4204" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="579.50507" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4208" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4212" + width="84.285713" + height="84.285713" + x="349.99997" + y="579.50513" /> + <rect + y="579.50513" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4232" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4236" + width="84.285713" + height="84.285713" + x="518.57141" + y="579.50513" /> + <rect + y="663.79077" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4202" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4206" + width="84.285713" + height="84.285713" + x="97.14286" + y="663.79077" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4210" + width="84.285713" + height="84.285713" + x="349.99997" + y="663.79083" /> + <rect + y="663.79083" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4214" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4234" + width="84.285713" + height="84.285713" + x="518.57141" + y="663.79083" /> + <rect + y="663.79083" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4238" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + </g> +</svg> diff --git a/src/doc/img/seg_matriz.svg b/src/doc/img/seg_matriz.svg new file mode 100644 index 0000000000000000000000000000000000000000..d9ed14e14df84ff2ea3da8c73eeed308f716396f --- /dev/null +++ b/src/doc/img/seg_matriz.svg @@ -0,0 +1,384 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="142.86491mm" + height="142.86494mm" + viewBox="0 0 506.21426 506.21437" + id="svg2" + version="1.1" + inkscape:version="0.92.2 5c3e80d, 2017-08-06" + sodipodi:docname="seg_matriz.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.45826264" + inkscape:cx="287.48558" + inkscape:cy="516.61118" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="682" + inkscape:window-height="718" + inkscape:window-x="2049" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-96.89286,-242.1122)"> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4136" + width="84.285713" + height="84.285713" + x="97.14286" + y="242.3622" /> + <rect + y="326.64792" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4138" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4140" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4144" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4148" + width="84.285713" + height="84.285713" + x="350" + y="242.36223" /> + <rect + y="242.36223" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4168" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4172" + width="84.285713" + height="84.285713" + x="518.57141" + y="242.36224" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4142" + width="84.285713" + height="84.285713" + x="97.14286" + y="326.64792" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4146" + width="84.285713" + height="84.285713" + x="350" + y="326.64795" /> + <rect + y="326.64795" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4150" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4170" + width="84.285713" + height="84.285713" + x="518.57141" + y="326.64795" /> + <rect + y="326.64795" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4174" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4152" + width="84.285713" + height="84.285713" + x="97.14286" + y="410.93362" /> + <rect + y="410.93365" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4156" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="410.93365" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4160" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4164" + width="84.285713" + height="84.285713" + x="350" + y="410.93369" /> + <rect + y="410.93365" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4184" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4188" + width="84.285713" + height="84.285713" + x="518.57141" + y="410.93369" /> + <rect + y="495.21936" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4154" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4158" + width="84.285713" + height="84.285713" + x="97.14286" + y="495.21936" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4162" + width="84.285713" + height="84.285713" + x="350" + y="495.21939" /> + <rect + y="495.21939" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4166" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4186" + width="84.285713" + height="84.285713" + x="518.57141" + y="495.21939" /> + <rect + y="495.21939" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4190" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4200" + width="84.285713" + height="84.285713" + x="97.14286" + y="579.50507" /> + <rect + y="579.50507" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4204" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="579.50507" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4208" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4212" + width="84.285713" + height="84.285713" + x="349.99997" + y="579.50513" /> + <rect + y="579.50513" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4232" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4236" + width="84.285713" + height="84.285713" + x="518.57141" + y="579.50513" /> + <rect + y="663.79077" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4202" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4206" + width="84.285713" + height="84.285713" + x="97.14286" + y="663.79077" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4210" + width="84.285713" + height="84.285713" + x="349.99997" + y="663.79083" /> + <rect + y="663.79083" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4214" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4234" + width="84.285713" + height="84.285713" + x="518.57141" + y="663.79083" /> + <rect + y="663.79083" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4238" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="396.81219" + y="516.89197" + id="text4760"><tspan + sodipodi:role="line" + id="tspan4762" + x="396.81219" + y="516.89197" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:63.3601265px;line-height:1.25;font-family:Utopia;-inkscape-font-specification:Utopia;fill:#008000">TP</tspan></text> + <text + id="text4764" + y="729.85632" + x="315.5553" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:63.3601265px;line-height:1.25;font-family:Utopia;-inkscape-font-specification:Utopia;fill:#008000" + y="729.85632" + x="315.5553" + id="tspan4766" + sodipodi:role="line">TP</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="319.02032" + y="306.4277" + id="text4768"><tspan + sodipodi:role="line" + id="tspan4770" + x="319.02032" + y="306.4277" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:63.3601265px;line-height:1.25;font-family:Utopia;-inkscape-font-specification:Utopia;fill:#ffffff">TN</tspan></text> + <text + id="text4772" + y="474.4277" + x="233.02032" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:63.3601265px;line-height:1.25;font-family:Utopia;-inkscape-font-specification:Utopia;fill:#ffffff" + y="474.4277" + x="233.02032" + id="tspan4774" + sodipodi:role="line">FP</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + x="435.19888" + y="390.71341" + id="text4776"><tspan + sodipodi:role="line" + id="tspan4778" + x="435.19888" + y="390.71341" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:63.3601265px;line-height:1.25;font-family:Utopia;-inkscape-font-specification:Utopia;fill:#ffffff">FN</tspan></text> + <text + id="text4784" + y="644.71338" + x="435.19888" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:63.3601265px;line-height:1.25;font-family:Utopia;-inkscape-font-specification:Utopia;fill:#ffffff" + y="644.71338" + x="435.19888" + id="tspan4786" + sodipodi:role="line">FN</tspan></text> + </g> +</svg> diff --git a/src/doc/img/seg_obtido.svg b/src/doc/img/seg_obtido.svg new file mode 100644 index 0000000000000000000000000000000000000000..20bee40fc68805df7ce1db72251645fce5f29507 --- /dev/null +++ b/src/doc/img/seg_obtido.svg @@ -0,0 +1,318 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="142.86491mm" + height="142.86494mm" + viewBox="0 0 506.21426 506.21437" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="seg_obtido.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.64808124" + inkscape:cx="542.51505" + inkscape:cy="90.314157" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:snap-bbox-midpoints="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="768" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" /> + <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="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-96.89286,-242.1122)"> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4136" + width="84.285713" + height="84.285713" + x="97.14286" + y="242.3622" /> + <rect + y="326.64792" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4138" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="181.42857" + height="84.285713" + width="84.285713" + id="rect4140" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="242.36221" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4144" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4148" + width="84.285713" + height="84.285713" + x="350" + y="242.36223" /> + <rect + y="242.36223" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4168" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4172" + width="84.285713" + height="84.285713" + x="518.57141" + y="242.36224" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4142" + width="84.285713" + height="84.285713" + x="97.14286" + y="326.64792" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4146" + width="84.285713" + height="84.285713" + x="350" + y="326.64795" /> + <rect + y="326.64795" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4150" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4170" + width="84.285713" + height="84.285713" + x="518.57141" + y="326.64795" /> + <rect + y="326.64795" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4174" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4152" + width="84.285713" + height="84.285713" + x="97.14286" + y="410.93362" /> + <rect + y="410.93365" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4156" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="410.93365" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4160" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4164" + width="84.285713" + height="84.285713" + x="350" + y="410.93369" /> + <rect + y="410.93365" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4184" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4188" + width="84.285713" + height="84.285713" + x="518.57141" + y="410.93369" /> + <rect + y="495.21936" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4154" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4158" + width="84.285713" + height="84.285713" + x="97.14286" + y="495.21936" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4162" + width="84.285713" + height="84.285713" + x="350" + y="495.21939" /> + <rect + y="495.21939" + x="265.71429" + height="84.285713" + width="84.285713" + id="rect4166" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4186" + width="84.285713" + height="84.285713" + x="518.57141" + y="495.21939" /> + <rect + y="495.21939" + x="434.28571" + height="84.285713" + width="84.285713" + id="rect4190" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4200" + width="84.285713" + height="84.285713" + x="97.14286" + y="579.50507" /> + <rect + y="579.50507" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4204" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + y="579.50507" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4208" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4212" + width="84.285713" + height="84.285713" + x="349.99997" + y="579.50513" /> + <rect + y="579.50513" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4232" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4236" + width="84.285713" + height="84.285713" + x="518.57141" + y="579.50513" /> + <rect + y="663.79077" + x="181.42856" + height="84.285713" + width="84.285713" + id="rect4202" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4206" + width="84.285713" + height="84.285713" + x="97.14286" + y="663.79077" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4210" + width="84.285713" + height="84.285713" + x="349.99997" + y="663.79083" /> + <rect + y="663.79083" + x="265.71432" + height="84.285713" + width="84.285713" + id="rect4214" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + <rect + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + id="rect4234" + width="84.285713" + height="84.285713" + x="518.57141" + y="663.79083" /> + <rect + y="663.79083" + x="434.28568" + height="84.285713" + width="84.285713" + id="rect4238" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + </g> +</svg> diff --git a/src/doc/img/shapeconstraints1.png b/src/doc/img/shapeconstraints1.png new file mode 100644 index 0000000000000000000000000000000000000000..955cdb1ee9c7725b7849679b2f9bd1f7ec47ad16 Binary files /dev/null and b/src/doc/img/shapeconstraints1.png differ diff --git a/src/doc/img/shapeconstraints2.png b/src/doc/img/shapeconstraints2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbeeda27c27eede3903150bda32c6f5ee2d70ef Binary files /dev/null and b/src/doc/img/shapeconstraints2.png differ diff --git a/src/doc/img/software1.png b/src/doc/img/software1.png new file mode 100644 index 0000000000000000000000000000000000000000..d7230b06f45593e5c6b192e2c0b2564ee2ad6ff0 Binary files /dev/null and b/src/doc/img/software1.png differ diff --git a/src/doc/img/software2.png b/src/doc/img/software2.png new file mode 100644 index 0000000000000000000000000000000000000000..282da6b85b56a50fd41b113818d246b691121de5 Binary files /dev/null and b/src/doc/img/software2.png differ diff --git a/src/doc/img/software3.png b/src/doc/img/software3.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e9cf4d7ca22bdd4cf3e0b559146714a854c0d6 Binary files /dev/null and b/src/doc/img/software3.png differ diff --git a/src/doc/img/software4.png b/src/doc/img/software4.png new file mode 100644 index 0000000000000000000000000000000000000000..13279843c4e5dba15f5e5e1766f58beb70abfa38 Binary files /dev/null and b/src/doc/img/software4.png differ diff --git a/src/doc/img/software5.png b/src/doc/img/software5.png new file mode 100644 index 0000000000000000000000000000000000000000..a70d580c11192e769310d749796a2e7bc9c6fe5e Binary files /dev/null and b/src/doc/img/software5.png differ diff --git a/src/doc/img/software6.png b/src/doc/img/software6.png new file mode 100644 index 0000000000000000000000000000000000000000..c26e167727e0a761b39a4e0cbe721dfe1f438429 Binary files /dev/null and b/src/doc/img/software6.png differ diff --git a/src/doc/img/software7.png b/src/doc/img/software7.png new file mode 100644 index 0000000000000000000000000000000000000000..2d876267684b97c3ba6be6ddda973dfaba334e78 Binary files /dev/null and b/src/doc/img/software7.png differ diff --git a/src/doc/img/step01.png b/src/doc/img/step01.png new file mode 100644 index 0000000000000000000000000000000000000000..b82d37c10fbfac9ce272e5931ce18dbb01d97382 Binary files /dev/null and b/src/doc/img/step01.png differ diff --git a/src/doc/img/step02.png b/src/doc/img/step02.png new file mode 100644 index 0000000000000000000000000000000000000000..586494163e9c0310aa4b0db3c943676e80802d07 Binary files /dev/null and b/src/doc/img/step02.png differ diff --git a/src/doc/img/step03.png b/src/doc/img/step03.png new file mode 100644 index 0000000000000000000000000000000000000000..b962a872a634e3f1c0a6dd2f2a10d25e46d86fa5 Binary files /dev/null and b/src/doc/img/step03.png differ diff --git a/src/doc/img/step04.png b/src/doc/img/step04.png new file mode 100644 index 0000000000000000000000000000000000000000..38727485f96def60cee543bf871517e4ea05d6c8 Binary files /dev/null and b/src/doc/img/step04.png differ diff --git a/src/doc/img/step05.png b/src/doc/img/step05.png new file mode 100644 index 0000000000000000000000000000000000000000..35fcb1864fd667144af4d92c2a3f0dfba6178f07 Binary files /dev/null and b/src/doc/img/step05.png differ diff --git a/src/doc/img/step06.png b/src/doc/img/step06.png new file mode 100644 index 0000000000000000000000000000000000000000..fcffc9b6f7bb20a0d4fbe93c40faad1a8facdf12 Binary files /dev/null and b/src/doc/img/step06.png differ diff --git a/src/doc/img/step07.png b/src/doc/img/step07.png new file mode 100644 index 0000000000000000000000000000000000000000..83f66b24031f110d312759d3ba84f630ec0f60dd Binary files /dev/null and b/src/doc/img/step07.png differ diff --git a/src/doc/index.html b/src/doc/index.html index 17b8d64781e20df8fa68c4986b8046b643d1bf3a..92ca75cdf81879fe789805caee5bb64942bb27f4 100644 --- a/src/doc/index.html +++ b/src/doc/index.html @@ -1,10 +1,14 @@ +<!DOCTYPE html> <html> <head> <title>Friday Seminar: Interactive 3D Segmentation Repair with Image-Foresting Transform, Supervoxels and Seed Robustness</title> <link rel="stylesheet" href="ift.css"> <script src="web-animations-next.min.js"></script> + <link rel="stylesheet" type="text/css" href="katex.min.css"> + <script type="text/javascript" src="katex.min.js" type="module"></script> <script src="ift.js"></script> + <meta charset="UTF-8"> </head> <body class="theme-dark"> @@ -17,6 +21,23 @@ %resume-interactive% %repair-problem% %previous-works% + %digital-image% + %graph% + %adjacency% + %image-graph% + <!-- %segmentation% + %path-predecessor-forest% + %connectivity% + %opsf% --> + %ift% + %ift-aspects% + %seed-robustness% + %equivalence-class% + %orfc-example% + %rc% + %ift-slic% + %publications% + %thanks% </div> </div> <div id="scrubber"> diff --git a/src/doc/scss/general/_fonts.scss b/src/doc/scss/general/_fonts.scss index fb0ab23e6bbdd43268b5c538fe601a2814c20189..4d380cf7a065b2671b34180a06d1e459e1f0ea13 100644 --- a/src/doc/scss/general/_fonts.scss +++ b/src/doc/scss/general/_fonts.scss @@ -4,7 +4,7 @@ font-family: "Roboto"; font-style: normal; font-weight: 300; - src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); + src: local("Roboto Light"), local("Roboto-Light"), url("fonts/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } @@ -12,7 +12,7 @@ font-family: "Roboto"; font-style: normal; font-weight: 400; - src: local("Roboto"), local("Roboto-Regular"), url("/fonts/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2") format("woff2"); + src: local("Roboto"), local("Roboto-Regular"), url("fonts/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } @@ -20,7 +20,7 @@ font-family: "Roboto"; font-style: normal; font-weight: 500; - src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); + src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } @@ -28,14 +28,14 @@ font-family: "Roboto"; font-style: normal; font-weight: 700; - src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); + src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: "FontAwesome"; - src: url(/fonts/fontawesome-webfont.eot?v=4.7.0); - src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg"); + src: url(fonts/fontawesome-webfont.eot?v=4.7.0); + src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg"); font-weight: normal; font-style: normal; } diff --git a/src/doc/scss/general/_layout.scss b/src/doc/scss/general/_layout.scss index c93dc0391bd991c6f579edda1fdd58eae5c0131c..3c350c1da02b982ee128f01ccce16e7b4155e673 100644 --- a/src/doc/scss/general/_layout.scss +++ b/src/doc/scss/general/_layout.scss @@ -20,7 +20,22 @@ body, html { color: themed('textColor'); background-color: themed('backgroundColor'); } + width: 100%; + height: 100%; +} +.primary-fill { + @include themify($themes) { + fill: themed('textColor'); + } +} +.primary-stroke { + @include themify($themes) { + stroke: themed('textColor'); + } } #canvas { +} +#container .katex { + font-size: 8vmin; } \ No newline at end of file diff --git a/src/doc/scss/ift.scss b/src/doc/scss/ift.scss index ba36a42661fa139f26eb4e0f933e68f121b666ad..28515bf924d358cbc063edb0eb4080bce594dd1a 100644 --- a/src/doc/scss/ift.scss +++ b/src/doc/scss/ift.scss @@ -13,3 +13,16 @@ @import "module/resume-interactive"; @import "module/repair-problem"; @import "module/previous-works"; +@import "module/digital-image"; +@import "module/graph"; +@import "module/adjacency"; +@import "module/image-graph"; +@import "module/ift"; +@import "module/ift-aspects"; +@import "module/seed-robustness"; +@import "module/equivalence-class"; +@import "module/orfc-example"; +@import "module/rc"; +@import "module/ift-slic"; +@import "module/publications"; +@import "module/thanks"; \ No newline at end of file diff --git a/src/doc/scss/module/_adjacency.scss b/src/doc/scss/module/_adjacency.scss new file mode 100644 index 0000000000000000000000000000000000000000..63d0f41c7a8868aaa3a299a768dbc2a9a5d69866 --- /dev/null +++ b/src/doc/scss/module/_adjacency.scss @@ -0,0 +1,19 @@ +#adjacency { + transform: translate(400vw, 190vh); + padding: 1vmin; + position: absolute; + > h1 { + margin: 2vmin; + } +} +.adj{ + // display: flex; + // justify-content: center; + position: absolute; + // transform: translate3d(10vw, 0vh, 0vh); + > img { + height: 60vh; + position: absolute; + top: 0; + } +} \ No newline at end of file diff --git a/src/doc/scss/module/_applications.scss b/src/doc/scss/module/_applications.scss index 6553fac21872f02f0f86728d23df3aafe8a933a5..2103b2fac73af21b7b510d140c1b7cb18e008324 100644 --- a/src/doc/scss/module/_applications.scss +++ b/src/doc/scss/module/_applications.scss @@ -1,5 +1,5 @@ #applications { - transform: translate(0vw, 20vh); + transform: translate(0vw, 110vh); position: absolute; display: flex; flex-direction: column; diff --git a/src/doc/scss/module/_cover.scss b/src/doc/scss/module/_cover.scss index 252f74b7e1a057d1de765c0e4164eae99435b950..6d50e6e095f988aa9ba6df9ae3023ed2c09b7a2c 100644 --- a/src/doc/scss/module/_cover.scss +++ b/src/doc/scss/module/_cover.scss @@ -7,6 +7,7 @@ flex-direction: column; justify-content: center; align-items: flex-end; + position: absolute; } #cover-title { font-size: 4vw; diff --git a/src/doc/scss/module/_digital-image.scss b/src/doc/scss/module/_digital-image.scss new file mode 100644 index 0000000000000000000000000000000000000000..bb9863f1223f88341446901a8aa26d01b953aaea --- /dev/null +++ b/src/doc/scss/module/_digital-image.scss @@ -0,0 +1,55 @@ +#digital-image { + transform: translate(340vw, 100vh); + padding: 1vmin; + position: absolute; + .subformula .katex{ + font-size: 6vmin; + @include themify($themes) { + color: themed('questionColor'); + } + // color: red; + } +} +#digital-image-formula-coordinate{ + position: absolute; + transform: translate3d(5vw, 0vw, 0vw); +} +#digital-image-formula-color{ + transform: translate3d(23vw, 0vw, 0vw); + position: absolute; +} +#digital-image-color-space { + width: 40vw; + top: 0px; + transform: translate3d(5vw, 0vw, 0vw); +} +#digital-image-coordinate-space { + width: 45vw; + // transform: translate3d(2.5vw, 0vw, 0vw); +} +#digital-image-3d{ + position: absolute; + width: 45vw; + height: 28vw; + left: 0; + top: 0; + // transform: translate3d(2.5vw, 5.5vw, 0vw); +} +#digital-image-arrow{ + position: absolute; + left: 3vh; + bottom: 20vh; + //transform: translate3d(20vw, 20vh, 0vw); + width: 70vw; +} +#digital-image-result{ + position: absolute; + width: 45vw; + height: 28vw; + left: 0; + // transform: translate3d(2.5vw, 5.5vw, 0vw); +} +#digital-image-space { + display: inline-block; + position: relative; +} \ No newline at end of file diff --git a/src/doc/scss/module/_equivalence-class.scss b/src/doc/scss/module/_equivalence-class.scss new file mode 100644 index 0000000000000000000000000000000000000000..935dd2aedf739106cc40b5ff5592b4107ef1e5b3 --- /dev/null +++ b/src/doc/scss/module/_equivalence-class.scss @@ -0,0 +1,13 @@ +#equivalence-class { + transform: translate(590vw, 205vh); + padding: 1vmin; + position: absolute; +} + +#equivalence-class-pictures { + img { + max-height: 50vh; + position: absolute; + } + height: 50vh; +} \ No newline at end of file diff --git a/src/doc/scss/module/_fix-automatic.scss b/src/doc/scss/module/_fix-automatic.scss index 6e90be82fec0110ed5d368c3b1163b85a43363db..4d09249011eb2d7d6ec1671991006295bbf477b7 100644 --- a/src/doc/scss/module/_fix-automatic.scss +++ b/src/doc/scss/module/_fix-automatic.scss @@ -1,5 +1,5 @@ #fix-automatic { - transform: translate(75vw, -25vh); + transform: translate(75vw, 70vh); position: absolute; // width: 70vw; display: flex; diff --git a/src/doc/scss/module/_graph.scss b/src/doc/scss/module/_graph.scss new file mode 100644 index 0000000000000000000000000000000000000000..11555ec999042179670595b9fc27a1b05eff72a5 --- /dev/null +++ b/src/doc/scss/module/_graph.scss @@ -0,0 +1,80 @@ +#graph { + transform: translate(340vw, 190vh); + padding: 1vmin; + position: absolute; + > h1 { + margin: 2vmin; + } + .subformula .katex{ + font-size: 6vmin; + @include themify($themes) { + color: themed('questionColor'); + } + } +} +.graph-formula-vertices{ + opacity: 0; +} +.graph-formula-arcs{ + opacity: 0; +} +.graph-formula-weight{ + opacity: 0; +} +#graph-formula-arc { + position: absolute; + transform: translate3d(5vw, 0vw, 0vw); +} +#graph-formula-omega { + transform: translate3d(30vw, 0vw, 0vw); +} +#graph-picture{ + // width: 60vw; + // height: 60vh; + // transform: translate3d(35vw, 0vw, 0vw); +} +.node { + fill: none; + stroke: black; + stroke-width: 0.5vmin; +} +.edge, .arc{ + stroke: black; + stroke-width: 0.5vmin; + fill: none; +} +.arc { + marker-end: url(#graph-picture-arrow); +} +.weight{ + font-size: 4vmin; +} +#graph-formula-reversed{ + position: absolute; + left: 0; + transform: translate3d(2vmin, 0vw, 0vw); +} +#graph-formulas{ + display: flex; + margin: 2vmin; +} +.graph-graph-img{ + height: 50vh; +} +#graph-simple { + height: 50vh; +} +#graph-picture img { + height: 50vh; +} +#graph-picture { + position: relative; +} +#graph-picture-edges, #graph-picture-weights, #graph-picture-arcs { + position: absolute; + top: 0; + left: 0; +} +#graph-formula-reversed{ + display: none; +} \ No newline at end of file diff --git a/src/doc/scss/module/_ift-aspects.scss b/src/doc/scss/module/_ift-aspects.scss new file mode 100644 index 0000000000000000000000000000000000000000..38c1600742eb8e665a3bb215b1ad5ae57c81ceeb --- /dev/null +++ b/src/doc/scss/module/_ift-aspects.scss @@ -0,0 +1,15 @@ +#ift-aspects { + transform: translate(500vw, 75vh); + padding: 1vmin; + position: absolute; + display: flex; + flex-direction: column; + img { + max-height: 30vh; + } + +} +#ift-aspects-variants{ + padding: 3vh; + h2{text-align: center;} +} \ No newline at end of file diff --git a/src/doc/scss/module/_ift-slic.scss b/src/doc/scss/module/_ift-slic.scss new file mode 100644 index 0000000000000000000000000000000000000000..3363ed34cc7b5ecd4ffc5fb2a791232fdd5d318c --- /dev/null +++ b/src/doc/scss/module/_ift-slic.scss @@ -0,0 +1,72 @@ +#ift-slic { + transform: translate(770vw, 140vh); + padding: 1vmin; + position: absolute; +} +#ift-slic-steps{ + > div { + width: 95vw; + position: absolute; + display: flex; + align-content: center; + justify-content: center; + align-items: center; + img { + max-width: 80vw; + max-height: 50vh; + } + + } + #ift-slic-step-5{ + width: 95vw; + } + #ift-slic-step-8{ + flex-direction: column; + >div { + display: flex; + } + img { + width: 30vw; + } + } + #ift-slic-step-9, + #ift-slic-step-10, + #ift-slic-step-11, + #ift-slic-step-12, + #ift-slic-step-13, + #ift-slic-step-14, + #ift-slic-step-15 + { + img { + height: 70vh; + max-height: 70vh; + } + } +} + +#ift-slic-binary{ + .katex { + font-size: 3vw; + } +} +#ift-slic-table{ + .toplined{ + border-top: 1px solid black; + margin-left: 4px; + margin-right: 4px; + } + .katex{ + font-size: 4vmin; + } + td, th{ + padding: 1vmin; + } + th{ + font-weight: 500; + } +} +#ift-slic-fdprime{ + .katex{ + font-size: 2.8vw; + } +} \ No newline at end of file diff --git a/src/doc/scss/module/_ift.scss b/src/doc/scss/module/_ift.scss new file mode 100644 index 0000000000000000000000000000000000000000..e218f83ffb75e06502ba6372d8a4a10dfd496e8e --- /dev/null +++ b/src/doc/scss/module/_ift.scss @@ -0,0 +1,13 @@ +#ift{ + transform: translate(440vw, 130vh); + padding: 1vmin; + position: absolute; + width: 60vw; +} +#ift-pictures{ + position: relative; + img{ + position: absolute; + height: 50vh; + } +} diff --git a/src/doc/scss/module/_image-graph.scss b/src/doc/scss/module/_image-graph.scss new file mode 100644 index 0000000000000000000000000000000000000000..39dd344c1405b22099d49b096f466aac79fe46d6 --- /dev/null +++ b/src/doc/scss/module/_image-graph.scss @@ -0,0 +1,17 @@ +#image-graph { + transform: translate(450vw, 190vh); + padding: 1vmin; + position: absolute; + > h1 { + margin: 2vmin; + } + img{ + max-width: 40vw; + max-height: 70vh; + } +} +#image-graph-imgs{ + display: flex; + justify-content: center; + align-content: center; +} \ No newline at end of file diff --git a/src/doc/scss/module/_image-segmentation.scss b/src/doc/scss/module/_image-segmentation.scss index 13ea897999c6f1d7c70e556450d00bd2d2c6e289..776b8750df3376809cbea844b26af813f19cf59f 100644 --- a/src/doc/scss/module/_image-segmentation.scss +++ b/src/doc/scss/module/_image-segmentation.scss @@ -1,6 +1,6 @@ #image-segmentation { position: absolute; - transform: translate(0vw, -20vh); + transform: translate(0vw, 70vh); padding: 2vmin; display: flex; flex-direction: column; diff --git a/src/doc/scss/module/_orfc-example.scss b/src/doc/scss/module/_orfc-example.scss new file mode 100644 index 0000000000000000000000000000000000000000..aeff2978c84ae452ca904e18e427cf66aae6d894 --- /dev/null +++ b/src/doc/scss/module/_orfc-example.scss @@ -0,0 +1,20 @@ +#orfc-example { + transform: translate(580vw, 120vh); + padding: 1vmin; + position: absolute; + display: flex; + flex-wrap: wrap; + width: 95vw; + img { + // max-height: 40vh; + max-width: 30vw; + } + div { + display: flex; + flex-direction: column; + justify-content: center; + align-content: center; + align-items: center; + flex: 1; + } +} \ No newline at end of file diff --git a/src/doc/scss/module/_previous-works.scss b/src/doc/scss/module/_previous-works.scss index b8da55fcca31a08c7654beedf792d18ca3c0fe46..d286e35d01e31ee00a4d181b4bc0a746d0762d25 100644 --- a/src/doc/scss/module/_previous-works.scss +++ b/src/doc/scss/module/_previous-works.scss @@ -1,5 +1,5 @@ #previous-works { - transform: translate(120vw, -60vh); + transform: translate(120vw, 40vh); position: absolute; // width: 70vw; display: flex; diff --git a/src/doc/scss/module/_publications.scss b/src/doc/scss/module/_publications.scss new file mode 100644 index 0000000000000000000000000000000000000000..c5fda00d1d088f41f54f3c23d7a20f3953a7247a --- /dev/null +++ b/src/doc/scss/module/_publications.scss @@ -0,0 +1,26 @@ +#publications { + transform: translate(860vw, 140vh); + padding: 1vmin; + position: absolute; + .title{ + font-weight: 300; + font-size: 2.5vw; + } + .proceedings{ + color: #888; + } + .publication{ + margin-top: 1.8vh; + } + width: 100vw; + +} +#publications-photos2 { + display: flex; + justify-content: center; + align-items: center; + img { + max-height: 100%; + max-width: 40vw; + } +} \ No newline at end of file diff --git a/src/doc/scss/module/_rc.scss b/src/doc/scss/module/_rc.scss new file mode 100644 index 0000000000000000000000000000000000000000..ecfb71aa3e6cfa771749c5feddfa1a7a24c9250a --- /dev/null +++ b/src/doc/scss/module/_rc.scss @@ -0,0 +1,8 @@ +#rc { + transform: translate(680vw, 140vh); + padding: 1vmin; + position: absolute; + .confusion-matrix-pic{ + max-height: 35vh; + } +} \ No newline at end of file diff --git a/src/doc/scss/module/_repair-problem.scss b/src/doc/scss/module/_repair-problem.scss index 5e3a72038d05363c0eedf5cc838b346e3a81a23f..673862535867c3d7b39bcf34f39563c1841b83ea 100644 --- a/src/doc/scss/module/_repair-problem.scss +++ b/src/doc/scss/module/_repair-problem.scss @@ -1,5 +1,5 @@ #repair-problem { - transform: translate(75vw, 55vh); + transform: translate(75vw, 165vh); position: absolute; display: flex; flex-direction: column; diff --git a/src/doc/scss/module/_resume-interactive.scss b/src/doc/scss/module/_resume-interactive.scss index 93f48f1b9d570cc8fb66a99a2ba5f2a2eafcf2e2..8ff0f312ad21f27f40b92234ccd2d5f33ea3c6cb 100644 --- a/src/doc/scss/module/_resume-interactive.scss +++ b/src/doc/scss/module/_resume-interactive.scss @@ -1,5 +1,5 @@ #resume-interactive { - transform: translate(75vw, 25vh); + transform: translate(75vw, 125vh); position: absolute; display: flex; flex-direction: column; diff --git a/src/doc/scss/module/_seed-robustness.scss b/src/doc/scss/module/_seed-robustness.scss new file mode 100644 index 0000000000000000000000000000000000000000..8685179a98d652bbb605e2842529a86904f888ed --- /dev/null +++ b/src/doc/scss/module/_seed-robustness.scss @@ -0,0 +1,12 @@ +#seed-robustness { + transform: translate(540vw, 205vh); + padding: 1vmin; + position: absolute; +} + +#seed-robustness-equivalence-pictures { + img { + max-height: 50vh; + position: absolute; + } +} \ No newline at end of file diff --git a/src/doc/scss/module/_thanks.scss b/src/doc/scss/module/_thanks.scss new file mode 100644 index 0000000000000000000000000000000000000000..d95aa02fe6856ad596081216d5cb9422349f8478 --- /dev/null +++ b/src/doc/scss/module/_thanks.scss @@ -0,0 +1,10 @@ +#thanks { + transform: translate(960vw, 140vh); + padding: 1vmin; + position: absolute; + width: 100vw; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; +} \ No newline at end of file diff --git a/src/doc/ts/deck.ts b/src/doc/ts/deck.ts index 56eec753445649ac92185ddbfa5bb2cff98350da..dc9213674d24f04869c5cf8a009f28de420d4d57 100644 --- a/src/doc/ts/deck.ts +++ b/src/doc/ts/deck.ts @@ -164,7 +164,6 @@ export class Deck { } else { nextPause = this._pauses.find((pause) => pause > this._currentTime); } - console.log(nextPause, this._currentTime); if (nextPause) { if (!this._backwards && this._animations[0].currentTime > nextPause || this._backwards && this._animations[0].currentTime < nextPause) { diff --git a/src/doc/ts/fx.ts b/src/doc/ts/fx.ts index 5e8ae1d00b678db1916e1d7941ad76eda884001c..0d7d30b07fd5059622d8cb077c2201f1c720bc3f 100644 --- a/src/doc/ts/fx.ts +++ b/src/doc/ts/fx.ts @@ -38,3 +38,6 @@ export const fxMoveTop: AnimationKeyFrame[] = [ { transform: "translate(0vw, 0vh)" }, { transform: "translate(0vw, -10vh)" }, ]; +export const fxFadeInOut: AnimationKeyFrame[] = [ + { opacity: 0 }, { opacity: 1 }, { opacity: 0 }, +]; diff --git a/src/doc/ts/graph-canvas.ts b/src/doc/ts/graph-canvas.ts new file mode 100644 index 0000000000000000000000000000000000000000..a4d503bad5862728d36e9961a99131473dc5cda6 --- /dev/null +++ b/src/doc/ts/graph-canvas.ts @@ -0,0 +1,150 @@ +export class GraphCanvas { + private svg: SVGSVGElement; + constructor(svg: HTMLElement) { + this.svg = svg as any; + } + + public circle(x: number, y: number) { + // this.svg. + } + public addNode(x: number, y: number): SVGCircleElement { + const node: SVGCircleElement = document.createElementNS("http://www.w3.org/2000/svg", "circle"); + node.classList.add("node"); + node.setAttribute("cx", x.toString()); + node.setAttribute("cy", y.toString()); + node.setAttribute("r", "10"); + this.svg.appendChild(node); + return node; + } + public addEdge(n1: SVGCircleElement, n2: SVGCircleElement, group?: SVGGElement): SVGLineElement { + const edge: SVGLineElement = document.createElementNS("http://www.w3.org/2000/svg", "line"); + edge.classList.add("edge"); + if (group) { + group.appendChild(edge); + } else { + this.svg.appendChild(edge); + } + this.updateEdge(edge, n1, n2); + + // Se tiver peso, insere + return edge; + } + public updateEdge(edge: SVGLineElement, n1: SVGCircleElement, n2: SVGCircleElement) { + const x1 = n1.cx.baseVal.value; + const x2 = n2.cx.baseVal.value; + const y1 = n1.cy.baseVal.value; + const y2 = n2.cy.baseVal.value; + + // Obter o angulo + const angle = Math.atan2(y2 - y1, x2 - x1); + + // Desenhar + edge.x1.baseVal.value = x1 + Math.cos(angle) * n1.r.baseVal.value; + edge.x2.baseVal.value = x2 - Math.cos(angle) * n2.r.baseVal.value; + edge.y1.baseVal.value = y1 + Math.sin(angle) * n1.r.baseVal.value; + edge.y2.baseVal.value = y2 - Math.sin(angle) * n2.r.baseVal.value; + } + + public addArc(n1: SVGCircleElement, n2: SVGCircleElement, bend: number = 8, group?: SVGGElement): SVGPathElement { + const path: SVGPathElement = document.createElementNS("http://www.w3.org/2000/svg", "path"); + // const line = this.addEdge(n1, n2, group); + + const x1 = n1.cx.baseVal.value; + const x2 = n2.cx.baseVal.value; + const y1 = n1.cy.baseVal.value; + const y2 = n2.cy.baseVal.value; + + // Obter o angulo + const angle = Math.atan2(y2 - y1, x2 - x1); + + const x3 = x1 + Math.cos(angle + 0.25) * n1.r.baseVal.value; + const x4 = x2 - Math.cos(angle - 0.25) * n2.r.baseVal.value; + const y3 = y1 + Math.sin(angle + 0.25) * n1.r.baseVal.value; + const y4 = y2 - Math.sin(angle - 0.25) * n2.r.baseVal.value; + + const x5 = x3 + Math.cos(angle) * 16; + const x6 = x4 - Math.cos(angle) * 16; + const y5 = y3 + Math.sin(angle) * 16; + const y6 = y4 - Math.sin(angle) * 16; + + const xv = x2 - x1; + const yv = y2 - y1; + const mag = Math.sqrt(xv * xv + yv * yv); + + const xn = xv / mag * bend; + const yn = yv / mag * bend; + + const xm = (x3 + x4) / 2; + const ym = (y3 + y4) / 2; + + path.setAttribute("d", + "M" + x3 + " " + y3 + + "C" + (xm - yn) + " " + (ym + xn) + ", " + + " " + (xm - yn) + " " + (ym + xn) + ", " + + " " + x4 + " " + y4 + ""); + path.classList.add("arc"); + if (group) { + group.appendChild(path); + } else { + this.svg.appendChild(path); + } + // path.style.markerEnd = "url(#graph-picture-arrow)"; + return path; + } + + public addWeight(edge: SVGLineElement, value: string, group?: SVGGElement) { + const text: SVGTextElement = document.createElementNS("http://www.w3.org/2000/svg", "text"); + text.textContent = value; + text.classList.add("weight"); + const element: SVGSVGElement = this.svg as any; + const x = element.createSVGLength(); + const y = element.createSVGLength(); + const xv = edge.x2.baseVal.value - edge.x1.baseVal.value; + const yv = edge.y2.baseVal.value - edge.y1.baseVal.value; + const mag = Math.sqrt(xv * xv + yv * yv); + if (group) { + group.appendChild(text); + } else { + this.svg.appendChild(text); + } + const textSize = text.getBBox(); + debugger; + x.value = (edge.x1.baseVal.value + edge.x2.baseVal.value) / 2 + yv / mag * 16 - textSize.width / 2; + y.value = (edge.y1.baseVal.value + edge.y2.baseVal.value) / 2 - xv / mag * 16 + textSize.height / 4; + + text.x.baseVal.appendItem(x); + text.y.baseVal.appendItem(y); + return text; + } + + public addArcWeight(edge: SVGPathElement, value: string, group?: SVGGElement) { + const text: SVGTextElement = document.createElementNS("http://www.w3.org/2000/svg", "text"); + text.textContent = value; + text.classList.add("weight"); + const element: SVGSVGElement = this.svg as any; + const x = element.createSVGLength(); + const y = element.createSVGLength(); + + const totalPathLength = edge.getTotalLength(); + const step = totalPathLength / 100; + const xs: number = 0; + const ys: number = 0; + const p1 = edge.getPointAtLength(0); + const p2 = edge.getPointAtLength(totalPathLength); + const xv = p2.x - p1.x; + const yv = p2.y - p1.y; + const mag = Math.sqrt(xv * xv + yv * yv); + if (group) { + group.appendChild(text); + } else { + this.svg.appendChild(text); + } + const textSize = text.getBBox(); + x.value = (p1.x + p2.x) / 2 - yv / mag * 16 - textSize.width / 2; + y.value = (p1.y + p2.y) / 2 + xv / mag * 16 + textSize.height / 4; + + text.x.baseVal.appendItem(x); + text.y.baseVal.appendItem(y); + return text; + } +} diff --git a/src/doc/ts/ift.ts b/src/doc/ts/ift.ts index 377b555ee164fad6f42936293c0ea042968f705f..a8de169f6147425f7753700dab15e75360cc14a9 100644 --- a/src/doc/ts/ift.ts +++ b/src/doc/ts/ift.ts @@ -58,6 +58,75 @@ document.addEventListener("DOMContentLoaded", () => { const previousWorksIft = $("previous-works-ift-content"); const previousWorksRobotUser = $("previous-works-robot-user-content"); + const digitalImageFormula = $("digital-image-formula"); + const digitalImageFormulaCoord = $("digital-image-formula-coordinate"); + const digitalImageFormulaColor = $("digital-image-formula-color"); + const digitalImageArrow = $("digital-image-arrow"); + const digitalImageTitle = $("digital-image-title"); + const digitalImage3D = $("digital-image-3d"); + const digitalImageResult = $("digital-image-result"); + const digitalImageCoordSpace = $("digital-image-coordinate-space"); + const digitalImageColorSpace = $("digital-image-color-space"); + + const graph = $("graph"); + const graphFormula = $("graph-formula"); + const graphFormulaReversed = $("graph-formula-reversed"); + const graphFormulaArc = $("graph-formula-arc"); + const graphFormulaOmega = $("graph-formula-omega"); + const graphPicture = $("graph-picture"); + const graphPictureNodes = $("graph-picture-nodes"); + const graphPictureEdges = $("graph-picture-edges"); + const graphPictureWeights = $("graph-picture-weights"); + const graphPictureArcs = $("graph-picture-arcs"); + + const adjacency = $("adjacency"); + const adjacencyAdj4 = $("adjacency-adj4"); + const adjacencyAdj8 = $("adjacency-adj8"); + const adjacencyAdj6 = $("adjacency-adj6"); + const adjacencyAdj18 = $("adjacency-adj18"); + const adjacencyAdj26 = $("adjacency-adj26"); + + const imageGraph = $("image-graph"); + const imageGraphImgs = $("image-graph-imgs"); + + const iftSteps = []; + for (let i = 0; i < 16; i++) { + iftSteps.push($("ift-step-" + (i + 1))); + } + + const imageAspects = $("ift-aspects"); + const imageAspectsBorderPolarity = $("ift-aspects-border-polarity"); + const imageAspectsShapeConstraints = $("ift-aspects-shape-constraints"); + const imageAspectsConnectedness = $("ift-aspects-connectedness"); + const imageAspectsVariants = $("ift-aspects-variants"); + + const seedRobustnessEquivalenceFormula = $("seed-robustness-equivalence-formula"); + const seedRobustnessEquivalence1 = $("seed-robustness-equivalence-1"); + const seedRobustnessEquivalence2 = $("seed-robustness-equivalence-2"); + const seedRobustnessEquivalence3 = $("seed-robustness-equivalence-3"); + + const equivalenceClassFormula = $("equivalence-class-formula"); + const equivalenceClassCoreFormula = $("equivalence-class-core-formula"); + const equivalenceClass1 = $("equivalence-class-1"); + const equivalenceClassN = $("equivalence-class-n"); + const equivalenceClass = $("equivalence-class"); + + const orfcExample = $("orfc-example"); + const orfcExampleRedundancy = $("orfc-example-redundancy"); + const orfcExampleContributions = $("orfc-example-contributions"); + + const rcFormula = $("rc-formula"); + const rcDiceFormula = $("rc-dice-formula"); + const rc = $("rc"); + + const iftSlicSteps = []; + for (let i = 0; i < 15; i++) { + iftSlicSteps.push($("ift-slic-step-" + (i + 1))); + } + const iftSlic = $("ift-slic"); + + const publications = $("publications"); + let deck: Deck; const slides: SlidesInfo = { @@ -75,6 +144,22 @@ document.addEventListener("DOMContentLoaded", () => { [270, 40], // Previous works (hci) [270, 80], // Previous works (ift) [330, 40], // Previous works (robot user) + [335, 95], // Digital Image + [335, 185], // Graph + [385, 185], // Graph Adjacency + [440, 185], // Image Graph + [420, 125], // IFT + [480, 70], // IFT Aspects + [480, 100], // IFT Aspects shape + [480, 130], // IFT Aspects connectivity + [480, 150], // IFT Aspects variants + [538, 200], // Seed Robustness + [578, 200], // Equivalence class + [578, 115], // Example + [678, 135], // RC + [770, 135], // ift-slic + [860, 140], // publications + [960, 140], // thanks ], times: [ [0, 1000], // void => cover @@ -89,6 +174,22 @@ document.addEventListener("DOMContentLoaded", () => { [19000, 20000], // graph cut => hci [20000, 21000], // hci => ift [21000, 22000], // ift => robot user + [22000, 23000], // robot user => digital image + [24500, 25500], // digital image => graph + [27500, 28500], // graph => adjacency + [30500, 31500], // adjacency => image-graph + [31500, 32500], // image-graph => ift + [40000, 41000], // ift => ift-aspects border + [41000, 42000], // ift-aspects border => ift-aspects shape + [42000, 43000], // ift-aspects shape => ift-aspects connectedness + [43000, 43500], // ift-aspects connectedness => variants + [43500, 44500], // variants => seed robustness + [45500, 46000], // seed robustness => equivalence class + [46500, 47500], // equivalence class => example + [48500, 49500], // example => RC + [49500, 50500], // RC => ift-slic + [57500, 58500], // ift-slic => Publications + [58500, 59500], // Publications => Thanks ], }; @@ -116,7 +217,90 @@ document.addEventListener("DOMContentLoaded", () => { 20000, // Previous works (hci) 21000, // Previous works (ift) 22000, // Previous works (robot user) + 23500, // Digital Image + 24000, // Digital Image (map) + 24500, // Digital Image (3d) + 25500, // Graph + 26000, // Graph nodes + 26500, // Graph edges + 27000, // Graph weights + 27500, // Graph arcs + 28500, // adjacency 4 + 29000, // adjacency 8 + 29500, // adjacency 6 + 30000, // adjacency 18 + 30500, // adjacency 26 + 31500, // image graph + 32500, // ift 1 + 33000, // ift 2 + 33500, // ift 3 + 34000, // ift 4 + 34500, // ift 5 + 35000, // ift 6 + 35500, // ift 7 + 36000, // ift 8 + 36500, // ift 9 + 37000, // ift 10 + 37500, // ift 11 + 38000, // ift 12 + 38500, // ift 13 + 39000, // ift 14 + 39500, // ift 15 + 40000, // ift 16 + 41000, // ift aspects + 42000, // ift aspects + 43000, // ift aspects + 43500, // ift aspects + 44500, // seed robustness s1 + 45000, // seed robustness s2 + 45500, // seed robustness s3 + 46000, // equivalence class 1 + 46500, // equivalence classes + 47500, // orfc example + 48000, // orfc example contributions + 48500, // orfc example contributions + 49500, // RC + 50500, // IFT-SLIC 1 + 51000, // IFT-SLIC 2 + 51500, // IFT-SLIC 3 + 52000, // IFT-SLIC 4 + 52500, // IFT-SLIC 5 + 53000, // IFT-SLIC 6 + 53500, // IFT-SLIC 7 + 54000, // IFT-SLIC 8 + 54500, // IFT-SLIC 9 + 55000, // IFT-SLIC 10 + 55500, // IFT-SLIC 11 + 56000, // IFT-SLIC 12 + 56500, // IFT-SLIC 13 + 57000, // IFT-SLIC 14 + 57500, // IFT-SLIC 15 + 58500, // Publications + 59500, // Thanks ]; + + const sosb: string = "\\mathcal{S}_o,\\mathcal{S}_b"; + + katex.render("I: \\mathcal{I}\\rightarrow\\mathcal{V}", digitalImageFormula); + katex.render("\\mathcal{I}\\subset\\mathbb{Z}^n", digitalImageFormulaCoord); + katex.render("\\mathcal{V}\\subset\\mathbb{Z}^m", digitalImageFormulaColor); + // tslint:disable-next-line:max-line-length + katex.render("G = (\\xmlClass{graph-formula-vertices}{V},\\xmlClass{graph-formula-arcs}{E},\\xmlClass{graph-formula-weight}{\\omega})", graphFormula); + // tslint:disable-next-line:max-line-length + katex.render("G^T = (\\xmlClass{graph-formula-vertices}{V},\\xmlClass{graph-formula-arcs}{E^T},\\xmlClass{graph-formula-weight}{\\omega^T})", graphFormulaReversed); + katex.render("E\\subset V\\times V", graphFormulaArc); + katex.render("\\omega: E\\rightarrow \\mathbb{R}", graphFormulaOmega); + katex.render("s_1 \\equiv s_2", seedRobustnessEquivalenceFormula); + katex.render("[s] = \\{t \\in A(\\{s\\},\\mathcal{S}_b): s\\equiv t\\}", equivalenceClassFormula); + katex.render("\\mathcal{N}(\\{s\\},\\mathcal{S}_b) = [s]", equivalenceClassCoreFormula); + katex.render("RC = \\frac{\\lvert\\mathcal{N}(" + sosb + ")\\rvert}{\\lvert A(" + sosb + ")\\rvert}", rcFormula); + // tslint:disable-next-line:max-line-length + katex.render("\\begin{aligned}D(\\mathcal{O}, \\mathcal{G}) &= \\frac{2\\times|\\mathcal{O} \\cap \\mathcal{G}|}{|\\mathcal{O}|+|\\mathcal{G}|} = \\frac{2\\times|\\mathcal{O}\\cap\\mathcal{G}|}{|\\mathcal{O}\\cup\\mathcal{G}|+|\\mathcal{O}\\cap\\mathcal{G}|} \\\\ &= \\frac{2\\times |TP|}{2\\times|TP|+|FP|+|FN|}\\end{aligned}", rcDiceFormula); + + const graphFormulaVertices = graph.querySelector(".mord.graph-formula-vertices") as HTMLElement; + const graphFormulaArcs = graph.querySelector(".mord.graph-formula-arcs") as HTMLElement; + const graphFormulaWeight = graph.querySelector(".mord.graph-formula-weight") as HTMLElement; + deck = new Deck(slides, canvas, pauses); let start = 0; @@ -126,7 +310,7 @@ document.addEventListener("DOMContentLoaded", () => { deck.addAnimation(cover, [start + 1000, start + 1500], fx.fxFadeOutSemi); // Image Segmentation - start += 1010; // 1000 + start += 1000; // 1000 deck.addAnimation(imageSegmentationTitle, [start, start + 500], fx.fxFadeIn); deck.addAnimation(imageSegmentationImage, [start + 500, start + 1000], fx.fxFadeIn); deck.addAnimation(imageSegmentationMask, [start + 1000, start + 1500], fx.fxFadeIn); @@ -178,19 +362,117 @@ document.addEventListener("DOMContentLoaded", () => { { opacity: 1, offset: 0.5 }, { opacity: 0, offset: 1 }, ]); - + // Repair Problem start += 6000; // 14000 deck.addAnimation(repairProblemTitle, [start, start + 500], fx.fxFadeInRight); deck.addAnimation(repairProblemImages, [start + 500, start + 1000], fx.fxFadeInRight); deck.addAnimation(repairProblem, [start + 1000, start + 1500], fx.fxFadeOutSemi); - - start += 2000; // 15000 + // Previous Works + start += 2000; // 16000 deck.addAnimation(previousWorksRandomWalks, [start, start + 1000], fx.fxFadeInLeft); deck.addAnimation(previousWorksParametricSurfaces, [start + 1000, start + 2000], fx.fxFadeInRight); deck.addAnimation(previousWorksGraphCut, [start + 2000, start + 3000], fx.fxFadeInRight); deck.addAnimation(previousWorksHci, [start + 3000, start + 4000], fx.fxFadeInRight); deck.addAnimation(previousWorksIft, [start + 4000, start + 5000], fx.fxFadeInRight); deck.addAnimation(previousWorksRobotUser, [start + 5000, start + 6000], fx.fxFadeInRight); + deck.addAnimation(previousWorks, [start + 6000, start + 6500], fx.fxFadeOutSemi); + // Digital Image + start += 6000; // 22000 + deck.addAnimation(digitalImageTitle, [start, start + 1000], fx.fxFadeInLeft); + deck.addAnimation(digitalImageFormula, [start, start + 1000], fx.fxFadeInLeft); + deck.addAnimation(digitalImageFormulaColor, [start + 500, start + 1500], fx.fxFadeIn); + deck.addAnimation(digitalImageFormulaCoord, [start + 500, start + 1500], fx.fxFadeIn); + deck.addAnimation(digitalImageArrow, [start + 1500, start + 2490], [ + { opacity: 0, offset: 0 }, + { opacity: 1, offset: 0.5 }, + { opacity: 0, offset: 1 }]); + deck.addAnimation(digitalImageResult, [start + 1500, start + 2490], [ + { opacity: 0, offset: 0 }, + { opacity: 1, offset: 0.5 }, + { opacity: 0, offset: 1 }]); + deck.addAnimation(digitalImage3D, [start + 2000, start + 2500], fx.fxFadeIn); + deck.addAnimation(digitalImageCoordSpace, [start + 500, start + 2000], [ + { opacity: 0, offset: 0 }, + { opacity: 1, offset: 0.5 }, + { opacity: 0, offset: 1 }]); + deck.addAnimation(digitalImageColorSpace, [start + 500, start + 1000], [{ opacity: 0 }, { opacity: 1 }]); + + // Graph + start += 2500; // 24500 + deck.addAnimation(graph, [start + 500, start + 1000], fx.fxFadeIn); + deck.addAnimation(graphPictureNodes, [start + 1010, start + 2000], fx.fxFadeInOut); + deck.addAnimation(graphPictureEdges, [start + 1510, start + 2500], fx.fxFadeInOut); + deck.addAnimation(graphPictureWeights, [start + 2010, start + 3000], + fx.fxFadeInOut); + deck.addAnimation(graphPictureArcs, [start + 2510, start + 3000], fx.fxFadeIn); + deck.addAnimation(graphFormulaOmega, [start + 2010, start + 2500], fx.fxFadeIn); + deck.addAnimation(graphFormulaArc, [start + 1510, start + 2000], fx.fxFadeIn); + deck.addAnimation(graphFormulaVertices, [start + 1010, start + 1500], fx.fxFadeIn); + deck.addAnimation(graphFormulaArcs, [start + 1510, start + 2000], fx.fxFadeIn); + deck.addAnimation(graphFormulaWeight, [start + 2010, start + 2500], fx.fxFadeIn); + + start += 3000; // 27500 + deck.addAnimation(adjacency, [start, start + 1000], fx.fxFadeIn); + deck.addAnimation(adjacencyAdj4, [start, start + 1500], fx.fxFadeInOut); + deck.addAnimation(adjacencyAdj8, [start + 1010, start + 2000], fx.fxFadeInOut); + deck.addAnimation(adjacencyAdj6, [start + 1510, start + 2500], fx.fxFadeInOut); + deck.addAnimation(adjacencyAdj18, [start + 2010, start + 3000], fx.fxFadeInOut); + deck.addAnimation(adjacencyAdj26, [start + 2510, start + 3000], fx.fxFadeIn); + + start += 3000; // 30500 + deck.addAnimation(imageGraph, [start, start + 1000], fx.fxFadeIn); + + start += 1000; // 31500 + for (let i = 0; i < 15; i++) { + deck.addAnimation(iftSteps[i], [start + ((i + 1) * 505), start + (i + 3) * 500], + [{ opacity: 0 }, { opacity: 1, offset: 0.5 }, { opacity: 1, offset: 0.6 }, { opacity: 0 }]); + } + deck.addAnimation(iftSteps[15], [start + 8000, start + 8500], fx.fxFadeIn); + + start += 8500; // 40000 + // deck.addAnimation(imageAspects, [start, start + 1000], fx.fxFadeIn); + deck.addAnimation(imageAspectsBorderPolarity, [start, start + 1000], fx.fxFadeIn); + deck.addAnimation(imageAspectsShapeConstraints, [start + 1010, start + 2000], fx.fxFadeIn); + deck.addAnimation(imageAspectsConnectedness, [start + 2010, start + 3000], fx.fxFadeIn); + deck.addAnimation(imageAspectsVariants, [start + 3010, start + 3500], fx.fxFadeIn); + + start += 3500; // 43500 + deck.addAnimation(seedRobustnessEquivalence1, [start + 500, start + 1500], fx.fxFadeInOut); + deck.addAnimation(seedRobustnessEquivalence2, [start + 1000, start + 2000], fx.fxFadeInOut); + deck.addAnimation(seedRobustnessEquivalence3, [start + 1500, start + 2000], fx.fxFadeIn); + + start += 2000; // 45500 + deck.addAnimation(equivalenceClass, [start, start + 500], fx.fxFadeIn); + deck.addAnimation(equivalenceClass1, [start, start + 1000], fx.fxFadeInOut); + deck.addAnimation(equivalenceClassN, [start + 500, start + 1000], fx.fxFadeIn); + + start += 1000; // 46500 + deck.addAnimation(orfcExample, [start, start + 500], fx.fxFadeIn); + deck.addAnimation(orfcExampleContributions, [start + 1010, start + 1500], fx.fxFadeIn); + deck.addAnimation(orfcExampleRedundancy, [start + 1510, start + 2000], fx.fxFadeIn); + + start += 2000; // 48500 + deck.addAnimation(rc, [start + 500, start + 1000], fx.fxFadeIn); + + start += 1000; // 49500 + deck.addAnimation(iftSlic, [start, start + 1000], fx.fxFadeIn); + for (let i = 0; i < 14; i++) { + deck.addAnimation(iftSlicSteps[i], [start + (i + 1) * 510, start + (i + 3) * 500], fx.fxFadeInOut); + } + deck.addAnimation(iftSlicSteps[14], [start + (14 + 1) * 510, start + (14 + 2) * 500], fx.fxFadeIn); + + start += 8000; // 57500 + deck.addAnimation(publications, [start, start + 1000], fx.fxFadeIn); + + // Graph Adjacency + // start += 2500; // 27000 + // deck.addAnimation(adjacency, [start + 500, start + 1000], fx.fxFadeIn); + + // ".mord.graph-formula-vertices" + + // deck.addAnimation(digitalImageCoordinateSpace, [start, start]) + // timelines[c].to("#digital-image-coordinate-space", 0.4, { opacity: 0 }, 0); + // timelines[c].from("#digital-image-result", 0.4, { opacity: 0 }, 0); // deck.addAnimation(fixAutomaticMask2, [8001, 8500], fx.fxFadeInRight); // deck.add(new Animation(new KeyframeEffect( // fixAutomaticMask,