openatc-components 0.3.13 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +422 -289
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +324 -177
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +190 -137
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +329 -223
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +241 -224
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +247 -233
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +350 -296
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +4 -4
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +418 -322
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +389 -266
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +393 -273
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +312 -221
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +558 -412
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +417 -321
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +391 -265
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +395 -272
- package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +440 -341
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +3 -3
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +8 -8
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +8 -8
- package/package/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +2 -2
- package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +5 -5
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +422 -289
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +324 -177
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +190 -137
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +329 -223
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +241 -224
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +247 -233
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +350 -296
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +4 -4
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +418 -322
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +389 -266
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +393 -273
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +312 -221
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +558 -412
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +417 -321
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +391 -265
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +395 -272
- package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +440 -341
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +3 -3
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +8 -8
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +8 -8
- package/src/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +2 -2
- package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +5 -5
|
@@ -18,301 +18,424 @@
|
|
|
18
18
|
x="0px"
|
|
19
19
|
y="0px"
|
|
20
20
|
viewBox="0 0 870 650"
|
|
21
|
-
style="enable-background:new 0 0 870 650
|
|
21
|
+
style="enable-background: new 0 0 870 650"
|
|
22
22
|
xml:space="preserve"
|
|
23
23
|
:width="Width"
|
|
24
24
|
:height="Height"
|
|
25
25
|
>
|
|
26
|
-
<
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
<g class="
|
|
33
|
-
<
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<g class="st1">
|
|
62
|
-
<rect x="544.1" y="236.8" class="st2" width="16.5" height="4"></rect>
|
|
63
|
-
<rect x="544.1" y="228.5" class="st2" width="16.5" height="4"></rect>
|
|
64
|
-
<rect x="544.1" y="220.6" class="st2" width="16.5" height="4"></rect>
|
|
65
|
-
<rect x="544.1" y="244.6" class="st2" width="16.5" height="4"></rect>
|
|
66
|
-
<rect x="544.1" y="252.3" class="st2" width="16.5" height="4"></rect>
|
|
67
|
-
<rect x="544.1" y="260" class="st2" width="16.5" height="4"></rect>
|
|
68
|
-
<rect x="544.1" y="267.7" class="st2" width="16.5" height="4"></rect>
|
|
69
|
-
<rect x="544.1" y="275.5" class="st2" width="16.5" height="4"></rect>
|
|
70
|
-
<rect x="544.1" y="283.2" class="st2" width="16.5" height="4"></rect>
|
|
71
|
-
<rect x="544.1" y="290.9" class="st2" width="16.5" height="4"></rect>
|
|
72
|
-
<rect x="544.1" y="298.6" class="st2" width="16.5" height="4"></rect>
|
|
73
|
-
<rect x="544.1" y="306.3" class="st2" width="16.5" height="4"></rect>
|
|
74
|
-
<rect x="544.1" y="314.1" class="st2" width="16.5" height="4"></rect>
|
|
75
|
-
<rect x="544.1" y="321.8" class="st2" width="16.5" height="4"></rect>
|
|
76
|
-
<rect x="544.1" y="329.5" class="st2" width="16.5" height="4"></rect>
|
|
77
|
-
<rect x="544.1" y="337.2" class="st2" width="16.5" height="4"></rect>
|
|
78
|
-
<rect x="544.1" y="345" class="st2" width="16.5" height="4"></rect>
|
|
79
|
-
<rect x="544.1" y="352.7" class="st2" width="16.5" height="4"></rect>
|
|
80
|
-
<rect x="544.1" y="360.4" class="st2" width="16.5" height="4"></rect>
|
|
81
|
-
<rect x="544.1" y="368.1" class="st2" width="16.5" height="4"></rect>
|
|
82
|
-
<rect x="544.1" y="375.8" class="st2" width="16.5" height="4"></rect>
|
|
83
|
-
<rect x="544.1" y="383.6" class="st2" width="16.5" height="4"></rect>
|
|
84
|
-
<rect x="544.1" y="391.3" class="st2" width="16.5" height="4"></rect>
|
|
85
|
-
<rect x="544.1" y="399" class="st2" width="16.5" height="4"></rect>
|
|
86
|
-
<rect x="544.1" y="406.7" class="st2" width="16.5" height="4"></rect>
|
|
87
|
-
<rect x="544.1" y="414.4" class="st2" width="16.5" height="4"></rect>
|
|
88
|
-
<rect x="544.1" y="422.7" class="st2" width="16.5" height="4"></rect>
|
|
89
|
-
</g>
|
|
90
|
-
<g class="st1">
|
|
91
|
-
<g>
|
|
92
|
-
<rect x="346.5" y="433" class="st2" width="4" height="16.3"></rect>
|
|
93
|
-
</g>
|
|
94
|
-
<g>
|
|
95
|
-
<rect x="338.5" y="433" class="st2" width="4" height="16.3"></rect>
|
|
96
|
-
</g>
|
|
97
|
-
<g>
|
|
98
|
-
<rect x="331" y="433" class="st2" width="4" height="16.3"></rect>
|
|
99
|
-
</g>
|
|
100
|
-
<g>
|
|
101
|
-
<rect x="354.3" y="433" class="st2" width="4" height="16.3"></rect>
|
|
102
|
-
</g>
|
|
103
|
-
<g>
|
|
104
|
-
<rect x="362.1" y="433" class="st2" width="4" height="16.3"></rect>
|
|
105
|
-
</g>
|
|
106
|
-
<g>
|
|
107
|
-
<rect x="369.9" y="433" class="st2" width="4" height="16.3"></rect>
|
|
108
|
-
</g>
|
|
109
|
-
<g>
|
|
110
|
-
<rect x="377.7" y="433" class="st2" width="4" height="16.3"></rect>
|
|
111
|
-
</g>
|
|
112
|
-
<g>
|
|
113
|
-
<rect x="385.5" y="433" class="st2" width="4" height="16.3"></rect>
|
|
114
|
-
</g>
|
|
115
|
-
<g>
|
|
116
|
-
<rect x="393.3" y="433" class="st2" width="4" height="16.3"></rect>
|
|
117
|
-
</g>
|
|
118
|
-
<g>
|
|
119
|
-
<rect x="401.1" y="433" class="st2" width="4" height="16.3"></rect>
|
|
120
|
-
</g>
|
|
121
|
-
<g>
|
|
122
|
-
<rect x="408.9" y="433" class="st2" width="4" height="16.3"></rect>
|
|
123
|
-
</g>
|
|
124
|
-
<g>
|
|
125
|
-
<rect x="416.7" y="433" class="st2" width="4" height="16.3"></rect>
|
|
26
|
+
<g>
|
|
27
|
+
<path
|
|
28
|
+
class="st0"
|
|
29
|
+
d="M306.3,217.4H-0.1l0,0v18l0,177.6v18l0,0h306.5c11.6,0,21,9.4,21,21v197.7l0,0h18H525h18l0,0V452
|
|
30
|
+
c0.1-11.6,9.5-21,21-21h306.2l0,0v-18V235.4v-18l0,0H563.9"
|
|
31
|
+
/>
|
|
32
|
+
<g id="人行道_1_" :class="showPed === true ? '' : 'invisible'">
|
|
33
|
+
<g class="st1">
|
|
34
|
+
<rect x="308.7" y="236.8" class="st2" width="16.5" height="4" />
|
|
35
|
+
<rect x="308.7" y="229" class="st2" width="16.5" height="4" />
|
|
36
|
+
<rect x="308.7" y="221.2" class="st2" width="16.5" height="4" />
|
|
37
|
+
<rect x="308.7" y="244.6" class="st2" width="16.5" height="4" />
|
|
38
|
+
<rect x="308.7" y="252.3" class="st2" width="16.5" height="4" />
|
|
39
|
+
<rect x="308.7" y="260" class="st2" width="16.5" height="4" />
|
|
40
|
+
<rect x="308.7" y="267.7" class="st2" width="16.5" height="4" />
|
|
41
|
+
<rect x="308.7" y="275.5" class="st2" width="16.5" height="4" />
|
|
42
|
+
<rect x="308.7" y="283.2" class="st2" width="16.5" height="4" />
|
|
43
|
+
<rect x="308.7" y="290.9" class="st2" width="16.5" height="4" />
|
|
44
|
+
<rect x="308.7" y="298.6" class="st2" width="16.5" height="4" />
|
|
45
|
+
<rect x="308.7" y="306.3" class="st2" width="16.5" height="4" />
|
|
46
|
+
<rect x="308.7" y="314.1" class="st2" width="16.5" height="4" />
|
|
47
|
+
<rect x="308.7" y="321.8" class="st2" width="16.5" height="4" />
|
|
48
|
+
<rect x="308.7" y="329.5" class="st2" width="16.5" height="4" />
|
|
49
|
+
<rect x="308.7" y="337.2" class="st2" width="16.5" height="4" />
|
|
50
|
+
<rect x="308.7" y="345" class="st2" width="16.5" height="4" />
|
|
51
|
+
<rect x="308.7" y="352.7" class="st2" width="16.5" height="4" />
|
|
52
|
+
<rect x="308.7" y="360.4" class="st2" width="16.5" height="4" />
|
|
53
|
+
<rect x="308.7" y="368.1" class="st2" width="16.5" height="4" />
|
|
54
|
+
<rect x="308.7" y="375.8" class="st2" width="16.5" height="4" />
|
|
55
|
+
<rect x="308.7" y="383.6" class="st2" width="16.5" height="4" />
|
|
56
|
+
<rect x="308.7" y="391.3" class="st2" width="16.5" height="4" />
|
|
57
|
+
<rect x="308.7" y="399" class="st2" width="16.5" height="4" />
|
|
58
|
+
<rect x="308.7" y="406.7" class="st2" width="16.5" height="4" />
|
|
59
|
+
<rect x="308.7" y="415" class="st2" width="16.5" height="4" />
|
|
60
|
+
<rect x="308.7" y="423" class="st2" width="16.5" height="4" />
|
|
126
61
|
</g>
|
|
127
|
-
<g>
|
|
128
|
-
<rect x="
|
|
62
|
+
<g class="st1">
|
|
63
|
+
<rect x="544.3" y="236.8" class="st2" width="16.5" height="4" />
|
|
64
|
+
<rect x="544.3" y="228.5" class="st2" width="16.5" height="4" />
|
|
65
|
+
<rect x="544.3" y="220.6" class="st2" width="16.5" height="4" />
|
|
66
|
+
<rect x="544.3" y="244.6" class="st2" width="16.5" height="4" />
|
|
67
|
+
<rect x="544.3" y="252.3" class="st2" width="16.5" height="4" />
|
|
68
|
+
<rect x="544.3" y="260" class="st2" width="16.5" height="4" />
|
|
69
|
+
<rect x="544.3" y="267.7" class="st2" width="16.5" height="4" />
|
|
70
|
+
<rect x="544.3" y="275.5" class="st2" width="16.5" height="4" />
|
|
71
|
+
<rect x="544.3" y="283.2" class="st2" width="16.5" height="4" />
|
|
72
|
+
<rect x="544.3" y="290.9" class="st2" width="16.5" height="4" />
|
|
73
|
+
<rect x="544.3" y="298.6" class="st2" width="16.5" height="4" />
|
|
74
|
+
<rect x="544.3" y="306.3" class="st2" width="16.5" height="4" />
|
|
75
|
+
<rect x="544.3" y="314.1" class="st2" width="16.5" height="4" />
|
|
76
|
+
<rect x="544.3" y="321.8" class="st2" width="16.5" height="4" />
|
|
77
|
+
<rect x="544.3" y="329.5" class="st2" width="16.5" height="4" />
|
|
78
|
+
<rect x="544.3" y="337.2" class="st2" width="16.5" height="4" />
|
|
79
|
+
<rect x="544.3" y="345" class="st2" width="16.5" height="4" />
|
|
80
|
+
<rect x="544.3" y="352.7" class="st2" width="16.5" height="4" />
|
|
81
|
+
<rect x="544.3" y="360.4" class="st2" width="16.5" height="4" />
|
|
82
|
+
<rect x="544.3" y="368.1" class="st2" width="16.5" height="4" />
|
|
83
|
+
<rect x="544.3" y="375.8" class="st2" width="16.5" height="4" />
|
|
84
|
+
<rect x="544.3" y="383.6" class="st2" width="16.5" height="4" />
|
|
85
|
+
<rect x="544.3" y="391.3" class="st2" width="16.5" height="4" />
|
|
86
|
+
<rect x="544.3" y="399" class="st2" width="16.5" height="4" />
|
|
87
|
+
<rect x="544.3" y="406.7" class="st2" width="16.5" height="4" />
|
|
88
|
+
<rect x="544.3" y="414.4" class="st2" width="16.5" height="4" />
|
|
89
|
+
<rect x="544.3" y="422.7" class="st2" width="16.5" height="4" />
|
|
129
90
|
</g>
|
|
130
|
-
<g>
|
|
131
|
-
<
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
<
|
|
91
|
+
<g class="st1">
|
|
92
|
+
<g>
|
|
93
|
+
<rect x="346.7" y="433" class="st2" width="4" height="16.3" />
|
|
94
|
+
</g>
|
|
95
|
+
<g>
|
|
96
|
+
<rect x="338.7" y="433" class="st2" width="4" height="16.3" />
|
|
97
|
+
</g>
|
|
98
|
+
<g>
|
|
99
|
+
<rect x="331.2" y="433" class="st2" width="4" height="16.3" />
|
|
100
|
+
</g>
|
|
101
|
+
<g>
|
|
102
|
+
<rect x="354.5" y="433" class="st2" width="4" height="16.3" />
|
|
103
|
+
</g>
|
|
104
|
+
<g>
|
|
105
|
+
<rect x="362.3" y="433" class="st2" width="4" height="16.3" />
|
|
106
|
+
</g>
|
|
107
|
+
<g>
|
|
108
|
+
<rect x="370.1" y="433" class="st2" width="4" height="16.3" />
|
|
109
|
+
</g>
|
|
110
|
+
<g>
|
|
111
|
+
<rect x="377.9" y="433" class="st2" width="4" height="16.3" />
|
|
112
|
+
</g>
|
|
113
|
+
<g>
|
|
114
|
+
<rect x="385.7" y="433" class="st2" width="4" height="16.3" />
|
|
115
|
+
</g>
|
|
116
|
+
<g>
|
|
117
|
+
<rect x="393.5" y="433" class="st2" width="4" height="16.3" />
|
|
118
|
+
</g>
|
|
119
|
+
<g>
|
|
120
|
+
<rect x="401.3" y="433" class="st2" width="4" height="16.3" />
|
|
121
|
+
</g>
|
|
122
|
+
<g>
|
|
123
|
+
<rect x="409.1" y="433" class="st2" width="4" height="16.3" />
|
|
124
|
+
</g>
|
|
125
|
+
<g>
|
|
126
|
+
<rect x="416.9" y="433" class="st2" width="4" height="16.3" />
|
|
127
|
+
</g>
|
|
128
|
+
<g>
|
|
129
|
+
<rect x="424.8" y="433" class="st2" width="4" height="16.3" />
|
|
130
|
+
</g>
|
|
131
|
+
<g>
|
|
132
|
+
<rect x="432.6" y="433" class="st2" width="4" height="16.3" />
|
|
133
|
+
</g>
|
|
134
|
+
<g>
|
|
135
|
+
<rect x="440.4" y="433" class="st2" width="4" height="16.3" />
|
|
136
|
+
</g>
|
|
137
|
+
<g>
|
|
138
|
+
<rect x="448.2" y="433" class="st2" width="4" height="16.3" />
|
|
139
|
+
</g>
|
|
140
|
+
<g>
|
|
141
|
+
<rect x="456" y="433" class="st2" width="4" height="16.3" />
|
|
142
|
+
</g>
|
|
143
|
+
<g>
|
|
144
|
+
<rect x="463.8" y="433" class="st2" width="4" height="16.3" />
|
|
145
|
+
</g>
|
|
146
|
+
<g>
|
|
147
|
+
<rect x="471.6" y="433" class="st2" width="4" height="16.3" />
|
|
148
|
+
</g>
|
|
149
|
+
<g>
|
|
150
|
+
<rect x="479.4" y="433" class="st2" width="4" height="16.3" />
|
|
151
|
+
</g>
|
|
152
|
+
<g>
|
|
153
|
+
<rect x="487.2" y="433" class="st2" width="4" height="16.3" />
|
|
154
|
+
</g>
|
|
155
|
+
<g>
|
|
156
|
+
<rect x="495" y="433" class="st2" width="4" height="16.3" />
|
|
157
|
+
</g>
|
|
158
|
+
<g>
|
|
159
|
+
<rect x="502.8" y="433" class="st2" width="4" height="16.3" />
|
|
160
|
+
</g>
|
|
161
|
+
<g>
|
|
162
|
+
<rect x="510.6" y="433" class="st2" width="4" height="16.3" />
|
|
163
|
+
</g>
|
|
164
|
+
<g>
|
|
165
|
+
<rect x="518.4" y="433" class="st2" width="4" height="16.3" />
|
|
166
|
+
</g>
|
|
167
|
+
<g>
|
|
168
|
+
<rect x="525.9" y="433" class="st2" width="4" height="16.3" />
|
|
169
|
+
</g>
|
|
170
|
+
<g>
|
|
171
|
+
<rect x="533.3" y="433" class="st2" width="4" height="16.3" />
|
|
172
|
+
</g>
|
|
135
173
|
</g>
|
|
136
|
-
|
|
137
|
-
|
|
174
|
+
</g>
|
|
175
|
+
<path
|
|
176
|
+
class="st3"
|
|
177
|
+
d="M868.9,226.4L868.9,226.4C868.7,226.4,868.8,226.4,868.9,226.4z"
|
|
178
|
+
/>
|
|
179
|
+
<path
|
|
180
|
+
class="st3"
|
|
181
|
+
d="M868.9,226.4L868.9,226.4C869.1,226.4,869,226.4,868.9,226.4z"
|
|
182
|
+
/>
|
|
183
|
+
<path
|
|
184
|
+
class="st4"
|
|
185
|
+
d="M-0.1,451h295.9c6.4,0,11.5,5.2,11.5,11.5v187.2h1l0,0V462.5c0-6.9-5.6-12.5-12.5-12.5H-0.1V451z"
|
|
186
|
+
/>
|
|
187
|
+
<path
|
|
188
|
+
class="st5"
|
|
189
|
+
d="M-0.1,434l0-3h308.3c10.8,0,19.6,8.8,19.6,19.6v199.1h-3V450.6c0-9.1-7.4-16.6-16.6-16.6H-0.1L-0.1,434z"
|
|
190
|
+
/>
|
|
191
|
+
<path
|
|
192
|
+
class="st4"
|
|
193
|
+
d="M870.2,450h-296c-6.9,0-12.5,5.6-12.5,12.5v187.2l0,0h1V462.5c0-6.4,5.2-11.5,11.5-11.5h296
|
|
194
|
+
C870.2,451,870.2,450,870.2,450z"
|
|
195
|
+
/>
|
|
196
|
+
<path
|
|
197
|
+
class="st5"
|
|
198
|
+
d="M870.2,431H561.8c-10.8,0-19.6,8.8-19.6,19.6v199.1h3V450.6c0-9.1,7.4-16.6,16.6-16.6h308.4V431z"
|
|
199
|
+
/>
|
|
200
|
+
<g>
|
|
201
|
+
<path class="st4" d="M-0.1,198.4h870.3v-1H-0.1" />
|
|
202
|
+
</g>
|
|
203
|
+
<path class="st5" d="M-0.1,214.4h870.3v3H-0.1" />
|
|
204
|
+
<g>
|
|
205
|
+
<rect x="0" y="410.3" class="st6" width="300.3" height="2" />
|
|
206
|
+
<g id="XMLID_9_">
|
|
207
|
+
<g>
|
|
208
|
+
<rect x="73.7" y="291.8" class="st6" width="12" height="2" />
|
|
209
|
+
</g>
|
|
138
210
|
</g>
|
|
139
|
-
<
|
|
140
|
-
|
|
211
|
+
<rect x="73.7" y="263.4" class="st6" width="12" height="2" />
|
|
212
|
+
<g id="XMLID_4_">
|
|
213
|
+
<g>
|
|
214
|
+
<rect x="37.7" y="291.8" class="st6" width="12" height="2" />
|
|
215
|
+
</g>
|
|
141
216
|
</g>
|
|
142
|
-
<
|
|
143
|
-
|
|
217
|
+
<rect x="37.7" y="263.4" class="st6" width="12" height="2" />
|
|
218
|
+
<g id="XMLID_10_">
|
|
219
|
+
<g>
|
|
220
|
+
<rect x="1.7" y="291.8" class="st6" width="12" height="2" />
|
|
221
|
+
</g>
|
|
144
222
|
</g>
|
|
223
|
+
<rect x="1.7" y="263.4" class="st6" width="12" height="2" />
|
|
145
224
|
<g>
|
|
146
|
-
<
|
|
225
|
+
<g id="XMLID_28_">
|
|
226
|
+
<g>
|
|
227
|
+
<rect x="288.3" y="380.1" class="st6" width="12" height="2" />
|
|
228
|
+
</g>
|
|
229
|
+
</g>
|
|
230
|
+
<rect x="288.3" y="349.9" class="st6" width="12" height="2" />
|
|
231
|
+
<g id="XMLID_27_">
|
|
232
|
+
<g>
|
|
233
|
+
<rect x="252.3" y="380.1" class="st6" width="12" height="2" />
|
|
234
|
+
</g>
|
|
235
|
+
</g>
|
|
236
|
+
<rect x="252.3" y="349.9" class="st6" width="12" height="2" />
|
|
237
|
+
<g id="XMLID_26_">
|
|
238
|
+
<g>
|
|
239
|
+
<rect x="216.3" y="380.1" class="st6" width="12" height="2" />
|
|
240
|
+
</g>
|
|
241
|
+
</g>
|
|
242
|
+
<rect x="216.3" y="349.9" class="st6" width="12" height="2" />
|
|
243
|
+
<g id="XMLID_25_">
|
|
244
|
+
<g>
|
|
245
|
+
<rect x="180.3" y="380.1" class="st6" width="12" height="2" />
|
|
246
|
+
</g>
|
|
247
|
+
</g>
|
|
248
|
+
<rect x="180.3" y="349.9" class="st6" width="12" height="2" />
|
|
249
|
+
<g id="XMLID_24_">
|
|
250
|
+
<g>
|
|
251
|
+
<rect x="144.3" y="380.1" class="st6" width="12" height="2" />
|
|
252
|
+
</g>
|
|
253
|
+
</g>
|
|
254
|
+
<rect x="144.3" y="349.9" class="st6" width="12" height="2" />
|
|
255
|
+
<g id="XMLID_23_">
|
|
256
|
+
<g>
|
|
257
|
+
<rect x="108.3" y="380.1" class="st6" width="12" height="2" />
|
|
258
|
+
</g>
|
|
259
|
+
</g>
|
|
260
|
+
<rect x="108.3" y="349.9" class="st6" width="12" height="2" />
|
|
261
|
+
<g id="XMLID_22_">
|
|
262
|
+
<g>
|
|
263
|
+
<rect x="72.3" y="380.1" class="st6" width="12" height="2" />
|
|
264
|
+
</g>
|
|
265
|
+
</g>
|
|
266
|
+
<rect x="72.3" y="349.9" class="st6" width="12" height="2" />
|
|
267
|
+
<g id="XMLID_21_">
|
|
268
|
+
<g>
|
|
269
|
+
<rect x="36.3" y="380.1" class="st6" width="12" height="2" />
|
|
270
|
+
</g>
|
|
271
|
+
</g>
|
|
272
|
+
<rect x="36.3" y="349.9" class="st6" width="12" height="2" />
|
|
273
|
+
<g id="XMLID_3_">
|
|
274
|
+
<g>
|
|
275
|
+
<rect x="0.3" y="380.1" class="st6" width="12" height="2" />
|
|
276
|
+
</g>
|
|
277
|
+
</g>
|
|
278
|
+
<rect x="0.3" y="349.9" class="st6" width="12" height="2" />
|
|
147
279
|
</g>
|
|
148
280
|
<g>
|
|
149
|
-
<
|
|
281
|
+
<g>
|
|
282
|
+
<rect x="-0.1" y="320.2" class="st5" width="299.4" height="2" />
|
|
283
|
+
</g>
|
|
284
|
+
<rect x="109.7" y="291.8" class="st6" width="189.2" height="2" />
|
|
285
|
+
<rect x="109.7" y="263.4" class="st6" width="189.2" height="2" />
|
|
286
|
+
<rect x="-0.2" y="235" class="st6" width="299.8" height="2" />
|
|
287
|
+
<polygon
|
|
288
|
+
class="st6"
|
|
289
|
+
points="298.3,217.4 300.3,217.4 300.3,322.2 298.3,322.2 298.3,286.2 298.3,283.7 298.3,250.1 298.3,247.7
|
|
290
|
+
"
|
|
291
|
+
/>
|
|
150
292
|
</g>
|
|
151
|
-
|
|
152
|
-
|
|
293
|
+
</g>
|
|
294
|
+
<g>
|
|
295
|
+
<rect x="569.4" y="236" class="st6" width="300.3" height="2" />
|
|
296
|
+
<g id="XMLID_50_">
|
|
297
|
+
<g>
|
|
298
|
+
<rect x="783.9" y="354.5" class="st6" width="12" height="2" />
|
|
299
|
+
</g>
|
|
153
300
|
</g>
|
|
154
|
-
<
|
|
155
|
-
|
|
301
|
+
<rect x="783.9" y="383" class="st6" width="12" height="2" />
|
|
302
|
+
<g id="XMLID_49_">
|
|
303
|
+
<g>
|
|
304
|
+
<rect x="819.9" y="354.5" class="st6" width="12" height="2" />
|
|
305
|
+
</g>
|
|
156
306
|
</g>
|
|
157
|
-
<
|
|
158
|
-
|
|
307
|
+
<rect x="819.9" y="383" class="st6" width="12" height="2" />
|
|
308
|
+
<g id="XMLID_48_">
|
|
309
|
+
<g>
|
|
310
|
+
<rect x="855.9" y="354.5" class="st6" width="12" height="2" />
|
|
311
|
+
</g>
|
|
159
312
|
</g>
|
|
313
|
+
<rect x="855.9" y="383" class="st6" width="12" height="2" />
|
|
160
314
|
<g>
|
|
161
|
-
<
|
|
315
|
+
<g id="XMLID_47_">
|
|
316
|
+
<g>
|
|
317
|
+
<rect x="569.3" y="266.2" class="st6" width="12" height="2" />
|
|
318
|
+
</g>
|
|
319
|
+
</g>
|
|
320
|
+
<rect x="569.3" y="296.5" class="st6" width="12" height="2" />
|
|
321
|
+
<g id="XMLID_46_">
|
|
322
|
+
<g>
|
|
323
|
+
<rect x="605.3" y="266.2" class="st6" width="12" height="2" />
|
|
324
|
+
</g>
|
|
325
|
+
</g>
|
|
326
|
+
<rect x="605.3" y="296.5" class="st6" width="12" height="2" />
|
|
327
|
+
<g id="XMLID_45_">
|
|
328
|
+
<g>
|
|
329
|
+
<rect x="641.3" y="266.2" class="st6" width="12" height="2" />
|
|
330
|
+
</g>
|
|
331
|
+
</g>
|
|
332
|
+
<rect x="641.3" y="296.5" class="st6" width="12" height="2" />
|
|
333
|
+
<g id="XMLID_44_">
|
|
334
|
+
<g>
|
|
335
|
+
<rect x="677.3" y="266.2" class="st6" width="12" height="2" />
|
|
336
|
+
</g>
|
|
337
|
+
</g>
|
|
338
|
+
<rect x="677.3" y="296.5" class="st6" width="12" height="2" />
|
|
339
|
+
<g id="XMLID_43_">
|
|
340
|
+
<g>
|
|
341
|
+
<rect x="713.3" y="266.2" class="st6" width="12" height="2" />
|
|
342
|
+
</g>
|
|
343
|
+
</g>
|
|
344
|
+
<rect x="713.3" y="296.5" class="st6" width="12" height="2" />
|
|
345
|
+
<g id="XMLID_42_">
|
|
346
|
+
<g>
|
|
347
|
+
<rect x="749.3" y="266.2" class="st6" width="12" height="2" />
|
|
348
|
+
</g>
|
|
349
|
+
</g>
|
|
350
|
+
<rect x="749.3" y="296.5" class="st6" width="12" height="2" />
|
|
351
|
+
<g id="XMLID_41_">
|
|
352
|
+
<g>
|
|
353
|
+
<rect x="785.3" y="266.2" class="st6" width="12" height="2" />
|
|
354
|
+
</g>
|
|
355
|
+
</g>
|
|
356
|
+
<rect x="785.3" y="296.5" class="st6" width="12" height="2" />
|
|
357
|
+
<g id="XMLID_40_">
|
|
358
|
+
<g>
|
|
359
|
+
<rect x="821.3" y="266.2" class="st6" width="12" height="2" />
|
|
360
|
+
</g>
|
|
361
|
+
</g>
|
|
362
|
+
<rect x="821.3" y="296.5" class="st6" width="12" height="2" />
|
|
363
|
+
<g id="XMLID_39_">
|
|
364
|
+
<g>
|
|
365
|
+
<rect x="857.3" y="266.2" class="st6" width="12" height="2" />
|
|
366
|
+
</g>
|
|
367
|
+
</g>
|
|
368
|
+
<rect x="857.3" y="296.5" class="st6" width="12" height="2" />
|
|
162
369
|
</g>
|
|
163
370
|
<g>
|
|
164
|
-
<
|
|
371
|
+
<g>
|
|
372
|
+
<rect x="570.4" y="326.1" class="st5" width="299.4" height="2" />
|
|
373
|
+
</g>
|
|
374
|
+
<rect x="570.7" y="354.5" class="st6" width="189.2" height="2" />
|
|
375
|
+
<rect x="570.7" y="383" class="st6" width="189.2" height="2" />
|
|
376
|
+
<rect x="570" y="411.4" class="st6" width="299.8" height="2" />
|
|
377
|
+
<polygon
|
|
378
|
+
class="st6"
|
|
379
|
+
points="571.3,431 569.3,431 569.3,326.1 571.3,326.1 571.3,362.1 571.3,364.6 571.3,398.3 571.3,400.6
|
|
380
|
+
"
|
|
381
|
+
/>
|
|
165
382
|
</g>
|
|
383
|
+
</g>
|
|
384
|
+
<g>
|
|
385
|
+
<rect x="520.7" y="458.6" class="st6" width="2" height="191.4" />
|
|
166
386
|
<g>
|
|
167
|
-
<
|
|
387
|
+
<g id="XMLID_20_">
|
|
388
|
+
<g>
|
|
389
|
+
<rect x="490.5" y="458.6" class="st6" width="2" height="12" />
|
|
390
|
+
</g>
|
|
391
|
+
</g>
|
|
392
|
+
<rect x="460.3" y="458.6" class="st6" width="2" height="12" />
|
|
393
|
+
<g id="XMLID_19_">
|
|
394
|
+
<g>
|
|
395
|
+
<rect x="490.5" y="494.6" class="st6" width="2" height="12" />
|
|
396
|
+
</g>
|
|
397
|
+
</g>
|
|
398
|
+
<rect x="460.3" y="494.6" class="st6" width="2" height="12" />
|
|
399
|
+
<g id="XMLID_11_">
|
|
400
|
+
<g>
|
|
401
|
+
<rect x="490.5" y="530.6" class="st6" width="2" height="12" />
|
|
402
|
+
</g>
|
|
403
|
+
</g>
|
|
404
|
+
<rect x="460.3" y="530.6" class="st6" width="2" height="12" />
|
|
405
|
+
<g id="XMLID_6_">
|
|
406
|
+
<g>
|
|
407
|
+
<rect x="490.5" y="566.6" class="st6" width="2" height="12" />
|
|
408
|
+
</g>
|
|
409
|
+
</g>
|
|
410
|
+
<rect x="460.3" y="566.6" class="st6" width="2" height="12" />
|
|
411
|
+
<g id="XMLID_5_">
|
|
412
|
+
<g>
|
|
413
|
+
<rect x="490.5" y="602.6" class="st6" width="2" height="12" />
|
|
414
|
+
</g>
|
|
415
|
+
</g>
|
|
416
|
+
<rect x="460.3" y="602.6" class="st6" width="2" height="12" />
|
|
417
|
+
<g id="XMLID_2_">
|
|
418
|
+
<g>
|
|
419
|
+
<rect x="490.5" y="638.6" class="st6" width="2" height="11.4" />
|
|
420
|
+
</g>
|
|
421
|
+
</g>
|
|
422
|
+
<rect x="460.3" y="638.6" class="st6" width="2" height="11.4" />
|
|
168
423
|
</g>
|
|
169
424
|
<g>
|
|
170
|
-
<
|
|
425
|
+
<g>
|
|
426
|
+
<rect x="430.6" y="459.6" class="st5" width="2" height="190.4" />
|
|
427
|
+
</g>
|
|
428
|
+
<rect x="402.2" y="460" class="st6" width="2" height="190" />
|
|
429
|
+
<rect x="373.8" y="460" class="st6" width="2" height="190" />
|
|
430
|
+
<rect x="345.4" y="459.2" class="st6" width="2" height="190.8" />
|
|
431
|
+
<polygon
|
|
432
|
+
class="st6"
|
|
433
|
+
points="327.8,460.6 327.8,458.6 432.6,458.6 432.6,460.6 396.6,460.6 394.1,460.6 360.5,460.6 358.1,460.6
|
|
434
|
+
"
|
|
435
|
+
/>
|
|
171
436
|
</g>
|
|
172
437
|
</g>
|
|
173
438
|
</g>
|
|
174
|
-
<g>
|
|
175
|
-
<rect x="751.2" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
176
|
-
<rect x="728.1" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
177
|
-
<rect x="612.6" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
178
|
-
<rect x="635.7" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
179
|
-
<rect x="774.3" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
180
|
-
<rect x="681.9" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
181
|
-
<rect x="658.8" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
182
|
-
<rect x="705" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
183
|
-
<rect x="843.7" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
184
|
-
<rect x="866.8" y="266.8" class="st3" width="3.1" height="2"></rect>
|
|
185
|
-
<rect x="820.6" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
186
|
-
<rect x="589.4" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
187
|
-
<rect x="797.5" y="266.8" class="st3" width="11.6" height="2"></rect>
|
|
188
|
-
<rect x="571.9" y="266.8" class="st3" width="6" height="2"></rect>
|
|
189
|
-
<rect x="658.8" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
190
|
-
<rect x="635.7" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
191
|
-
<rect x="589.4" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
192
|
-
<rect x="612.6" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
193
|
-
<rect x="705" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
194
|
-
<rect x="797.5" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
195
|
-
<rect x="843.7" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
196
|
-
<rect x="820.6" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
197
|
-
<rect x="681.9" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
198
|
-
<rect x="866.8" y="297.1" class="st3" width="3.1" height="2"></rect>
|
|
199
|
-
<rect x="728.1" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
200
|
-
<rect x="751.2" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
201
|
-
<rect x="774.3" y="297.1" class="st3" width="11.6" height="2"></rect>
|
|
202
|
-
<rect x="571.9" y="297.1" class="st3" width="6" height="2"></rect>
|
|
203
|
-
</g>
|
|
204
|
-
<g>
|
|
205
|
-
<g>
|
|
206
|
-
<rect x="571.7" y="326.1" class="st4" width="298.2" height="2"></rect>
|
|
207
|
-
</g>
|
|
208
|
-
<rect x="572.7" y="354.5" class="st3" width="297.2" height="2"></rect>
|
|
209
|
-
<rect x="571.9" y="236.1" class="st3" width="298" height="2"></rect>
|
|
210
|
-
<rect x="572.7" y="382.9" class="st3" width="297.2" height="2"></rect>
|
|
211
|
-
<rect x="572.7" y="411.3" class="st3" width="297.2" height="2"></rect>
|
|
212
|
-
<polygon
|
|
213
|
-
class="st3"
|
|
214
|
-
points="572.7,431 570.7,431 570.7,326.1 572.7,326.1 572.7,362.2 572.7,364.6 572.7,398.2 572.7,400.7"
|
|
215
|
-
></polygon>
|
|
216
|
-
</g>
|
|
217
|
-
<g>
|
|
218
|
-
<rect x="107.5" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
219
|
-
<rect x="130.6" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
220
|
-
<rect x="246.1" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
221
|
-
<rect x="223" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
222
|
-
<rect x="84.4" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
223
|
-
<rect x="176.8" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
224
|
-
<rect x="199.9" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
225
|
-
<rect x="153.7" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
226
|
-
<rect x="15" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
227
|
-
<rect x="-0.3" y="379.6" class="st3" width="3.8" height="2"></rect>
|
|
228
|
-
<rect x="38.1" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
229
|
-
<rect x="269.3" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
230
|
-
<rect x="61.2" y="379.6" class="st3" width="11.6" height="2"></rect>
|
|
231
|
-
<rect x="292.4" y="379.6" class="st3" width="6" height="2"></rect>
|
|
232
|
-
<rect x="199.9" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
233
|
-
<rect x="223" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
234
|
-
<rect x="269.3" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
235
|
-
<rect x="246.1" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
236
|
-
<rect x="153.7" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
237
|
-
<rect x="61.2" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
238
|
-
<rect x="15" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
239
|
-
<rect x="38.1" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
240
|
-
<rect x="176.8" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
241
|
-
<rect x="-0.3" y="349.3" class="st3" width="3.8" height="2"></rect>
|
|
242
|
-
<rect x="130.6" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
243
|
-
<rect x="107.5" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
244
|
-
<rect x="84.4" y="349.3" class="st3" width="11.6" height="2"></rect>
|
|
245
|
-
<rect x="292.4" y="349.3" class="st3" width="6" height="2"></rect>
|
|
246
|
-
</g>
|
|
247
|
-
<g>
|
|
248
|
-
<g>
|
|
249
|
-
<rect x="-0.4" y="319.6" class="st4" width="299.4" height="2"></rect>
|
|
250
|
-
</g>
|
|
251
|
-
<rect x="-0.4" y="291.2" class="st3" width="298.4" height="2"></rect>
|
|
252
|
-
<rect x="-0.3" y="409.7" class="st3" width="298.7" height="2"></rect>
|
|
253
|
-
<rect x="-0.4" y="262.8" class="st3" width="298.4" height="2"></rect>
|
|
254
|
-
<rect x="-0.4" y="234.4" class="st3" width="299.8" height="2"></rect>
|
|
255
|
-
<polygon
|
|
256
|
-
class="st3"
|
|
257
|
-
points="298,217.4 300,217.4 300,321.6 298,321.6 298,285.6 298,283.1 298,249.5 298,247.1"
|
|
258
|
-
></polygon>
|
|
259
|
-
</g>
|
|
260
|
-
<g>
|
|
261
|
-
<rect x="490.1" y="640.5" class="st3" width="2" height="9.2"></rect>
|
|
262
|
-
<rect x="490.1" y="617.4" class="st3" width="2" height="11.6"></rect>
|
|
263
|
-
<rect x="490.1" y="501.9" class="st3" width="2" height="11.6"></rect>
|
|
264
|
-
<rect x="490.1" y="525" class="st3" width="2" height="11.6"></rect>
|
|
265
|
-
<rect x="490.1" y="571.2" class="st3" width="2" height="11.6"></rect>
|
|
266
|
-
<rect x="490.1" y="548.1" class="st3" width="2" height="11.6"></rect>
|
|
267
|
-
<rect x="490.1" y="594.3" class="st3" width="2" height="11.6"></rect>
|
|
268
|
-
<rect x="490.1" y="478.7" class="st3" width="2" height="11.6"></rect>
|
|
269
|
-
<rect x="490.1" y="461.2" class="st3" width="2" height="6"></rect>
|
|
270
|
-
<rect x="459.8" y="548.1" class="st3" width="2" height="11.6"></rect>
|
|
271
|
-
<rect x="459.8" y="525" class="st3" width="2" height="11.6"></rect>
|
|
272
|
-
<rect x="459.8" y="478.7" class="st3" width="2" height="11.6"></rect>
|
|
273
|
-
<rect x="459.8" y="501.9" class="st3" width="2" height="11.6"></rect>
|
|
274
|
-
<rect x="459.8" y="594.3" class="st3" width="2" height="11.6"></rect>
|
|
275
|
-
<rect x="459.8" y="571.2" class="st3" width="2" height="11.6"></rect>
|
|
276
|
-
<rect x="459.8" y="617.4" class="st3" width="2" height="11.6"></rect>
|
|
277
|
-
<rect x="459.8" y="640.5" class="st3" width="2" height="9.2"></rect>
|
|
278
|
-
<rect x="459.8" y="461.2" class="st3" width="2" height="6"></rect>
|
|
279
|
-
</g>
|
|
280
|
-
<g>
|
|
281
|
-
<g>
|
|
282
|
-
<rect x="430.7" y="461" class="st4" width="2" height="188.7"></rect>
|
|
283
|
-
</g>
|
|
284
|
-
<rect x="402.3" y="462" class="st3" width="2" height="187.7"></rect>
|
|
285
|
-
<rect x="520.5" y="461.2" class="st3" width="2" height="188.2"></rect>
|
|
286
|
-
<rect x="373.9" y="462" class="st3" width="2" height="187.7"></rect>
|
|
287
|
-
<rect x="345.5" y="462" class="st3" width="2" height="187.7"></rect>
|
|
288
|
-
<polygon
|
|
289
|
-
class="st3"
|
|
290
|
-
points="327.6,462 327.6,460 432.7,460 432.7,462 396.5,462 394.1,462 360.4,462 358,462"
|
|
291
|
-
></polygon>
|
|
292
|
-
</g>
|
|
293
|
-
<path class="st5" d="M868.7,226.4L868.7,226.4C868.5,226.4,868.6,226.4,868.7,226.4z"></path>
|
|
294
|
-
<path class="st5" d="M868.7,226.4L868.7,226.4C868.9,226.4,868.8,226.4,868.7,226.4z"></path>
|
|
295
|
-
<path
|
|
296
|
-
class="st6"
|
|
297
|
-
d="M-0.3,451h295.9c6.4,0,11.5,5.2,11.5,11.5v187.2h1l0,0V462.5c0-6.9-5.6-12.5-12.5-12.5H-0.3V451z"
|
|
298
|
-
></path>
|
|
299
|
-
<path
|
|
300
|
-
class="st4"
|
|
301
|
-
d="M-0.3,434l0-3H308c10.8,0,19.6,8.8,19.6,19.6v199.1h-3V450.6c0-9.1-7.4-16.6-16.6-16.6H-0.3L-0.3,434z"
|
|
302
|
-
></path>
|
|
303
|
-
<path
|
|
304
|
-
class="st6"
|
|
305
|
-
d="M870,450H574c-6.9,0-12.5,5.6-12.5,12.5v187.2l0,0h1V462.5c0-6.4,5.2-11.5,11.5-11.5h296
|
|
306
|
-
C870,451,870,450,870,450z"
|
|
307
|
-
></path>
|
|
308
|
-
<path
|
|
309
|
-
class="st4"
|
|
310
|
-
d="M870,431H561.6c-10.8,0-19.6,8.8-19.6,19.6v199.1h3V450.6c0-9.1,7.4-16.6,16.6-16.6H870V431z"
|
|
311
|
-
></path>
|
|
312
|
-
<g>
|
|
313
|
-
<path class="st6" d="M-0.3,198.4H870v-1H-0.3"></path>
|
|
314
|
-
</g>
|
|
315
|
-
<path class="st4" d="M-0.3,214.4H870v3H-0.3"></path>
|
|
316
439
|
</svg>
|
|
317
440
|
</template>
|
|
318
441
|
<script>
|
|
@@ -350,16 +473,16 @@ export default {
|
|
|
350
473
|
fill: #f2f2f2;
|
|
351
474
|
}
|
|
352
475
|
.st3 {
|
|
353
|
-
fill: #
|
|
476
|
+
fill: #1eaa39;
|
|
354
477
|
}
|
|
355
478
|
.st4 {
|
|
356
|
-
fill: #
|
|
479
|
+
fill: #e5e5d8;
|
|
357
480
|
}
|
|
358
481
|
.st5 {
|
|
359
|
-
fill: #
|
|
482
|
+
fill: #ccb63a;
|
|
360
483
|
}
|
|
361
484
|
.st6 {
|
|
362
|
-
fill: #
|
|
485
|
+
fill: #dddddd;
|
|
363
486
|
}
|
|
364
487
|
.invisible {
|
|
365
488
|
visibility: hidden;
|