Merge branch 'develop' into SDK

This commit is contained in:
Samuele E. Locatelli
2020-01-18 17:57:12 +01:00
33 changed files with 973 additions and 1398 deletions
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=193']) {
withEnv(['NEXT_BUILD_NUMBER=197']) {
// env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.versionNumberBeta = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
+6 -6
View File
@@ -1,20 +1,20 @@
/* ANIMAZIONE */
.strokeThick {
stroke-width: 5px !important;
stroke-width: 50px !important;
}
/* Animazione per richiamo attenzione*/
.flashStroke {
stroke: blue;
/* Safari 4.0 - 8.0 */
-webkit-animation-name: blueFlash;
-webkit-animation-duration: 0.5s;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
/* Standard syntax */
animation-name: blueFlash;
animation-duration: 0.5s;
animation-duration: 0.8s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
@@ -81,19 +81,19 @@
stroke: blue;
/* Safari 4.0 - 8.0 */
-webkit-animation-name: blueFlash;
-webkit-animation-duration: 0.5s;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
/* Standard syntax */
animation-name: blueFlash;
animation-duration: 0.5s;
animation-duration: 0.8s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: alternate;
stroke-width: 5px !important;
stroke-width: 50px !important;
}
#BLK-BIN {
fill: #28a745;
+3 -3
View File
@@ -1,5 +1,5 @@
/* ANIMAZIONE */
@borderThick: 5px;
@borderThick: 50px;
.strokeThick {
stroke-width: @borderThick !important;
@@ -9,14 +9,14 @@
stroke: blue;
/* Safari 4.0 - 8.0 */
-webkit-animation-name: blueFlash;
-webkit-animation-duration: 0.5s;
-webkit-animation-duration: 0.8s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
/* Standard syntax */
animation-name: blueFlash;
animation-duration: 0.5s;
animation-duration: 0.8s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
+1 -1
View File
@@ -1 +1 @@
.strokeThick{stroke-width:5px !important;}.flashStroke{stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.5s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;}@-webkit-keyframes blueFlash{0%{stroke:#c4dbff;}25%{stroke:#9dc4ff;}50%{stroke:#5ca5ff;}75%{stroke:#1b82ff;}100%{stroke:#005ccc;}}.SFONDO{fill:#dedede;}.GRIGIO{fill:#acacac;}.VERDE{fill:#28a745;}.BLU{fill:#007bff;}.ARANCIO{fill:orange;}.GIALLO{fill:yellow;}.PURPLE{fill:purple;}.TESTO{fill:white;}#BLK-BCK{fill:#dedede;}#BLK-CUT{fill:#acacac;}#BLK-SEL{fill:orange;stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.5s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;stroke-width:5px !important;}#BLK-BIN{fill:#28a745;}#BLK-CART{fill:#007bff;}#BLK-SEC-OP{fill:purple;}
.strokeThick{stroke-width:50px !important;}.flashStroke{stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.8s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.8s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;}@-webkit-keyframes blueFlash{0%{stroke:#c4dbff;}25%{stroke:#9dc4ff;}50%{stroke:#5ca5ff;}75%{stroke:#1b82ff;}100%{stroke:#005ccc;}}.SFONDO{fill:#dedede;}.GRIGIO{fill:#acacac;}.VERDE{fill:#28a745;}.BLU{fill:#007bff;}.ARANCIO{fill:orange;}.GIALLO{fill:yellow;}.PURPLE{fill:purple;}.TESTO{fill:white;}#BLK-BCK{fill:#dedede;}#BLK-CUT{fill:#acacac;}#BLK-SEL{fill:orange;stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.8s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.8s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;stroke-width:50px !important;}#BLK-BIN{fill:#28a745;}#BLK-CART{fill:#007bff;}#BLK-SEC-OP{fill:purple;}
@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg">
<path id="Sheet" d="M 10,710 L 1010,710 L 1010,10 L 10,10 L 10,710" fill="none" stroke="rgb(0,0,0)" stroke-width="1" />
<path id="IT000001" d="M 100,610 L 70,410 L 160,250 L 340,230 L 470,410 L 360,570 L 230,670 L 100,610" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<text id="Name1" x="120" y="500" font-size="50" fill="rgb(255,0,0)" class="TESTO">IT000001</text>
<path id="_13" d="M 220,310 A 10,10 0 0,0 200,310 A 10,10 0 0,0 220,310" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_14" d="M 320,310 A 10,10 0 0,0 300,310 A 10,10 0 0,0 320,310" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_15" d="M 220,410 A 10,10 0 0,0 200,410 A 10,10 0 0,0 220,410" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_16" d="M 320,410 A 10,10 0 0,0 300,410 A 10,10 0 0,0 320,410" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="IT000002" d="M 420,660 L 550,420 A 213.678,213.678 0 0,1 920,410 L 860,530 A 271.523,271.523 0 0,1 610,680 L 420,660" fill="none" stroke="rgb(0,255,0)" stroke-width="1" />
<text id="Name2" x="590" y="530" font-size="50" fill="rgb(0,255,0)" class="TESTO">IT000002</text>
<path id="_19" d="M 610,410 A 15,15 0 0,1 610,380 L 860,380 A 15,15 0 0,1 860,410 L 610,410" fill="none" stroke="rgb(0,255,0)" stroke-width="1" />
<path id="IT000003" d="M 160,80 L 910,60 L 920,320 L 710,280 L 540,340 L 380,210 L 20,250 L 160,80" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<text id="Name3" x="520" y="190" font-size="50" fill="rgb(0,0,255)" class="TESTO">IT000003</text>
<path id="_20" d="M 800,110 A 10,10 0 0,0 780,110 A 10,10 0 0,0 800,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_21" d="M 900,110 A 10,10 0 0,0 880,110 A 10,10 0 0,0 900,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_22" d="M 800,210 A 10,10 0 0,0 780,210 A 10,10 0 0,0 800,210" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_23" d="M 900,210 A 10,10 0 0,0 880,210 A 10,10 0 0,0 900,210" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_24" d="M 470,110 A 15,15 0 0,1 470,80 L 720,80 A 15,15 0 0,1 720,110 L 470,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_25" d="M 470,260 A 15,15 0 0,1 470,230 L 720,230 A 15,15 0 0,1 720,260 L 470,260" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_26" d="M 180,200 A 10,10 0 0,0 160,200 A 10,10 0 0,0 180,200" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_27" d="M 280,200 A 10,10 0 0,0 260,200 A 10,10 0 0,0 280,200" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_28" d="M 180,100 A 10,10 0 0,0 160,100 A 10,10 0 0,0 180,100" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_29" d="M 280,100 A 10,10 0 0,0 260,100 A 10,10 0 0,0 280,100" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

-25
View File
@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg">
<path id="Sheet" d="M 10,710 L 1010,710 L 1010,10 L 10,10 L 10,710" fill="none" stroke="rgb(0,0,0)" stroke-width="1" />
<path id="Part1" d="M 100,610 L 70,410 L 160,250 L 340,230 L 470,410 L 360,570 L 230,670 L 100,610" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<text id="Name1" x="120" y="500" font-size="50" fill="rgb(255,0,0)">Part 1</text>
<path id="_13" d="M 220,310 A 10,10 0 0,0 200,310 A 10,10 0 0,0 220,310" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_14" d="M 320,310 A 10,10 0 0,0 300,310 A 10,10 0 0,0 320,310" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_15" d="M 220,410 A 10,10 0 0,0 200,410 A 10,10 0 0,0 220,410" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_16" d="M 320,410 A 10,10 0 0,0 300,410 A 10,10 0 0,0 320,410" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="Part2" d="M 420,660 L 550,420 A 213.678,213.678 0 0,1 920,410 L 860,530 A 271.523,271.523 0 0,1 610,680 L 420,660" fill="none" stroke="rgb(0,255,0)" stroke-width="1" />
<text id="Name2" x="590" y="530" font-size="50" fill="rgb(0,255,0)">Part 2</text>
<path id="_19" d="M 610,410 A 15,15 0 0,1 610,380 L 860,380 A 15,15 0 0,1 860,410 L 610,410" fill="none" stroke="rgb(0,255,0)" stroke-width="1" />
<path id="Part3" d="M 160,80 L 910,60 L 920,320 L 710,280 L 540,340 L 380,210 L 20,250 L 160,80" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<text id="Name3" x="520" y="190" font-size="50" fill="rgb(0,0,255)">Part 3</text>
<path id="_20" d="M 800,110 A 10,10 0 0,0 780,110 A 10,10 0 0,0 800,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_21" d="M 900,110 A 10,10 0 0,0 880,110 A 10,10 0 0,0 900,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_22" d="M 800,210 A 10,10 0 0,0 780,210 A 10,10 0 0,0 800,210" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_23" d="M 900,210 A 10,10 0 0,0 880,210 A 10,10 0 0,0 900,210" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_24" d="M 470,110 A 15,15 0 0,1 470,80 L 720,80 A 15,15 0 0,1 720,110 L 470,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_25" d="M 470,260 A 15,15 0 0,1 470,230 L 720,230 A 15,15 0 0,1 720,260 L 470,260" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_26" d="M 180,200 A 10,10 0 0,0 160,200 A 10,10 0 0,0 180,200" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_27" d="M 280,200 A 10,10 0 0,0 260,200 A 10,10 0 0,0 280,200" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_28" d="M 180,100 A 10,10 0 0,0 160,100 A 10,10 0 0,0 180,100" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_29" d="M 280,100 A 10,10 0 0,0 260,100 A 10,10 0 0,0 280,100" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

+83 -24
View File
@@ -1,25 +1,84 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg">
<path id="Sheet" d="M 10,710 L 1010,710 L 1010,10 L 10,10 L 10,710" fill="none" stroke="rgb(0,0,0)" stroke-width="1" />
<path id="IT000001" d="M 100,610 L 70,410 L 160,250 L 340,230 L 470,410 L 360,570 L 230,670 L 100,610" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<text id="Name1" x="120" y="500" font-size="50" fill="rgb(255,0,0)" class="TESTO">IT000001</text>
<path id="_13" d="M 220,310 A 10,10 0 0,0 200,310 A 10,10 0 0,0 220,310" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_14" d="M 320,310 A 10,10 0 0,0 300,310 A 10,10 0 0,0 320,310" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_15" d="M 220,410 A 10,10 0 0,0 200,410 A 10,10 0 0,0 220,410" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="_16" d="M 320,410 A 10,10 0 0,0 300,410 A 10,10 0 0,0 320,410" fill="none" stroke="rgb(255,0,0)" stroke-width="1" />
<path id="IT000002" d="M 420,660 L 550,420 A 213.678,213.678 0 0,1 920,410 L 860,530 A 271.523,271.523 0 0,1 610,680 L 420,660" fill="none" stroke="rgb(0,255,0)" stroke-width="1" />
<text id="Name2" x="590" y="530" font-size="50" fill="rgb(0,255,0)" class="TESTO">IT000002</text>
<path id="_19" d="M 610,410 A 15,15 0 0,1 610,380 L 860,380 A 15,15 0 0,1 860,410 L 610,410" fill="none" stroke="rgb(0,255,0)" stroke-width="1" />
<path id="IT000003" d="M 160,80 L 910,60 L 920,320 L 710,280 L 540,340 L 380,210 L 20,250 L 160,80" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<text id="Name3" x="520" y="190" font-size="50" fill="rgb(0,0,255)" class="TESTO">IT000003</text>
<path id="_20" d="M 800,110 A 10,10 0 0,0 780,110 A 10,10 0 0,0 800,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_21" d="M 900,110 A 10,10 0 0,0 880,110 A 10,10 0 0,0 900,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_22" d="M 800,210 A 10,10 0 0,0 780,210 A 10,10 0 0,0 800,210" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_23" d="M 900,210 A 10,10 0 0,0 880,210 A 10,10 0 0,0 900,210" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_24" d="M 470,110 A 15,15 0 0,1 470,80 L 720,80 A 15,15 0 0,1 720,110 L 470,110" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_25" d="M 470,260 A 15,15 0 0,1 470,230 L 720,230 A 15,15 0 0,1 720,260 L 470,260" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_26" d="M 180,200 A 10,10 0 0,0 160,200 A 10,10 0 0,0 180,200" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_27" d="M 280,200 A 10,10 0 0,0 260,200 A 10,10 0 0,0 280,200" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_28" d="M 180,100 A 10,10 0 0,0 160,100 A 10,10 0 0,0 180,100" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
<path id="_29" d="M 280,100 A 10,10 0 0,0 260,100 A 10,10 0 0,0 280,100" fill="none" stroke="rgb(0,0,255)" stroke-width="1" />
</svg>
<svg viewBox="-122 -79 2682 1749" xmlns="http://www.w3.org/2000/svg">
<path id="RawOutline" d=" M 0,1589.74 L 2438.4,1589.74 L 2438.4,370.54 L 0,370.54 L 0,1589.74" fill="none" stroke="rgb(255,165,0)" stroke-width="1" />
<path id="Outline" d=" M 949.719,1065.706 A 6,6 0 0,0 955.093,1069.04 L 1880,1069.04 A 6,6 0 0,0 1886,1063.04 L 1886,821.04 A 6,6 0 0,0 1880,815.04 L 6,815.04 A 6,6 0 0,0 0,821.04 L 0,1063.04 A 6,6 0 0,0 6,1069.04 L 930.907,1069.04 A 6,6 0 0,0 936.281,1065.706 A 7.5,7.5 0 0,1 949.719,1065.706" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_32" d=" M 925.5,967.44 A 17.5,17.5 0 0,1 960.5,967.44 A 17.5,17.5 0 0,1 925.5,967.44" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_33" d=" M 1216.872,941.568 A 17.5,17.5 0 0,1 1251.872,941.568 A 17.5,17.5 0 0,1 1216.872,941.568" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_34" d=" M 634.128,941.568 A 17.5,17.5 0 0,1 669.128,941.568 A 17.5,17.5 0 0,1 634.128,941.568" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_35" d=" M 333.926,914.912 A 17.5,17.5 0 0,1 368.926,914.912 A 17.5,17.5 0 0,1 333.926,914.912" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_36" d=" M 42.554,889.04 A 17.5,17.5 0 0,1 77.554,889.04 A 17.5,17.5 0 0,1 42.554,889.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_37" d=" M 1517.074,914.912 A 17.5,17.5 0 0,1 1552.074,914.912 A 17.5,17.5 0 0,1 1517.074,914.912" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_38" d=" M 1808.446,889.04 A 17.5,17.5 0 0,1 1843.446,889.04 A 17.5,17.5 0 0,1 1808.446,889.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_22" d=" M 941.413,987.624 A 1.588,1.588 0 0,0 944.588,987.624 A 1.588,1.588 0 0,0 941.413,987.624" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_24" d=" M 1732.735,939.04 A 4.762,4.762 0 0,0 1742.26,939.04 A 4.762,4.762 0 0,0 1732.735,939.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_25" d=" M 1788.735,939.04 A 4.763,4.763 0 0,0 1798.26,939.04 A 4.763,4.763 0 0,0 1788.735,939.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_26" d=" M 1788.735,1012.04 A 4.763,4.763 0 0,0 1798.26,1012.04 A 4.763,4.763 0 0,0 1788.735,1012.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_27" d=" M 1732.735,1012.04 A 4.762,4.762 0 0,0 1742.26,1012.04 A 4.762,4.762 0 0,0 1732.735,1012.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_28" d=" M 143.74,1012.04 A 4.762,4.762 0 0,0 153.265,1012.04 A 4.762,4.762 0 0,0 143.74,1012.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_29" d=" M 87.74,1012.04 A 4.763,4.763 0 0,0 97.265,1012.04 A 4.763,4.763 0 0,0 87.74,1012.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_30" d=" M 87.74,939.04 A 4.763,4.763 0 0,0 97.265,939.04 A 4.763,4.763 0 0,0 87.74,939.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_31" d=" M 143.74,939.04 A 4.762,4.762 0 0,0 153.265,939.04 A 4.762,4.762 0 0,0 143.74,939.04" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<text id="_51" transform="translate(969.779,917.985)rotate(0)" font-family="" font-size="90" textLength="59.877" fill="rgb(0,0,255)">1</text>
<path id="Outline_53" d=" M 949.719,1065.706 A 6,6 0 0,0 955.093,1069.04 L 1880,1069.04 A 6,6 0 0,0 1886,1063.04 L 1886,821.04 A 6,6 0 0,0 1880,815.04 L 6,815.04 A 6,6 0 0,0 0,821.04 L 0,1063.04 A 6,6 0 0,0 6,1069.04 L 930.907,1069.04 A 6,6 0 0,0 936.281,1065.706 A 7.5,7.5 0 0,1 949.719,1065.706" fill="none" stroke="rgb(128,0,0)" stroke-width="1" />
<path id="IT000002" d=" M 949.719,1065.706 A 6,6 0 0,0 955.093,1069.04 L 1880,1069.04 A 6,6 0 0,0 1886,1063.04 L 1886,821.04 A 6,6 0 0,0 1880,815.04 L 6,815.04 A 6,6 0 0,0 0,821.04 L 0,1063.04 A 6,6 0 0,0 6,1069.04 L 930.907,1069.04 A 6,6 0 0,0 936.281,1065.706 A 7.5,7.5 0 0,1 949.719,1065.706 M 1216.872,941.568 A 17.5,17.5 0 0,1 1251.872,941.568 A 17.5,17.5 0 0,1 1216.872,941.568 M 925.5,967.44 A 17.5,17.5 0 0,1 960.5,967.44 A 17.5,17.5 0 0,1 925.5,967.44 M 333.926,914.912 A 17.5,17.5 0 0,1 368.926,914.912 A 17.5,17.5 0 0,1 333.926,914.912 M 42.554,889.04 A 17.5,17.5 0 0,1 77.554,889.04 A 17.5,17.5 0 0,1 42.554,889.04 M 634.128,941.568 A 17.5,17.5 0 0,1 669.128,941.568 A 17.5,17.5 0 0,1 634.128,941.568 M 1517.074,914.912 A 17.5,17.5 0 0,1 1552.074,914.912 A 17.5,17.5 0 0,1 1517.074,914.912 M 1808.446,889.04 A 17.5,17.5 0 0,1 1843.446,889.04 A 17.5,17.5 0 0,1 1808.446,889.04" fill="rgb(255,128,0)" fill-opacity="0.5" stroke="rgb(255,128,0)" stroke-opacity="0.5" stroke-width="1" />
<path id="Outline_74" d=" M 949.719,1326.056 A 6,6 0 0,0 955.093,1329.39 L 1880,1329.39 A 6,6 0 0,0 1886,1323.39 L 1886,1081.39 A 6,6 0 0,0 1880,1075.39 L 6,1075.39 A 6,6 0 0,0 0,1081.39 L 0,1323.39 A 6,6 0 0,0 6,1329.39 L 930.907,1329.39 A 6,6 0 0,0 936.281,1326.056 A 7.5,7.5 0 0,1 949.719,1326.056" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_83" d=" M 925.5,1227.79 A 17.5,17.5 0 0,1 960.5,1227.79 A 17.5,17.5 0 0,1 925.5,1227.79" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_84" d=" M 1216.872,1201.918 A 17.5,17.5 0 0,1 1251.872,1201.918 A 17.5,17.5 0 0,1 1216.872,1201.918" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_85" d=" M 634.128,1201.918 A 17.5,17.5 0 0,1 669.128,1201.918 A 17.5,17.5 0 0,1 634.128,1201.918" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_86" d=" M 333.926,1175.262 A 17.5,17.5 0 0,1 368.926,1175.262 A 17.5,17.5 0 0,1 333.926,1175.262" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_87" d=" M 42.554,1149.39 A 17.5,17.5 0 0,1 77.554,1149.39 A 17.5,17.5 0 0,1 42.554,1149.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_88" d=" M 1517.074,1175.262 A 17.5,17.5 0 0,1 1552.074,1175.262 A 17.5,17.5 0 0,1 1517.074,1175.262" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_89" d=" M 1808.446,1149.39 A 17.5,17.5 0 0,1 1843.446,1149.39 A 17.5,17.5 0 0,1 1808.446,1149.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_73" d=" M 941.413,1247.974 A 1.588,1.588 0 0,0 944.588,1247.974 A 1.588,1.588 0 0,0 941.413,1247.974" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_75" d=" M 1732.735,1199.39 A 4.762,4.762 0 0,0 1742.26,1199.39 A 4.762,4.762 0 0,0 1732.735,1199.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_76" d=" M 1788.735,1199.39 A 4.763,4.763 0 0,0 1798.26,1199.39 A 4.763,4.763 0 0,0 1788.735,1199.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_77" d=" M 1788.735,1272.39 A 4.763,4.763 0 0,0 1798.26,1272.39 A 4.763,4.763 0 0,0 1788.735,1272.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_78" d=" M 1732.735,1272.39 A 4.762,4.762 0 0,0 1742.26,1272.39 A 4.762,4.762 0 0,0 1732.735,1272.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_79" d=" M 143.74,1272.39 A 4.762,4.762 0 0,0 153.265,1272.39 A 4.762,4.762 0 0,0 143.74,1272.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_80" d=" M 87.74,1272.39 A 4.763,4.763 0 0,0 97.265,1272.39 A 4.763,4.763 0 0,0 87.74,1272.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_81" d=" M 87.74,1199.39 A 4.763,4.763 0 0,0 97.265,1199.39 A 4.763,4.763 0 0,0 87.74,1199.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_82" d=" M 143.74,1199.39 A 4.762,4.762 0 0,0 153.265,1199.39 A 4.762,4.762 0 0,0 143.74,1199.39" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<text id="_102" transform="translate(969.779,1178.335)rotate(0)" font-family="" font-size="90" textLength="59.877" fill="rgb(0,0,255)">1</text>
<path id="Outline_104" d=" M 949.719,1326.056 A 6,6 0 0,0 955.093,1329.39 L 1880,1329.39 A 6,6 0 0,0 1886,1323.39 L 1886,1081.39 A 6,6 0 0,0 1880,1075.39 L 6,1075.39 A 6,6 0 0,0 0,1081.39 L 0,1323.39 A 6,6 0 0,0 6,1329.39 L 930.907,1329.39 A 6,6 0 0,0 936.281,1326.056 A 7.5,7.5 0 0,1 949.719,1326.056" fill="none" stroke="rgb(128,0,0)" stroke-width="1" />
<path id="IT000001" d=" M 949.719,1326.056 A 6,6 0 0,0 955.093,1329.39 L 1880,1329.39 A 6,6 0 0,0 1886,1323.39 L 1886,1081.39 A 6,6 0 0,0 1880,1075.39 L 6,1075.39 A 6,6 0 0,0 0,1081.39 L 0,1323.39 A 6,6 0 0,0 6,1329.39 L 930.907,1329.39 A 6,6 0 0,0 936.281,1326.056 A 7.5,7.5 0 0,1 949.719,1326.056 M 1216.872,1201.918 A 17.5,17.5 0 0,1 1251.872,1201.918 A 17.5,17.5 0 0,1 1216.872,1201.918 M 925.5,1227.79 A 17.5,17.5 0 0,1 960.5,1227.79 A 17.5,17.5 0 0,1 925.5,1227.79 M 333.926,1175.262 A 17.5,17.5 0 0,1 368.926,1175.262 A 17.5,17.5 0 0,1 333.926,1175.262 M 42.554,1149.39 A 17.5,17.5 0 0,1 77.554,1149.39 A 17.5,17.5 0 0,1 42.554,1149.39 M 634.128,1201.918 A 17.5,17.5 0 0,1 669.128,1201.918 A 17.5,17.5 0 0,1 634.128,1201.918 M 1517.074,1175.262 A 17.5,17.5 0 0,1 1552.074,1175.262 A 17.5,17.5 0 0,1 1517.074,1175.262 M 1808.446,1149.39 A 17.5,17.5 0 0,1 1843.446,1149.39 A 17.5,17.5 0 0,1 1808.446,1149.39" fill="rgb(255,128,0)" fill-opacity="0.5" stroke="rgb(255,128,0)" stroke-opacity="0.5" stroke-width="1" />
<path id="Outline_125" d=" M 949.719,1586.406 A 6,6 0 0,0 955.093,1589.74 L 1880,1589.74 A 6,6 0 0,0 1886,1583.74 L 1886,1341.74 A 6,6 0 0,0 1880,1335.74 L 6,1335.74 A 6,6 0 0,0 0,1341.74 L 0,1583.74 A 6,6 0 0,0 6,1589.74 L 930.907,1589.74 A 6,6 0 0,0 936.281,1586.406 A 7.5,7.5 0 0,1 949.719,1586.406" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_134" d=" M 925.5,1488.14 A 17.5,17.5 0 0,1 960.5,1488.14 A 17.5,17.5 0 0,1 925.5,1488.14" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_135" d=" M 1216.872,1462.268 A 17.5,17.5 0 0,1 1251.872,1462.268 A 17.5,17.5 0 0,1 1216.872,1462.268" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_136" d=" M 634.128,1462.268 A 17.5,17.5 0 0,1 669.128,1462.268 A 17.5,17.5 0 0,1 634.128,1462.268" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_137" d=" M 333.926,1435.612 A 17.5,17.5 0 0,1 368.926,1435.612 A 17.5,17.5 0 0,1 333.926,1435.612" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_138" d=" M 42.554,1409.74 A 17.5,17.5 0 0,1 77.554,1409.74 A 17.5,17.5 0 0,1 42.554,1409.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_139" d=" M 1517.074,1435.612 A 17.5,17.5 0 0,1 1552.074,1435.612 A 17.5,17.5 0 0,1 1517.074,1435.612" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_140" d=" M 1808.446,1409.74 A 17.5,17.5 0 0,1 1843.446,1409.74 A 17.5,17.5 0 0,1 1808.446,1409.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_124" d=" M 941.413,1508.324 A 1.588,1.588 0 0,0 944.588,1508.324 A 1.588,1.588 0 0,0 941.413,1508.324" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_126" d=" M 1732.735,1459.74 A 4.762,4.762 0 0,0 1742.26,1459.74 A 4.762,4.762 0 0,0 1732.735,1459.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_127" d=" M 1788.735,1459.74 A 4.763,4.763 0 0,0 1798.26,1459.74 A 4.763,4.763 0 0,0 1788.735,1459.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_128" d=" M 1788.735,1532.74 A 4.763,4.763 0 0,0 1798.26,1532.74 A 4.763,4.763 0 0,0 1788.735,1532.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_129" d=" M 1732.735,1532.74 A 4.762,4.762 0 0,0 1742.26,1532.74 A 4.762,4.762 0 0,0 1732.735,1532.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_130" d=" M 143.74,1532.74 A 4.762,4.762 0 0,0 153.265,1532.74 A 4.762,4.762 0 0,0 143.74,1532.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_131" d=" M 87.74,1532.74 A 4.763,4.763 0 0,0 97.265,1532.74 A 4.763,4.763 0 0,0 87.74,1532.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_132" d=" M 87.74,1459.74 A 4.763,4.763 0 0,0 97.265,1459.74 A 4.763,4.763 0 0,0 87.74,1459.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_133" d=" M 143.74,1459.74 A 4.762,4.762 0 0,0 153.265,1459.74 A 4.762,4.762 0 0,0 143.74,1459.74" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<text id="_153" transform="translate(969.779,1438.685)rotate(0)" font-family="" font-size="90" textLength="59.877" fill="rgb(0,0,255)">1</text>
<path id="Outline_155" d=" M 949.719,1586.406 A 6,6 0 0,0 955.093,1589.74 L 1880,1589.74 A 6,6 0 0,0 1886,1583.74 L 1886,1341.74 A 6,6 0 0,0 1880,1335.74 L 6,1335.74 A 6,6 0 0,0 0,1341.74 L 0,1583.74 A 6,6 0 0,0 6,1589.74 L 930.907,1589.74 A 6,6 0 0,0 936.281,1586.406 A 7.5,7.5 0 0,1 949.719,1586.406" fill="none" stroke="rgb(128,0,0)" stroke-width="1" />
<path id="IT000003" d=" M 949.719,1586.406 A 6,6 0 0,0 955.093,1589.74 L 1880,1589.74 A 6,6 0 0,0 1886,1583.74 L 1886,1341.74 A 6,6 0 0,0 1880,1335.74 L 6,1335.74 A 6,6 0 0,0 0,1341.74 L 0,1583.74 A 6,6 0 0,0 6,1589.74 L 930.907,1589.74 A 6,6 0 0,0 936.281,1586.406 A 7.5,7.5 0 0,1 949.719,1586.406 M 1216.872,1462.268 A 17.5,17.5 0 0,1 1251.872,1462.268 A 17.5,17.5 0 0,1 1216.872,1462.268 M 925.5,1488.14 A 17.5,17.5 0 0,1 960.5,1488.14 A 17.5,17.5 0 0,1 925.5,1488.14 M 333.926,1435.612 A 17.5,17.5 0 0,1 368.926,1435.612 A 17.5,17.5 0 0,1 333.926,1435.612 M 42.554,1409.74 A 17.5,17.5 0 0,1 77.554,1409.74 A 17.5,17.5 0 0,1 42.554,1409.74 M 634.128,1462.268 A 17.5,17.5 0 0,1 669.128,1462.268 A 17.5,17.5 0 0,1 634.128,1462.268 M 1517.074,1435.612 A 17.5,17.5 0 0,1 1552.074,1435.612 A 17.5,17.5 0 0,1 1517.074,1435.612 M 1808.446,1409.74 A 17.5,17.5 0 0,1 1843.446,1409.74 A 17.5,17.5 0 0,1 1808.446,1409.74" fill="rgb(255,128,0)" fill-opacity="0.5" stroke="rgb(255,128,0)" stroke-opacity="0.5" stroke-width="1" />
<path id="Outline_869" d=" M 987.719,805.356 A 6,6 0 0,0 993.093,808.69 L 1956,808.69 A 6,6 0 0,0 1962,802.69 L 1962,560.69 A 6,6 0 0,0 1956,554.69 L 6,554.69 A 6,6 0 0,0 0,560.69 L 0,802.69 A 6,6 0 0,0 6,808.69 L 968.907,808.69 A 6,6 0 0,0 974.281,805.356 A 7.5,7.5 0 0,1 987.719,805.356" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_878" d=" M 963.5,707.09 A 17.5,17.5 0 0,1 998.5,707.09 A 17.5,17.5 0 0,1 963.5,707.09" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_879" d=" M 1266.704,681.218 A 17.5,17.5 0 0,1 1301.704,681.218 A 17.5,17.5 0 0,1 1266.704,681.218" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_880" d=" M 660.296,681.218 A 17.5,17.5 0 0,1 695.296,681.218 A 17.5,17.5 0 0,1 660.296,681.218" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_881" d=" M 347.903,654.562 A 17.5,17.5 0 0,1 382.903,654.562 A 17.5,17.5 0 0,1 347.903,654.562" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_882" d=" M 44.699,628.69 A 17.5,17.5 0 0,1 79.699,628.69 A 17.5,17.5 0 0,1 44.699,628.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_883" d=" M 1579.097,654.562 A 17.5,17.5 0 0,1 1614.097,654.562 A 17.5,17.5 0 0,1 1579.097,654.562" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_884" d=" M 1882.301,628.69 A 17.5,17.5 0 0,1 1917.301,628.69 A 17.5,17.5 0 0,1 1882.301,628.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_868" d=" M 979.413,727.274 A 1.588,1.588 0 0,0 982.588,727.274 A 1.588,1.588 0 0,0 979.413,727.274" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_870" d=" M 1808.735,678.69 A 4.762,4.762 0 0,0 1818.26,678.69 A 4.762,4.762 0 0,0 1808.735,678.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_871" d=" M 1864.735,678.69 A 4.762,4.762 0 0,0 1874.26,678.69 A 4.762,4.762 0 0,0 1864.735,678.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_872" d=" M 1864.735,751.69 A 4.762,4.762 0 0,0 1874.26,751.69 A 4.762,4.762 0 0,0 1864.735,751.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_873" d=" M 1808.735,751.69 A 4.762,4.762 0 0,0 1818.26,751.69 A 4.762,4.762 0 0,0 1808.735,751.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_874" d=" M 143.74,751.69 A 4.763,4.763 0 0,0 153.265,751.69 A 4.763,4.763 0 0,0 143.74,751.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_875" d=" M 87.74,751.69 A 4.762,4.762 0 0,0 97.265,751.69 A 4.762,4.762 0 0,0 87.74,751.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_876" d=" M 87.74,678.69 A 4.762,4.762 0 0,0 97.265,678.69 A 4.762,4.762 0 0,0 87.74,678.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<path id="_877" d=" M 143.74,678.69 A 4.763,4.763 0 0,0 153.265,678.69 A 4.763,4.763 0 0,0 143.74,678.69" fill="none" stroke="rgb(255,255,255)" stroke-width="1" />
<text id="_897" transform="translate(1025.696,622.361)rotate(0)" font-family="" font-size="90" textLength="69.885" fill="rgb(0,0,255)">2</text>
<path id="Outline_899" d=" M 987.719,805.356 A 6,6 0 0,0 993.093,808.69 L 1956,808.69 A 6,6 0 0,0 1962,802.69 L 1962,560.69 A 6,6 0 0,0 1956,554.69 L 6,554.69 A 6,6 0 0,0 0,560.69 L 0,802.69 A 6,6 0 0,0 6,808.69 L 968.907,808.69 A 6,6 0 0,0 974.281,805.356 A 7.5,7.5 0 0,1 987.719,805.356" fill="none" stroke="rgb(128,0,0)" stroke-width="1" />
<path id="IT000006" d=" M 987.719,805.356 A 6,6 0 0,0 993.093,808.69 L 1956,808.69 A 6,6 0 0,0 1962,802.69 L 1962,560.69 A 6,6 0 0,0 1956,554.69 L 6,554.69 A 6,6 0 0,0 0,560.69 L 0,802.69 A 6,6 0 0,0 6,808.69 L 968.907,808.69 A 6,6 0 0,0 974.281,805.356 A 7.5,7.5 0 0,1 987.719,805.356 M 1882.301,628.69 A 17.5,17.5 0 0,1 1917.301,628.69 A 17.5,17.5 0 0,1 1882.301,628.69 M 1579.097,654.562 A 17.5,17.5 0 0,1 1614.097,654.562 A 17.5,17.5 0 0,1 1579.097,654.562 M 660.296,681.218 A 17.5,17.5 0 0,1 695.296,681.218 A 17.5,17.5 0 0,1 660.296,681.218 M 963.5,707.09 A 17.5,17.5 0 0,1 998.5,707.09 A 17.5,17.5 0 0,1 963.5,707.09 M 1266.704,681.218 A 17.5,17.5 0 0,1 1301.704,681.218 A 17.5,17.5 0 0,1 1266.704,681.218 M 44.699,628.69 A 17.5,17.5 0 0,1 79.699,628.69 A 17.5,17.5 0 0,1 44.699,628.69 M 347.903,654.562 A 17.5,17.5 0 0,1 382.903,654.562 A 17.5,17.5 0 0,1 347.903,654.562" fill="rgb(255,128,0)" fill-opacity="0.5" stroke="rgb(255,128,0)" stroke-opacity="0.5" stroke-width="1" />
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

-45
View File
@@ -1,45 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml-stylesheet href="../Content/SheetColor.css" type="text/css" ?>
<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"
id="svg8"
version="1.1"
viewBox="0 0 297 210"
height="210mm"
width="297mm">
<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 id="layer1" class="base"
transform="rotate(-90) translate(-210,0)">
<rect ry="0.055260345"
y="15.029762"
x="15.875"
height="257.77975"
width="180.67261"
id="Tavola"
fill="#FFFFFF"
/>
<path id="IT000005"
d="m 34.773809,29.392856 21.922618,5.291666 8.315478,12.851191 -2.267857,28.726191 c 0,0 -12.851191,34.017856 -16.630954,30.994046 -3.779761,-3.02381 -15.875,-9.82738 -15.875,-9.82738 l 3.779763,-43.089284 z"
/>
<path id="IT000004"
d="m 81.642856,31.660713 2.267858,37.041667 43.845236,4.535714 42.33333,-6.047618 9.07143,-34.017857 -65.76785,-12.095238 z" />
<path id="IT000003"
d="m 80.130951,98.184522 31.749999,-3.023809 22.67857,12.095237 40.82143,-9.82738 v 37.04167 l -52.91667,30.23809 -42.333329,-27.97024 z" />
<path id="IT000002"
d="m 35.52976,126.91071 27.970239,3.77977 3.779761,123.22023 -34.773809,2.26786 z" />
<path id="IT000001"
d="m 89.958332,174.53571 35.529758,24.19048 38.55357,-24.19048 5.29167,72.57143 -64.25595,8.31548 z"
/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

-111
View File
@@ -1,111 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg viewBox="-145 -126 3050 1525">
<g
id="g862"
transform="translate(145.94402,887.6645)">
<path
style="fill:none;stroke:#ffa500;stroke-width:1"
inkscape:connector-curvature="0"
d="m 14.858,358.435 h 2438.4 v -1219.2 H 14.858 v 1219.2"
id="RawOutline" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1"
inkscape:connector-curvature="0"
d="m 1869.643,-854.952 a 6,6 0 0 0 -6.059,-5.799 l -623.118,6.479 a 2,2 0 0 0 -1.98,2.013 l 3.185,495.005 a 2,2 0 0 0 2.005,1.987 l 623.151,-1.54 a 6,6 0 0 0 5.983,-5.876 9073.75,9073.75 0 0 0 1.869,-224.652 2,2 0 0 0 -2.013,-1.992 l -9.52,0.062 a 2,2 0 0 0 -0.812,0.178 6.5,6.5 0 0 1 -6.537,-11.154 2,2 0 0 0 0.813,-1.623 l -0.088,-13.719 a 2,2 0 0 0 -0.834,-1.612 6.5,6.5 0 0 1 6.393,-11.237 2,2 0 0 0 0.814,0.168 l 9.52,-0.062 a 2,2 0 0 0 1.987,-2.017 9073.75,9073.75 0 0 0 -4.759,-224.609"
id="IT0000012" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 1869.643,-854.952 a 6,6 0 0 0 -6.059,-5.799 l -623.118,6.479 a 2,2 0 0 0 -1.98,2.013 l 3.185,495.005 a 2,2 0 0 0 2.005,1.987 l 623.151,-1.54 a 6,6 0 0 0 5.983,-5.876 9073.75,9073.75 0 0 0 1.869,-224.652 2,2 0 0 0 -2.013,-1.992 l -9.52,0.062 a 2,2 0 0 0 -0.812,0.178 6.5,6.5 0 0 1 -6.537,-11.154 2,2 0 0 0 0.813,-1.623 l -0.088,-13.719 a 2,2 0 0 0 -0.834,-1.612 6.5,6.5 0 0 1 6.393,-11.237 2,2 0 0 0 0.814,0.168 l 9.52,-0.062 a 2,2 0 0 0 1.987,-2.017 9073.75,9073.75 0 0 0 -4.759,-224.609"
id="Outline" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 1869.643,-854.952 a 6,6 0 0 0 -6.059,-5.799 l -623.118,6.479 a 2,2 0 0 0 -1.98,2.013 l 3.185,495.005 a 2,2 0 0 0 2.005,1.987 l 623.151,-1.54 a 6,6 0 0 0 5.983,-5.876 9073.75,9073.75 0 0 0 1.869,-224.652 2,2 0 0 0 -2.013,-1.992 l -9.52,0.062 a 2,2 0 0 0 -0.812,0.178 6.5,6.5 0 0 1 -6.537,-11.154 2,2 0 0 0 0.813,-1.623 l -0.088,-13.719 a 2,2 0 0 0 -0.834,-1.612 6.5,6.5 0 0 1 6.393,-11.237 2,2 0 0 0 0.814,0.168 l 9.52,-0.062 a 2,2 0 0 0 1.987,-2.017 9073.75,9073.75 0 0 0 -4.759,-224.609"
id="IT0000022" />
<path
d="m 1868.654,-110.258 a 600,600 0 0 1 -0.034,-3.219 l -1.667,-211.384 a 12,12 0 0 0 -12.094,-11.905 l -525.783,4.145 a 12,12 0 0 0 -11.905,12.094 l 1.666,211.384 a 600,600 0 0 1 0.017,3.219 l 1.154,458.363 a 6,6 0 0 0 6.047,5.985 l 190.612,-1.503 a 2,2 0 0 0 1.984,-2.015 l -0.075,-9.545 a 2,2 0 0 0 -0.179,-0.812 6.5,6.5 0 0 1 11.144,-6.553 2,2 0 0 0 1.624,0.811 l 14.219,-0.113 a 2,2 0 0 0 1.611,-0.836 6.5,6.5 0 0 1 11.246,6.377 2,2 0 0 0 -0.166,0.814 l 0.075,9.545 a 2,2 0 0 0 2.016,1.985 l 74.498,-0.588 a 2,2 0 0 0 1.984,-2.015 l -0.076,-9.545 a 2,2 0 0 0 -0.179,-0.812 6.5,6.5 0 0 1 11.145,-6.553 2,2 0 0 0 1.623,0.81 l 14.22,-0.112 a 2,2 0 0 0 1.61,-0.836 6.5,6.5 0 0 1 11.246,6.377 2,2 0 0 0 -0.166,0.814 l 0.075,9.545 a 2,2 0 0 0 2.016,1.984 l 190.612,-1.502 a 6,6 0 0 0 5.952,-6.08 l -6.072,-458.324"
id="IT000003" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 1868.654,-110.258 a 600,600 0 0 1 -0.034,-3.219 l -1.667,-211.384 a 12,12 0 0 0 -12.094,-11.905 l -525.783,4.145 a 12,12 0 0 0 -11.905,12.094 l 1.666,211.384 a 600,600 0 0 1 0.017,3.219 l 1.154,458.363 a 6,6 0 0 0 6.047,5.985 l 190.612,-1.503 a 2,2 0 0 0 1.984,-2.015 l -0.075,-9.545 a 2,2 0 0 0 -0.179,-0.812 6.5,6.5 0 0 1 11.144,-6.553 2,2 0 0 0 1.624,0.811 l 14.219,-0.113 a 2,2 0 0 0 1.611,-0.836 6.5,6.5 0 0 1 11.246,6.377 2,2 0 0 0 -0.166,0.814 l 0.075,9.545 a 2,2 0 0 0 2.016,1.985 l 74.498,-0.588 a 2,2 0 0 0 1.984,-2.015 l -0.076,-9.545 a 2,2 0 0 0 -0.179,-0.812 6.5,6.5 0 0 1 11.145,-6.553 2,2 0 0 0 1.623,0.81 l 14.22,-0.112 a 2,2 0 0 0 1.61,-0.836 6.5,6.5 0 0 1 11.246,6.377 2,2 0 0 0 -0.166,0.814 l 0.075,9.545 a 2,2 0 0 0 2.016,1.984 l 190.612,-1.502 a 6,6 0 0 0 5.952,-6.08 l -6.072,-458.324"
id="Outline_1031" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 1868.654,-110.258 a 600,600 0 0 1 -0.034,-3.219 l -1.667,-211.384 a 12,12 0 0 0 -12.094,-11.905 l -525.783,4.145 a 12,12 0 0 0 -11.905,12.094 l 1.666,211.384 a 600,600 0 0 1 0.017,3.219 l 1.154,458.363 a 6,6 0 0 0 6.047,5.985 l 190.612,-1.503 a 2,2 0 0 0 1.984,-2.015 l -0.075,-9.545 a 2,2 0 0 0 -0.179,-0.812 6.5,6.5 0 0 1 11.144,-6.553 2,2 0 0 0 1.624,0.811 l 14.219,-0.113 a 2,2 0 0 0 1.611,-0.836 6.5,6.5 0 0 1 11.246,6.377 2,2 0 0 0 -0.166,0.814 l 0.075,9.545 a 2,2 0 0 0 2.016,1.985 l 74.498,-0.588 a 2,2 0 0 0 1.984,-2.015 l -0.076,-9.545 a 2,2 0 0 0 -0.179,-0.812 6.5,6.5 0 0 1 11.145,-6.553 2,2 0 0 0 1.623,0.81 l 14.22,-0.112 a 2,2 0 0 0 1.61,-0.836 6.5,6.5 0 0 1 11.246,6.377 2,2 0 0 0 -0.166,0.814 l 0.075,9.545 a 2,2 0 0 0 2.016,1.984 l 190.612,-1.502 a 6,6 0 0 0 5.952,-6.08 l -6.072,-458.324"
id="_1032" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1"
inkscape:connector-curvature="0"
d="m 833.362,-141.363 -214.608,0.794 a 12,12 0 0 0 -11.956,12.044 l 1.738,474.996 a 12,12 0 0 0 12.044,11.956 l 211.389,-0.773 a 600,600 0 0 1 3.219,0 l 458.365,0.782 a 6,6 0 0 0 6.01,-6.022 l -0.605,-165.217 a 2,2 0 0 0 -2.007,-1.992 l -9.545,0.034 a 2,2 0 0 0 -0.813,0.176 6.5,6.5 0 0 1 -6.506,-11.172 2,2 0 0 0 0.818,-1.62 l -0.052,-14.22 a 2,2 0 0 0 -0.83,-1.614 6.5,6.5 0 0 1 6.425,-11.219 2,2 0 0 0 0.813,0.17 l 9.545,-0.035 a 2,2 0 0 0 1.993,-2.007 l -0.273,-74.5 a 2,2 0 0 0 -2.007,-1.993 l -9.545,0.035 a 2,2 0 0 0 -0.812,0.176 6.5,6.5 0 0 1 -6.507,-11.172 2,2 0 0 0 0.818,-1.62 l -0.052,-14.22 a 2,2 0 0 0 -0.829,-1.614 6.5,6.5 0 0 1 6.424,-11.219 2,2 0 0 0 0.813,0.17 l 9.546,-0.035 a 2,2 0 0 0 1.992,-2.008 l -0.604,-165.216 a 6,6 0 0 0 -6.054,-5.978 l -458.347,4.136"
id="_949" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 833.362,-141.363 -214.608,0.794 a 12,12 0 0 0 -11.956,12.044 l 1.738,474.996 a 12,12 0 0 0 12.044,11.956 l 211.389,-0.773 a 600,600 0 0 1 3.219,0 l 458.365,0.782 a 6,6 0 0 0 6.01,-6.022 l -0.605,-165.217 a 2,2 0 0 0 -2.007,-1.992 l -9.545,0.034 a 2,2 0 0 0 -0.813,0.176 6.5,6.5 0 0 1 -6.506,-11.172 2,2 0 0 0 0.818,-1.62 l -0.052,-14.22 a 2,2 0 0 0 -0.83,-1.614 6.5,6.5 0 0 1 6.425,-11.219 2,2 0 0 0 0.813,0.17 l 9.545,-0.035 a 2,2 0 0 0 1.993,-2.007 l -0.273,-74.5 a 2,2 0 0 0 -2.007,-1.993 l -9.545,0.035 a 2,2 0 0 0 -0.812,0.176 6.5,6.5 0 0 1 -6.507,-11.172 2,2 0 0 0 0.818,-1.62 l -0.052,-14.22 a 2,2 0 0 0 -0.829,-1.614 6.5,6.5 0 0 1 6.424,-11.219 2,2 0 0 0 0.813,0.17 l 9.546,-0.035 a 2,2 0 0 0 1.992,-2.008 l -0.604,-165.216 a 6,6 0 0 0 -6.054,-5.978 l -458.347,4.136"
id="Outline_962" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 833.362,-141.363 -214.608,0.794 a 12,12 0 0 0 -11.956,12.044 l 1.738,474.996 a 12,12 0 0 0 12.044,11.956 l 211.389,-0.773 a 600,600 0 0 1 3.219,0 l 458.365,0.782 a 6,6 0 0 0 6.01,-6.022 l -0.605,-165.217 a 2,2 0 0 0 -2.007,-1.992 l -9.545,0.034 a 2,2 0 0 0 -0.813,0.176 6.5,6.5 0 0 1 -6.506,-11.172 2,2 0 0 0 0.818,-1.62 l -0.052,-14.22 a 2,2 0 0 0 -0.83,-1.614 6.5,6.5 0 0 1 6.425,-11.219 2,2 0 0 0 0.813,0.17 l 9.545,-0.035 a 2,2 0 0 0 1.993,-2.007 l -0.273,-74.5 a 2,2 0 0 0 -2.007,-1.993 l -9.545,0.035 a 2,2 0 0 0 -0.812,0.176 6.5,6.5 0 0 1 -6.507,-11.172 2,2 0 0 0 0.818,-1.62 l -0.052,-14.22 a 2,2 0 0 0 -0.829,-1.614 6.5,6.5 0 0 1 6.424,-11.219 2,2 0 0 0 0.813,0.17 l 9.546,-0.035 a 2,2 0 0 0 1.992,-2.008 l -0.604,-165.216 a 6,6 0 0 0 -6.054,-5.978 l -458.347,4.136"
id="_963" />
<path
d="m 1219.279,-629.237 a 600,600 0 0 1 -0.02,-3.218 l -0.72,-211.39 a 12,12 0 0 0 -12.041,-11.959 l -525.797,1.793 a 12,12 0 0 0 -11.959,12.041 l 0.72,211.389 a 600,600 0 0 1 0.003,3.219 l -0.897,458.364 a 6,6 0 0 0 6.021,6.012 l 190.616,-0.65 a 2,2 0 0 0 1.994,-2.007 l -0.033,-9.545 a 2,2 0 0 0 -0.175,-0.813 6.5,6.5 0 0 1 11.173,-6.503 2,2 0 0 0 1.62,0.818 l 14.22,-0.048 a 2,2 0 0 0 1.614,-0.83 6.5,6.5 0 0 1 11.218,6.428 2,2 0 0 0 -0.17,0.813 l 0.032,9.545 a 2,2 0 0 0 2.007,1.994 l 74.5,-0.254 a 2,2 0 0 0 1.993,-2.007 l -0.033,-9.546 a 2,2 0 0 0 -0.175,-0.812 6.5,6.5 0 0 1 11.173,-6.503 2,2 0 0 0 1.62,0.818 l 14.22,-0.049 a 2,2 0 0 0 1.615,-0.829 6.5,6.5 0 0 1 11.217,6.427 2,2 0 0 0 -0.17,0.814 l 0.033,9.545 a 2,2 0 0 0 2.006,1.993 l 190.617,-0.65 a 6,6 0 0 0 5.979,-6.052 l -4.021,-458.348"
id="IT000002" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 1219.279,-629.237 a 600,600 0 0 1 -0.02,-3.218 l -0.72,-211.39 a 12,12 0 0 0 -12.041,-11.959 l -525.797,1.793 a 12,12 0 0 0 -11.959,12.041 l 0.72,211.389 a 600,600 0 0 1 0.003,3.219 l -0.897,458.364 a 6,6 0 0 0 6.021,6.012 l 190.616,-0.65 a 2,2 0 0 0 1.994,-2.007 l -0.033,-9.545 a 2,2 0 0 0 -0.175,-0.813 6.5,6.5 0 0 1 11.173,-6.503 2,2 0 0 0 1.62,0.818 l 14.22,-0.048 a 2,2 0 0 0 1.614,-0.83 6.5,6.5 0 0 1 11.218,6.428 2,2 0 0 0 -0.17,0.813 l 0.032,9.545 a 2,2 0 0 0 2.007,1.994 l 74.5,-0.254 a 2,2 0 0 0 1.993,-2.007 l -0.033,-9.546 a 2,2 0 0 0 -0.175,-0.812 6.5,6.5 0 0 1 11.173,-6.503 2,2 0 0 0 1.62,0.818 l 14.22,-0.049 a 2,2 0 0 0 1.615,-0.829 6.5,6.5 0 0 1 11.217,6.427 2,2 0 0 0 -0.17,0.814 l 0.033,9.545 a 2,2 0 0 0 2.006,1.993 l 190.617,-0.65 a 6,6 0 0 0 5.979,-6.052 l -4.021,-458.348"
id="Outline_1067" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 1219.279,-629.237 a 600,600 0 0 1 -0.02,-3.218 l -0.72,-211.39 a 12,12 0 0 0 -12.041,-11.959 l -525.797,1.793 a 12,12 0 0 0 -11.959,12.041 l 0.72,211.389 a 600,600 0 0 1 0.003,3.219 l -0.897,458.364 a 6,6 0 0 0 6.021,6.012 l 190.616,-0.65 a 2,2 0 0 0 1.994,-2.007 l -0.033,-9.545 a 2,2 0 0 0 -0.175,-0.813 6.5,6.5 0 0 1 11.173,-6.503 2,2 0 0 0 1.62,0.818 l 14.22,-0.048 a 2,2 0 0 0 1.614,-0.83 6.5,6.5 0 0 1 11.218,6.428 2,2 0 0 0 -0.17,0.813 l 0.032,9.545 a 2,2 0 0 0 2.007,1.994 l 74.5,-0.254 a 2,2 0 0 0 1.993,-2.007 l -0.033,-9.546 a 2,2 0 0 0 -0.175,-0.812 6.5,6.5 0 0 1 11.173,-6.503 2,2 0 0 0 1.62,0.818 l 14.22,-0.049 a 2,2 0 0 0 1.615,-0.829 6.5,6.5 0 0 1 11.217,6.427 2,2 0 0 0 -0.17,0.814 l 0.033,9.545 a 2,2 0 0 0 2.006,1.993 l 190.617,-0.65 a 6,6 0 0 0 5.979,-6.052 l -4.021,-458.348"
id="_1068" />
<path
d="m 647.337,-602.882 a 2,2 0 0 0 2,-2.004 10994.716,10994.716 0 0 0 -3.333,-250.021 6,6 0 0 0 -6.022,-5.852 L 16.85,-858.29 a 2,2 0 0 0 -1.992,2 v 545.815 a 2,2 0 0 0 1.992,2 l 623.132,2.469 a 6,6 0 0 0 6.022,-5.852 10994.716,10994.716 0 0 0 3.333,-250.021 2,2 0 0 0 -2,-2.003 h -9.525 a 2,2 0 0 0 -0.813,0.172 6.5,6.5 0 0 1 -6.465,-11.195 2,2 0 0 0 0.824,-1.618 v -13.719 a 2,2 0 0 0 -0.824,-1.618 6.5,6.5 0 0 1 6.465,-11.195 2,2 0 0 0 0.813,0.173 h 9.525"
id="IT000001" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 647.337,-602.882 a 2,2 0 0 0 2,-2.004 10994.716,10994.716 0 0 0 -3.333,-250.021 6,6 0 0 0 -6.022,-5.852 L 16.85,-858.29 a 2,2 0 0 0 -1.992,2 v 545.815 a 2,2 0 0 0 1.992,2 l 623.132,2.469 a 6,6 0 0 0 6.022,-5.852 10994.716,10994.716 0 0 0 3.333,-250.021 2,2 0 0 0 -2,-2.003 h -9.525 a 2,2 0 0 0 -0.813,0.172 6.5,6.5 0 0 1 -6.465,-11.195 2,2 0 0 0 0.824,-1.618 v -13.719 a 2,2 0 0 0 -0.824,-1.618 6.5,6.5 0 0 1 6.465,-11.195 2,2 0 0 0 0.813,0.173 h 9.525"
id="Outline_995" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 647.337,-602.882 a 2,2 0 0 0 2,-2.004 10994.716,10994.716 0 0 0 -3.333,-250.021 6,6 0 0 0 -6.022,-5.852 L 16.85,-858.29 a 2,2 0 0 0 -1.992,2 v 545.815 a 2,2 0 0 0 1.992,2 l 623.132,2.469 a 6,6 0 0 0 6.022,-5.852 10994.716,10994.716 0 0 0 3.333,-250.021 2,2 0 0 0 -2,-2.003 h -9.525 a 2,2 0 0 0 -0.813,0.172 6.5,6.5 0 0 1 -6.465,-11.195 2,2 0 0 0 0.824,-1.618 v -13.719 a 2,2 0 0 0 -0.824,-1.618 6.5,6.5 0 0 1 6.465,-11.195 2,2 0 0 0 0.813,0.173 h 9.525"
id="_996" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1"
inkscape:connector-curvature="0"
d="m 272.731,-274.044 a 2,2 0 0 0 -2.004,-2 10994.716,10994.716 0 0 0 -250.021,3.333 6,6 0 0 0 -5.852,6.021 l 2.469,623.133 a 2,2 0 0 0 2,1.992 h 545.816 a 2,2 0 0 0 2,-1.992 l 2.468,-623.133 a 6,6 0 0 0 -5.851,-6.021 10994.716,10994.716 0 0 0 -250.021,-3.333 2,2 0 0 0 -2.004,2 v 9.525 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.617,-0.824 h -13.72 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.525"
id="_1087" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 272.731,-274.044 a 2,2 0 0 0 -2.004,-2 10994.716,10994.716 0 0 0 -250.021,3.333 6,6 0 0 0 -5.852,6.021 l 2.469,623.133 a 2,2 0 0 0 2,1.992 h 545.816 a 2,2 0 0 0 2,-1.992 l 2.468,-623.133 a 6,6 0 0 0 -5.851,-6.021 10994.716,10994.716 0 0 0 -250.021,-3.333 2,2 0 0 0 -2.004,2 v 9.525 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.617,-0.824 h -13.72 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.525"
id="Outline_1100" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 272.731,-274.044 a 2,2 0 0 0 -2.004,-2 10994.716,10994.716 0 0 0 -250.021,3.333 6,6 0 0 0 -5.852,6.021 l 2.469,623.133 a 2,2 0 0 0 2,1.992 h 545.816 a 2,2 0 0 0 2,-1.992 l 2.468,-623.133 a 6,6 0 0 0 -5.851,-6.021 10994.716,10994.716 0 0 0 -250.021,-3.333 2,2 0 0 0 -2.004,2 v 9.525 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.617,-0.824 h -13.72 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.525"
id="_1101" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1"
inkscape:connector-curvature="0"
d="m 1894.72,131.826 a 600,600 0 0 1 0.01,3.219 v 211.39 a 12,12 0 0 0 12,12 h 525.8 a 12,12 0 0 0 12,-12 v -211.39 a 600,600 0 0 1 0.01,-3.219 l 2.459,-458.359 a 6,6 0 0 0 -6,-6.032 h -190.617 a 2,2 0 0 0 -2,2 v 9.546 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.618,-0.824 h -14.219 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.546 a 2,2 0 0 0 -2,-2 h -74.5 a 2,2 0 0 0 -2,2 v 9.546 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.618,-0.824 h -14.219 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.546 a 2,2 0 0 0 -2,-2 h -190.618 a 6,6 0 0 0 -6,6.032 l 2.459,458.359"
id="_1210" />
<path
style="fill:none;stroke:#800000;stroke-width:1"
inkscape:connector-curvature="0"
d="m 1894.72,131.826 a 600,600 0 0 1 0.01,3.219 v 211.39 a 12,12 0 0 0 12,12 h 525.8 a 12,12 0 0 0 12,-12 v -211.39 a 600,600 0 0 1 0.01,-3.219 l 2.459,-458.359 a 6,6 0 0 0 -6,-6.032 h -190.617 a 2,2 0 0 0 -2,2 v 9.546 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.618,-0.824 h -14.219 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.546 a 2,2 0 0 0 -2,-2 h -74.5 a 2,2 0 0 0 -2,2 v 9.546 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.618,-0.824 h -14.219 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.546 a 2,2 0 0 0 -2,-2 h -190.618 a 6,6 0 0 0 -6,6.032 l 2.459,458.359"
id="Outline_1223" />
<path
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5"
inkscape:connector-curvature="0"
d="m 1894.72,131.826 a 600,600 0 0 1 0.01,3.219 v 211.39 a 12,12 0 0 0 12,12 h 525.8 a 12,12 0 0 0 12,-12 v -211.39 a 600,600 0 0 1 0.01,-3.219 l 2.459,-458.359 a 6,6 0 0 0 -6,-6.032 h -190.617 a 2,2 0 0 0 -2,2 v 9.546 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.618,-0.824 h -14.219 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.546 a 2,2 0 0 0 -2,-2 h -74.5 a 2,2 0 0 0 -2,2 v 9.546 a 2,2 0 0 0 0.172,0.812 6.5,6.5 0 0 1 -11.195,6.466 2,2 0 0 0 -1.618,-0.824 h -14.219 a 2,2 0 0 0 -1.618,0.824 6.5,6.5 0 0 1 -11.195,-6.466 2,2 0 0 0 0.173,-0.812 v -9.546 a 2,2 0 0 0 -2,-2 h -190.618 a 6,6 0 0 0 -6,6.032 l 2.459,458.359"
id="_1224" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 16 KiB

-658
View File
@@ -1,658 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="-176 -180 1499.9996 1499.994">
<g
id="g1075"
transform="matrix(0.98360262,0,0,0.98360262,-1185.9496,-1051.3854)">
<path
d="m 1027.292,2410.412 h 1524 v -1524 h -1524 v 1524"
id="RawOutline"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffa500;stroke-width:1" />
<path
d="m 1092.292,2051.412 h -53 v 56.8 a 6.6,6.6 0 0 1 0,13.2 h -12 v 130 h 12 a 6.6,6.6 0 0 1 0,13.2 v 73.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 59 h 77 v -59 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -73.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -170 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -16.8"
id="_6668"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1092.292,2051.412 h -53 v 56.8 a 6.6,6.6 0 0 1 0,13.2 h -12 v 130 h 12 a 6.6,6.6 0 0 1 0,13.2 v 73.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 59 h 77 v -59 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -73.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -170 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -16.8"
id="Outline"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1092.292,2051.412 h -53 v 56.8 a 6.6,6.6 0 0 1 0,13.2 h -12 v 130 h 12 a 6.6,6.6 0 0 1 0,13.2 v 73.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 59 h 77 v -59 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -73.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -170 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -16.8"
id="_6684"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1060.433,1831.518 h 11 a 7,7 0 0 1 7,7 v 22 h 13 v -50.454 a 6.604,6.604 0 0 1 0,-13.208 h 12 v -19.102 h -16 a 6.5,6.5 0 0 1 0,-13 h 16 v -27.036 h -58.234 a 7,7 0 0 1 -5.745,3 h -12.15 l 1.186,33.977 5.996,-0.209 a 6.604,6.604 0 0 1 6.838,6.369 6.604,6.604 0 0 1 -6.376,6.831 l 2.543,72.832 h 15.942 v -22 a 7,7 0 0 1 7,-7"
id="_7187"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1060.433,1831.518 h 11 a 7,7 0 0 1 7,7 v 22 h 13 v -50.454 a 6.604,6.604 0 0 1 0,-13.208 h 12 v -19.102 h -16 a 6.5,6.5 0 0 1 0,-13 h 16 v -27.036 h -58.234 a 7,7 0 0 1 -5.745,3 h -12.15 l 1.186,33.977 5.996,-0.209 a 6.604,6.604 0 0 1 6.838,6.369 6.604,6.604 0 0 1 -6.376,6.831 l 2.543,72.832 h 15.942 v -22 a 7,7 0 0 1 7,-7"
id="Outline_7200"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1060.433,1831.518 h 11 a 7,7 0 0 1 7,7 v 22 h 13 v -50.454 a 6.604,6.604 0 0 1 0,-13.208 h 12 v -19.102 h -16 a 6.5,6.5 0 0 1 0,-13 h 16 v -27.036 h -58.234 a 7,7 0 0 1 -5.745,3 h -12.15 l 1.186,33.977 5.996,-0.209 a 6.604,6.604 0 0 1 6.838,6.369 6.604,6.604 0 0 1 -6.376,6.831 l 2.543,72.832 h 15.942 v -22 a 7,7 0 0 1 7,-7"
id="_7201"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1087.285,1891.993 a 12,12 0 0 0 -11.993,-11.581 h -13 v 36 a 7,7 0 0 1 -14,0 h -21 v 23.992 h 12 a 6.604,6.604 0 0 1 0,13.208 v 29.592 a 6.604,6.604 0 0 1 0,13.208 h -12 v 35 h 58.858 l -3.232,-92.555 a 6.6040238,6.6040238 0 0 1 -0.461,-13.2 l 5.996,-0.209 -1.168,-33.455"
id="_7053"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1087.285,1891.993 a 12,12 0 0 0 -11.993,-11.581 h -13 v 36 a 7,7 0 0 1 -14,0 h -21 v 23.992 h 12 a 6.604,6.604 0 0 1 0,13.208 v 29.592 a 6.604,6.604 0 0 1 0,13.208 h -12 v 35 h 58.858 l -3.232,-92.555 a 6.6040238,6.6040238 0 0 1 -0.461,-13.2 l 5.996,-0.209 -1.168,-33.455"
id="Outline_7066"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1087.285,1891.993 a 12,12 0 0 0 -11.993,-11.581 h -13 v 36 a 7,7 0 0 1 -14,0 h -21 v 23.992 h 12 a 6.604,6.604 0 0 1 0,13.208 v 29.592 a 6.604,6.604 0 0 1 0,13.208 h -12 v 35 h 58.858 l -3.232,-92.555 a 6.6040238,6.6040238 0 0 1 -0.461,-13.2 l 5.996,-0.209 -1.168,-33.455"
id="_7067"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1061.792,1692.974 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7216"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1665.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0"
id="_7217"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1665.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0"
id="Outline_7230"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1665.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0 m 6.324,27.256 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7231"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2463.292,1255.703 h 12 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 v 48.6 a 6.6,6.6 0 0 1 6.607,6.6 6.6,6.6 0 0 1 -6.607,6.6 h -12 v 39 h 77 v -39 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -240 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -39 h -77 v 39 h 12 a 6.6,6.6 0 0 1 6.602,6.6 6.6,6.6 0 0 1 -6.602,6.6 v 48.6 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 h -12 v 240"
id="_8235"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2463.292,1255.703 h 12 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 v 48.6 a 6.6,6.6 0 0 1 6.607,6.6 6.6,6.6 0 0 1 -6.607,6.6 h -12 v 39 h 77 v -39 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -240 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -39 h -77 v 39 h 12 a 6.6,6.6 0 0 1 6.602,6.6 6.6,6.6 0 0 1 -6.602,6.6 v 48.6 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 h -12 v 240"
id="Outline_8248"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 2463.292,1255.703 h 12 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 v 48.6 a 6.6,6.6 0 0 1 6.607,6.6 6.6,6.6 0 0 1 -6.607,6.6 h -12 v 39 h 77 v -39 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -240 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -39 h -77 v 39 h 12 a 6.6,6.6 0 0 1 6.602,6.6 6.6,6.6 0 0 1 -6.602,6.6 v 48.6 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 h -12 v 240"
id="_8249"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2446.874,2296.412 h 12 a 6.6,6.6 0 0 1 6.605,6.6 6.6,6.6 0 0 1 -6.605,6.6 v 48.6 a 6.6,6.6 0 0 1 6.607,6.6 6.6,6.6 0 0 1 -6.607,6.6 h -12 v 39 h 77 v -39 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -240 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -39 h -77 v 39 h 12 a 6.6,6.6 0 0 1 6.602,6.6 6.6,6.6 0 0 1 -6.602,6.6 v 48.6 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 h -12 v 240"
id="_8631"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2446.874,2296.412 h 12 a 6.6,6.6 0 0 1 6.605,6.6 6.6,6.6 0 0 1 -6.605,6.6 v 48.6 a 6.6,6.6 0 0 1 6.607,6.6 6.6,6.6 0 0 1 -6.607,6.6 h -12 v 39 h 77 v -39 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -240 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -39 h -77 v 39 h 12 a 6.6,6.6 0 0 1 6.602,6.6 6.6,6.6 0 0 1 -6.602,6.6 v 48.6 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 h -12 v 240"
id="Outline_8644"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 2446.874,2296.412 h 12 a 6.6,6.6 0 0 1 6.605,6.6 6.6,6.6 0 0 1 -6.605,6.6 v 48.6 a 6.6,6.6 0 0 1 6.607,6.6 6.6,6.6 0 0 1 -6.607,6.6 h -12 v 39 h 77 v -39 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -240 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -48.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -39 h -77 v 39 h 12 a 6.6,6.6 0 0 1 6.602,6.6 6.6,6.6 0 0 1 -6.602,6.6 v 48.6 a 6.6,6.6 0 0 1 6.606,6.6 6.6,6.6 0 0 1 -6.606,6.6 h -12 v 240"
id="_8645"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2458.015,1922.412 h 53 v -56.8 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -130 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -73.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -59 h -77 v 59 h 12 a 6.6,6.6 0 0 1 0,13.2 v 73.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 170 h 12 a 6.6,6.6 0 0 1 0,13.2 v 16.8"
id="_8130"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2458.015,1922.412 h 53 v -56.8 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -130 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -73.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -59 h -77 v 59 h 12 a 6.6,6.6 0 0 1 0,13.2 v 73.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 170 h 12 a 6.6,6.6 0 0 1 0,13.2 v 16.8"
id="Outline_8145"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 2458.015,1922.412 h 53 v -56.8 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -130 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -73.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -59 h -77 v 59 h 12 a 6.6,6.6 0 0 1 0,13.2 v 73.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 170 h 12 a 6.6,6.6 0 0 1 0,13.2 v 16.8"
id="_8146"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2365.292,1466.703 v -12 a 6.6,6.6 0 0 1 6.6,-6.609 6.6,6.6 0 0 1 6.6,6.609 h 48.6 a 6.6,6.6 0 0 1 6.6,-6.61 6.6,6.6 0 0 1 6.6,6.61 v 12 h 79 v -77 h -117.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -48.6 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -100 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -162.3 v 65 h 79 v -12 a 6.6,6.6 0 0 1 6.6,-6.604 6.6,6.6 0 0 1 6.6,6.604 h 48.6 a 6.6,6.6 0 0 1 6.6,-6.605 6.6,6.6 0 0 1 6.6,6.605 v 12 h 160"
id="_8203"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2365.292,1466.703 v -12 a 6.6,6.6 0 0 1 6.6,-6.609 6.6,6.6 0 0 1 6.6,6.609 h 48.6 a 6.6,6.6 0 0 1 6.6,-6.61 6.6,6.6 0 0 1 6.6,6.61 v 12 h 79 v -77 h -117.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -48.6 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -100 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -162.3 v 65 h 79 v -12 a 6.6,6.6 0 0 1 6.6,-6.604 6.6,6.6 0 0 1 6.6,6.604 h 48.6 a 6.6,6.6 0 0 1 6.6,-6.605 6.6,6.6 0 0 1 6.6,6.605 v 12 h 160"
id="Outline_8216"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 2365.292,1466.703 v -12 a 6.6,6.6 0 0 1 6.6,-6.609 6.6,6.6 0 0 1 6.6,6.609 h 48.6 a 6.6,6.6 0 0 1 6.6,-6.61 6.6,6.6 0 0 1 6.6,6.61 v 12 h 79 v -77 h -117.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -48.6 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -100 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -162.3 v 65 h 79 v -12 a 6.6,6.6 0 0 1 6.6,-6.604 6.6,6.6 0 0 1 6.6,6.604 h 48.6 a 6.6,6.6 0 0 1 6.6,-6.605 6.6,6.6 0 0 1 6.6,6.605 v 12 h 160"
id="_8217"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2479.513,1518.668 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7757"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2473.189,1491.412 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.413 a 0.794,0.794 0 0 0 0.793,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.793,-0.793 h -11.207 a 7,7 0 0 1 -0.712,-13.964 0.794,0.794 0 0 0 0.712,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.793,-0.793 h -15.382 a 7,7 0 0 1 -12.649,0"
id="_7758"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2473.189,1491.412 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.413 a 0.794,0.794 0 0 0 0.793,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.793,-0.793 h -11.207 a 7,7 0 0 1 -0.712,-13.964 0.794,0.794 0 0 0 0.712,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.793,-0.793 h -15.382 a 7,7 0 0 1 -12.649,0"
id="Outline_7771"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2473.189,1491.412 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.413 a 0.794,0.794 0 0 0 0.793,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.793,-0.793 h -11.207 a 7,7 0 0 1 -0.712,-13.964 0.794,0.794 0 0 0 0.712,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.793,-0.793 h -15.382 a 7,7 0 0 1 -12.649,0 m 6.324,27.256 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7772"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2132.302,920.315 a 150.089,150.089 0 0 0 171.252,146.264 6.35,6.35 0 0 1 2.096,12.525 159.697,159.697 0 0 1 -186.048,-158.9 6.3502425,6.3502425 0 0 1 12.7,0.111"
id="_8167"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1757.292,1369.703 h 34.3 a 6.6,6.6 0 0 1 13.2,0 v 12 h 99 v -12 a 6.6,6.6 0 0 1 13.2,0 h 144.6 a 6.6,6.6 0 0 1 13.2,0 v 12 h 119 v -12 a 6.6,6.6 0 0 1 13.2,0 h 224.3 v -26.834 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -215.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -26.766 h -15.55 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -49 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -39.1 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -48.8 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -114.25 v 24.833 a 17.5,17.5 0 0 1 -35,0 v -19.584 a 6.6,6.6 0 0 1 -2.6,-5.249 v -12 h -61.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -45.45 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -105.95 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -64.4 v 66.766 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 135.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 66.834"
id="_8168"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1922.792,1033.703 a 15,15 0 0 1 0,30 h -38.1 a 15,15 0 0 1 0,-30 h 38.1"
id="_8169"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2201.292,913.203 a 22.5,22.5 0 0 1 0,45 h -10 a 22.5,22.5 0 0 1 0,-45 h 10"
id="_8170"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2327.292,912.173 a 7,7 0 0 1 7,7 v 16 a 7,7 0 0 1 -7,7 h -16 a 7,7 0 0 1 -7,-7 v -16 a 7,7 0 0 1 7,-7 h 16"
id="_8171"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1757.292,1369.703 h 34.3 a 6.6,6.6 0 0 1 13.2,0 v 12 h 99 v -12 a 6.6,6.6 0 0 1 13.2,0 h 144.6 a 6.6,6.6 0 0 1 13.2,0 v 12 h 119 v -12 a 6.6,6.6 0 0 1 13.2,0 h 224.3 v -26.834 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -215.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -26.766 h -15.55 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -49 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -39.1 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -48.8 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -114.25 v 24.833 a 17.5,17.5 0 0 1 -35,0 v -19.584 a 6.6,6.6 0 0 1 -2.6,-5.249 v -12 h -61.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -45.45 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -105.95 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -64.4 v 66.766 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 135.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 66.834"
id="Outline_8184"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1757.292,1369.703 h 34.3 a 6.6,6.6 0 0 1 13.2,0 v 12 h 99 v -12 a 6.6,6.6 0 0 1 13.2,0 h 144.6 a 6.6,6.6 0 0 1 13.2,0 v 12 h 119 v -12 a 6.6,6.6 0 0 1 13.2,0 h 224.3 v -26.834 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -215.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -26.766 h -15.55 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -49 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -39.1 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -48.8 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -114.25 v 24.833 a 17.5,17.5 0 0 1 -35,0 v -19.584 a 6.6,6.6 0 0 1 -2.6,-5.249 v -12 h -61.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -45.45 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -105.95 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -64.4 v 66.766 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 135.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 66.834 m 375.01,-449.388 a 150.089,150.089 0 0 0 171.252,146.264 6.35,6.35 0 0 1 2.096,12.525 159.697,159.697 0 0 1 -186.048,-158.9 6.3502425,6.3502425 0 0 1 12.7,0.111 m 68.99,-7.112 a 22.5,22.5 0 0 1 0,45 h -10 a 22.5,22.5 0 0 1 0,-45 h 10 m -278.5,120.5 a 15,15 0 0 1 0,30 h -38.1 a 15,15 0 0 1 0,-30 h 38.1 m 404.5,-121.53 a 7,7 0 0 1 7,7 v 16 a 7,7 0 0 1 -7,7 h -16 a 7,7 0 0 1 -7,-7 v -16 a 7,7 0 0 1 7,-7 h 16"
id="_8185"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1847.711,1943.306 515.272,26.477 v 13.017 l -515.272,-26.477 v -13.017"
id="_7451"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2357.671,2281.511 h 65.377 a 6.5,6.5 0 0 1 0,13 h -62.247 -3.13 a 6.5,6.5 0 0 1 0,-13"
id="_7462"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2357.075,2046.906 a 7,7 0 0 1 -7.007,-7 7,7 0 0 1 7.007,-6.999 v -61.425 l -501.686,-25.779 v 55.704 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 -7.004,-7 7,7 0 0 1 7.004,-7 v -9.683 -12.6 -34.089 l -29.903,-1.536 a 7,7 0 0 0 -4.402,1.276 7,7 0 0 1 -4.401,1.275 l -6.093,-0.313 v 33.387 12.6 25.018 a 6.604,6.604 0 0 1 0,13.208 h -12 v 222.07 12.6 83.305 h 12 a 6.604,6.604 0 0 1 0,13.207 v 49.28 h 44.799 v -29.499 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 12.999 a 7,7 0 0 1 0,14 v 29.499 h 501.686 v -29.499 h -17 a 7,7 0 0 1 -6.998,-6.86 v -0.14 -29.999 a 7,7 0 0 1 13.999,0 v 22.999 h 23 a 7,7 0 0 1 0,14 v 29.499 h 56.798 v -39.163 h -6 a 6.604,6.604 0 0 1 -6.607,-6.604 6.604,6.604 0 0 1 6.607,-6.604 v -63.73 -12.6 -223.261 a 6.604,6.604 0 0 1 -6.613,-6.604 6.604,6.604 0 0 1 6.613,-6.604 h 6 v -32.903 -12.6 -21.667 l -12.393,-0.637 a 7,7 0 0 1 -4.247,-1.72 7,7 0 0 0 -4.248,-1.72 l -35.91,-1.845 v 27.589 12.6 20.568 a 7,7 0 0 1 0,13.999 h -13"
id="_7463"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1793.31,1991.924 a 6.5,6.5 0 0 1 0,-13 h 53.361 a 6.5,6.5 0 0 1 0,13 h -53.361"
id="_7464"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1779.277,2251.82 h 75.517 a 6.5,6.5 0 0 1 0,13 h -59.247 -16.274 a 6.5000003,6.5000003 0 0 1 0,-13"
id="_7465"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2367.793,2012.639 a 6.5,6.5 0 0 1 0,-13 h 60.362 a 6.5,6.5 0 0 1 0,13 h -60.362"
id="_7466"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1895.97,2320.666 a 4.8,4.8 0 0 1 -4.804,-4.8 4.8,4.8 0 0 1 4.804,-4.799 h 7.999 a 4.8,4.8 0 0 1 0,9.599 h -7.999"
id="_7468"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2278.496,2311.067 h 8 a 4.8,4.8 0 0 1 0,9.599 h -8 a 4.8,4.8 0 0 1 -4.803,-4.8 4.8,4.8 0 0 1 4.803,-4.799"
id="_7469"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2278.496,2201.07 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.805,-4.8 4.8,4.8 0 0 1 4.805,-4.8"
id="_7470"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1895.97,2210.67 a 4.8,4.8 0 0 1 -4.806,-4.8 4.8,4.8 0 0 1 4.806,-4.8 h 7.999 a 4.8,4.8 0 0 1 0,9.6 h -7.999"
id="_7471"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1855.389,2116.42 a 7,7 0 0 1 0,14 v 21.999 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-7 v -21.999 a 7,7 0 0 1 -7.009,-7 7,7 0 0 1 7.009,-7 h 12.999"
id="_7472"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2357.075,2180.418 a 7,7 0 0 1 0,-13.999 h 13 a 7,7 0 0 1 0,13.999 v 22 a 7,7 0 0 1 0,13.999 h -13 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-6.999 v -22"
id="_7473"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2336.211,2396.917 -476.284,-24.961 a 12.7,12.7 0 0 1 -12.02,-13.346 12.7,12.7 0 0 1 13.347,-12.019 l 476.28,24.961 a 12.7,12.7 0 0 1 12.024,13.344 12.7,12.7 0 0 1 -13.347,12.021"
id="_7474"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2175.605,2377.962 a 10,10 0 0 1 -10.523,9.986 l -118.746,-6.223 a 10,10 0 0 1 -9.477,-9.986 v -123.087 a 10,10 0 0 1 10,-10 h 118.746 a 10,10 0 0 1 10,10 v 129.31"
id="_7475"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2357.075,2046.906 a 7,7 0 0 1 -7.007,-7 7,7 0 0 1 7.007,-6.999 v -61.425 l -501.686,-25.779 v 55.704 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 -7.004,-7 7,7 0 0 1 7.004,-7 v -9.683 -12.6 -34.089 l -29.903,-1.536 a 7,7 0 0 0 -4.402,1.276 7,7 0 0 1 -4.401,1.275 l -6.093,-0.313 v 33.387 12.6 25.018 a 6.604,6.604 0 0 1 0,13.208 h -12 v 222.07 12.6 83.305 h 12 a 6.604,6.604 0 0 1 0,13.207 v 49.28 h 44.799 v -29.499 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 12.999 a 7,7 0 0 1 0,14 v 29.499 h 501.686 v -29.499 h -17 a 7,7 0 0 1 -6.998,-6.86 v -0.14 -29.999 a 7,7 0 0 1 13.999,0 v 22.999 h 23 a 7,7 0 0 1 0,14 v 29.499 h 56.798 v -39.163 h -6 a 6.604,6.604 0 0 1 -6.607,-6.604 6.604,6.604 0 0 1 6.607,-6.604 v -63.73 -12.6 -223.261 a 6.604,6.604 0 0 1 -6.613,-6.604 6.604,6.604 0 0 1 6.613,-6.604 h 6 v -32.903 -12.6 -21.667 l -12.393,-0.637 a 7,7 0 0 1 -4.247,-1.72 7,7 0 0 0 -4.248,-1.72 l -35.91,-1.845 v 27.589 12.6 20.568 a 7,7 0 0 1 0,13.999 h -13"
id="Outline_7488"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 2357.075,2046.906 a 7,7 0 0 1 -7.007,-7 7,7 0 0 1 7.007,-6.999 v -61.425 l -501.686,-25.779 v 55.704 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 -7.004,-7 7,7 0 0 1 7.004,-7 v -56.372 l -29.903,-1.536 a 7,7 0 0 0 -4.402,1.276 7,7 0 0 1 -4.401,1.275 l -6.093,-0.313 v 71.005 a 6.604,6.604 0 0 1 0,13.208 h -12 v 317.975 h 12 a 6.604,6.604 0 0 1 0,13.207 v 49.28 h 44.799 v -29.499 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 12.999 a 7,7 0 0 1 0,14 v 29.499 h 501.686 v -29.499 h -17 a 7,7 0 0 1 -6.998,-6.86 v -0.14 -29.999 a 7,7 0 0 1 13.999,0 v 22.999 h 23 a 7,7 0 0 1 0,14 v 29.499 h 56.798 v -39.163 h -6 a 6.604,6.604 0 0 1 -6.607,-6.604 6.604,6.604 0 0 1 6.607,-6.604 V 2058.45 a 6.604,6.604 0 0 1 -6.613,-6.604 6.604,6.604 0 0 1 6.613,-6.604 h 6 v -67.17 l -12.393,-0.637 a 7,7 0 0 1 -4.247,-1.72 7,7 0 0 0 -4.248,-1.72 l -35.91,-1.845 v 60.757 a 7,7 0 0 1 0,13.999 h -13 m -181.47,331.056 a 10,10 0 0 1 -10.523,9.986 l -118.746,-6.223 a 10,10 0 0 1 -9.477,-9.986 v -123.087 a 10,10 0 0 1 10,-10 h 118.746 a 10,10 0 0 1 10,10 v 129.31 M 1855.389,2116.42 a 7,7 0 0 1 0,14 v 21.999 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-7 v -21.999 a 7,7 0 0 1 -7.009,-7 7,7 0 0 1 7.009,-7 h 12.999 m 501.686,63.998 a 7,7 0 0 1 0,-13.999 h 13 a 7,7 0 0 1 0,13.999 v 22 a 7,7 0 0 1 0,13.999 h -13 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-6.999 v -22 m -78.579,130.649 h 8 a 4.8,4.8 0 0 1 0,9.599 h -8 a 4.8,4.8 0 0 1 -4.803,-4.8 4.8,4.8 0 0 1 4.803,-4.799 m -382.526,9.599 a 4.8,4.8 0 0 1 -4.804,-4.8 4.8,4.8 0 0 1 4.804,-4.799 h 7.999 a 4.8,4.8 0 0 1 0,9.599 h -7.999 m 382.526,-119.596 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.805,-4.8 4.8,4.8 0 0 1 4.805,-4.8 m -382.526,9.6 a 4.8,4.8 0 0 1 -4.806,-4.8 4.8,4.8 0 0 1 4.806,-4.8 h 7.999 a 4.8,4.8 0 0 1 0,9.6 h -7.999"
id="_7489"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 2336.211,2396.917 -476.284,-24.961 a 12.7,12.7 0 0 1 -12.02,-13.346 12.7,12.7 0 0 1 13.347,-12.019 l 476.28,24.961 a 12.7,12.7 0 0 1 12.024,13.344 12.7,12.7 0 0 1 -13.347,12.021 m -488.5,-453.611 515.272,26.477 v 13.017 l -515.272,-26.477 v -13.017 m -68.434,308.514 h 75.517 a 6.5,6.5 0 0 1 0,13 h -75.521 a 6.5000003,6.5000003 0 0 1 0,-13 m 578.394,29.691 h 65.377 a 6.5,6.5 0 0 1 0,13 h -65.377 a 6.5,6.5 0 0 1 0,-13 m 10.122,-268.872 a 6.5,6.5 0 0 1 0,-13 h 60.362 a 6.5,6.5 0 0 1 0,13 h -60.362 m -574.483,-20.715 a 6.5,6.5 0 0 1 0,-13 h 53.361 a 6.5,6.5 0 0 1 0,13 h -53.361"
id="_7490"
inkscape:connector-curvature="0"
style="fill:#800000;fill-opacity:1;stroke:#800000;stroke-width:1;stroke-opacity:1" />
<path
d="m 2363.895,1953.808 -515.272,-26.476 v -13.017 l 515.272,26.476 v 13.017"
id="_8014"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1853.935,1615.603 h -65.377 a 6.5,6.5 0 0 1 0,-13 h 62.248 l 3.129,10e-4 a 6.5,6.5 0 0 1 0,12.999"
id="_8025"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1854.531,1850.208 a 7,7 0 0 1 7.007,7 7,7 0 0 1 -7.007,7 v 61.425 l 501.686,25.778 v -55.704 a 7,7 0 0 1 0,-14 h 12.999 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 9.684 12.599 34.089 l 29.904,1.537 a 7,7 0 0 0 4.401,-1.276 7,7 0 0 1 4.401,-1.276 l 6.093,0.313 v -33.387 -12.599 -25.019 a 6.604,6.604 0 0 1 0,-13.207 h 12 v -222.071 -12.6 -83.304 h -12 a 6.604,6.604 0 0 1 0,-13.208 v -49.279 h -44.799 v 29.499 a 7,7 0 0 1 7.002,7 7,7 0 0 1 -7.002,6.999 h -12.999 a 7,7 0 0 1 0,-13.999 v -29.499 h -501.686 v 29.499 h 17 a 7,7 0 0 1 6.998,6.859 v 0.141 29.999 a 7,7 0 0 1 -14,0 v -23 h -22.999 a 7,7 0 0 1 0,-13.999 v -29.499 h -56.799 v 39.163 h 6 a 6.604,6.604 0 0 1 6.607,6.604 6.604,6.604 0 0 1 -6.607,6.603 v 63.731 12.599 223.262 a 6.604,6.604 0 0 1 6.613,6.604 6.604,6.604 0 0 1 -6.613,6.603 h -6 v 32.904 12.599 21.667 l 12.393,0.637 a 7,7 0 0 1 4.247,1.72 7,7 0 0 0 4.248,1.721 l 35.911,1.845 v -27.59 -12.599 -20.568 a 7,7 0 0 1 0,-14 h 12.999"
id="_8026"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2418.297,1905.191 a 6.5,6.5 0 0 1 0,12.999 h -53.362 a 6.5,6.5 0 0 1 0,-12.999 h 53.362"
id="_8027"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2432.329,1645.294 h -75.517 a 6.5,6.5 0 0 1 0,-13 h 59.247 16.274 a 6.5000003,6.5000003 0 0 1 0,13"
id="_8028"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1843.813,1884.476 a 6.5,6.5 0 0 1 0,12.999 h -60.361 a 6.5,6.5 0 0 1 0,-12.999 h 60.361"
id="_8029"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2315.637,1576.448 a 4.8,4.8 0 0 1 4.803,4.8 4.8,4.8 0 0 1 -4.803,4.8 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8"
id="_8031"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1933.11,1586.048 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 a 4.8,4.8 0 0 1 4.804,4.8 4.8,4.8 0 0 1 -4.804,4.8"
id="_8032"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1933.11,1696.045 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 a 4.8,4.8 0 0 1 4.805,4.8 4.8,4.8 0 0 1 -4.805,4.8"
id="_8033"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2315.637,1686.445 a 4.8,4.8 0 0 1 4.805,4.8 4.8,4.8 0 0 1 -4.805,4.8 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8"
id="_8034"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2356.217,1780.694 a 7,7 0 0 1 0,-13.999 v -22 a 7,7 0 0 1 0,-13.999 h 12.999 a 7,7 0 0 1 7.003,6.999 7,7 0 0 1 -7.003,7 v 22 a 7,7 0 0 1 7.009,6.999 7,7 0 0 1 -7.009,7 h -12.999"
id="_8035"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1854.531,1716.696 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 0,-14 v -21.999 a 7,7 0 0 1 0,-14 h 12.999 a 7,7 0 0 1 7.003,7 7,7 0 0 1 -7.003,7 v 21.999"
id="_8036"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1875.395,1500.197 476.284,24.961 a 12.7,12.7 0 0 1 12.02,13.346 12.7,12.7 0 0 1 -13.347,12.019 l -476.28,-24.961 a 12.7,12.7 0 0 1 -12.024,-13.344 12.7,12.7 0 0 1 13.347,-12.021"
id="_8037"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 2036.001,1519.152 a 10,10 0 0 1 10.523,-9.986 l 118.747,6.223 a 10,10 0 0 1 9.476,9.986 v 123.088 a 10,10 0 0 1 -10,9.999 h -118.746 a 10,10 0 0 1 -10,-9.999 v -129.311"
id="_8038"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1854.531,1850.208 a 7,7 0 0 1 7.007,7 7,7 0 0 1 -7.007,7 v 61.425 l 501.686,25.778 v -55.704 a 7,7 0 0 1 0,-14 h 12.999 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 9.684 12.599 34.089 l 29.904,1.537 a 7,7 0 0 0 4.401,-1.276 7,7 0 0 1 4.401,-1.276 l 6.093,0.313 v -33.387 -12.599 -25.019 a 6.604,6.604 0 0 1 0,-13.207 h 12 v -222.071 -12.6 -83.304 h -12 a 6.604,6.604 0 0 1 0,-13.208 v -49.279 h -44.799 v 29.499 a 7,7 0 0 1 7.002,7 7,7 0 0 1 -7.002,6.999 h -12.999 a 7,7 0 0 1 0,-13.999 v -29.499 h -501.686 v 29.499 h 17 a 7,7 0 0 1 6.998,6.859 v 0.141 29.999 a 7,7 0 0 1 -14,0 v -23 h -22.999 a 7,7 0 0 1 0,-13.999 v -29.499 h -56.799 v 39.163 h 6 a 6.604,6.604 0 0 1 6.607,6.604 6.604,6.604 0 0 1 -6.607,6.603 v 63.731 12.599 223.262 a 6.604,6.604 0 0 1 6.613,6.604 6.604,6.604 0 0 1 -6.613,6.603 h -6 v 32.904 12.599 21.667 l 12.393,0.637 a 7,7 0 0 1 4.247,1.72 7,7 0 0 0 4.248,1.721 l 35.911,1.845 v -27.59 -12.599 -20.568 a 7,7 0 0 1 0,-14 h 12.999"
id="Outline_8051"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1854.531,1850.208 a 7,7 0 0 1 7.007,7 7,7 0 0 1 -7.007,7 v 61.425 l 501.686,25.778 v -55.704 a 7,7 0 0 1 0,-14 h 12.999 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 56.372 l 29.904,1.537 a 7,7 0 0 0 4.401,-1.276 7,7 0 0 1 4.401,-1.276 l 6.093,0.313 v -71.005 a 6.604,6.604 0 0 1 0,-13.207 h 12 V 1549.19 h -12 a 6.604,6.604 0 0 1 0,-13.208 v -49.279 h -44.799 v 29.499 a 7,7 0 0 1 7.002,7 7,7 0 0 1 -7.002,6.999 h -12.999 a 7,7 0 0 1 0,-13.999 v -29.499 h -501.686 v 29.499 h 17 a 7,7 0 0 1 6.998,6.859 v 0.141 29.999 a 7,7 0 0 1 -14,0 v -23 h -22.999 a 7,7 0 0 1 0,-13.999 v -29.499 h -56.799 v 39.163 h 6 a 6.604,6.604 0 0 1 6.607,6.604 6.604,6.604 0 0 1 -6.607,6.603 v 299.592 a 6.604,6.604 0 0 1 6.613,6.604 6.604,6.604 0 0 1 -6.613,6.603 h -6 v 67.17 l 12.393,0.637 a 7,7 0 0 1 4.247,1.72 7,7 0 0 0 4.248,1.721 l 35.911,1.845 v -60.757 a 7,7 0 0 1 0,-14 h 12.999 m 181.47,-331.056 a 10,10 0 0 1 10.523,-9.986 l 118.747,6.223 a 10,10 0 0 1 9.476,9.986 v 123.088 a 10,10 0 0 1 -10,9.999 h -118.746 a 10,10 0 0 1 -10,-9.999 v -129.311 m 320.216,261.542 a 7,7 0 0 1 0,-13.999 v -22 a 7,7 0 0 1 0,-13.999 h 12.999 a 7,7 0 0 1 7.003,6.999 7,7 0 0 1 -7.003,7 v 22 a 7,7 0 0 1 7.009,6.999 7,7 0 0 1 -7.009,7 h -12.999 m -501.686,-63.998 a 7,7 0 0 1 0,14 h -12.999 a 7,7 0 0 1 0,-14 v -21.999 a 7,7 0 0 1 0,-14 h 12.999 a 7,7 0 0 1 7.003,7 7,7 0 0 1 -7.003,7 v 21.999 m 78.579,-130.648 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 a 4.8,4.8 0 0 1 4.804,4.8 4.8,4.8 0 0 1 -4.804,4.8 m 382.527,-9.6 a 4.8,4.8 0 0 1 4.803,4.8 4.8,4.8 0 0 1 -4.803,4.8 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8 m -382.527,119.597 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 a 4.8,4.8 0 0 1 4.805,4.8 4.8,4.8 0 0 1 -4.805,4.8 m 382.527,-9.6 a 4.8,4.8 0 0 1 4.805,4.8 4.8,4.8 0 0 1 -4.805,4.8 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8"
id="_8052"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1875.395,1500.197 476.284,24.961 a 12.7,12.7 0 0 1 12.02,13.346 12.7,12.7 0 0 1 -13.347,12.019 l -476.28,-24.961 a 12.7,12.7 0 0 1 -12.024,-13.344 12.7,12.7 0 0 1 13.347,-12.021 m 488.5,453.611 -515.272,-26.476 v -13.017 l 515.272,26.476 v 13.017 m 68.434,-308.514 h -75.517 a 6.5,6.5 0 0 1 0,-13 h 75.521 a 6.5000003,6.5000003 0 0 1 0,13 m -578.394,-29.691 h -65.377 a 6.5,6.5 0 0 1 0,-13 l 65.377,10e-4 a 6.5,6.5 0 0 1 0,12.999 m -10.122,268.873 a 6.5,6.5 0 0 1 0,12.999 h -60.361 a 6.5,6.5 0 0 1 0,-12.999 h 60.361 m 574.484,20.715 a 6.5,6.5 0 0 1 0,12.999 h -53.362 a 6.5,6.5 0 0 1 0,-12.999 h 53.362"
id="_8053"
inkscape:connector-curvature="0"
style="fill:#800000;fill-opacity:1;stroke:#800000;stroke-width:1;stroke-opacity:1" />
<path
d="m 1945.792,1466.703 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 47.5 a 7,7 0 0 0 7,-7 v -46 a 7,7 0 0 0 -7,-7 h -478 a 7,7 0 0 0 -7,7 v 46 a 7,7 0 0 0 7,7 h 169.5 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 199"
id="_8302"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1945.792,1466.703 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 47.5 a 7,7 0 0 0 7,-7 v -46 a 7,7 0 0 0 -7,-7 h -478 a 7,7 0 0 0 -7,7 v 46 a 7,7 0 0 0 7,7 h 169.5 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 199"
id="Outline_8315"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1945.792,1466.703 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 47.5 a 7,7 0 0 0 7,-7 v -46 a 7,7 0 0 0 -7,-7 h -478 a 7,7 0 0 0 -7,7 v 46 a 7,7 0 0 0 7,7 h 169.5 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 199"
id="_8316"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1603.309,2330.29 a 19,19 0 0 1 -18.025,18.975 l -60.325,3.1 a 19,19 0 0 1 -19.975,-18.975 v -112.342 a 19,19 0 0 1 18.025,-18.975 l 60.325,-3.1 a 19,19 0 0 1 19.975,18.975 v 112.342"
id="_7392"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1753.592,1979.112 v -33.388 l -6.093,0.313 a 7,7 0 0 1 -4.401,-1.276 7,7 0 0 0 -4.402,-1.276 l -29.904,1.537 v 34.09 12.6 9.684 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.004,-7 7,7 0 0 1 7.004,-7 v -55.706 l -501.7,25.779 v 61.427 a 7,7 0 0 1 7.008,7 7,7 0 0 1 -7.008,7 h -13 a 7,7 0 0 1 -7.006,-7 7,7 0 0 1 7.006,-7 v -20.569 -12.6 -27.59 l -35.912,1.845 a 7,7 0 0 0 -4.247,1.721 7,7 0 0 1 -4.248,1.72 l -12.393,0.637 v 21.667 12.6 32.905 l 6,-10e-4 a 6.604,6.604 0 0 1 0,13.208 v 223.269 12.6 63.731 a 6.604,6.604 0 0 1 0,13.208 h -6 v 39.165 h 56.8 v -29.5 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 23 v -23 a 7,7 0 0 1 14,0 v 17.423 12.577 a 7,7 0 0 1 0,0.14 7,7 0 0 1 -6.999,6.86 h -17 v 29.5 h 501.7 v -29.5 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 13 a 7,7 0 0 1 0,14 v 29.5 h 44.8 v -49.281 a 6.604,6.604 0 0 1 -6.609,-6.604 6.604,6.604 0 0 1 6.609,-6.604 h 12 v -83.307 -12.6 -222.077 h -12 a 6.604,6.604 0 0 1 -6.61,-6.604 6.604,6.604 0 0 1 6.61,-6.604 v -25.019 -12.6"
id="_7400"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1161.134,2396.217 a 4.806,4.806 0 0 1 -4.807,-4.805 4.806,4.806 0 0 1 4.807,-4.806 h 3 a 4.806,4.806 0 0 1 0,9.611 h -3"
id="_7401"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1181.092,2166.412 h 13 a 7,7 0 0 1 0,14 v 22 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-7 v -22 a 7,7 0 0 1 0,-14"
id="_7402"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1695.792,2116.412 h 13 a 7,7 0 0 1 0,14 v 22 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-7 v -22 a 7,7 0 0 1 -7.009,-7 7,7 0 0 1 7.009,-7"
id="_7403"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1128.292,2294.508 a 6.5,6.5 0 0 1 0,-13 h 65.2 a 6.5,6.5 0 0 1 0,13 h -65.2"
id="_7404"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1121.119,1999.527 h 63.146 a 6.5,6.5 0 0 1 0,13 h -63.146 a 6.5,6.5 0 0 1 0,-13"
id="_7405"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1703.222,1978.912 h 54.044 a 6.5,6.5 0 0 1 0,13 h -54.044 a 6.5,6.5 0 0 1 0,-13"
id="_7406"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1696.39,2251.816 h 71.202 a 6.5,6.5 0 0 1 0,13 h -68.072 -3.13 a 6.5,6.5 0 0 1 0,-13"
id="_7407"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1728.301,2329.912 a 4.8,4.8 0 0 1 9.6,0 v 3 a 4.8,4.8 0 0 1 -4.8,4.801 4.8,4.8 0 0 1 -4.8,-4.801 v -3"
id="_7408"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1647.211,2320.664 a 4.8,4.8 0 0 1 -4.804,-4.8 4.8,4.8 0 0 1 4.804,-4.8 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8"
id="_7409"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1647.211,2201.064 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.805,-4.8 4.8,4.8 0 0 1 4.805,-4.8"
id="_7410"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1264.674,2311.064 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.804,-4.8 4.8,4.8 0 0 1 4.804,-4.8"
id="_7411"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1264.674,2201.064 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.806,-4.8 4.8,4.8 0 0 1 4.806,-4.8"
id="_7412"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1214.972,2396.916 a 12.7,12.7 0 0 1 -1.33,-25.364 l 476.287,-24.961 a 12.7,12.7 0 0 1 1.329,25.364 l -476.286,24.961"
id="_7415"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1704.335,1956.266 -517.026,26.566 v -13.017 l 517.026,-26.567 v 13.018"
id="_7416"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1753.592,1979.112 v -33.388 l -6.093,0.313 a 7,7 0 0 1 -4.401,-1.276 7,7 0 0 0 -4.402,-1.276 l -29.904,1.537 v 34.09 12.6 9.684 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.004,-7 7,7 0 0 1 7.004,-7 v -55.706 l -501.7,25.779 v 61.427 a 7,7 0 0 1 7.008,7 7,7 0 0 1 -7.008,7 h -13 a 7,7 0 0 1 -7.006,-7 7,7 0 0 1 7.006,-7 v -20.569 -12.6 -27.59 l -35.912,1.845 a 7,7 0 0 0 -4.247,1.721 7,7 0 0 1 -4.248,1.72 l -12.393,0.637 v 21.667 12.6 32.905 l 6,-10e-4 a 6.604,6.604 0 0 1 0,13.208 v 223.269 12.6 63.731 a 6.604,6.604 0 0 1 0,13.208 h -6 v 39.165 h 56.8 v -29.5 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 23 v -23 a 7,7 0 0 1 14,0 v 17.423 12.577 a 7,7 0 0 1 0,0.14 7,7 0 0 1 -6.999,6.86 h -17 v 29.5 h 501.7 v -29.5 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 13 a 7,7 0 0 1 0,14 v 29.5 h 44.8 v -49.281 a 6.604,6.604 0 0 1 -6.609,-6.604 6.604,6.604 0 0 1 6.609,-6.604 h 12 v -83.307 -12.6 -222.077 h -12 a 6.604,6.604 0 0 1 -6.61,-6.604 6.604,6.604 0 0 1 6.61,-6.604 v -25.019 -12.6"
id="Outline_7429"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1753.592,2016.731 v -71.007 l -6.093,0.313 a 7,7 0 0 1 -4.401,-1.276 7,7 0 0 0 -4.402,-1.276 l -29.904,1.537 v 56.374 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.004,-7 7,7 0 0 1 7.004,-7 v -55.706 l -501.7,25.779 v 61.427 a 7,7 0 0 1 7.008,7 7,7 0 0 1 -7.008,7 h -13 a 7,7 0 0 1 -7.006,-7 7,7 0 0 1 7.006,-7 v -60.759 l -35.912,1.845 a 7,7 0 0 0 -4.247,1.721 7,7 0 0 1 -4.248,1.72 l -12.393,0.637 v 67.172 l 6,-10e-4 a 6.604,6.604 0 0 1 0,13.208 v 299.6 a 6.604,6.604 0 0 1 0,13.208 h -6 v 39.165 h 56.8 v -29.5 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 23 v -23 a 7,7 0 0 1 14,0 v 30 a 7,7 0 0 1 0,0.14 7,7 0 0 1 -6.999,6.86 h -17 v 29.5 h 501.7 v -29.5 a 7,7 0 0 1 -7.001,-7 7,7 0 0 1 7.001,-7 h 13 a 7,7 0 0 1 0,14 v 29.5 h 44.8 v -49.281 a 6.604,6.604 0 0 1 -6.609,-6.604 6.604,6.604 0 0 1 6.609,-6.604 h 12 v -317.984 h -12 a 6.604,6.604 0 0 1 -6.61,-6.604 6.604,6.604 0 0 1 6.61,-6.604 M 1603.31,2330.29 a 19,19 0 0 1 -18.025,18.975 l -60.325,3.1 a 19,19 0 0 1 -19.975,-18.975 v -112.342 a 19,19 0 0 1 18.025,-18.975 l 60.325,-3.1 a 19,19 0 0 1 19.975,18.975 v 112.342 m 92.483,-213.878 h 13 a 7,7 0 0 1 0,14 v 22 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-7 v -22 a 7,7 0 0 1 -7.009,-7 7,7 0 0 1 7.009,-7 m -514.7,50 h 13 a 7,7 0 0 1 0,14 v 22 a 7,7 0 0 1 0,14 h -13 a 7,7 0 0 1 -7.003,-7 7,7 0 0 1 7.003,-7 v -22 a 7,7 0 0 1 0,-14 m 83.582,34.652 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.806,-4.8 4.8,4.8 0 0 1 4.806,-4.8 m 382.537,0 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.805,-4.8 4.8,4.8 0 0 1 4.805,-4.8 m -382.537,110 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 a 4.8,4.8 0 0 1 -4.804,-4.8 4.8,4.8 0 0 1 4.804,-4.8 m 382.537,9.6 a 4.8,4.8 0 0 1 -4.804,-4.8 4.8,4.8 0 0 1 4.804,-4.8 h 8 a 4.8,4.8 0 0 1 0,9.6 h -8 m -486.077,75.553 a 4.806,4.806 0 0 1 -4.807,-4.805 4.806,4.806 0 0 1 4.807,-4.806 h 3 a 4.806,4.806 0 0 1 0,9.611 h -3 m 567.167,-66.305 a 4.8,4.8 0 0 1 9.6,0 v 3 a 4.8,4.8 0 0 1 -4.8,4.801 4.8,4.8 0 0 1 -4.8,-4.801 v -3"
id="_7430"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1214.972,2396.916 a 12.7,12.7 0 0 1 -1.33,-25.364 l 476.287,-24.961 a 12.7,12.7 0 0 1 1.329,25.364 l -476.286,24.961 m 489.363,-440.65 -517.026,26.566 v -13.017 l 517.026,-26.567 v 13.018 m -7.945,295.55 h 71.202 a 6.5,6.5 0 0 1 0,13 h -71.202 a 6.5,6.5 0 0 1 0,-13 m -568.098,42.692 a 6.5,6.5 0 0 1 0,-13 h 65.2 a 6.5,6.5 0 0 1 0,13 h -65.2 m -7.173,-294.981 h 63.146 a 6.5,6.5 0 0 1 0,13 h -63.146 a 6.5,6.5 0 0 1 0,-13 m 582.103,-20.615 h 54.044 a 6.5,6.5 0 0 1 0,13 h -54.044 a 6.5,6.5 0 0 1 0,-13"
id="_7431"
inkscape:connector-curvature="0"
style="fill:#800000;fill-opacity:1;stroke:#800000;stroke-width:1;stroke-opacity:1" />
<path
d="m 1285.717,1566.886 a 19,19 0 0 1 18.025,-18.975 l 60.325,-3.099 a 19,19 0 0 1 19.975,18.975 v 112.342 a 19,19 0 0 1 -18.025,18.975 l -60.325,3.1 a 19,19 0 0 1 -19.975,-18.975 v -112.343"
id="_8072"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1135.433,1918.065 v 33.388 l 6.094,-0.313 a 7,7 0 0 1 4.401,1.276 7,7 0 0 0 4.401,1.275 l 29.904,-1.536 v -34.09 -12.6 -9.684 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 55.706 l 501.7,-25.779 v -61.427 a 7,7 0 0 1 -7.007,-7 7,7 0 0 1 7.007,-7 h 13 a 7,7 0 0 1 7.007,7 7,7 0 0 1 -7.007,7 v 20.568 12.6 27.591 l 35.912,-1.846 a 7,7 0 0 0 4.248,-1.72 7,7 0 0 1 4.247,-1.72 l 12.393,-0.637 v -21.668 -12.6 -32.904 h -6 a 6.604,6.604 0 0 1 0,-13.208 v -223.268 -12.6 -63.732 a 6.604,6.604 0 0 1 0,-13.208 h 6 v -39.164 h -56.8 v 29.5 a 7,7 0 0 1 7.001,7 7,7 0 0 1 -7.001,7 h -23 v 23 a 7,7 0 0 1 -14,0 v -17.423 -12.577 a 7,7 0 0 1 0,-0.14 7,7 0 0 1 6.998,-6.86 h 17 v -29.5 h -501.7 v 29.5 a 7,7 0 0 1 7.002,7 7,7 0 0 1 -7.002,7 h -13 a 7,7 0 0 1 0,-14 v -29.5 h -44.8 v 49.281 a 6.604,6.604 0 0 1 6.609,6.604 6.604,6.604 0 0 1 -6.609,6.604 h -12 v 83.307 12.6 222.077 h 12 a 6.604,6.604 0 0 1 6.61,6.604 6.604,6.604 0 0 1 -6.61,6.604 v 25.019 12.6"
id="_8080"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1727.892,1500.959 a 4.806,4.806 0 0 1 4.806,4.806 4.806,4.806 0 0 1 -4.806,4.806 h -3.001 a 4.806,4.806 0 0 1 10e-4,-9.612 h 3"
id="_8081"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1707.933,1730.765 h -13 a 7,7 0 0 1 0,-14 v -22 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.003,7 7,7 0 0 1 -7.003,7 v 22 a 7,7 0 0 1 0,14"
id="_8082"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1193.233,1780.765 h -13 a 7,7 0 0 1 0,-14 v -22 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 22 a 7,7 0 0 1 7.009,7 7,7 0 0 1 -7.009,7"
id="_8083"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1760.733,1602.669 a 6.5,6.5 0 0 1 0,13 h -65.2 a 6.5,6.5 0 0 1 0,-13 h 65.2"
id="_8084"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1767.906,1897.649 h -63.146 a 6.5,6.5 0 0 1 0,-13 h 63.146 a 6.5,6.5 0 0 1 0,13"
id="_8085"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1185.804,1918.265 h -54.045 a 6.5,6.5 0 0 1 0,-13 h 54.045 a 6.5,6.5 0 0 1 0,13"
id="_8086"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1192.635,1645.361 h -71.202 a 6.5,6.5 0 0 1 0,-13 h 68.073 3.13 a 6.5,6.5 0 0 1 0,13"
id="_8087"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1160.725,1567.265 a 4.8,4.8 0 0 1 -9.6,0 v -3 a 4.8,4.8 0 0 1 4.8,-4.801 4.8,4.8 0 0 1 4.8,4.801 v 3"
id="_8088"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1241.814,1576.513 a 4.8,4.8 0 0 1 4.804,4.8 4.8,4.8 0 0 1 -4.804,4.8 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999"
id="_8089"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1241.814,1696.113 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 a 4.8,4.8 0 0 1 4.806,4.8 4.8,4.8 0 0 1 -4.806,4.8"
id="_8090"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1624.352,1586.113 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8 a 4.8,4.8 0 0 1 4.803,4.8 4.8,4.8 0 0 1 -4.803,4.8"
id="_8091"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1624.352,1696.113 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8 a 4.8,4.8 0 0 1 4.805,4.8 4.8,4.8 0 0 1 -4.805,4.8"
id="_8092"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1674.054,1500.26 a 12.7,12.7 0 0 1 1.329,25.365 l -476.286,24.961 a 12.7,12.7 0 0 1 -1.33,-25.364 l 476.287,-24.962"
id="_8095"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1184.691,1940.911 517.025,-26.566 v 13.017 l -517.025,26.566 v -13.017"
id="_8096"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1135.433,1918.065 v 33.388 l 6.094,-0.313 a 7,7 0 0 1 4.401,1.276 7,7 0 0 0 4.401,1.275 l 29.904,-1.536 v -34.09 -12.6 -9.684 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 55.706 l 501.7,-25.779 v -61.427 a 7,7 0 0 1 -7.007,-7 7,7 0 0 1 7.007,-7 h 13 a 7,7 0 0 1 7.007,7 7,7 0 0 1 -7.007,7 v 20.568 12.6 27.591 l 35.912,-1.846 a 7,7 0 0 0 4.248,-1.72 7,7 0 0 1 4.247,-1.72 l 12.393,-0.637 v -21.668 -12.6 -32.904 h -6 a 6.604,6.604 0 0 1 0,-13.208 v -223.268 -12.6 -63.732 a 6.604,6.604 0 0 1 0,-13.208 h 6 v -39.164 h -56.8 v 29.5 a 7,7 0 0 1 7.001,7 7,7 0 0 1 -7.001,7 h -23 v 23 a 7,7 0 0 1 -14,0 v -17.423 -12.577 a 7,7 0 0 1 0,-0.14 7,7 0 0 1 6.998,-6.86 h 17 v -29.5 h -501.7 v 29.5 a 7,7 0 0 1 7.002,7 7,7 0 0 1 -7.002,7 h -13 a 7,7 0 0 1 0,-14 v -29.5 h -44.8 v 49.281 a 6.604,6.604 0 0 1 6.609,6.604 6.604,6.604 0 0 1 -6.609,6.604 h -12 v 83.307 12.6 222.077 h 12 a 6.604,6.604 0 0 1 6.61,6.604 6.604,6.604 0 0 1 -6.61,6.604 v 25.019 12.6"
id="Outline_8109"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1135.433,1880.446 v 71.007 l 6.094,-0.313 a 7,7 0 0 1 4.401,1.276 7,7 0 0 0 4.401,1.275 l 29.904,-1.536 v -56.374 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 55.706 l 501.7,-25.779 v -61.427 a 7,7 0 0 1 -7.007,-7 7,7 0 0 1 7.007,-7 h 13 a 7,7 0 0 1 7.007,7 7,7 0 0 1 -7.007,7 v 60.759 l 35.912,-1.846 a 7,7 0 0 0 4.248,-1.72 7,7 0 0 1 4.247,-1.72 l 12.393,-0.637 v -67.172 h -6 a 6.604,6.604 0 0 1 0,-13.208 v -299.6 a 6.604,6.604 0 0 1 0,-13.208 h 6 v -39.164 h -56.8 v 29.5 a 7,7 0 0 1 7.001,7 7,7 0 0 1 -7.001,7 h -23 v 23 a 7,7 0 0 1 -14,0 v -30 a 7,7 0 0 1 0,-0.14 7,7 0 0 1 6.998,-6.86 h 17 v -29.5 h -501.7 v 29.5 a 7,7 0 0 1 7.002,7 7,7 0 0 1 -7.002,7 h -13 a 7,7 0 0 1 0,-14 v -29.5 h -44.8 v 49.281 a 6.604,6.604 0 0 1 6.609,6.604 6.604,6.604 0 0 1 -6.609,6.604 h -12 v 317.984 h 12 a 6.604,6.604 0 0 1 6.61,6.604 6.604,6.604 0 0 1 -6.61,6.604 m 150.284,-313.56 a 19,19 0 0 1 18.025,-18.975 l 60.325,-3.099 a 19,19 0 0 1 19.975,18.975 v 112.342 a 19,19 0 0 1 -18.025,18.975 l -60.325,3.1 a 19,19 0 0 1 -19.975,-18.975 v -112.343 m -92.484,213.879 h -13 a 7,7 0 0 1 0,-14 v -22 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.004,7 7,7 0 0 1 -7.004,7 v 22 a 7,7 0 0 1 7.009,7 7,7 0 0 1 -7.009,7 m 514.7,-50 h -13 a 7,7 0 0 1 0,-14 v -22 a 7,7 0 0 1 0,-14 h 13 a 7,7 0 0 1 7.003,7 7,7 0 0 1 -7.003,7 v 22 a 7,7 0 0 1 0,14 m -83.581,-34.652 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8 a 4.8,4.8 0 0 1 4.805,4.8 4.8,4.8 0 0 1 -4.805,4.8 m -382.538,0 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 a 4.8,4.8 0 0 1 4.806,4.8 4.8,4.8 0 0 1 -4.806,4.8 m 382.538,-110 h -8 a 4.8,4.8 0 0 1 0,-9.6 h 8 a 4.8,4.8 0 0 1 4.803,4.8 4.8,4.8 0 0 1 -4.803,4.8 m -382.538,-9.6 a 4.8,4.8 0 0 1 4.804,4.8 4.8,4.8 0 0 1 -4.804,4.8 h -7.999 a 4.8,4.8 0 0 1 0,-9.6 h 7.999 m 486.078,-75.554 a 4.806,4.806 0 0 1 4.806,4.806 4.806,4.806 0 0 1 -4.806,4.806 h -3.001 a 4.806,4.806 0 0 1 0,-9.612 h 3 m -567.167,66.306 a 4.8,4.8 0 0 1 -9.6,0 v -3 a 4.8,4.8 0 0 1 4.8,-4.801 4.8,4.8 0 0 1 4.8,4.801 v 3"
id="_8110"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1674.054,1500.26 a 12.7,12.7 0 0 1 1.329,25.365 l -476.286,24.961 a 12.7,12.7 0 0 1 -1.33,-25.364 l 476.287,-24.962 m -489.363,440.651 517.025,-26.566 v 13.017 l -517.025,26.566 v -13.017 m 7.944,-295.55 h -71.202 a 6.5,6.5 0 0 1 0,-13 h 71.203 a 6.5,6.5 0 0 1 0,13 m 568.097,-42.692 a 6.5,6.5 0 0 1 0,13 h -65.2 a 6.5,6.5 0 0 1 0,-13 h 65.2 m 7.173,294.98 h -63.146 a 6.5,6.5 0 0 1 0,-13 h 63.146 a 6.5,6.5 0 0 1 0,13 m -582.102,20.616 h -54.045 a 6.5,6.5 0 0 1 0,-13 h 54.045 a 6.5,6.5 0 0 1 0,13"
id="_8111"
inkscape:connector-curvature="0"
style="fill:#800000;fill-opacity:1;stroke:#800000;stroke-width:1;stroke-opacity:1" />
<path
d="m 1414.302,925.378 a 150.089,150.089 0 0 0 171.252,146.263 6.3500766,6.3500766 0 0 1 2.096,12.526 159.697,159.697 0 0 1 -186.048,-158.9 6.3502425,6.3502425 0 0 1 12.7,0.111"
id="_8698"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1039.292,1374.765 h 34.3 a 6.6,6.6 0 0 1 13.2,0 v 12 h 99 v -12 a 6.6,6.6 0 0 1 13.2,0 h 144.6 a 6.6,6.6 0 0 1 13.2,0 v 12 h 119 v -12 a 6.6,6.6 0 0 1 13.2,0 h 224.3 v -26.833 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -215.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -26.767 h -15.55 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -49 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -39.1 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -48.8 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -114.25 v 24.833 a 17.5,17.5 0 0 1 -35,0 v -19.583 a 6.6,6.6 0 0 1 -2.6,-5.25 v -12 h -61.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -45.45 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -105.95 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -64.4 v 66.767 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 135.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 66.833"
id="_8699"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1204.792,1038.765 a 15,15 0 0 1 0,30 h -38.1 a 15,15 0 0 1 0,-30 h 38.1"
id="_8700"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1483.292,918.265 a 22.5,22.5 0 0 1 0,45 h -10 a 22.5,22.5 0 0 1 0,-45 h 10"
id="_8701"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1609.292,917.236 a 7,7 0 0 1 7,7 v 16 a 7,7 0 0 1 -7,7 h -16 a 7,7 0 0 1 -7,-7 v -16 a 7,7 0 0 1 7,-7 h 16"
id="_8702"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1039.292,1374.765 h 34.3 a 6.6,6.6 0 0 1 13.2,0 v 12 h 99 v -12 a 6.6,6.6 0 0 1 13.2,0 h 144.6 a 6.6,6.6 0 0 1 13.2,0 v 12 h 119 v -12 a 6.6,6.6 0 0 1 13.2,0 h 224.3 v -26.833 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -215.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -26.767 h -15.55 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -49 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -39.1 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -48.8 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -114.25 v 24.833 a 17.5,17.5 0 0 1 -35,0 v -19.583 a 6.6,6.6 0 0 1 -2.6,-5.25 v -12 h -61.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -45.45 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -105.95 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -64.4 v 66.767 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 135.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 66.833"
id="Outline_8715"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1039.292,1374.765 h 34.3 a 6.6,6.6 0 0 1 13.2,0 v 12 h 99 v -12 a 6.6,6.6 0 0 1 13.2,0 h 144.6 a 6.6,6.6 0 0 1 13.2,0 v 12 h 119 v -12 a 6.6,6.6 0 0 1 13.2,0 h 224.3 v -26.833 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -215.6 a 6.6,6.6 0 0 1 0,-13.2 h 12 v -73 h -12 a 6.6,6.6 0 0 1 0,-13.2 v -26.767 h -15.55 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -49 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -39.1 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -48.8 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -114.25 v 24.833 a 17.5,17.5 0 0 1 -35,0 v -19.583 a 6.6,6.6 0 0 1 -2.6,-5.25 v -12 h -61.5 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -45.45 a 6.6,6.6 0 0 1 -13.2,0 v -12 h -105.95 v 12 a 6.6,6.6 0 0 1 -13.2,0 h -64.4 v 66.767 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 135.6 a 6.6,6.6 0 0 1 0,13.2 h -12 v 73 h 12 a 6.6,6.6 0 0 1 0,13.2 v 66.833 m 375.01,-449.387 a 150.089,150.089 0 0 0 171.252,146.263 6.3500766,6.3500766 0 0 1 2.096,12.526 159.697,159.697 0 0 1 -186.048,-158.9 6.3502425,6.3502425 0 0 1 12.7,0.111 m 68.99,-7.113 a 22.5,22.5 0 0 1 0,45 h -10 a 22.5,22.5 0 0 1 0,-45 h 10 m -278.5,120.5 a 15,15 0 0 1 0,30 h -38.1 a 15,15 0 0 1 0,-30 h 38.1 m 404.5,-121.529 a 7,7 0 0 1 7,7 v 16 a 7,7 0 0 1 -7,7 h -16 a 7,7 0 0 1 -7,-7 v -16 a 7,7 0 0 1 7,-7 h 16"
id="_8716"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1433.792,1466.765 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 47.5 a 7,7 0 0 0 7,-7 v -46 a 7,7 0 0 0 -7,-7 h -478 a 7,7 0 0 0 -7,7 v 46 a 7,7 0 0 0 7,7 h 169.5 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 199"
id="_8564"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1433.792,1466.765 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 47.5 a 7,7 0 0 0 7,-7 v -46 a 7,7 0 0 0 -7,-7 h -478 a 7,7 0 0 0 -7,7 v 46 a 7,7 0 0 0 7,7 h 169.5 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 199"
id="Outline_8577"
inkscape:connector-curvature="0"
style="fill:none;stroke:#800000;stroke-width:1" />
<path
d="m 1433.792,1466.765 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 47.5 a 7,7 0 0 0 7,-7 v -46 a 7,7 0 0 0 -7,-7 h -478 a 7,7 0 0 0 -7,7 v 46 a 7,7 0 0 0 7,7 h 169.5 a 9,9 0 0 0 9,-9 v -1 a 6.5,6.5 0 0 1 13,0 v 1 a 9,9 0 0 0 9,9 h 199"
id="_8578"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1061.792,1548.974 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7787"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1521.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0"
id="_7788"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1521.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0"
id="Outline_7801"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1521.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0 m 6.324,27.256 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7802"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
<path
d="m 1061.792,1620.974 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7697"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1593.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0"
id="_7698"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1593.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0"
id="Outline_7711"
inkscape:connector-curvature="0"
style="fill:none;stroke:#ffffff;stroke-width:1" />
<path
d="m 1055.468,1593.718 h -16.176 v 25.246 a 0.794,0.794 0 0 0 0.713,0.79 7,7 0 0 1 -0.713,13.964 h -11.206 a 0.794,0.794 0 0 0 -0.794,0.793 v 10.413 a 0.794,0.794 0 0 0 0.794,0.794 h 67.412 a 0.794,0.794 0 0 0 0.794,-0.794 v -10.413 a 0.794,0.794 0 0 0 -0.794,-0.793 h -11.206 a 7,7 0 0 1 -0.713,-13.964 0.794,0.794 0 0 0 0.713,-0.79 v -24.453 a 0.794,0.794 0 0 0 -0.794,-0.793 h -15.381 a 7,7 0 0 1 -12.649,0 m 6.324,27.256 a 5.5565,5.5565 0 0 1 0,-11.113 5.5565,5.5565 0 0 1 0,11.113"
id="_7712"
inkscape:connector-curvature="0"
style="fill:#ff8000;fill-opacity:0.5;stroke:#ff8000;stroke-width:1;stroke-opacity:0.5" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 62 KiB

+49 -12
View File
@@ -233,8 +233,15 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Content\SheetColor.css">
<DependentUpon>SheetColor.less</DependentUpon>
</Content>
<Content Include="Content\SheetColor.min.css">
<DependentUpon>SheetColor.css</DependentUpon>
</Content>
<Content Include="Default.aspx" />
<Content Include="Home.aspx" />
<Content Include="Images\test.svg" />
<Content Include="Images\test_1.svg" />
<Content Include="site\About.aspx" />
<Content Include="App_Readme\Elmah.txt" />
@@ -256,23 +263,13 @@
<Content Include="Content\fonts.min.css">
<DependentUpon>fonts.css</DependentUpon>
</Content>
<Content Include="Content\SheetColor.css">
<DependentUpon>SheetColor.less</DependentUpon>
</Content>
<Content Include="Content\SheetColor.min.css">
<DependentUpon>SheetColor.css</DependentUpon>
</Content>
<Content Include="site\DevUtils.aspx" />
<Content Include="site\ErrorsLog.aspx" />
<Content Include="site\GlobalSearch.aspx" />
<Content Include="site\Home.aspx" />
<Content Include="Images\MT0006110.jpg" />
<Content Include="Images\test_bis.svg" />
<Content Include="Images\test_quadrato.svg" />
<Content Include="Images\test_no.svg" />
<Content Include="Images\test_b.svg" />
<Content Include="Images\test.svg" />
<Content Include="Images\Test11.svg" />
<Content Include="Images\NoData.svg" />
<Content Include="Images\test_a.svg" />
<Content Include="Images\WIP.png" />
<Content Include="site\KitRequestImporter.aspx" />
<Content Include="site\Kitting.aspx" />
@@ -302,6 +299,10 @@
<Content Include="WebUserControls\cmp_kitList.ascx" />
<Content Include="WebUserControls\cmp_login.ascx" />
<Content Include="WebUserControls\cmp_ML_ShDet.ascx" />
<Content Include="WebUserControls\cmp_MU_carts.ascx" />
<Content Include="WebUserControls\cmp_MU_stats.ascx" />
<Content Include="WebUserControls\cmp_MU_bins.ascx" />
<Content Include="WebUserControls\cmp_MU_suggestions.ascx" />
<Content Include="WebUserControls\cmp_numRow.ascx" />
<Content Include="WebUserControls\cmp_offlineOrders.ascx" />
<Content Include="WebUserControls\cmp_offOrderDetail.ascx" />
@@ -312,6 +313,7 @@
<Content Include="WebUserControls\cmp_stackList.ascx" />
<Content Include="WebUserControls\cmp_stackLoading.ascx" />
<Content Include="WebUserControls\cmp_stackNextloading.ascx" />
<Content Include="WebUserControls\cmp_MU_svgViewer.ascx" />
<Content Include="WebUserControls\cmp_taktList.ascx" />
<Content Include="WebUserControls\cmp_unloadSmart.ascx" />
<Content Include="WebUserControls\cmp_validationSummary.ascx" />
@@ -755,6 +757,34 @@
<Compile Include="WebUserControls\cmp_ML_ShDet.ascx.designer.cs">
<DependentUpon>cmp_ML_ShDet.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_MU_carts.ascx.cs">
<DependentUpon>cmp_MU_carts.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\cmp_MU_carts.ascx.designer.cs">
<DependentUpon>cmp_MU_carts.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_MU_stats.ascx.cs">
<DependentUpon>cmp_MU_stats.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\cmp_MU_stats.ascx.designer.cs">
<DependentUpon>cmp_MU_stats.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_MU_bins.ascx.cs">
<DependentUpon>cmp_MU_bins.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\cmp_MU_bins.ascx.designer.cs">
<DependentUpon>cmp_MU_bins.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_MU_suggestions.ascx.cs">
<DependentUpon>cmp_MU_suggestions.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\cmp_MU_suggestions.ascx.designer.cs">
<DependentUpon>cmp_MU_suggestions.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_numRow.ascx.cs">
<DependentUpon>cmp_numRow.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -825,6 +855,13 @@
<Compile Include="WebUserControls\cmp_stackNextloading.ascx.designer.cs">
<DependentUpon>cmp_stackNextloading.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_MU_svgViewer.ascx.cs">
<DependentUpon>cmp_MU_svgViewer.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebUserControls\cmp_MU_svgViewer.ascx.designer.cs">
<DependentUpon>cmp_MU_svgViewer.ascx</DependentUpon>
</Compile>
<Compile Include="WebUserControls\cmp_taktList.ascx.cs">
<DependentUpon>cmp_taktList.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+2
View File
@@ -63,6 +63,8 @@
<add key="_SqlCopyDir" value="\\sql2016dev\Share\NKC\"/>
<add key="_SqlImportDir" value="c:\Share\NKC\"/>
<!--Area file x scambio CAD / NESTING-->
<add key="drawBaseBath" value="C:/Users/Dell/Dropbox/SVG/SVG/"/>
<add key="srvDrawBaseBath" value="\\stor01\DropboxSteamware\SVG\SVG\"/>
<add key="cadBaseBath" value="C:\Users\Dell\Dropbox\SVG\DXF\"/>
<add key="srvCadBaseBath" value="\\stor01\DropboxSteamware\SVG\DXF\"/>
<add key="svgBasePath" value="\\stor01\DropboxSteamware\SVG\"/>
+92
View File
@@ -0,0 +1,92 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_bins.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_bins" %>
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header bg-primary text-light">BINS</h5>
<div class="card-body py-1">
<div class="row">
<div class="col-12 px-0">
<table class="table table-sm table-striped">
<thead>
<tr>
<th scope="col">Cod</th>
<th scope="col">D/T</th>
<th scope="col">%</th>
</tr>
</thead>
<tbody>
<tr class="text-success">
<th scope="row">BIN00008</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00009</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00010</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00011</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-warning">
<th scope="row">BIN00012</th>
<td>12/50</td>
<td>24%</td>
</tr>
<tr class="text-warning">
<th scope="row">BIN00013</th>
<td>10/50</td>
<td>20%</td>
</tr>
<tr class="text-warning">
<th scope="row">BIN00014</th>
<td>1/50</td>
<td>2%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00015</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00016</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00017</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00018</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00019</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00020</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00021</th>
<td>0/50</td>
<td>0%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_bins : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_bins
{
}
}
+92
View File
@@ -0,0 +1,92 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_carts.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_carts" %>
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header bg-success">CARTS</h5>
<div class="card-body py-1">
<div class="row">
<div class="col-12 px-0">
<table class="table table-sm table-striped">
<thead>
<tr>
<th scope="col">Cod</th>
<th scope="col">D/T</th>
<th scope="col">%</th>
</tr>
</thead>
<tbody>
<tr class="text-success">
<th scope="row">CR00007</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00008</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00009</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00010</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00011</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-warning">
<th scope="row">CR00012</th>
<td>12/50</td>
<td>24%</td>
</tr>
<tr class="text-warning">
<th scope="row">CR00013</th>
<td>10/50</td>
<td>20%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00014</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00015</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00016</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00017</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00018</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00019</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00020</th>
<td>0/50</td>
<td>0%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_carts : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_carts
{
}
}
+124
View File
@@ -0,0 +1,124 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_stats.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_stats" %>
<div class="row mt-2">
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-primary text-light">BINS</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">WAIT</th>
<th scope="col">WIP</th>
<th scope="col">DONE</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-danger">12</td>
<td class="text-warning">3</td>
<td class="text-success">5</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-warning">SHEET SH00000123</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">DONE</th>
<th scope="col">TOT</th>
<th scope="col">RATIO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-success">5</td>
<td class="text-warning">25</td>
<td class="text-success">20%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-1">
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-secondary text-light">BUNK ST00000A2</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">DONE</th>
<th scope="col">TOT</th>
<th scope="col">RATIO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-success">3</td>
<td class="text-warning">12</td>
<td class="text-success">25%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-1">
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-info">SHIFT B20190916.0</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">DONE</th>
<th scope="col">TOT</th>
<th scope="col">RATIO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-success">2</td>
<td class="text-warning">5</td>
<td class="text-success">40%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-success">CARTS</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">WAIT</th>
<th scope="col">WIP</th>
<th scope="col">DONE</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-danger">24</td>
<td class="text-warning">2</td>
<td class="text-success">6</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_stats : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_stats
{
}
}
@@ -0,0 +1,64 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_suggestions.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_suggestions" %>
<div class="row mt-2">
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-primary text-light">TO BIN</h5>
<div class="card-body py-1">
<div class="text-primary row">
<div class="col-5">
BIN00010
</div>
<div class="col-2">
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</div>
<div class="col-5">
<b>IT000002</b>
</div>
</div>
</div>
</div>
</div>
<div class="col-2">
</div>
<div class="col-2">
</div>
<div class="col-2">
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
<div class="card-body py-1">
<div class="text-success row">
<div class="col-5">
<b>IT000001</b>
</div>
<div class="col-2">
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</div>
<div class="col-5">
CR00007
</div>
</div>
</div>
</div>
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
<div class="card-body py-1">
<div class="bg-warning text-danger row">
<div class="col-5">
<b>IT000003</b>
</div>
<div class="col-2">
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</div>
<div class="col-5">
CR00012
</div>
</div>
</div>
</div>
</div>
</div>
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_suggestions : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_suggestions
{
}
}
@@ -0,0 +1,23 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_svgViewer.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_svgViewer" %>
<div id="uplTavola">
<link href="../api/getMUCss" rel="stylesheet" id="dynCss" />
</div>
<script type="text/javascript">
lastVal = 0;
setInterval("my_function();", 900);
function my_function() {
$.ajax({
url: "../api/getMUCssRev"
}).then(function (data) {
// se è cambiato...
if (data != lastVal) {
$('#uplTavola').load(location.href + ' #dynCss');
lastVal = data;
}
});
}
</script>
<svg width="1200" height="600" xmlns='http://www.w3.org/2000/svg' runat="server" id="svgTable">
</svg>
<asp:HiddenField ID="hfBatchID" runat="server" />
@@ -0,0 +1,69 @@
using AppData;
using SteamWare;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_svgViewer : System.Web.UI.UserControl
{
/// <summary>
/// Batch corrente...
/// </summary>
public int BatchId
{
set
{
hfBatchID.Value = value.ToString();
doUpdate();
}
get
{
int answ = 0;
int.TryParse(hfBatchID.Value, out answ);
return answ;
}
}
public void doUpdate()
{
// recupero ID del foglio corrente
int sheetId = 0;
string answ = "";
string filename = "";
try
{
// FORSE 5/5?!?
var sheetList = DataLayer.man.taSHL.getByMLStatus(BatchId, 3, 5);
if (sheetList.Count > 0)
{
sheetId = sheetList[0].SheetID;
// lo leggo da file
string baseOrig = memLayer.ML.CRS("drawBaseBath").ToLower();
string baseCurr = memLayer.ML.CRS("srvDrawBaseBath").ToLower();
filename = sheetList[0].DrawFilePath.ToLower().Replace(baseOrig, baseCurr);
// NON DOVREBEB SERVIRE MAP se è già share di rete... anche se è su MEDESIMA macchina
//filename = Server.MapPath(filename);
answ = File.ReadAllText(filename);
}
}
catch
{ }
if (answ == "")
{
// leggo SVG DI DEFAULT che indica NON PRESENTE...
filename = Server.MapPath("~/Images/NoData.svg");
answ = File.ReadAllText(filename);
}
// update componente svg!
svgTable.InnerHtml = answ;
}
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+35
View File
@@ -0,0 +1,35 @@
//------------------------------------------------------------------------------
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF.WebUserControls
{
public partial class cmp_MU_svgViewer
{
/// <summary>
/// Controllo svgTable.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl svgTable;
/// <summary>
/// Controllo hfBatchID.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfBatchID;
}
}
+78 -2
View File
@@ -2,6 +2,7 @@
using NKC_SDK;
using SteamWare;
using System;
using System.Collections.Generic;
using System.Text;
namespace NKC_WF.WebUserControls
@@ -29,18 +30,93 @@ namespace NKC_WF.WebUserControls
sb.AppendLine("DEBUG INFO:");
if (estimAnsw != null)
{
// elenchi x ricerca duplicati
List<int> partListEstim = new List<int>();
List<int> partListEstimDupl = new List<int>();
try
{
sb.AppendLine($"ESTIM: EnvNum: {estimAnsw.EnvNum} | Worktime: {estimAnsw.EstimatedWorktime / 60:N2} min | Processing Runtime {estimAnsw.ProcessingRuntime / 60:N2} min | Parts #: {estimAnsw.PartList.Count}");
foreach (var part in estimAnsw.PartList)
{
if (partListEstim.Contains(part.PartId))
{
partListEstimDupl.Add(part.PartId);
}
else
{
partListEstim.Add(part.PartId);
}
}
}
catch
{ }
try
{
sb.AppendLine($"ESTIM: EnvNum: {estimAnsw.EnvNum} | Worktime: {estimAnsw.EstimatedWorktime / 60:N2} min | Processing Runtime {estimAnsw.ProcessingRuntime / 60:N2} min | Parts #: {estimAnsw.PartList.Count} | Distinct Part # {partListEstim.Count}");
// se ho duplicati indico:
if (partListEstimDupl.Count > 0)
{
sb.AppendLine("---------------------");
sb.AppendLine($"ESTIM: FOUND {partListEstimDupl.Count} duplicate:");
foreach (var partId in partListEstimDupl)
{
sb.AppendLine($"{partId}");
}
sb.AppendLine("---------------------");
}
}
catch
{ }
}
if (nestAnsw != null)
{
// elenchi x ricerca duplicati
List<int> partListNest = new List<int>();
List<int> partListNestDupl = new List<int>();
try
{
sb.AppendLine($"NEST: EnvNum: {nestAnsw.EnvNum} | Worktime: {nestAnsw.EstimatedWorktime / 60:N2} min | Processing Runtime {nestAnsw.ProcessingRuntime / 60:N2} min | Bunks #: {nestAnsw.BunkList.Count} | Carts #: {nestAnsw.CartList.Count}");
foreach (var bunk in nestAnsw.BunkList)
{
foreach (var sheet in bunk.SheetList)
{
foreach (var part in sheet.PartList)
{
if (partListNest.Contains(part.PartId))
{
partListNestDupl.Add(part.PartId);
}
else
{
partListNest.Add(part.PartId);
}
}
}
}
}
catch
{ }
//il tot delle part è in bunk > Sheet > part
int totPartNum = 0;
foreach (var bunk in nestAnsw.BunkList)
{
foreach (var sheet in bunk.SheetList)
{
totPartNum += sheet.PartList.Count;
}
}
try
{
sb.AppendLine($"NEST: EnvNum: {nestAnsw.EnvNum} | Worktime: {nestAnsw.EstimatedWorktime / 60:N2} min | Processing Runtime {nestAnsw.ProcessingRuntime / 60:N2} min | Bunks #: {nestAnsw.BunkList.Count} | Carts #: {nestAnsw.CartList.Count} | Parts #: {totPartNum}");
// se ho duplicati indico:
if (partListNestDupl.Count > 0)
{
sb.AppendLine("---------------------");
sb.AppendLine($"ESTIM: FOUND {partListNestDupl.Count} duplicate:");
foreach (var partId in partListNestDupl)
{
sb.AppendLine($"{partId}");
}
sb.AppendLine("---------------------");
}
}
catch
{ }
+17 -456
View File
@@ -1,476 +1,37 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MachineUnload.aspx.cs" Inherits="NKC_WF.MachineUnload" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<%-- <asp:UpdatePanel runat="server" ID="uplTavola">
<ContentTemplate>
<asp:Timer runat="server" ID="timReloadCss" Interval="1000"></asp:Timer>
<link href="getDynCss" rel="stylesheet" />
</ContentTemplate>
</asp:UpdatePanel>--%>
<%-- <asp:UpdatePanel runat="server" ID="uplTavola">
<ContentTemplate>
<asp:Timer runat="server" ID="timReloadCss" Interval="1000"></asp:Timer>
<link href="api/getMUCss" rel="stylesheet" />
</ContentTemplate>
</asp:UpdatePanel>--%>
<div id="uplTavola">
<link href="../api/getMUCss" rel="stylesheet" id="dynCss" />
</div>
<script type="text/javascript">
lastVal = 0;
setInterval("my_function();", 900);
function my_function() {
$.ajax({
url: "../api/getMUCssRev"
}).then(function (data) {
// se è cambiato...
if (data != lastVal) {
$('#uplTavola').load(location.href + ' #dynCss');
lastVal = data;
}
});
}
</script>
<%@ Register Src="~/WebUserControls/cmp_MU_svgViewer.ascx" TagPrefix="uc1" TagName="cmp_MU_svgViewer" %>
<%@ Register Src="~/WebUserControls/cmp_MU_stats.ascx" TagPrefix="uc1" TagName="cmp_MU_stats" %>
<%@ Register Src="~/WebUserControls/cmp_MU_suggestions.ascx" TagPrefix="uc1" TagName="cmp_MU_suggestions" %>
<%@ Register Src="~/WebUserControls/cmp_MU_bins.ascx" TagPrefix="uc1" TagName="cmp_MU_bins" %>
<%@ Register Src="~/WebUserControls/cmp_MU_carts.ascx" TagPrefix="uc1" TagName="cmp_MU_carts" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<asp:HiddenField ID="hfBatchID" runat="server" />
<asp:UpdatePanel runat="server" ID="upnlDrawings">
<ContentTemplate>
<div class="mx-0">
<div class="card text-center" style="width: 100%;">
<h4 class="card-header bg-secondary text-light"><%: traduci("MachineUnload") %></h4>
<div class="card-body py-1 bg-dark">
<div class="row mt-2">
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-primary text-light">BINS</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">WAIT</th>
<th scope="col">WIP</th>
<th scope="col">DONE</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-danger">12</td>
<td class="text-warning">3</td>
<td class="text-success">5</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-warning">SHEET SH00000123</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">DONE</th>
<th scope="col">TOT</th>
<th scope="col">RATIO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-success">5</td>
<td class="text-warning">25</td>
<td class="text-success">20%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-1">
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-secondary text-light">BUNK ST00000A2</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">DONE</th>
<th scope="col">TOT</th>
<th scope="col">RATIO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-success">3</td>
<td class="text-warning">12</td>
<td class="text-success">25%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-1">
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-info">SHIFT B20190916.0</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">DONE</th>
<th scope="col">TOT</th>
<th scope="col">RATIO</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-success">2</td>
<td class="text-warning">5</td>
<td class="text-success">40%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-success">CARTS</h5>
<div class="card-body py-1">
<table class="table table-sm mb-0">
<thead>
<tr>
<th scope="col">WAIT</th>
<th scope="col">WIP</th>
<th scope="col">DONE</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-danger">24</td>
<td class="text-warning">2</td>
<td class="text-success">6</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<uc1:cmp_MU_stats runat="server" ID="cmp_MU_stats" />
<div class="row">
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header bg-primary text-light">BINS</h5>
<div class="card-body py-1">
<div class="row">
<div class="col-12 px-0">
<table class="table table-sm table-striped">
<thead>
<tr>
<th scope="col">Cod</th>
<th scope="col">D/T</th>
<th scope="col">%</th>
</tr>
</thead>
<tbody>
<tr class="text-success">
<th scope="row">BIN00007</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00008</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00009</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00010</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">BIN00011</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-warning">
<th scope="row">BIN00012</th>
<td>12/50</td>
<td>24%</td>
</tr>
<tr class="text-warning">
<th scope="row">BIN00013</th>
<td>10/50</td>
<td>20%</td>
</tr>
<tr class="text-warning">
<th scope="row">BIN00014</th>
<td>1/50</td>
<td>2%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00015</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00016</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00017</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00018</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00019</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00020</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00021</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00022</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00023</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00024</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00025</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">BIN00026</th>
<td>0/50</td>
<td>0%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<uc1:cmp_MU_bins runat="server" ID="cmp_MU_bins" />
</div>
<div class="col-8 py-0 my-0">
<svg width="1200" height="600" xmlns='http://www.w3.org/2000/svg' runat="server" id="svgTable">
</svg>
<uc1:cmp_MU_svgViewer runat="server" id="cmp_MU_svgViewer" />
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header bg-success">CARTS</h5>
<div class="card-body py-1">
<div class="row">
<div class="col-12 px-0">
<table class="table table-sm table-striped">
<thead>
<tr>
<th scope="col">Cod</th>
<th scope="col">D/T</th>
<th scope="col">%</th>
</tr>
</thead>
<tbody>
<tr class="text-success">
<th scope="row">CR00006</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00007</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00008</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00009</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00010</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-success">
<th scope="row">CR00011</th>
<td>50/50</td>
<td>100%</td>
</tr>
<tr class="text-warning">
<th scope="row">CR00012</th>
<td>12/50</td>
<td>24%</td>
</tr>
<tr class="text-warning">
<th scope="row">CR00013</th>
<td>10/50</td>
<td>20%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00014</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00015</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00016</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00017</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00018</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00019</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00020</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00021</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00022</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00023</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00024</th>
<td>0/50</td>
<td>0%</td>
</tr>
<tr class="text-danger">
<th scope="row">CR00025</th>
<td>0/50</td>
<td>0%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-primary text-light">TO BIN</h5>
<div class="card-body py-1">
<div class="text-primary row">
<div class="col-5">
BIN00010
</div>
<div class="col-2">
<i class="fa fa-arrow-left" aria-hidden="true"></i>
</div>
<div class="col-5">
<b>IT000002</b>
</div>
</div>
</div>
</div>
</div>
<div class="col-2">
</div>
<div class="col-2">
</div>
<div class="col-2">
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
<div class="card-body py-1">
<div class="text-success row">
<div class="col-5">
<b>IT000001</b>
</div>
<div class="col-2">
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</div>
<div class="col-5">
CR00007
</div>
</div>
</div>
</div>
</div>
<div class="col-2">
<div class="card text-center mb-2" style="width: 100%;">
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
<div class="card-body py-1">
<div class="bg-warning text-danger row">
<div class="col-5">
<b>IT000003</b>
</div>
<div class="col-2">
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</div>
<div class="col-5">
CR00012
</div>
</div>
</div>
</div>
<uc1:cmp_MU_carts runat="server" ID="cmp_MU_carts" />
</div>
</div>
<uc1:cmp_MU_suggestions runat="server" id="cmp_MU_suggestions" />
</div>
</div>
</div>
+28 -6
View File
@@ -7,14 +7,36 @@ namespace NKC_WF
{
protected void Page_Load(object sender, EventArgs e)
{
string filename = Server.MapPath("~/Images/test.svg");
string answ = File.ReadAllText(filename);
svgTable.InnerHtml = answ;
if (!Page.IsPostBack)
{
doUpdate();
}
}
protected void timReloadCss_Tick(object sender, EventArgs e)
/// <summary>
/// Batch corrente...
/// </summary>
public int BatchId
{
set
{
hfBatchID.Value = value.ToString();
}
get
{
int answ = 0;
int.TryParse(hfBatchID.Value, out answ);
return answ;
}
}
/// <summary>
/// Aggiorna componente principale e child components
/// </summary>
private void doUpdate()
{
//!!!FIXME!!! fare calcolo del VERO batch corrente...
BatchId = 242; // fixed x test!
// aggiorno child
cmp_MU_svgViewer.BatchId = BatchId;
}
}
}
+70 -23
View File
@@ -7,27 +7,74 @@
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF {
public partial class MachineUnload {
/// <summary>
/// Controllo upnlDrawings.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.UpdatePanel upnlDrawings;
/// <summary>
/// Controllo svgTable.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl svgTable;
}
namespace NKC_WF
{
public partial class MachineUnload
{
/// <summary>
/// Controllo hfBatchID.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.WebControls.HiddenField hfBatchID;
/// <summary>
/// Controllo upnlDrawings.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::System.Web.UI.UpdatePanel upnlDrawings;
/// <summary>
/// Controllo cmp_MU_stats.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::NKC_WF.WebUserControls.cmp_MU_stats cmp_MU_stats;
/// <summary>
/// Controllo cmp_MU_bins.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::NKC_WF.WebUserControls.cmp_MU_bins cmp_MU_bins;
/// <summary>
/// Controllo cmp_MU_svgViewer.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::NKC_WF.WebUserControls.cmp_MU_svgViewer cmp_MU_svgViewer;
/// <summary>
/// Controllo cmp_MU_carts.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::NKC_WF.WebUserControls.cmp_MU_carts cmp_MU_carts;
/// <summary>
/// Controllo cmp_MU_suggestions.
/// </summary>
/// <remarks>
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
/// </remarks>
protected global::NKC_WF.WebUserControls.cmp_MU_suggestions cmp_MU_suggestions;
}
}