| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791 |
- <?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="620"
- height="250"
- viewBox="0 0 164.04167 66.145849"
- version="1.1"
- id="svg117536"
- inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
- sodipodi:docname="alignement.svg">
- <defs
- id="defs117530">
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90605">
- <path
- d="m 179,196 h 41 v 145 h -41 z"
- id="path90603" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90611">
- <path
- d="M 219.117,202.117 V 334.52 c 0,3.312 -2.633,5.98 -5.906,5.98 h -28.082 c -3.274,0 -5.91,-2.668 -5.91,-5.98 V 202.117 c 0,-3.312 2.636,-5.98 5.91,-5.98 h 28.082 c 3.273,0 5.906,2.668 5.906,5.98 z"
- id="path90609" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90621">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90619" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90637">
- <path
- d="m 9,248 h 41 v 88 H 9 Z"
- id="path90635" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90643">
- <path
- d="m 49.039,252.289 v 80 c 0,2.004 -2.633,3.613 -5.906,3.613 H 15.051 c -3.274,0 -5.91,-1.609 -5.91,-3.613 v -80 c 0,-2.004 2.636,-3.613 5.91,-3.613 h 28.082 c 3.273,0 5.906,1.609 5.906,3.613 z"
- id="path90641" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90653">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90651" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90669">
- <path
- d="m 122,85 h 41 v 266 h -41 z"
- id="path90667" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90675">
- <path
- d="m 162.426,95.996 v 243.238 c 0,6.086 -2.637,10.989 -5.906,10.989 h -28.086 c -3.274,0 -5.907,-4.903 -5.907,-10.989 V 95.996 c 0,-6.086 2.633,-10.988 5.907,-10.988 h 28.086 c 3.269,0 5.906,4.902 5.906,10.988 z"
- id="path90673" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90685">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90683" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90701">
- <path
- d="m 292,279 h 41 v 55 h -41 z"
- id="path90699" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90707">
- <path
- d="m 332.504,281.555 v 49.433 c 0,1.239 -2.633,2.235 -5.906,2.235 h -28.086 c -3.27,0 -5.907,-0.996 -5.907,-2.235 v -49.433 c 0,-1.239 2.637,-2.235 5.907,-2.235 h 28.086 c 3.273,0 5.906,0.996 5.906,2.235 z"
- id="path90705" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90717">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90715" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90733">
- <path
- d="m 346,197 h 41 v 144 h -41 z"
- id="path90731" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90739">
- <path
- d="m 386.777,203.637 v 130.812 c 0,3.274 -2.636,5.91 -5.906,5.91 h -28.086 c -3.273,0 -5.906,-2.636 -5.906,-5.91 V 203.637 c 0,-3.274 2.633,-5.91 5.906,-5.91 h 28.086 c 3.27,0 5.906,2.636 5.906,5.91 z"
- id="path90737" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90749">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90747" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90835">
- <path
- d="m 414,53 h 41 v 103 h -41 z"
- id="path90833" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90841">
- <path
- d="M 414.973,151.621 V 58.145 c 0,-2.34 2.636,-4.223 5.91,-4.223 h 28.082 c 3.273,0 5.906,1.883 5.906,4.223 v 93.476 c 0,2.34 -2.633,4.223 -5.906,4.223 h -28.082 c -3.274,0 -5.91,-1.883 -5.91,-4.223 z"
- id="path90839" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90851">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90849" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90883">
- <path
- d="m 471,14 h 41 v 290 h -41 z"
- id="path90881" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90889">
- <path
- d="M 471.664,291.965 V 26.598 c 0,-6.641 2.637,-11.985 5.906,-11.985 h 28.086 c 3.274,0 5.906,5.344 5.906,11.985 v 265.367 c 0,6.64 -2.632,11.988 -5.906,11.988 H 477.57 c -3.269,0 -5.906,-5.348 -5.906,-11.988 z"
- id="path90887" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90899">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90897" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath91231">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path91229" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90803-7">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90801-2" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90803-6-4">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90801-5-0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath110558-6-1">
- <rect
- style="opacity:1;fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110560-3-2"
- width="140.42142"
- height="13.602424"
- x="-339.17435"
- y="215.71111"
- transform="rotate(-90)" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath91231-0-0-8">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path91229-9-7-0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath90803-5-0-9">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path90801-4-2-6" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath91231-5-4-7">
- <path
- d="M 0,0 H 1260 V 450 H 0 Z"
- id="path91229-5-7-5" />
- </clipPath>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.49497475"
- inkscape:cx="352.64585"
- inkscape:cy="224.02093"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- inkscape:document-rotation="0"
- showgrid="false"
- units="px"
- inkscape:window-width="1502"
- inkscape:window-height="960"
- inkscape:window-x="50"
- inkscape:window-y="27"
- inkscape:window-maximized="0" />
- <metadata
- id="metadata117533">
- <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">
- <path
- d="m 43.426789,16.414077 v 39.302221 c 0,0.50456 -0.406471,0.91046 -0.910997,0.91046 h -0.165113 c -0.5046,0 -0.91109,-0.4059 -0.91109,-0.91046 V 16.414077 c 0,-0.504558 0.40649,-0.911046 0.91109,-0.911046 h 0.165113 c 0.504526,0 0.910997,0.406488 0.910997,0.911046 z"
- style="opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.15416"
- id="path90593" />
- <path
- d="m 12.908112,23.741053 v 31.975915 c 0,0.50456 -0.406525,0.91047 -0.911081,0.91047 h -0.165128 c -0.504542,0 -0.911062,-0.40591 -0.911062,-0.91047 V 23.741053 c 0,-0.504744 0.40652,-0.911151 0.911062,-0.911151 h 0.165128 c 0.504556,0 0.911081,0.406407 0.911081,0.911151 z"
- style="opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.15416"
- id="path90595" />
- <path
- d="m 6.8035931,30.882128 v 24.97344 c 0,0.32089 -0.405751,0.57859 -0.9104727,0.57859 H 5.7275687 c -0.5045747,0 -0.9104777,-0.2577 -0.9104777,-0.57859 v -24.97344 c 0,-0.320438 0.405903,-0.578534 0.9104777,-0.578534 h 0.1655517 c 0.5047217,0 0.9104727,0.258096 0.9104727,0.578534 z"
- style="opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.153589"
- id="path90597" />
- <g
- id="g90599"
- transform="matrix(0.15415893,0,0,0.15415893,-25.69781,5.927152)"
- style="opacity:1">
- <g
- id="g90601"
- clip-path="url(#clipPath90605)">
- <g
- id="g90607"
- clip-path="url(#clipPath90611)">
- <g
- id="g90613">
- <g
- id="g90615">
- <g
- id="g90617"
- clip-path="url(#clipPath90621)">
- <g
- id="g90623">
- <path
- d="m 211.312,64.863 v 258.039 c 0,3.317 -2.632,5.981 -5.906,5.981 h -1.074 c -3.273,0 -5.906,-2.664 -5.906,-5.981 V 64.863 c 0,-3.312 2.633,-5.98 5.906,-5.98 h 1.074 c 3.274,0 5.906,2.668 5.906,5.98 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90625" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g113490"
- transform="matrix(0.40691663,0,0,-0.40691663,-14.487051,97.625388)">
- <g
- id="g90627"
- transform="matrix(0.37884636,0,0,-0.37884636,111.70052,225.35031)"
- style="opacity:1">
- <path
- d="m 41.234,68.031 v 254.946 c 0,3.273 -2.632,5.906 -5.906,5.906 h -1.074 c -3.274,0 -5.906,-2.633 -5.906,-5.906 V 68.031 c 0,-3.273 2.632,-5.91 5.906,-5.91 h 1.074 c 3.274,0 5.906,2.637 5.906,5.91 z"
- style="fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90629" />
- </g>
- <g
- id="g90631"
- transform="matrix(0.37884636,0,0,-0.37884636,111.70052,225.35031)"
- style="opacity:1">
- <g
- id="g90633"
- clip-path="url(#clipPath90637)">
- <g
- id="g90639"
- clip-path="url(#clipPath90643)">
- <g
- id="g90645">
- <g
- id="g90647">
- <g
- id="g90649"
- clip-path="url(#clipPath90653)">
- <g
- id="g90655">
- <path
- d="m 41.234,169.352 v 155.921 c 0,2 -2.632,3.614 -5.906,3.614 h -1.074 c -3.274,0 -5.906,-1.614 -5.906,-3.614 V 169.352 c 0,-2 2.632,-3.614 5.906,-3.614 h 1.074 c 3.274,0 5.906,1.614 5.906,3.614 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90657" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g113436"
- transform="matrix(0.40691663,0,0,-0.40691663,-3.8878117,97.625388)">
- <g
- id="g90659"
- transform="matrix(0.37884636,0,0,-0.37498746,-2.3015332,224.54081)"
- style="opacity:1">
- <path
- d="m 154.621,68.031 v 254.946 c 0,3.273 -2.633,5.906 -5.906,5.906 h -1.074 c -3.274,0 -5.911,-2.633 -5.911,-5.906 V 68.031 c 0,-3.273 2.637,-5.91 5.911,-5.91 h 1.074 c 3.273,0 5.906,2.637 5.906,5.91 z"
- style="fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90661" />
- </g>
- <g
- id="g90663"
- transform="matrix(0.37884636,0,0,-0.37884636,-2.3015332,224.7805)"
- style="opacity:1">
- <g
- id="g90665"
- clip-path="url(#clipPath90669)">
- <g
- id="g90671"
- clip-path="url(#clipPath90675)">
- <g
- id="g90677">
- <g
- id="g90679">
- <g
- id="g90681"
- clip-path="url(#clipPath90685)">
- <g
- id="g90687">
- <path
- d="m 154.621,-156.16 v 474.058 c 0,6.086 -2.633,10.985 -5.906,10.985 h -1.074 c -3.274,0 -5.911,-4.899 -5.911,-10.985 V -156.16 c 0,-6.086 2.637,-10.985 5.911,-10.985 h 1.074 c 3.273,0 5.906,4.899 5.906,10.985 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90689" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g113513"
- transform="matrix(0.40691663,0,0,-0.40691663,-24.928357,97.625388)">
- <g
- id="g90691"
- transform="matrix(0.37884636,0,0,-0.37884636,74.970764,225.35031)"
- style="opacity:1">
- <path
- d="m 324.699,190.93 v 134.832 c 0,1.73 -2.633,3.121 -5.906,3.121 h -1.074 c -3.274,0 -5.907,-1.391 -5.907,-3.121 V 190.93 c 0,-1.731 2.633,-3.125 5.907,-3.125 h 1.074 c 3.273,0 5.906,1.394 5.906,3.125 z"
- style="fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90693" />
- </g>
- <g
- id="g90695"
- transform="matrix(0.37884636,0,0,-0.37884636,74.970764,225.35031)"
- style="opacity:1">
- <g
- id="g90697"
- clip-path="url(#clipPath90701)">
- <g
- id="g90703"
- clip-path="url(#clipPath90707)">
- <g
- id="g90709">
- <g
- id="g90711">
- <g
- id="g90713"
- clip-path="url(#clipPath90717)">
- <g
- id="g90719">
- <path
- d="m 324.699,230.305 v 96.347 c 0,1.239 -2.633,2.235 -5.906,2.235 h -1.074 c -3.274,0 -5.907,-0.996 -5.907,-2.235 v -96.347 c 0,-1.235 2.633,-2.231 5.907,-2.231 h 1.074 c 3.273,0 5.906,0.996 5.906,2.231 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90721" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g113459"
- transform="matrix(0.40691663,0,0,-0.40691663,-14.37418,97.625388)">
- <g
- id="g90723"
- transform="matrix(0.37884636,0,0,-0.4189797,-31.526161,238.54804)"
- style="opacity:1">
- <path
- d="m 378.973,68.027 v 254.95 c 0,3.269 -2.633,5.906 -5.907,5.906 h -1.074 c -3.273,0 -5.91,-2.637 -5.91,-5.906 V 68.027 c 0,-3.273 2.637,-5.906 5.91,-5.906 h 1.074 c 3.274,0 5.907,2.633 5.907,5.906 z"
- style="fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90725" />
- </g>
- <g
- id="g90727"
- transform="matrix(0.37884636,0,0,-0.4189797,-31.526161,238.54804)"
- style="opacity:1">
- <g
- id="g90729"
- clip-path="url(#clipPath90733)">
- <g
- id="g90735"
- clip-path="url(#clipPath90739)">
- <g
- id="g90741">
- <g
- id="g90743">
- <g
- id="g90745"
- clip-path="url(#clipPath90749)">
- <g
- id="g90751">
- <path
- d="m 378.973,68.027 v 254.95 c 0,3.269 -2.633,5.906 -5.907,5.906 h -1.074 c -3.273,0 -5.91,-2.637 -5.91,-5.906 V 68.027 c 0,-3.273 2.637,-5.906 5.91,-5.906 h 1.074 c 3.274,0 5.907,2.633 5.907,5.906 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90753" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g112417"
- transform="matrix(0,-0.43698567,0.43698567,0,-3.8585117,58.297408)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.406956px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 38.861391,42.22755 45.403693,42.1773"
- id="path110579" />
- <g
- id="g110456"
- style="opacity:1"
- transform="translate(0,10.583334)">
- <path
- d="m 38.231762,30.22315 v 2.790473 H 3.8870816 V 30.22315 Z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90761" />
- <path
- d="m 38.190492,33.016444 0.0124,-1.397352 -0.007,-1.397352 0.84066,0.723545 0.8502,0.699913 -0.85302,0.672394 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90763" />
- </g>
- <g
- id="g110464"
- style="opacity:1"
- transform="translate(2.1166667,10.583334)">
- <path
- d="m 79.020642,30.22456 v 2.789063 H 44.22369 V 30.22456 Z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90789" />
- <path
- d="m 44.26638,30.22174 -0.0138,1.397352 0.007,1.397352 -0.85019,-0.724959 -0.86113,-0.6985 0.86395,-0.674158 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90791" />
- </g>
- </g>
- <g
- id="g112408"
- transform="matrix(0,-0.43382314,0.43698567,0,-5.5087288,57.989598)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.281251px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 38.110769,59.972663 24.601445,-0.05207"
- id="path110581" />
- <g
- id="g110452"
- style="opacity:1"
- transform="translate(-0.52916667,12.170835)">
- <path
- d="m 38.013724,46.381266 v 2.789061 H 3.6690436 v -2.789061 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90765" />
- <path
- d="m 37.972454,49.17315 0.0124,-1.397352 -0.007,-1.397355 0.84066,0.723548 0.8502,0.699911 -0.85302,0.674158 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90767" />
- </g>
- <g
- id="g110468"
- style="opacity:1"
- transform="translate(-0.52916667,12.170835)">
- <path
- d="M 97.852592,46.381266 V 49.17174 H 63.055652 V 46.381266 Z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90793" />
- <path
- d="m 63.098342,46.378443 -0.0138,1.397355 0.007,1.397352 -0.8502,-0.723548 -0.86113,-0.699911 0.86395,-0.672393 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90795" />
- </g>
- </g>
- <g
- id="g112321"
- transform="matrix(0,-0.43698567,0.43698567,0,-20.254356,58.297408)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.284191px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 38.38732,149.58802 25.087529,-0.0521"
- id="path110863" />
- <g
- id="g110424"
- style="opacity:1"
- transform="translate(0,38.629185)">
- <path
- d="m 38.30291,109.53826 v 2.78905 H 3.9582296 v -2.78905 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90773" />
- <path
- d="m 38.26164,112.33013 0.0124,-1.39735 -0.007,-1.39735 0.84066,0.72355 0.8502,0.6999 -0.85302,0.6724 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90775" />
- </g>
- <g
- id="g110428"
- style="opacity:1"
- transform="translate(0,38.629185)">
- <path
- d="m 98.141782,109.53826 v 2.78905 h -34.79694 v -2.78905 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90815" />
- <path
- d="m 63.387532,109.53543 -0.0138,1.39735 0.007,1.39735 -0.8502,-0.72355 -0.86113,-0.69991 0.86395,-0.67274 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90817" />
- </g>
- </g>
- <g
- id="g113478"
- transform="matrix(0.40691663,0,0,-0.40691663,-14.356084,97.625388)">
- <g
- id="g113468">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.309309px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 116.14686,134.70275 0.005,40.33516"
- id="path110778" />
- <g
- id="g110444"
- style="opacity:1"
- transform="matrix(0,1.0738949,1.0738949,0,27.503955,96.187353)">
- <path
- d="m 38.303262,81.12273 v 2.78906 H 3.9585816 v -2.78906 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90777" />
- <path
- d="m 38.072839,83.91461 0.0124,-1.39594 -0.007,-1.39877 0.84066,0.72496 0.8502,0.6985 -0.85302,0.67416 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90779" />
- </g>
- <g
- id="g110440"
- style="opacity:1"
- transform="matrix(0,1.0738949,1.0738949,0,28.425794,97.216964)">
- <path
- d="m 106.94888,80.32227 v 2.78907 H 72.151942 v -2.78907 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90819" />
- <path
- d="m 72.194632,80.31945 -0.0138,1.39594 0.007,1.39877 -0.8502,-0.72496 -0.86113,-0.69885 0.86395,-0.67381 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90821" />
- </g>
- </g>
- </g>
- <g
- id="g112312"
- transform="matrix(0,-0.43698567,0.43698567,0,-20.57665,58.297408)">
- <g
- id="g110420"
- style="opacity:1"
- transform="translate(0,37.041684)">
- <path
- d="m 38.30291,125.83031 v 2.79047 H 3.9582296 v -2.79047 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90781" />
- <path
- d="m 38.26164,128.6236 0.0124,-1.39735 -0.007,-1.39735 0.84066,0.72354 0.8502,0.70027 -0.85302,0.67239 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90783" />
- </g>
- <g
- id="g110412"
- transform="translate(-21.695847,38.100013)"
- style="opacity:0.85;fill:#ff0000;fill-opacity:1">
- <path
- d="m 88.087552,124.77281 v 2.78906 h -34.79694 v -2.78906 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90823" />
- <path
- d="m 53.333302,124.76999 -0.0138,1.39735 0.007,1.39735 -0.8502,-0.72354 -0.86113,-0.69992 0.86395,-0.67239 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90825" />
- </g>
- </g>
- <g
- id="g113501"
- transform="matrix(0.40691663,0,0,-0.40691663,-18.489464,97.625388)">
- <path
- d="m 162.27599,102.26604 v 64.7808 c 0,0.86468 0.99896,1.51325 2.23935,1.51325 h 0.40534 c 1.23997,0 2.23901,-0.64857 2.23901,-1.51325 v -64.7808 c 0,-0.8647 -0.99904,-1.51324 -2.23901,-1.51324 h -0.40534 c -1.24039,0 -2.23935,0.64854 -2.23935,1.51324 z"
- style="opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.310334"
- id="path90827" />
- <g
- id="g90829"
- transform="matrix(0.37884636,0,0,-0.25418246,2.1085135,184.35021)"
- style="opacity:1">
- <g
- id="g90831"
- clip-path="url(#clipPath90835)">
- <g
- id="g90837"
- clip-path="url(#clipPath90841)">
- <g
- id="g90843">
- <g
- id="g90845">
- <g
- id="g90847"
- clip-path="url(#clipPath90851)">
- <g
- id="g90853">
- <path
- d="M 422.777,248.523 V 66.344 c 0,-2.34 2.637,-4.223 5.911,-4.223 h 1.07 c 3.273,0 5.91,1.883 5.91,4.223 v 182.179 c 0,2.336 -2.637,4.219 -5.91,4.219 h -1.07 c -3.274,0 -5.911,-1.883 -5.911,-4.219 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90855" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g113447"
- transform="matrix(0.40691663,0,0,-0.40691663,-9.8189134,97.625388)">
- <path
- d="m 80.968078,102.99015 v 96.58524 c 0,1.2401 0.997522,2.2391 2.237487,2.2391 h 0.406885 c 1.240314,0 2.238981,-0.999 2.238981,-2.2391 v -96.58524 c 0,-1.23996 -0.998667,-2.23748 -2.238981,-2.23748 h -0.406885 c -1.239965,0 -2.237487,0.99752 -2.237487,2.23748 z"
- style="opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.378845"
- id="path90875" />
- <g
- id="g90877"
- transform="matrix(0.37884636,0,0,-0.37884636,-100.67694,225.34884)"
- style="opacity:1">
- <g
- id="g90879"
- clip-path="url(#clipPath90883)">
- <g
- id="g90885"
- clip-path="url(#clipPath90889)">
- <g
- id="g90891">
- <g
- id="g90893">
- <g
- id="g90895"
- clip-path="url(#clipPath90899)">
- <g
- id="g90901">
- <path
- d="M 479.469,567.059 V 49.875 c 0,-6.637 2.633,-11.984 5.906,-11.984 h 1.074 c 3.274,0 5.91,5.347 5.91,11.984 v 517.184 c 0,6.64 -2.636,11.984 -5.91,11.984 h -1.074 c -3.273,0 -5.906,-5.344 -5.906,-11.984 z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90903" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g112286"
- transform="matrix(0,-0.43698567,0.43698567,0,-26.546821,58.297408)">
- <g
- id="g110416"
- style="opacity:1"
- transform="translate(0,49.741692)">
- <path
- d="m 38.302783,140.7652 v 2.78907 H 3.9581036 v -2.78907 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91221" />
- <path
- d="m 38.261513,143.55709 0.0124,-1.39736 -0.007,-1.39735 0.84066,0.72496 0.8502,0.69885 -0.85302,0.67381 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91223" />
- </g>
- <g
- id="g91225"
- transform="matrix(0,0.35277777,-0.35277777,0,119.64009,73.500547)"
- style="opacity:1;fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- id="g91227"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none" />
- <g
- id="g91241"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- clip-path="url(#clipPath91231)"
- opacity="0.803"
- id="g91239"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- id="g91237"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <path
- d="m 331.66,187.523 h 7.91 v 98.637 h -7.91 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none"
- id="path91233" />
- <path
- d="m 331.652,286.039 3.961,0.039 3.961,-0.019 -2.051,2.41 -1.984,2.441 -1.906,-2.449 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none"
- id="path91235" />
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g112429"
- transform="matrix(0,-0.43698567,0.43698567,0,-4.1972958,58.297408)">
- <g
- id="g110460-7"
- style="opacity:1"
- transform="translate(0.22568801,12.559059)">
- <path
- d="m 38.33748,15.054496 v 2.79047 H 3.9927996 v -2.79047 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90769-2" />
- <path
- d="m 38.29621,17.847786 0.0124,-1.39735 -0.007,-1.397 0.84066,0.72319 0.8502,0.69886 -0.85302,0.6738 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90771-9" />
- </g>
- <g
- id="g90797-0"
- transform="matrix(0,0.35277777,-0.35277777,0,121.16434,-49.388309)"
- style="opacity:1">
- <g
- id="g90799-50" />
- <g
- id="g90813-4">
- <g
- clip-path="url(#clipPath90803-7)"
- opacity="0.8"
- id="g90811-1">
- <g
- id="g90809-7">
- <path
- d="m 218.277,160.523 h 7.906 v 98.637 h -7.906 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90805-93" />
- <path
- d="m 218.27,259.039 3.957,0.039 3.964,-0.019 -2.054,2.41 -1.981,2.441 -1.91,-2.449 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90807-6" />
- </g>
- </g>
- </g>
- </g>
- </g>
- <g
- id="g110776"
- transform="matrix(0,-0.43698567,0.43698567,0,-10.9092,58.297408)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.27709px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 39.008198,86.299028 30.413717,-0.0145"
- id="path110651-7" />
- <g
- id="g110448-3"
- style="opacity:1"
- transform="translate(0.28845996,21.036005)">
- <path
- d="m 38.303262,63.865934 v 2.78906 H 3.9585816 v -2.78906 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91217-47" />
- <path
- d="m 38.185582,66.633946 0.0124,-1.397353 -0.007,-1.397 0.84066,0.724606 0.8502,0.698853 -0.85302,0.673805 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90759-4-2" />
- </g>
- <g
- id="g110472-1"
- style="opacity:1"
- transform="matrix(1.0756964,0,0,1,-4.8283575,21.036005)">
- <path
- d="m 103.98613,63.865934 v 2.79048 H 69.189192 v -2.79048 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91243-7" />
- <path
- d="m 69.314712,63.877593 -0.0138,1.39594 0.007,1.39877 -0.8502,-0.72496 -0.86113,-0.69885 0.86395,-0.67381 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90821-0-9" />
- </g>
- </g>
- <g
- id="g110892"
- transform="matrix(0,-0.43698567,0.43698567,0,-20.689983,58.297408)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.296286px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 37.440837,136.61705 27.548429,-0.0511"
- id="path110780-5" />
- <g
- id="g110432-9"
- style="opacity:1"
- transform="translate(-0.08416076,40.649477)">
- <path
- d="m 38.303262,94.546661 v 2.789061 H 3.9585816 v -2.789061 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90757-91" />
- <path
- d="m 38.192582,97.338544 0.0124,-1.397353 -0.007,-1.397 0.84066,0.724606 0.8502,0.698853 -0.85302,0.673805 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90759-6" />
- </g>
- <g
- id="g110436-2"
- style="opacity:1"
- transform="translate(-1.6716598,40.649477)">
- <path
- d="m 99.860622,94.546661 v 2.790472 h -34.79694 v -2.790472 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90785-1" />
- <path
- d="m 65.106372,94.544191 -0.0138,1.397 0.007,1.397353 -0.8502,-0.723194 -0.86113,-0.698853 0.86395,-0.673806 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90787-0" />
- </g>
- </g>
- <path
- d="m 4.843333,56.725758 h 53.76593 c 0.356867,0 0.644406,0.34338 0.644406,0.76957 v 5.31231 c 0,0.42632 -0.287539,0.76917 -0.644406,0.76917 H 4.843333 c -0.3569277,0 -0.6442987,-0.34285 -0.6442987,-0.76917 v -5.31231 c 0,-0.42619 0.287371,-0.76957 0.6442987,-0.76957 z"
- style="fill:#0093ff;fill-opacity:0.21383;fill-rule:nonzero;stroke:none;stroke-width:0.119143"
- id="path90907" />
- <text
- style="font-variant:normal;font-weight:normal;font-size:3.12507px;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.130213"
- id="text90911"
- x="24.862476"
- y="61.29211"><tspan
- x="24.862476 26.659424 27.525093 29.434532 31.987755 32.97839 34.694084 36.616024 37.481743"
- y="61.29211"
- sodipodi:role="line"
- id="tspan90909"
- style="stroke-width:0.130213">Flow cell</tspan></text>
- <path
- d="m 77.318789,36.621614 h 79.384271 v 3.17586 H 77.318789 Z"
- style="fill:#aa4400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.157812"
- id="path90941" />
- <text
- style="font-variant:normal;font-weight:normal;font-size:3.47194px;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.157812"
- id="text90945"
- x="76.5373"
- y="35.728802"
- transform="scale(1.005655,0.9943768)"><tspan
- x="76.5373 78.960678 81.158386 82.585373 84.793533"
- y="35.728802"
- sodipodi:role="line"
- id="tspan90943"
- style="stroke-width:0.157812">Chr14</tspan></text>
- <path
- d="m 77.318807,11.843764 h 79.392513 v 3.175848 H 77.318807 Z"
- style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.157821"
- id="path91247" />
- <text
- style="font-variant:normal;font-weight:normal;font-size:3.4721px;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.157821"
- id="text91251"
- x="76.533455"
- y="10.864894"
- transform="scale(1.0057073,0.99432508)"><tspan
- x="76.533455 78.95697 81.154808 82.581833 84.790092"
- y="10.864894"
- sodipodi:role="line"
- id="tspan91249"
- style="stroke-width:0.157821">Chr10</tspan></text>
- <g
- id="g110444-7-1"
- style="opacity:1"
- transform="matrix(0.43798006,0,0,0.43798008,92.224015,-11.543991)">
- <path
- d="m 38.303262,81.12273 v 2.78906 H 3.9585816 v -2.78906 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90777-4-5" />
- <path
- d="m 38.072839,83.91461 0.0124,-1.39594 -0.007,-1.39877 0.84066,0.72496 0.8502,0.6985 -0.85302,0.67416 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90779-6-2" />
- </g>
- <g
- id="g112455-0"
- transform="matrix(0.43798006,0,0,0.43798008,92.907702,9.9584491)">
- <g
- id="g110460-71"
- style="opacity:1">
- <path
- d="m 38.33748,15.054496 v 2.79047 H 3.9927996 v -2.79047 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90769-6" />
- <path
- d="m 38.29621,17.847786 0.0124,-1.39735 -0.007,-1.397 0.84066,0.72319 0.8502,0.69886 -0.85302,0.6738 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90771-49" />
- </g>
- <g
- id="g90797-5"
- transform="matrix(0,0.35277777,-0.35277777,0,120.93864,-61.947366)"
- style="opacity:1">
- <g
- id="g90799-3" />
- <g
- id="g90813-51">
- <g
- clip-path="url(#clipPath90803-6-4)"
- opacity="0.8"
- id="g90811-10">
- <g
- id="g90809-0">
- <path
- d="m 218.277,160.523 h 7.906 v 98.637 h -7.906 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90805-7"
- clip-path="url(#clipPath110558-6-1)" />
- <path
- d="m 218.27,259.039 3.957,0.039 3.964,-0.019 -2.054,2.41 -1.981,2.441 -1.91,-2.449 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90807-08" />
- </g>
- </g>
- </g>
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.468033;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110562-1"
- width="13.925314"
- height="2.7967365"
- x="50.423897"
- y="15.055907" />
- </g>
- <g
- id="g112399-6"
- transform="matrix(0.43798006,0,0,0.43798008,76.058851,-9.7568623)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.281252px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 38.34471,67.14829 62.946155,67.09622"
- id="path110581-9-4" />
- <g
- id="g110452-1-1"
- style="opacity:1"
- transform="translate(-0.29522836,19.346459)">
- <path
- d="m 38.013724,46.381266 v 2.789061 H 3.6690436 v -2.789061 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90765-8-4" />
- <path
- d="m 37.972454,49.17315 0.0124,-1.397352 -0.007,-1.397355 0.84066,0.723548 0.8502,0.699911 -0.85302,0.674158 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90767-8-9" />
- </g>
- <g
- id="g110468-7-8"
- style="opacity:1"
- transform="translate(-0.29522836,19.346459)">
- <path
- d="M 97.852592,46.381266 V 49.17174 H 63.055652 V 46.381266 Z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90793-0-6" />
- <path
- d="m 63.098342,46.378443 -0.0138,1.397355 0.007,1.397352 -0.8502,-0.723548 -0.86113,-0.699911 0.86395,-0.672393 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90795-5-2" />
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.352999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-2"
- width="8.5585136"
- height="2.8"
- x="88.998848"
- y="65.727722" />
- </g>
- <g
- id="g112379-5"
- transform="matrix(0.43798006,0,0,0.43798008,109.75661,-18.273351)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.277281;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 38.719743,92.250557 30.413716,-0.01454"
- id="path110651-23" />
- <g
- id="g110448-2"
- transform="translate(0,26.987511)">
- <path
- d="m 38.303262,63.865934 v 2.78906 H 3.9585816 v -2.78906 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91217-7" />
- <path
- d="m 38.185582,66.633946 0.0124,-1.397353 -0.007,-1.397 0.84066,0.724606 0.8502,0.698853 -0.85302,0.673805 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90759-4-3" />
- </g>
- <g
- id="g110472-9"
- transform="matrix(1.0756964,0,0,1,-5.1168175,26.987511)">
- <path
- d="m 103.98613,63.865934 v 2.79048 H 69.189192 v -2.79048 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91243-01" />
- <path
- d="m 69.314712,63.877593 -0.0138,1.39594 0.007,1.39877 -0.8502,-0.72496 -0.86113,-0.69885 0.86395,-0.67381 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90821-0-5" />
- </g>
- <rect
- style="fill:#808080;fill-opacity:1;stroke-width:0.352999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-4-06"
- width="8.5585136"
- height="2.8"
- x="3.9719999"
- y="90.862503" />
- </g>
- <g
- id="g112295-9"
- transform="matrix(0.43798006,0,0,0.43798008,95.558777,-47.167311)">
- <g
- id="g110420-48-7"
- style="opacity:1;fill:#808080;fill-opacity:1"
- transform="translate(-2.296e-4,47.963651)">
- <path
- d="m 38.30291,125.83031 v 2.79047 H 3.9582296 v -2.79047 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90781-5-9" />
- <path
- d="m 38.26164,128.6236 0.0124,-1.39735 -0.007,-1.39735 0.84066,0.72354 0.8502,0.70027 -0.85302,0.67239 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90783-1-2" />
- </g>
- <g
- id="g110412-2-8"
- transform="translate(-21.696078,49.021981)"
- style="opacity:0.85;fill:#817e7e;fill-opacity:1">
- <path
- d="m 88.087552,124.76245 v 2.78906 h -34.79694 v -2.78906 z"
- style="fill:#817e7e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90823-97-9" />
- <path
- d="m 53.333302,124.75963 -0.0138,1.39735 0.007,1.39735 -0.8502,-0.72354 -0.86113,-0.69992 0.86395,-0.67239 z"
- style="fill:#817e7e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90825-3-9" />
- </g>
- <rect
- style="opacity:1;fill:#ff0000;fill-opacity:0.85098;stroke-width:0.559565;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-4-0-8-8"
- width="21.505648"
- height="2.8"
- x="45.064999"
- y="173.77" />
- </g>
- <g
- id="g112274-9"
- transform="matrix(0.43798006,0,0,0.43798008,105.8168,-54.170557)">
- <g
- id="g110416-2-3"
- style="opacity:1"
- transform="translate(-1.036e-4,54.654886)">
- <path
- d="m 38.302783,140.7652 v 2.78907 H 3.9581036 v -2.78907 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91221-3-6" />
- <path
- d="m 38.261513,143.55709 0.0124,-1.39736 -0.007,-1.39735 0.84066,0.72496 0.8502,0.69885 -0.85302,0.67381 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91223-1-3" />
- </g>
- <g
- id="g91225-8-6"
- transform="matrix(0,0.35277777,-0.35277777,0,119.63998,78.423972)"
- style="opacity:1;fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- id="g91227-7-0"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none" />
- <g
- id="g91241-4-4"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- clip-path="url(#clipPath91231-0-0-8)"
- opacity="0.803"
- id="g91239-1-4"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- id="g91237-6-9"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <path
- d="m 331.66,187.523 h 7.91 v 98.637 h -7.91 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none"
- id="path91233-3-6" />
- <path
- d="m 331.652,286.039 3.961,0.039 3.961,-0.019 -2.051,2.41 -1.984,2.441 -1.906,-2.449 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none"
- id="path91235-8-6" />
- </g>
- </g>
- </g>
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.352999;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect111061-4"
- width="32.228481"
- height="2.7967155"
- x="21.257553"
- y="195.42" />
- </g>
- <g
- id="g110883-1"
- transform="matrix(0.43798006,0,0,0.43798008,101.33212,-30.517185)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.277281;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.831844, 0.277281;stroke-dashoffset:0;stroke-opacity:1"
- d="m 37.546574,131.51968 89.350786,-0.0496"
- id="path110780-6-9" />
- <g
- id="g110432-8-8"
- style="opacity:1;fill:#808080;fill-opacity:1"
- transform="translate(0.03033824,35.552888)">
- <path
- d="m 38.303262,94.546661 v 2.789061 H 3.9585816 v -2.789061 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90757-9-0" />
- <path
- d="m 38.192582,97.338544 0.0124,-1.397353 -0.007,-1.397 0.84066,0.724606 0.8502,0.698853 -0.85302,0.673805 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90759-5-4" />
- </g>
- <rect
- style="opacity:1;fill:#0a00ff;fill-opacity:1;stroke-width:0.640411;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-5-2-5"
- width="28.16888"
- height="2.8"
- x="3.9890001"
- y="130.097" />
- </g>
- <g
- id="g112417-4-6"
- transform="matrix(0.43798077,0,0,0.43798077,111.06698,25.935347)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.406956px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 38.861391,42.22755 45.403693,42.1773"
- id="path110579-9-4" />
- <g
- id="g110456-1-3"
- style="opacity:1"
- transform="translate(0,10.583334)">
- <path
- d="m 38.231762,30.22315 v 2.790473 H 3.8870816 V 30.22315 Z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90761-2-0" />
- <path
- d="m 38.190492,33.016444 0.0124,-1.397352 -0.007,-1.397352 0.84066,0.723545 0.8502,0.699913 -0.85302,0.672394 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90763-3-0" />
- </g>
- <g
- id="g110464-1-2"
- style="opacity:1"
- transform="translate(2.1166667,10.583334)">
- <path
- d="m 79.020642,30.22456 v 2.789063 H 44.22369 V 30.22456 Z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90789-8-5" />
- <path
- d="m 44.26638,30.22174 -0.0138,1.397352 0.007,1.397352 -0.85019,-0.724959 -0.86113,-0.6985 0.86395,-0.674158 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90791-1-3" />
- </g>
- </g>
- <g
- id="g112321-0-8"
- transform="matrix(0.43798077,0,0,0.43798077,105.0406,-8.6971459)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.284191px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 38.38732,149.58802 25.087529,-0.0521"
- id="path110863-1-5" />
- <g
- id="g110424-3-0"
- style="opacity:1"
- transform="translate(0,38.629185)">
- <path
- d="m 38.30291,109.53826 v 2.78905 H 3.9582296 v -2.78905 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90773-3-5" />
- <path
- d="m 38.26164,112.33013 0.0124,-1.39735 -0.007,-1.39735 0.84066,0.72355 0.8502,0.6999 -0.85302,0.6724 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90775-0-6" />
- </g>
- <g
- id="g110428-0-6"
- style="opacity:1"
- transform="translate(0,38.629185)">
- <path
- d="m 98.141782,109.53826 v 2.78905 h -34.79694 v -2.78905 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90815-0-7" />
- <path
- d="m 63.387532,109.53543 -0.0138,1.39735 0.007,1.39735 -0.8502,-0.72355 -0.86113,-0.69991 0.86395,-0.67274 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90817-2-3" />
- </g>
- </g>
- <g
- id="g110440-2-4"
- style="opacity:1"
- transform="matrix(0.43798077,0,0,0.43798077,94.301833,16.062167)">
- <path
- d="m 106.94888,80.32227 v 2.78907 H 72.151942 v -2.78907 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90819-2-0" />
- <path
- d="m 72.194632,80.31945 -0.0138,1.39594 0.007,1.39877 -0.8502,-0.72496 -0.86113,-0.69885 0.86395,-0.67381 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90821-4-8" />
- </g>
- <g
- id="g112442-0"
- transform="matrix(0.43798077,0,0,0.43798077,81.286098,32.240331)">
- <g
- id="g110460-3-8"
- style="opacity:1"
- transform="translate(-0.01999626,5.6987897)">
- <path
- d="m 38.33748,15.054496 v 2.79047 H 3.9927996 v -2.79047 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90769-9-1" />
- <path
- d="m 38.29621,17.847786 0.0124,-1.39735 -0.007,-1.397 0.84066,0.72319 0.8502,0.69886 -0.85302,0.6738 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90771-4-5" />
- </g>
- <g
- id="g90797-9-3"
- transform="matrix(0,0.35277777,-0.35277777,0,120.91868,-56.248581)"
- style="opacity:1">
- <g
- id="g90799-5-5" />
- <g
- id="g90813-5-1">
- <g
- clip-path="url(#clipPath90803-5-0-9)"
- opacity="0.8"
- id="g90811-7-1">
- <g
- id="g90809-3-4">
- <path
- d="m 218.277,160.523 h 7.906 v 98.637 h -7.906 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90805-9-0" />
- <path
- d="m 218.27,259.039 3.957,0.039 3.964,-0.019 -2.054,2.41 -1.981,2.441 -1.91,-2.449 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path90807-0-1" />
- </g>
- </g>
- </g>
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.362585;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110577-1"
- width="46.483192"
- height="2.7861087"
- x="3.9728034"
- y="20.757647" />
- </g>
- <path
- style="fill:none;stroke:#000000;stroke-width:0.129075;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.387226, 0.129075;stroke-dashoffset:0;stroke-opacity:1"
- d="m 80.413374,46.908384 11.830361,-0.02281"
- id="path110581-2-5" />
- <g
- id="g110468-9-1"
- style="opacity:1"
- transform="matrix(0.43798077,0,0,0.43798077,64.545309,25.9721)">
- <path
- d="M 97.852592,46.381266 V 49.17174 H 63.055652 V 46.381266 Z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90793-6-6" />
- <path
- d="m 63.098342,46.378443 -0.0138,1.397355 0.007,1.397352 -0.8502,-0.723548 -0.86113,-0.699911 0.86395,-0.672393 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90795-3-0" />
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.269658;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-6-9"
- width="11.402998"
- height="1.2263461"
- x="92.161652"
- y="46.285603" />
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="88.703239"
- y="55.606358"
- id="text117105"><tspan
- sodipodi:role="line"
- id="tspan117103"
- x="88.703239"
- y="55.606358"
- style="stroke-width:0.264583">6</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="104.44614"
- y="58.080273"
- id="text117109"><tspan
- sodipodi:role="line"
- id="tspan117107"
- x="104.44614"
- y="58.080273"
- style="stroke-width:0.264583">7</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="83.0047"
- y="60.563061"
- id="text117113"><tspan
- sodipodi:role="line"
- id="tspan117111"
- x="83.0047"
- y="60.563061"
- style="stroke-width:0.264583">8</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="93.379616"
- y="63.037983"
- id="text117117"><tspan
- sodipodi:role="line"
- id="tspan117115"
- x="93.379616"
- y="63.037983"
- style="stroke-width:0.264583">9</tspan></text>
- <g
- id="g112304-1"
- transform="matrix(0.43798077,0,0,0.43798077,83.731743,-15.043963)">
- <g
- id="g110420-4-2"
- style="opacity:1"
- transform="translate(-2.296e-4,42.49504)">
- <path
- d="m 38.30291,125.83031 v 2.79047 H 3.9582296 v -2.79047 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90781-3-4" />
- <path
- d="m 38.26164,128.6236 0.0124,-1.39735 -0.007,-1.39735 0.84066,0.72354 0.8502,0.70027 -0.85302,0.67239 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90783-3-9" />
- </g>
- <g
- id="g110412-6-0"
- transform="translate(-21.696077,43.56037)"
- style="opacity:0.85;fill:#ff0000;fill-opacity:1">
- <path
- d="m 88.087552,124.76245 v 2.78906 h -34.79694 v -2.78906 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90823-9-1" />
- <path
- d="m 53.333302,124.75963 -0.0138,1.39735 0.007,1.39735 -0.8502,-0.72354 -0.86113,-0.69992 0.86395,-0.67239 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90825-0-4" />
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.559565;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-4-0-4"
- width="21.505648"
- height="2.8"
- x="44.884865"
- y="168.313" />
- </g>
- <g
- id="g112261-3"
- transform="matrix(0.43798077,0,0,0.43798077,94.138376,-26.759842)">
- <g
- id="g110416-0-2"
- style="opacity:1"
- transform="translate(-1.036e-4,59.965692)">
- <path
- d="m 38.302783,140.7652 v 2.78907 H 3.9581036 v -2.78907 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91221-1-5" />
- <path
- d="m 38.261513,143.55709 0.0124,-1.39736 -0.007,-1.39735 0.84066,0.72496 0.8502,0.69885 -0.85302,0.67381 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91223-2-1" />
- </g>
- <g
- id="g91225-6-3"
- transform="matrix(0,0.35277777,-0.35277777,0,119.63958,83.730547)"
- style="opacity:1;fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- id="g91227-4-2"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none" />
- <g
- id="g91241-8-6"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- clip-path="url(#clipPath91231-5-4-7)"
- opacity="0.803"
- id="g91239-5-0"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <g
- id="g91237-62-6"
- style="fill:#ff0000;fill-opacity:1;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none">
- <path
- d="m 331.66,187.523 h 7.91 v 98.637 h -7.91 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none"
- id="path91233-5-9" />
- <path
- d="m 331.652,286.039 3.961,0.039 3.961,-0.019 -2.051,2.41 -1.984,2.441 -1.906,-2.449 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00063;stroke-miterlimit:4;stroke-dasharray:none"
- id="path91235-2-6" />
- </g>
- </g>
- </g>
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.260686;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect111061-6-8"
- width="17.576332"
- height="2.7967157"
- x="3.9460001"
- y="200.72" />
- </g>
- <g
- id="g110757-0"
- transform="matrix(0.43798077,0,0,0.43798077,79.03931,45.196503)">
- <g
- id="g110448-7-6"
- style="opacity:1;fill:#808080;fill-opacity:1"
- transform="translate(43.330923,-55.697112)">
- <path
- d="m 38.303262,63.865934 v 2.78906 H 3.9585816 v -2.78906 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path91217-4-7" />
- <path
- d="m 38.185582,66.633946 0.0124,-1.397353 -0.007,-1.397 0.84066,0.724606 0.8502,0.698853 -0.85302,0.673805 z"
- style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90759-4-1-5" />
- </g>
- <rect
- style="opacity:1;fill:#0a00ff;fill-opacity:1;stroke-width:0.35477;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-4-4-0"
- width="8.6446133"
- height="2.8"
- x="47.269768"
- y="8.1779184" />
- <text
- xml:space="preserve"
- style="font-size:8.05462px;line-height:1.25;font-family:sans-serif;stroke-width:0.604098"
- x="41.228786"
- y="12.427837"
- id="text117095"><tspan
- sodipodi:role="line"
- id="tspan117093"
- x="41.228786"
- y="12.427837"
- style="stroke-width:0.604098">4</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:8.05462px;line-height:1.25;font-family:sans-serif;stroke-width:0.604098"
- x="143.00476"
- y="18.041721"
- id="text117099"><tspan
- sodipodi:role="line"
- id="tspan117097"
- x="143.00476"
- y="18.041721"
- style="stroke-width:0.604098">5</tspan></text>
- <path
- style="fill:none;stroke:#000000;stroke-width:0.277281;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.831843, 0.277281;stroke-dashoffset:0;stroke-opacity:1"
- d="M 105.3242,15.170676 2.8847023,15.108587"
- id="path117101" />
- </g>
- <g
- id="g110873-5"
- transform="matrix(0.43798077,0,0,0.43798077,89.61506,-0.90084193)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.296285px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 37.524991,126.13009 27.54843,-0.0511"
- id="path110780-53" />
- <g
- id="g110432-91"
- style="opacity:1"
- transform="translate(0,30.162513)">
- <path
- d="m 38.303262,94.546661 v 2.789061 H 3.9585816 v -2.789061 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90757-5" />
- <path
- d="m 38.192582,97.338544 0.0124,-1.397353 -0.007,-1.397 0.84066,0.724606 0.8502,0.698853 -0.85302,0.673805 z"
- style="fill:#0a00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90759-0" />
- </g>
- <g
- id="g110436-4"
- style="opacity:1"
- transform="translate(-1.5875,30.162513)">
- <path
- d="m 99.860622,94.546661 v 2.790472 h -34.79694 v -2.790472 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90785-9" />
- <path
- d="m 65.106372,94.544191 -0.0138,1.397 0.007,1.397353 -0.8502,-0.723194 -0.86113,-0.698853 0.86395,-0.673806 z"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352777"
- id="path90787-6" />
- </g>
- <rect
- style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:0.640411;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
- id="rect110616-5-7"
- width="28.16888"
- height="2.8"
- x="3.9590001"
- y="124.707" />
- </g>
- <g
- id="g90921"
- transform="matrix(0.08085344,0,0,0.13603695,9.5796033,11.195938)">
- <path
- d="m 619.541,191.316 c 5.545,-0.004 11.695,0 17.547,0 61.988,-0.148 114.841,-0.191 174.951,-0.039"
- style="fill:none;stroke:#000000;stroke-width:3.04835;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
- id="path90923" />
- </g>
- <g
- id="g90925"
- transform="matrix(-0.08085344,-3.4021183e-4,2.0220533e-4,-0.13603695,9.5796033,11.195938)">
- <path
- d="m -779.922,-175.721 -36.638,-13.471 36.635,-13.471 c -5.85,7.952 -5.819,18.835 0.003,26.942 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.09574;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="path90927" />
- </g>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="7.3408833"
- y="29.567211"
- id="text117017"><tspan
- sodipodi:role="line"
- id="tspan117015"
- x="7.3408833"
- y="29.567211"
- style="font-size:3.52777px;stroke-width:0.264583">1</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:4.9389px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="13.444779"
- y="22.312405"
- id="text117021"><tspan
- sodipodi:role="line"
- id="tspan117019"
- x="13.444779"
- y="22.312405"
- style="font-size:3.52777px;stroke-width:0.264583">2</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:4.9389px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="19.548519"
- y="15.239265"
- id="text117025"><tspan
- sodipodi:role="line"
- id="tspan117023"
- x="19.548519"
- y="15.239265"
- style="font-size:3.52777px;stroke-width:0.264583">3</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:4.9389px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="25.662544"
- y="10.998034"
- id="text117029"><tspan
- sodipodi:role="line"
- id="tspan117027"
- x="25.662544"
- y="10.998034"
- style="font-size:3.52777px;stroke-width:0.264583">4</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:4.9389px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="31.781345"
- y="10.801879"
- id="text117033"><tspan
- sodipodi:role="line"
- id="tspan117031"
- x="31.781345"
- y="10.801879"
- style="font-size:3.52777px;stroke-width:0.264583">5</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="37.859615"
- y="14.861058"
- id="text117037"><tspan
- sodipodi:role="line"
- id="tspan117035"
- x="37.859615"
- y="14.861058"
- style="stroke-width:0.264583">6</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="43.963516"
- y="14.88168"
- id="text117041"><tspan
- sodipodi:role="line"
- id="tspan117039"
- x="43.963516"
- y="14.88168"
- style="stroke-width:0.264583">7</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="50.067261"
- y="28.756023"
- id="text117045"><tspan
- sodipodi:role="line"
- id="tspan117043"
- x="50.067261"
- y="28.756023"
- style="stroke-width:0.264583">8</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="56.171005"
- y="34.395565"
- id="text117049"><tspan
- sodipodi:role="line"
- id="tspan117047"
- x="56.171005"
- y="34.395565"
- style="stroke-width:0.264583">9</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="121.62086"
- y="18.351749"
- id="text117053"><tspan
- sodipodi:role="line"
- id="tspan117051"
- x="121.62086"
- y="18.351749"
- style="stroke-width:0.264583">1</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="119.31638"
- y="20.935625"
- id="text117057"><tspan
- sodipodi:role="line"
- id="tspan117055"
- x="119.31638"
- y="20.935625"
- style="stroke-width:0.264583">3</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="157.01001"
- y="23.476475"
- id="text117061"><tspan
- sodipodi:role="line"
- id="tspan117059"
- x="157.01001"
- y="23.476475"
- style="stroke-width:0.264583">4</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="91.31205"
- y="25.736874"
- id="text117065"><tspan
- sodipodi:role="line"
- id="tspan117063"
- x="91.31205"
- y="25.736874"
- style="stroke-width:0.264583">5</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="100.43353"
- y="28.324116"
- id="text117069"><tspan
- sodipodi:role="line"
- id="tspan117067"
- x="100.43353"
- y="28.324116"
- style="stroke-width:0.264583">6</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="94.64669"
- y="30.808285"
- id="text117073"><tspan
- sodipodi:role="line"
- id="tspan117071"
- x="94.64669"
- y="30.808285"
- style="stroke-width:0.264583">8</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="104.90462"
- y="33.249599"
- id="text117077"><tspan
- sodipodi:role="line"
- id="tspan117075"
- x="104.90462"
- y="33.249599"
- style="stroke-width:0.264583">9</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="80.38028"
- y="43.081203"
- id="text117081"><tspan
- sodipodi:role="line"
- id="tspan117079"
- x="80.38028"
- y="43.081203"
- style="stroke-width:0.264583">1</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="147.13315"
- y="45.819157"
- id="text117085"><tspan
- sodipodi:role="line"
- id="tspan117083"
- x="147.13315"
- y="45.819157"
- style="stroke-width:0.264583">2</tspan></text>
- <text
- xml:space="preserve"
- style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
- x="107.93211"
- y="48.111767"
- id="text117089"><tspan
- sodipodi:role="line"
- id="tspan117087"
- x="107.93211"
- y="48.111767"
- style="stroke-width:0.264583">3</tspan></text>
- <path
- style="fill:none;stroke:#000000;stroke-width:0.121444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.364331, 0.121444;stroke-dashoffset:0;stroke-opacity:1"
- d="m 109.64204,24.772793 46.88502,-0.06971"
- id="path117091" />
- </g>
- </svg>
|