Compare commits
37 Commits
d2c07d86a8
...
623c1d6f29
| Author | SHA1 | Date | |
|---|---|---|---|
| 623c1d6f29 | |||
| dbc86e3c40 | |||
| f58901a930 | |||
| b20ccd680e | |||
| 43e5537396 | |||
| cf655c1fa4 | |||
| 6c8bb4cfaa | |||
|
|
e41834c86a | ||
| 811ac4ba69 | |||
|
|
bca10ee9f4 | ||
| c639c6e2fc | |||
| cad8d60d59 | |||
| 2e52c0facc | |||
| afd008aa8f | |||
| e0249aa9a2 | |||
|
|
eb472a3717 | ||
|
|
2649293be3 | ||
| 12a2f52a9a | |||
|
|
05e775ae1e | ||
| 0280b9ed18 | |||
|
|
97bc1f6f5d | ||
| ea43568f5a | |||
| 5ba5acff06 | |||
| a826b5483d | |||
|
|
9e28163f81 | ||
| 9303ee6574 | |||
| 2f481e88f5 | |||
| a7d22ab6b3 | |||
| 476b88c9bc | |||
| 2ed1fcebdf | |||
| 8355940991 | |||
| 87a7ef3bc8 | |||
| 6aaeeb3315 | |||
| e467d7abda | |||
| cac66634b3 | |||
| cc566a71d0 | |||
| 1ed711953f |
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
**/thumbnail.png
|
**/thumbnail.png
|
||||||
com.inductiveautomation.perspective/session-props/props.json
|
com.inductiveautomation.perspective/session-props/props.json
|
||||||
MTN6_SCADA/com.inductiveautomation.perspective/page-config/config.json
|
MTN6_SCADA/com.inductiveautomation.perspective/page-config/config.json
|
||||||
|
conversion-report.txt
|
||||||
|
|||||||
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"scope": "G",
|
||||||
|
"version": 1,
|
||||||
|
"restricted": false,
|
||||||
|
"overridable": true,
|
||||||
|
"files": [
|
||||||
|
"view.json",
|
||||||
|
"thumbnail.png"
|
||||||
|
],
|
||||||
|
"attributes": {
|
||||||
|
"lastModification": {
|
||||||
|
"actor": "ilia-gu-autstand",
|
||||||
|
"timestamp": "2025-04-10T15:44:04Z"
|
||||||
|
},
|
||||||
|
"lastModificationSignature": "00dce028886627dd4183557aaf26186ee94fdd131fefee97618ed27d892e327d"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 148 KiB |
@ -0,0 +1,281 @@
|
|||||||
|
{
|
||||||
|
"custom": {
|
||||||
|
"activityLogger": {
|
||||||
|
"alt_pageid": "site-overview",
|
||||||
|
"start_time": {
|
||||||
|
"$": [
|
||||||
|
"ts",
|
||||||
|
192,
|
||||||
|
1744298794104
|
||||||
|
],
|
||||||
|
"$ts": 1744298794104
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
"system": {
|
||||||
|
"onShutdown": {
|
||||||
|
"config": {
|
||||||
|
"script": "\tactivityLog.productMetrics.callLogger(self, \u0027page\u0027)"
|
||||||
|
},
|
||||||
|
"scope": "G",
|
||||||
|
"type": "script"
|
||||||
|
},
|
||||||
|
"onStartup": {
|
||||||
|
"config": {
|
||||||
|
"script": "\tself.custom.activityLogger.start_time \u003d system.date.now()"
|
||||||
|
},
|
||||||
|
"scope": "G",
|
||||||
|
"type": "script"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"params": {},
|
||||||
|
"propConfig": {
|
||||||
|
"custom.activityLogger": {
|
||||||
|
"persistent": true
|
||||||
|
},
|
||||||
|
"custom.activityLogger.pageid": {
|
||||||
|
"binding": {
|
||||||
|
"config": {
|
||||||
|
"expression": "{page.props.path}"
|
||||||
|
},
|
||||||
|
"transforms": [
|
||||||
|
{
|
||||||
|
"code": "\tif value \u003d\u003d\u0027/\u0027 or value \u003d\u003d \u0027\u0027 or value \u003d\u003d None:\n\t\treturn self.custom.activityLogger.alt_pageid.lower()\n\telse:\n\t\treturn value[1:].lower()",
|
||||||
|
"type": "script"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "expr"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"defaultSize": {
|
||||||
|
"height": 1028,
|
||||||
|
"width": 1850
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"root": {
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Image"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 1,
|
||||||
|
"width": 1
|
||||||
|
},
|
||||||
|
"propConfig": {
|
||||||
|
"props.source": {
|
||||||
|
"binding": {
|
||||||
|
"config": {
|
||||||
|
"expression": "\"http://127.0.0.1:5500/Global%20Overview.svg?var\" + toMillis(now(1000)) "
|
||||||
|
},
|
||||||
|
"type": "expr"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"fit": {
|
||||||
|
"mode": "fill"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.display.image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.0691,
|
||||||
|
"y": 0.1477
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm01-singulated-inbound",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM01"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_0"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.065,
|
||||||
|
"y": 0.553
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm02-singulated-inbound",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM02"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.3465,
|
||||||
|
"y": 0.2375
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm03-non-con",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM03"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_2"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"rotate": {
|
||||||
|
"anchor": "50% -165%"
|
||||||
|
},
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.4955,
|
||||||
|
"y": 0.1559
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm04-bulk-inbound-problem-solve",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM04"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_3"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.4594,
|
||||||
|
"y": 0.0215
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm04-south-bulk-inbound,-fluid-outbound-and-problem-solve_chutes",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM04_CH"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_4"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.4625,
|
||||||
|
"y": 0.742
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm05-bulk-inbound-problem-solve",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM05"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_5"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.528,
|
||||||
|
"y": 0.9089
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm05-bulk-inbound-problem-solve-chutes",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM05_CH"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_6"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.7631,
|
||||||
|
"y": 0.428
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm06-non-con",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM06"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "Area_Nav_Button_7"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 0.0278,
|
||||||
|
"width": 0.0833,
|
||||||
|
"x": 0.5567,
|
||||||
|
"y": 0.3403
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"pageid": "mcm07-bypass",
|
||||||
|
"panel_id": "value",
|
||||||
|
"text": "MCM07"
|
||||||
|
},
|
||||||
|
"path": "Custom-Views/Area_Nav_Button"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meta": {
|
||||||
|
"name": "root"
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"mode": "percent",
|
||||||
|
"style": {
|
||||||
|
"backgroundColor": "#EEEEEE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "ia.container.coord"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -6,9 +6,9 @@
|
|||||||
"$": [
|
"$": [
|
||||||
"ts",
|
"ts",
|
||||||
192,
|
192,
|
||||||
1744104467880
|
1744298716080
|
||||||
],
|
],
|
||||||
"$ts": 1744104467880
|
"$ts": 1744298716080
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
"props": {
|
"props": {
|
||||||
"defaultSize": {
|
"defaultSize": {
|
||||||
"height": 50,
|
"height": 50,
|
||||||
"width": 723
|
"width": 446
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|||||||
@ -9,9 +9,9 @@
|
|||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"lastModification": {
|
"lastModification": {
|
||||||
"actor": "external",
|
"actor": "admin",
|
||||||
"timestamp": "2025-04-08T09:28:16Z"
|
"timestamp": "2025-04-11T09:54:58Z"
|
||||||
},
|
},
|
||||||
"lastModificationSignature": "626d84035e32dbe40aef0687771532d3db0444467768986c57e7bb4846ff2de3"
|
"lastModificationSignature": "57cdca8d0d38b4c9284afd0b68418135e8c00a9989c0f353accef8d769c6e295"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 58 KiB |
@ -6191,6 +6191,38 @@
|
|||||||
"path": "Symbol-Views/Equipment-Views/Estop"
|
"path": "Symbol-Views/Equipment-Views/Estop"
|
||||||
},
|
},
|
||||||
"type": "ia.display.view"
|
"type": "ia.display.view"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"name": "NCP1_8_FIO1"
|
||||||
|
},
|
||||||
|
"position": {
|
||||||
|
"height": 20,
|
||||||
|
"width": 20,
|
||||||
|
"x": 1311.54,
|
||||||
|
"y": 77.8856
|
||||||
|
},
|
||||||
|
"props": {
|
||||||
|
"params": {
|
||||||
|
"directionLeft": false,
|
||||||
|
"forceFaultStatus": null,
|
||||||
|
"forceRunningStatus": null,
|
||||||
|
"tagProps": [
|
||||||
|
"System/MCM03/Status/NCP1-8",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value",
|
||||||
|
"value"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"path": "Symbol-Views/Device-Views/DeviceStatus"
|
||||||
|
},
|
||||||
|
"type": "ia.display.view"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"meta": {
|
"meta": {
|
||||||
|
|||||||
@ -9,9 +9,9 @@
|
|||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"lastModification": {
|
"lastModification": {
|
||||||
"actor": "external",
|
"actor": "admin",
|
||||||
"timestamp": "2025-04-08T09:28:16Z"
|
"timestamp": "2025-04-11T09:54:59Z"
|
||||||
},
|
},
|
||||||
"lastModificationSignature": "464ca37a6c02d163ebda9a8707174d527bf8ac73b1d688c4cad4828bed4eb1a2"
|
"lastModificationSignature": "accb522079ae818df4f1d5c6b0db8157a214bc64f05986ebd22ce17052231379"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 72 KiB |
@ -9,9 +9,9 @@
|
|||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"lastModification": {
|
"lastModification": {
|
||||||
"actor": "external",
|
"actor": "admin",
|
||||||
"timestamp": "2025-04-08T09:28:16Z"
|
"timestamp": "2025-04-11T09:54:55Z"
|
||||||
},
|
},
|
||||||
"lastModificationSignature": "6cea978ae262f5114ffcc967d8fa27ce61eab4ffaef3743cbbfed123faf0861f"
|
"lastModificationSignature": "0008026c8d7b565e6bc399f718a4b96b6bc473754befa5ed00479ed2742ea264"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 92 KiB |
@ -7591,7 +7591,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PRS1_4_JR1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7626,7 +7626,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PRS1_6_S1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7661,7 +7661,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PRS1_6_S2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7696,7 +7696,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord/ULC1-3-EPC2",
|
"System/MCM05/PullChord/PRS2_1_EPC1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7731,7 +7731,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/ULC1-3-EPC2_Line_2",
|
"System/MCM05/Good Pull Chord/PRS2_1_EPC1_Line_1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7766,7 +7766,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord/ULC1-3-EPC2",
|
"System/MCM05/PullChord/PRS2_1_EPC2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7801,7 +7801,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/ULC1-3-EPC2_Line_2",
|
"System/MCM05/Good Pull Chord/PRS2_1_EPC2_Line_1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7836,7 +7836,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord_End/ULC1-3-EPC2_END",
|
"System/MCM05/PullChord_End/PRS2_1_EPC1_END",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7871,7 +7871,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord_End/ULC1-3-EPC2_END",
|
"System/MCM05/PullChord_End/PRS2_1_EPC2_END",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7906,7 +7906,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/ULC1-3-EPC2_Line_2",
|
"System/MCM05/Good Pull Chord/PRS2_1_EPC2_Line_2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7941,7 +7941,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/ULC1-3-EPC2_Line_2",
|
"System/MCM05/Good Pull Chord/PRS2_1_EPC1_Line_2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -7976,7 +7976,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord/ULC1-3-EPC2",
|
"System/MCM05/PullChord/PRS1_6_EPC1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8011,7 +8011,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord/ULC1-3-EPC2",
|
"System/MCM05/PullChord/PRS1_6_EPC2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8046,7 +8046,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/ULC1-3-EPC2_Line_2",
|
"System/MCM05/Good Pull Chord/PRS1_6_EPC1_Line",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8081,7 +8081,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/ULC1-3-EPC2_Line_2",
|
"System/MCM05/Good Pull Chord/PRS1_6_EPC2_Line",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8116,7 +8116,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord_End/ULC1-3-EPC2_END",
|
"System/MCM05/PullChord_End/ULC1-3-EPC2_END_0",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8151,7 +8151,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord_End/ULC1-3-EPC2_END",
|
"System/MCM05/PullChord_End/ULC1-3-EPC2_END_1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8186,7 +8186,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/ControlCabinet/ULGLA_DPM1",
|
"System/MCM05/ControlCabinet/FL_DPM3",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8221,7 +8221,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/ControlCabinet/ULGLA_DPM1",
|
"System/MCM05/ControlCabinet/FL_DPM4",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8256,7 +8256,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PS9_3CH6_S1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8291,7 +8291,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PS9_3CH4_S1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8326,7 +8326,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PS9_3CH2_S1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8361,7 +8361,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PS9_3CH1_S1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8396,7 +8396,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Estop/PRS1_3_JR1",
|
"System/MCM05/Estop/PS9_3_JR1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8436,7 +8436,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Status/PS9-2",
|
"System/MCM05/Status/PS9-3",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8471,7 +8471,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord/PS9-2-EPC1",
|
"System/MCM05/PullChord/PS9-3-EPC1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8506,7 +8506,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/PS9-2-EPC1_Line",
|
"System/MCM05/Good Pull Chord/PS9-3-EPC1_Line_1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8541,7 +8541,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/Good Pull Chord/PS9-2-EPC1_Line",
|
"System/MCM05/Good Pull Chord/PS9-3-EPC1_Line_2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8576,7 +8576,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"System/MCM05/PullChord_End/PS9-2-EPC1_END",
|
"System/MCM05/PullChord_End/PS9-3-EPC1_END",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8611,7 +8611,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"value",
|
"System/MCM05/StatusNonPowered/PS9-4CH",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8646,7 +8646,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"value",
|
"System/MCM05/StatusNonPowered/PRS1-5CH",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8681,7 +8681,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"value",
|
"System/MCM05/StatusNonPowered/PS9-3CH4",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8716,7 +8716,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"value",
|
"System/MCM05/StatusNonPowered/PS9-3CH6",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8751,7 +8751,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"value",
|
"System/MCM05/StatusNonPowered/PS9-3CH2",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
@ -8786,7 +8786,7 @@
|
|||||||
"forceFaultStatus": null,
|
"forceFaultStatus": null,
|
||||||
"forceRunningStatus": null,
|
"forceRunningStatus": null,
|
||||||
"tagProps": [
|
"tagProps": [
|
||||||
"value",
|
"System/MCM05/StatusNonPowered/PS9-3CH1",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
"value",
|
"value",
|
||||||
|
|||||||
@ -9,9 +9,9 @@
|
|||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"lastModification": {
|
"lastModification": {
|
||||||
"actor": "external",
|
"actor": "admin",
|
||||||
"timestamp": "2025-04-08T09:28:16Z"
|
"timestamp": "2025-04-11T09:52:24Z"
|
||||||
},
|
},
|
||||||
"lastModificationSignature": "9ff922b2664be2dd538f4874e569e006dee646ae7b755fa460cca0055daf0d49"
|
"lastModificationSignature": "970d08afee7f1cd632e9001cd23accb0ba24c199672de4e3db8207b0de62f93a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 55 KiB |
7082
image_server/Global Overview.svg
Normal file
|
After Width: | Height: | Size: 297 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 412 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 57 KiB |
@ -1,219 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
||||||
|
|
||||||
<svg
|
|
||||||
width="100"
|
|
||||||
height="350"
|
|
||||||
viewBox="0 0 26.458334 92.604164"
|
|
||||||
version="1.1"
|
|
||||||
id="svg1"
|
|
||||||
inkscape:version="1.4 (86a8ad7, 2024-10-11)"
|
|
||||||
sodipodi:docname="mcm05_new.svg"
|
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg">
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="namedview1"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#000000"
|
|
||||||
borderopacity="0.25"
|
|
||||||
inkscape:showpageshadow="2"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pagecheckerboard="0"
|
|
||||||
inkscape:deskcolor="#d1d1d1"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:zoom="4.525404"
|
|
||||||
inkscape:cx="35.576934"
|
|
||||||
inkscape:cy="141.09238"
|
|
||||||
inkscape:window-width="3840"
|
|
||||||
inkscape:window-height="2054"
|
|
||||||
inkscape:window-x="-11"
|
|
||||||
inkscape:window-y="-11"
|
|
||||||
inkscape:window-maximized="1"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showguides="true">
|
|
||||||
<sodipodi:guide
|
|
||||||
position="13.271836,85.705148"
|
|
||||||
orientation="1,0"
|
|
||||||
id="guide19"
|
|
||||||
inkscape:locked="false" />
|
|
||||||
<sodipodi:guide
|
|
||||||
position="25.374347,46.298907"
|
|
||||||
orientation="0,-1"
|
|
||||||
id="guide20"
|
|
||||||
inkscape:locked="false" />
|
|
||||||
</sodipodi:namedview>
|
|
||||||
<defs
|
|
||||||
id="defs1" />
|
|
||||||
<g
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1">
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect103"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-11.191227"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC1" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect1"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-16.577967"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC2" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect2"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-21.946981"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC3" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect3"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-27.333731"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC4" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect4"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-32.734062"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC5" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect5"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-38.120811"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC6" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect6"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-43.48983"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC7" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect7"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-48.876579"
|
|
||||||
y="10.679435"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC8" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect10"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-54.254383"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC9" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect11"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-59.641125"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC10" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect12"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-65.010147"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC11" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect13"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-70.396896"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC12" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect14"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-75.797226"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC13" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect15"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-81.183975"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC14" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.120996;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="rect16"
|
|
||||||
width="5.1706705"
|
|
||||||
height="5.170671"
|
|
||||||
x="-86.552994"
|
|
||||||
y="10.687081"
|
|
||||||
ry="0"
|
|
||||||
rx="0"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
inkscape:label="PRS3_6_ERSC15" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 6.5 KiB |
@ -24,12 +24,12 @@
|
|||||||
inkscape:pagecheckerboard="0"
|
inkscape:pagecheckerboard="0"
|
||||||
inkscape:deskcolor="#d1d1d1"
|
inkscape:deskcolor="#d1d1d1"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:zoom="1.4142136"
|
inkscape:zoom="2.8284271"
|
||||||
inkscape:cx="-8.4852814"
|
inkscape:cx="701.44992"
|
||||||
inkscape:cy="822.01163"
|
inkscape:cy="717.00627"
|
||||||
inkscape:window-width="3840"
|
inkscape:window-width="3840"
|
||||||
inkscape:window-height="2054"
|
inkscape:window-height="2054"
|
||||||
inkscape:window-x="-11"
|
inkscape:window-x="3829"
|
||||||
inkscape:window-y="-11"
|
inkscape:window-y="-11"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="g1"
|
inkscape:current-layer="g1"
|
||||||
@ -37,6 +37,18 @@
|
|||||||
position="570.03125,271.625"
|
position="570.03125,271.625"
|
||||||
orientation="0,-1"
|
orientation="0,-1"
|
||||||
id="guide3"
|
id="guide3"
|
||||||
|
inkscape:locked="false" /><sodipodi:guide
|
||||||
|
position="534.7031,609.3594"
|
||||||
|
orientation="0,-1"
|
||||||
|
id="guide1"
|
||||||
|
inkscape:locked="false" /><sodipodi:guide
|
||||||
|
position="977.56245,474.25003"
|
||||||
|
orientation="0,-1"
|
||||||
|
id="guide7"
|
||||||
|
inkscape:locked="false" /><sodipodi:guide
|
||||||
|
position="506,462.25"
|
||||||
|
orientation="1,0"
|
||||||
|
id="guide38"
|
||||||
inkscape:locked="false" /></sodipodi:namedview><defs
|
inkscape:locked="false" /></sodipodi:namedview><defs
|
||||||
id="defs1" /><g
|
id="defs1" /><g
|
||||||
inkscape:label="Layer 1"
|
inkscape:label="Layer 1"
|
||||||
@ -85,9 +97,9 @@
|
|||||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8"
|
id="rect1-8-1-7-8"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="29.705261"
|
height="45.4552"
|
||||||
x="-495.8447"
|
x="-495.8447"
|
||||||
y="1143.6759"
|
y="1127.6759"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2545483"
|
inkscape:transform-center-y="8.2545483"
|
||||||
@ -97,7 +109,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="27.705261"
|
height="27.705261"
|
||||||
x="-495.8447"
|
x="-495.8447"
|
||||||
y="1114.1754"
|
y="1098.1754"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2545483"
|
inkscape:transform-center-y="8.2545483"
|
||||||
@ -107,7 +119,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="28.205261"
|
height="28.205261"
|
||||||
x="-495.8447"
|
x="-495.8447"
|
||||||
y="1083.9819"
|
y="1067.9819"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2545483"
|
inkscape:transform-center-y="8.2545483"
|
||||||
@ -117,7 +129,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="26.705261"
|
height="26.705261"
|
||||||
x="-495.8447"
|
x="-495.8447"
|
||||||
y="1055.3569"
|
y="1039.3569"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2545483"
|
inkscape:transform-center-y="8.2545483"
|
||||||
@ -127,7 +139,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="34.205261"
|
||||||
x="-495.8447"
|
x="-495.8447"
|
||||||
y="1019.3569"
|
y="1003.3569"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39246951"
|
inkscape:transform-center-x="-0.39246951"
|
||||||
inkscape:transform-center-y="8.2545483"
|
inkscape:transform-center-y="8.2545483"
|
||||||
@ -137,7 +149,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="557.22095"
|
height="557.22095"
|
||||||
x="-495.8447"
|
x="-495.8447"
|
||||||
y="459.75034"
|
y="443.75034"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39259157"
|
inkscape:transform-center-x="-0.39259157"
|
||||||
inkscape:transform-center-y="8.2545483"
|
inkscape:transform-center-y="8.2545483"
|
||||||
@ -147,7 +159,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="37.205261"
|
height="37.205261"
|
||||||
x="-789.3158"
|
x="-789.3158"
|
||||||
y="1015.9194"
|
y="999.91937"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2546398"
|
inkscape:transform-center-y="8.2546398"
|
||||||
@ -157,7 +169,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="28.205261"
|
height="28.205261"
|
||||||
x="-789.3158"
|
x="-789.3158"
|
||||||
y="1054.9193"
|
y="1038.9193"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39246951"
|
inkscape:transform-center-x="-0.39246951"
|
||||||
inkscape:transform-center-y="8.2546398"
|
inkscape:transform-center-y="8.2546398"
|
||||||
@ -167,7 +179,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="27.205261"
|
height="27.205261"
|
||||||
x="-789.3158"
|
x="-789.3158"
|
||||||
y="1084.7917"
|
y="1068.7917"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2546398"
|
inkscape:transform-center-y="8.2546398"
|
||||||
@ -177,7 +189,7 @@
|
|||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="28.705261"
|
height="28.705261"
|
||||||
x="-789.3158"
|
x="-789.3158"
|
||||||
y="1113.8569"
|
y="1097.8569"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2546398"
|
inkscape:transform-center-y="8.2546398"
|
||||||
@ -185,9 +197,9 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-7-7-3-0-4-8"
|
id="rect1-8-1-7-8-8-8-9-9-7-7-3-0-4-8"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="27.205261"
|
height="43.455322"
|
||||||
x="-789.3158"
|
x="-789.3158"
|
||||||
y="1144.2319"
|
y="1128.2319"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39253054"
|
inkscape:transform-center-x="-0.39253054"
|
||||||
inkscape:transform-center-y="8.2546398"
|
inkscape:transform-center-y="8.2546398"
|
||||||
@ -207,7 +219,7 @@
|
|||||||
width="18.927856"
|
width="18.927856"
|
||||||
height="557.61487"
|
height="557.61487"
|
||||||
x="-789.177"
|
x="-789.177"
|
||||||
y="456.68228"
|
y="440.68228"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-9.0628018"
|
inkscape:transform-center-x="-9.0628018"
|
||||||
inkscape:transform-center-y="8.1353323"
|
inkscape:transform-center-y="8.1353323"
|
||||||
@ -257,7 +269,7 @@
|
|||||||
width="18.992125"
|
width="18.992125"
|
||||||
height="38.684772"
|
height="38.684772"
|
||||||
x="-238.23222"
|
x="-238.23222"
|
||||||
y="742.23645"
|
y="728.49902"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.79071299"
|
inkscape:transform-center-x="-0.79071299"
|
||||||
inkscape:transform-center-y="12.820117"
|
inkscape:transform-center-y="12.820117"
|
||||||
@ -267,7 +279,7 @@
|
|||||||
width="18.998789"
|
width="18.998789"
|
||||||
height="43.951111"
|
height="43.951111"
|
||||||
x="-238.23552"
|
x="-238.23552"
|
||||||
y="782.60657"
|
y="768.55975"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.50097893"
|
inkscape:transform-center-x="-0.50097893"
|
||||||
inkscape:transform-center-y="12.824643"
|
inkscape:transform-center-y="12.824643"
|
||||||
@ -277,7 +289,7 @@
|
|||||||
width="19.00116"
|
width="19.00116"
|
||||||
height="49.046856"
|
height="49.046856"
|
||||||
x="-238.25957"
|
x="-238.25957"
|
||||||
y="828.18579"
|
y="814.02954"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.41368154"
|
inkscape:transform-center-x="-0.41368154"
|
||||||
inkscape:transform-center-y="12.826221"
|
inkscape:transform-center-y="12.826221"
|
||||||
@ -287,30 +299,20 @@
|
|||||||
width="19.001398"
|
width="19.001398"
|
||||||
height="49.056545"
|
height="49.056545"
|
||||||
x="-238.26445"
|
x="-238.26445"
|
||||||
y="879.17053"
|
y="864.54919"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.40532106"
|
inkscape:transform-center-x="-0.40532106"
|
||||||
inkscape:transform-center-y="12.826421"
|
inkscape:transform-center-y="12.826421"
|
||||||
transform="rotate(-90)" /><rect
|
transform="rotate(-90)" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.999959;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-9-7-2-7"
|
id="rect1-9-7-2-7"
|
||||||
width="19.001629"
|
width="19.000042"
|
||||||
height="49.065948"
|
height="49.06599"
|
||||||
x="-238.26909"
|
x="-238.26749"
|
||||||
y="930.20227"
|
y="915.0506"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="-0.39726855"
|
inkscape:transform-center-x="-0.39728987"
|
||||||
inkscape:transform-center-y="12.826635"
|
inkscape:transform-center-y="12.825569"
|
||||||
transform="rotate(-90)" /><rect
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.62296;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
|
||||||
id="rect1-9-7-2-7-62"
|
|
||||||
width="18.374186"
|
|
||||||
height="65.043045"
|
|
||||||
x="-237.92326"
|
|
||||||
y="981.51715"
|
|
||||||
rx="0"
|
|
||||||
inkscape:transform-center-x="-1.5456187"
|
|
||||||
inkscape:transform-center-y="12.403011"
|
|
||||||
transform="rotate(-90)" /><rect
|
transform="rotate(-90)" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-9-7-2-7-62-6-8"
|
id="rect1-9-7-2-7-62-6-8"
|
||||||
@ -351,143 +353,143 @@
|
|||||||
transform="rotate(-90)" /><rect
|
transform="rotate(-90)" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0"
|
||||||
width="19.205261"
|
width="19.205292"
|
||||||
height="34.205261"
|
height="43.083771"
|
||||||
x="506.9213"
|
x="506.9213"
|
||||||
y="427.97794"
|
y="419.09946"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.308777"
|
||||||
x="532.80634"
|
x="532.80634"
|
||||||
y="428.24664"
|
y="419.14313"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.205261"
|
||||||
x="600.45398"
|
x="600.45398"
|
||||||
y="428.12424"
|
y="419.12424"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.080261"
|
||||||
x="574.39801"
|
x="574.39801"
|
||||||
y="428.11298"
|
y="419.23798"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.267761"
|
||||||
x="667.16467"
|
x="667.16467"
|
||||||
y="428.15326"
|
y="419.09076"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="625.99744"
|
x="625.99744"
|
||||||
y="427.89072"
|
y="419.14072"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="733.79443"
|
x="733.79443"
|
||||||
y="427.99686"
|
y="419.24686"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.830261"
|
||||||
x="693.00775"
|
x="693.00775"
|
||||||
y="427.87485"
|
y="419.24985"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-71"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-71"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.392761"
|
||||||
x="775.87122"
|
x="775.87122"
|
||||||
y="428.2775"
|
y="419.09"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-8"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-8"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.330261"
|
||||||
x="842.63837"
|
x="842.63837"
|
||||||
y="428.23782"
|
y="419.11282"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-7"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-7"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="801.31366"
|
x="801.31366"
|
||||||
y="427.98148"
|
y="419.23148"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.017761"
|
||||||
x="908.99365"
|
x="908.99365"
|
||||||
y="428.02826"
|
y="419.21576"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.017761"
|
||||||
x="868.35645"
|
x="868.35645"
|
||||||
y="428.00629"
|
y="419.19379"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-5"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-5"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.142761"
|
||||||
x="961.91467"
|
x="961.91467"
|
||||||
y="428.02826"
|
y="419.09076"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-0"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-0"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.080261"
|
||||||
x="935.80872"
|
x="935.80872"
|
||||||
y="428.00629"
|
y="419.13129"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-7"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-7"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.080231"
|
||||||
x="961.32007"
|
x="961.32007"
|
||||||
y="510.22006"
|
y="510.22006"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -496,7 +498,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-4"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-4"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.690544"
|
||||||
x="506.86719"
|
x="506.86719"
|
||||||
y="510.40771"
|
y="510.40771"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -505,7 +507,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-5"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-5"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="573.73944"
|
x="573.73944"
|
||||||
y="510.40991"
|
y="510.40991"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -514,7 +516,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-3"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-3"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.690544"
|
||||||
x="532.5376"
|
x="532.5376"
|
||||||
y="510.38013"
|
y="510.38013"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -523,7 +525,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-7"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-7"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955738"
|
||||||
x="625.33887"
|
x="625.33887"
|
||||||
y="510.18765"
|
y="510.18765"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -532,7 +534,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-3"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-3"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.044125"
|
||||||
x="599.66315"
|
x="599.66315"
|
||||||
y="510.16568"
|
y="510.16568"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -541,7 +543,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-4"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-4"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.044094"
|
||||||
x="692.34918"
|
x="692.34918"
|
||||||
y="510.17175"
|
y="510.17175"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -550,7 +552,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-6"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-6"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955708"
|
||||||
x="666.64948"
|
x="666.64948"
|
||||||
y="510.18103"
|
y="510.18103"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -559,7 +561,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-71-2"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-71-2"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955708"
|
||||||
x="733.69366"
|
x="733.69366"
|
||||||
y="510.12128"
|
y="510.12128"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -568,7 +570,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-8-2"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-8-2"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.867321"
|
||||||
x="800.65509"
|
x="800.65509"
|
||||||
y="510.27844"
|
y="510.27844"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -577,7 +579,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-7-2"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-7-2"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="775.08038"
|
x="775.08038"
|
||||||
y="510.31897"
|
y="510.31897"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -586,7 +588,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-8"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-8"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="867.69788"
|
x="867.69788"
|
||||||
y="510.30322"
|
y="510.30322"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -595,7 +597,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-4"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-4"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="842.12317"
|
x="842.12317"
|
||||||
y="510.26562"
|
y="510.26562"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -604,7 +606,7 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-5-8"
|
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-5-8"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="935.15015"
|
x="935.15015"
|
||||||
y="510.30322"
|
y="510.30322"
|
||||||
rx="0"
|
rx="0"
|
||||||
@ -613,279 +615,319 @@
|
|||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-0-9"
|
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-0-9"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.830261"
|
||||||
x="909.04419"
|
x="909.04419"
|
||||||
y="510.28125"
|
y="510.28125"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.982002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
|
id="rect2"
|
||||||
|
width="19.017998"
|
||||||
|
height="19.017998"
|
||||||
|
x="-238.29939"
|
||||||
|
y="965.87146"
|
||||||
|
rx="0"
|
||||||
|
inkscape:transform-center-x="-0.15401637"
|
||||||
|
inkscape:transform-center-y="12.837694"
|
||||||
|
transform="rotate(-90)" /><rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.982002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
|
id="rect3"
|
||||||
|
width="19.017998"
|
||||||
|
height="19.017998"
|
||||||
|
x="-238.25522"
|
||||||
|
y="986.466"
|
||||||
|
rx="0"
|
||||||
|
inkscape:transform-center-x="-0.15401637"
|
||||||
|
inkscape:transform-center-y="12.837694"
|
||||||
|
transform="rotate(-90)" /><rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.982002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
|
id="rect4"
|
||||||
|
width="19.017998"
|
||||||
|
height="19.017998"
|
||||||
|
x="-238.21101"
|
||||||
|
y="1006.9722"
|
||||||
|
rx="0"
|
||||||
|
inkscape:transform-center-x="-0.15401637"
|
||||||
|
inkscape:transform-center-y="12.837694"
|
||||||
|
transform="rotate(-90)" /><rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.982002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
|
id="rect5"
|
||||||
|
width="19.017998"
|
||||||
|
height="19.017998"
|
||||||
|
x="-238.21101"
|
||||||
|
y="1027.655"
|
||||||
|
rx="0"
|
||||||
|
inkscape:transform-center-x="-0.15401637"
|
||||||
|
inkscape:transform-center-y="12.837694"
|
||||||
|
transform="rotate(-90)" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-8"
|
id="rect8"
|
||||||
width="19.205261"
|
width="19.205292"
|
||||||
height="34.205261"
|
height="43.083771"
|
||||||
x="958.89948"
|
x="506.44336"
|
||||||
y="721.73431"
|
y="712.79138"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-41"
|
id="rect9"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.308777"
|
||||||
x="504.22675"
|
x="532.32843"
|
||||||
y="721.75134"
|
y="712.83508"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-8"
|
id="rect10"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.205261"
|
||||||
x="571.099"
|
x="599.97607"
|
||||||
y="721.75354"
|
y="712.81616"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-5"
|
id="rect11"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.080261"
|
||||||
x="529.89716"
|
x="573.9201"
|
||||||
y="721.72375"
|
y="712.92993"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-96"
|
id="rect12"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.267761"
|
||||||
x="622.69843"
|
x="666.68677"
|
||||||
y="721.53125"
|
y="712.78271"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-6"
|
id="rect13"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="597.02271"
|
x="625.51953"
|
||||||
y="721.50928"
|
y="712.83264"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-0"
|
id="rect14"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="689.70874"
|
x="733.31653"
|
||||||
y="721.51538"
|
y="712.93878"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-5"
|
id="rect15"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.830261"
|
||||||
x="664.00903"
|
x="692.52985"
|
||||||
y="721.52466"
|
y="712.94177"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-71-0"
|
id="rect16"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.392761"
|
||||||
x="731.05322"
|
x="775.39331"
|
||||||
y="721.4649"
|
y="712.78192"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-8-9"
|
id="rect17"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.330261"
|
||||||
x="798.01465"
|
x="842.16046"
|
||||||
y="721.62207"
|
y="712.80475"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-7-3"
|
id="rect18"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="772.43994"
|
x="800.83575"
|
||||||
y="721.6626"
|
y="712.9234"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-3"
|
id="rect19"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.017761"
|
||||||
x="865.05743"
|
x="908.51575"
|
||||||
y="721.64685"
|
y="712.90771"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-8"
|
id="rect20"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.017761"
|
||||||
x="839.48273"
|
x="867.87854"
|
||||||
y="721.60925"
|
y="712.88574"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-5-9"
|
id="rect21"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.142761"
|
||||||
x="932.5097"
|
x="961.43677"
|
||||||
y="721.64685"
|
y="712.78271"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-0-6"
|
id="rect22"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.080261"
|
||||||
x="906.40375"
|
x="935.33081"
|
||||||
y="721.62488"
|
y="712.82324"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-8-8"
|
id="rect23"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.080231"
|
||||||
x="958.75555"
|
x="960.84216"
|
||||||
y="803.71283"
|
y="803.91199"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-41-5"
|
id="rect24"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.690544"
|
||||||
x="504.08279"
|
x="506.38928"
|
||||||
y="803.69037"
|
y="804.09967"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-8-7"
|
id="rect25"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="570.95508"
|
x="573.26154"
|
||||||
y="803.69257"
|
y="804.10187"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-5-8"
|
id="rect26"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.690544"
|
||||||
x="529.75323"
|
x="532.05969"
|
||||||
y="803.66278"
|
y="804.07208"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-96-4"
|
id="rect27"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955738"
|
||||||
x="622.5545"
|
x="624.86096"
|
||||||
y="803.47028"
|
y="803.87958"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-6-4"
|
id="rect28"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.044125"
|
||||||
x="596.87878"
|
x="599.18524"
|
||||||
y="803.4483"
|
y="803.8576"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-0-5"
|
id="rect29"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="43.044094"
|
||||||
x="689.56482"
|
x="691.87128"
|
||||||
y="803.45441"
|
y="803.86371"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-5-3"
|
id="rect30"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955708"
|
||||||
x="663.86511"
|
x="666.17157"
|
||||||
y="803.46368"
|
y="803.87299"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-71-0-8"
|
id="rect31"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955708"
|
||||||
x="730.9093"
|
x="733.21576"
|
||||||
y="803.40393"
|
y="803.81323"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-8-9-7"
|
id="rect32"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.867321"
|
||||||
x="797.87073"
|
x="800.17719"
|
||||||
y="803.5611"
|
y="803.9704"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-7-3-4"
|
id="rect33"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="772.29602"
|
x="774.60248"
|
||||||
y="803.60162"
|
y="804.01093"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-3-2"
|
id="rect34"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="864.91351"
|
x="867.21997"
|
||||||
y="803.58588"
|
y="803.99518"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-8-0"
|
id="rect35"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.778931"
|
||||||
x="839.33881"
|
x="841.64526"
|
||||||
y="803.54828"
|
y="803.95758"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /><rect
|
inkscape:transform-center-y="0.39248777" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-4-0-2-7-9-9-5-9-0"
|
id="rect36"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.955261"
|
||||||
x="932.36578"
|
x="934.67224"
|
||||||
y="803.58588"
|
y="803.99518"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39245726" /><rect
|
inkscape:transform-center-y="0.39245726" /><rect
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill"
|
||||||
id="rect1-8-1-7-8-8-8-9-9-4-1-6-9-3-9-5-3-0-6-8"
|
id="rect37"
|
||||||
width="19.205261"
|
width="19.205261"
|
||||||
height="34.205261"
|
height="42.830261"
|
||||||
x="906.25983"
|
x="908.56628"
|
||||||
y="803.5639"
|
y="803.97321"
|
||||||
rx="0"
|
rx="0"
|
||||||
inkscape:transform-center-x="8.2545031"
|
inkscape:transform-center-x="8.2545031"
|
||||||
inkscape:transform-center-y="0.39248777" /></g></g></svg>
|
inkscape:transform-center-y="0.39248777" /></g></g></svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |