fl-web-component 1.3.4 → 1.3.5

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.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fl-web-component",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "scripts": {
5
5
  "tip1": "仅调试本组件不涉及业务组件,请执行dev",
6
6
  "dev": "vue-cli-service serve",
@@ -69,6 +69,7 @@ function parseData(input) {
69
69
  italic: material?.italic,
70
70
  linepacing: 1, // 默认值
71
71
  linewidth: material?.linewidth !== undefined ? material?.linewidth : 1, // 默认值
72
+ visible: material?.visible === false ? false : true
72
73
  };
73
74
 
74
75
  const identity = new THREE.Matrix4().identity();
@@ -421,6 +421,9 @@ function draw3Dmodel(geom, instanceName, instanceCount, nColor, nOpacity) {
421
421
  };
422
422
  }
423
423
  mesh = new THREE.InstancedMesh(geometry, material, instanceCount);
424
+
425
+ const { visible } = prop;
426
+ mesh.visible = visible;
424
427
  mesh.userData.drawObjectId = instanceName;
425
428
  mesh.userData.is3D = geom.type == GEOM_TYPES.geom_3d || geom.type == GEOM_TYPES.geom_3d_obj;
426
429
 
@@ -1,530 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="800.000" height="600.000" viewBox="0.0 0.0 800.000 600.000" version="1.1">
3
- <desc>Produce by Acme CAD Converter</desc>
4
- <path d="M220.54 208.27L486.16 208.27"
5
- fill="none" stroke="black" stroke-width="0.5"/>
6
- <path d="M486.16 208.27L486.16 381.37Z"
7
- fill="none" stroke="black" stroke-width="0.5"/>
8
- <path d="M486.16 381.37L220.54 381.37"
9
- fill="none" stroke="black" stroke-width="0.5"/>
10
- <path d="M220.54 381.37L220.54 208.27Z"
11
- fill="none" stroke="black" stroke-width="0.5"/>
12
- <path d="M220.54 207.69L220.54 183.49Z"
13
- fill="none" stroke="black" stroke-width="0.5"/>
14
- <path d="M484.51 207.69L484.51 183.49Z"
15
- fill="none" stroke="black" stroke-width="0.5"/>
16
- <path d="M222.88 184.66L482.18 184.66"
17
- fill="none" stroke="black" stroke-width="0.5"/>
18
- <path d="M222.88 184.27L220.54 184.66 220.54 184.66 222.88 185.05 222.88 184.27Z"
19
- fill="black" stroke="black" stroke-width="0.2"/>
20
- <path d="M482.18 184.27L484.51 184.66 484.51 184.66 482.18 185.05 482.18 184.27Z"
21
- fill="black" stroke="black" stroke-width="0.2"/>
22
- <path d="M346.92 181.84L346.92 181.73Z"
23
- fill="none" stroke="black" stroke-width="0.5"/>
24
- <path d="M346.92 181.73L347.03 181.51"
25
- fill="none" stroke="black" stroke-width="0.5"/>
26
- <path d="M347.03 181.51L347.14 181.39"
27
- fill="none" stroke="black" stroke-width="0.5"/>
28
- <path d="M347.14 181.39L347.36 181.28"
29
- fill="none" stroke="black" stroke-width="0.5"/>
30
- <path d="M347.36 181.28L347.8 181.28"
31
- fill="none" stroke="black" stroke-width="0.5"/>
32
- <path d="M347.8 181.28L348.03 181.39"
33
- fill="none" stroke="black" stroke-width="0.5"/>
34
- <path d="M348.03 181.39L348.14 181.51"
35
- fill="none" stroke="black" stroke-width="0.5"/>
36
- <path d="M348.14 181.51L348.25 181.73"
37
- fill="none" stroke="black" stroke-width="0.5"/>
38
- <path d="M348.25 181.73L348.25 181.95Z"
39
- fill="none" stroke="black" stroke-width="0.5"/>
40
- <path d="M348.25 181.95L348.14 182.17"
41
- fill="none" stroke="black" stroke-width="0.5"/>
42
- <path d="M348.14 182.17L347.92 182.51"
43
- fill="none" stroke="black" stroke-width="0.5"/>
44
- <path d="M347.92 182.51L346.8 183.62"
45
- fill="none" stroke="black" stroke-width="0.5"/>
46
- <path d="M346.8 183.62L348.36 183.62"
47
- fill="none" stroke="black" stroke-width="0.5"/>
48
- <path d="M349.58 181.28L349.25 181.39"
49
- fill="none" stroke="black" stroke-width="0.5"/>
50
- <path d="M349.25 181.39L349.14 181.62"
51
- fill="none" stroke="black" stroke-width="0.5"/>
52
- <path d="M349.14 181.62L349.14 181.84Z"
53
- fill="none" stroke="black" stroke-width="0.5"/>
54
- <path d="M349.14 181.84L349.25 182.06"
55
- fill="none" stroke="black" stroke-width="0.5"/>
56
- <path d="M349.25 182.06L349.47 182.17"
57
- fill="none" stroke="black" stroke-width="0.5"/>
58
- <path d="M349.47 182.17L349.92 182.28"
59
- fill="none" stroke="black" stroke-width="0.5"/>
60
- <path d="M349.92 182.28L350.25 182.39"
61
- fill="none" stroke="black" stroke-width="0.5"/>
62
- <path d="M350.25 182.39L350.47 182.62"
63
- fill="none" stroke="black" stroke-width="0.5"/>
64
- <path d="M350.47 182.62L350.58 182.84"
65
- fill="none" stroke="black" stroke-width="0.5"/>
66
- <path d="M350.58 182.84L350.58 183.17Z"
67
- fill="none" stroke="black" stroke-width="0.5"/>
68
- <path d="M350.58 183.17L350.47 183.39"
69
- fill="none" stroke="black" stroke-width="0.5"/>
70
- <path d="M350.47 183.39L350.36 183.51"
71
- fill="none" stroke="black" stroke-width="0.5"/>
72
- <path d="M350.36 183.51L350.03 183.62"
73
- fill="none" stroke="black" stroke-width="0.5"/>
74
- <path d="M350.03 183.62L349.58 183.62"
75
- fill="none" stroke="black" stroke-width="0.5"/>
76
- <path d="M349.58 183.62L349.25 183.51"
77
- fill="none" stroke="black" stroke-width="0.5"/>
78
- <path d="M349.25 183.51L349.14 183.39"
79
- fill="none" stroke="black" stroke-width="0.5"/>
80
- <path d="M349.14 183.39L349.03 183.17"
81
- fill="none" stroke="black" stroke-width="0.5"/>
82
- <path d="M349.03 183.17L349.03 182.84Z"
83
- fill="none" stroke="black" stroke-width="0.5"/>
84
- <path d="M349.03 182.84L349.14 182.62"
85
- fill="none" stroke="black" stroke-width="0.5"/>
86
- <path d="M349.14 182.62L349.36 182.39"
87
- fill="none" stroke="black" stroke-width="0.5"/>
88
- <path d="M349.36 182.39L349.69 182.28"
89
- fill="none" stroke="black" stroke-width="0.5"/>
90
- <path d="M349.69 182.28L350.14 182.17"
91
- fill="none" stroke="black" stroke-width="0.5"/>
92
- <path d="M350.14 182.17L350.36 182.06"
93
- fill="none" stroke="black" stroke-width="0.5"/>
94
- <path d="M350.36 182.06L350.47 181.84"
95
- fill="none" stroke="black" stroke-width="0.5"/>
96
- <path d="M350.47 181.84L350.47 181.62Z"
97
- fill="none" stroke="black" stroke-width="0.5"/>
98
- <path d="M350.47 181.62L350.36 181.39"
99
- fill="none" stroke="black" stroke-width="0.5"/>
100
- <path d="M350.36 181.39L350.03 181.28"
101
- fill="none" stroke="black" stroke-width="0.5"/>
102
- <path d="M350.03 181.28L349.58 181.28"
103
- fill="none" stroke="black" stroke-width="0.5"/>
104
- <path d="M351.36 181.84L351.36 181.73Z"
105
- fill="none" stroke="black" stroke-width="0.5"/>
106
- <path d="M351.36 181.73L351.47 181.51"
107
- fill="none" stroke="black" stroke-width="0.5"/>
108
- <path d="M351.47 181.51L351.58 181.39"
109
- fill="none" stroke="black" stroke-width="0.5"/>
110
- <path d="M351.58 181.39L351.81 181.28"
111
- fill="none" stroke="black" stroke-width="0.5"/>
112
- <path d="M351.81 181.28L352.25 181.28"
113
- fill="none" stroke="black" stroke-width="0.5"/>
114
- <path d="M352.25 181.28L352.47 181.39"
115
- fill="none" stroke="black" stroke-width="0.5"/>
116
- <path d="M352.47 181.39L352.58 181.51"
117
- fill="none" stroke="black" stroke-width="0.5"/>
118
- <path d="M352.58 181.51L352.69 181.73"
119
- fill="none" stroke="black" stroke-width="0.5"/>
120
- <path d="M352.69 181.73L352.69 181.95Z"
121
- fill="none" stroke="black" stroke-width="0.5"/>
122
- <path d="M352.69 181.95L352.58 182.17"
123
- fill="none" stroke="black" stroke-width="0.5"/>
124
- <path d="M352.58 182.17L352.36 182.51"
125
- fill="none" stroke="black" stroke-width="0.5"/>
126
- <path d="M352.36 182.51L351.25 183.62"
127
- fill="none" stroke="black" stroke-width="0.5"/>
128
- <path d="M351.25 183.62L352.81 183.62"
129
- fill="none" stroke="black" stroke-width="0.5"/>
130
- <path d="M353.69 183.51L353.58 183.62"
131
- fill="none" stroke="black" stroke-width="0.5"/>
132
- <path d="M353.58 183.62L353.47 183.51"
133
- fill="none" stroke="black" stroke-width="0.5"/>
134
- <path d="M353.47 183.51L353.58 183.39"
135
- fill="none" stroke="black" stroke-width="0.5"/>
136
- <path d="M353.58 183.39L353.69 183.51"
137
- fill="none" stroke="black" stroke-width="0.5"/>
138
- <path d="M353.69 183.51L353.69 183.73Z"
139
- fill="none" stroke="black" stroke-width="0.5"/>
140
- <path d="M353.69 183.73L353.58 183.95"
141
- fill="none" stroke="black" stroke-width="0.5"/>
142
- <path d="M353.58 183.95L353.47 184.06"
143
- fill="none" stroke="black" stroke-width="0.5"/>
144
- <path d="M354.58 181.28L356.14 181.28"
145
- fill="none" stroke="black" stroke-width="0.5"/>
146
- <path d="M356.14 181.28L355.03 183.62"
147
- fill="none" stroke="black" stroke-width="0.5"/>
148
- <path d="M358.25 182.06L358.14 182.39"
149
- fill="none" stroke="black" stroke-width="0.5"/>
150
- <path d="M358.14 182.39L357.92 182.62"
151
- fill="none" stroke="black" stroke-width="0.5"/>
152
- <path d="M357.92 182.62L357.58 182.73"
153
- fill="none" stroke="black" stroke-width="0.5"/>
154
- <path d="M357.58 182.73L357.47 182.73"
155
- fill="none" stroke="black" stroke-width="0.5"/>
156
- <path d="M357.47 182.73L357.14 182.62"
157
- fill="none" stroke="black" stroke-width="0.5"/>
158
- <path d="M357.14 182.62L356.92 182.39"
159
- fill="none" stroke="black" stroke-width="0.5"/>
160
- <path d="M356.92 182.39L356.81 182.06"
161
- fill="none" stroke="black" stroke-width="0.5"/>
162
- <path d="M356.81 182.06L356.81 181.95Z"
163
- fill="none" stroke="black" stroke-width="0.5"/>
164
- <path d="M356.81 181.95L356.92 181.62"
165
- fill="none" stroke="black" stroke-width="0.5"/>
166
- <path d="M356.92 181.62L357.14 181.39"
167
- fill="none" stroke="black" stroke-width="0.5"/>
168
- <path d="M357.14 181.39L357.47 181.28"
169
- fill="none" stroke="black" stroke-width="0.5"/>
170
- <path d="M357.47 181.28L357.58 181.28"
171
- fill="none" stroke="black" stroke-width="0.5"/>
172
- <path d="M357.58 181.28L357.92 181.39"
173
- fill="none" stroke="black" stroke-width="0.5"/>
174
- <path d="M357.92 181.39L358.14 181.62"
175
- fill="none" stroke="black" stroke-width="0.5"/>
176
- <path d="M358.14 181.62L358.25 182.06"
177
- fill="none" stroke="black" stroke-width="0.5"/>
178
- <path d="M358.25 182.06L358.25 182.62Z"
179
- fill="none" stroke="black" stroke-width="0.5"/>
180
- <path d="M358.25 182.62L358.14 183.17"
181
- fill="none" stroke="black" stroke-width="0.5"/>
182
- <path d="M358.14 183.17L357.92 183.51"
183
- fill="none" stroke="black" stroke-width="0.5"/>
184
- <path d="M357.92 183.51L357.58 183.62"
185
- fill="none" stroke="black" stroke-width="0.5"/>
186
- <path d="M357.58 183.62L357.36 183.62"
187
- fill="none" stroke="black" stroke-width="0.5"/>
188
- <path d="M357.36 183.62L357.03 183.51"
189
- fill="none" stroke="black" stroke-width="0.5"/>
190
- <path d="M357.03 183.51L356.92 183.28"
191
- fill="none" stroke="black" stroke-width="0.5"/>
192
- <path d="M220.54 208.27L220.54 208.27Z"
193
- fill="none" stroke="black" stroke-width="0.5"/>
194
- <path d="M484.51 208.27L484.51 208.27Z"
195
- fill="none" stroke="black" stroke-width="0.5"/>
196
- <path d="M484.51 184.66L484.51 184.66Z"
197
- fill="none" stroke="black" stroke-width="0.5"/>
198
- <path d="M486.75 381.37L533.03 381.37"
199
- fill="none" stroke="black" stroke-width="0.5"/>
200
- <path d="M486.75 208.27L533.03 208.27"
201
- fill="none" stroke="black" stroke-width="0.5"/>
202
- <path d="M531.87 379.03L531.87 210.6Z"
203
- fill="none" stroke="black" stroke-width="0.5"/>
204
- <path d="M531.48 379.03L531.87 381.37 531.87 381.37 532.25 379.03 531.48 379.03Z"
205
- fill="black" stroke="black" stroke-width="0.2"/>
206
- <path d="M531.48 210.6L531.87 208.27 531.87 208.27 532.25 210.6 531.48 210.6Z"
207
- fill="black" stroke="black" stroke-width="0.2"/>
208
- <path d="M528.94 300.43L528.82 300.21"
209
- fill="none" stroke="black" stroke-width="0.5"/>
210
- <path d="M528.82 300.21L528.49 299.87"
211
- fill="none" stroke="black" stroke-width="0.5"/>
212
- <path d="M528.49 299.87L530.82 299.87"
213
- fill="none" stroke="black" stroke-width="0.5"/>
214
- <path d="M528.49 298.1L528.6 298.43"
215
- fill="none" stroke="black" stroke-width="0.5"/>
216
- <path d="M528.6 298.43L528.82 298.54"
217
- fill="none" stroke="black" stroke-width="0.5"/>
218
- <path d="M528.82 298.54L529.05 298.54"
219
- fill="none" stroke="black" stroke-width="0.5"/>
220
- <path d="M529.05 298.54L529.27 298.43"
221
- fill="none" stroke="black" stroke-width="0.5"/>
222
- <path d="M529.27 298.43L529.38 298.21"
223
- fill="none" stroke="black" stroke-width="0.5"/>
224
- <path d="M529.38 298.21L529.49 297.76"
225
- fill="none" stroke="black" stroke-width="0.5"/>
226
- <path d="M529.49 297.76L529.6 297.43"
227
- fill="none" stroke="black" stroke-width="0.5"/>
228
- <path d="M529.6 297.43L529.82 297.21"
229
- fill="none" stroke="black" stroke-width="0.5"/>
230
- <path d="M529.82 297.21L530.05 297.1"
231
- fill="none" stroke="black" stroke-width="0.5"/>
232
- <path d="M530.05 297.1L530.38 297.1"
233
- fill="none" stroke="black" stroke-width="0.5"/>
234
- <path d="M530.38 297.1L530.6 297.21"
235
- fill="none" stroke="black" stroke-width="0.5"/>
236
- <path d="M530.6 297.21L530.71 297.32"
237
- fill="none" stroke="black" stroke-width="0.5"/>
238
- <path d="M530.71 297.32L530.82 297.65"
239
- fill="none" stroke="black" stroke-width="0.5"/>
240
- <path d="M530.82 297.65L530.82 298.1Z"
241
- fill="none" stroke="black" stroke-width="0.5"/>
242
- <path d="M530.82 298.1L530.71 298.43"
243
- fill="none" stroke="black" stroke-width="0.5"/>
244
- <path d="M530.71 298.43L530.6 298.54"
245
- fill="none" stroke="black" stroke-width="0.5"/>
246
- <path d="M530.6 298.54L530.38 298.65"
247
- fill="none" stroke="black" stroke-width="0.5"/>
248
- <path d="M530.38 298.65L530.05 298.65"
249
- fill="none" stroke="black" stroke-width="0.5"/>
250
- <path d="M530.05 298.65L529.82 298.54"
251
- fill="none" stroke="black" stroke-width="0.5"/>
252
- <path d="M529.82 298.54L529.6 298.32"
253
- fill="none" stroke="black" stroke-width="0.5"/>
254
- <path d="M529.6 298.32L529.49 297.99"
255
- fill="none" stroke="black" stroke-width="0.5"/>
256
- <path d="M529.49 297.99L529.38 297.54"
257
- fill="none" stroke="black" stroke-width="0.5"/>
258
- <path d="M529.38 297.54L529.27 297.32"
259
- fill="none" stroke="black" stroke-width="0.5"/>
260
- <path d="M529.27 297.32L529.05 297.21"
261
- fill="none" stroke="black" stroke-width="0.5"/>
262
- <path d="M529.05 297.21L528.82 297.21"
263
- fill="none" stroke="black" stroke-width="0.5"/>
264
- <path d="M528.82 297.21L528.6 297.32"
265
- fill="none" stroke="black" stroke-width="0.5"/>
266
- <path d="M528.6 297.32L528.49 297.65"
267
- fill="none" stroke="black" stroke-width="0.5"/>
268
- <path d="M528.49 297.65L528.49 298.1Z"
269
- fill="none" stroke="black" stroke-width="0.5"/>
270
- <path d="M528.49 295.1L528.49 296.21Z"
271
- fill="none" stroke="black" stroke-width="0.5"/>
272
- <path d="M528.49 296.21L529.49 296.32"
273
- fill="none" stroke="black" stroke-width="0.5"/>
274
- <path d="M529.49 296.32L529.38 296.21"
275
- fill="none" stroke="black" stroke-width="0.5"/>
276
- <path d="M529.38 296.21L529.27 295.87"
277
- fill="none" stroke="black" stroke-width="0.5"/>
278
- <path d="M529.27 295.87L529.27 295.54Z"
279
- fill="none" stroke="black" stroke-width="0.5"/>
280
- <path d="M529.27 295.54L529.38 295.21"
281
- fill="none" stroke="black" stroke-width="0.5"/>
282
- <path d="M529.38 295.21L529.6 294.99"
283
- fill="none" stroke="black" stroke-width="0.5"/>
284
- <path d="M529.6 294.99L529.94 294.87"
285
- fill="none" stroke="black" stroke-width="0.5"/>
286
- <path d="M529.94 294.87L530.16 294.87"
287
- fill="none" stroke="black" stroke-width="0.5"/>
288
- <path d="M530.16 294.87L530.49 294.99"
289
- fill="none" stroke="black" stroke-width="0.5"/>
290
- <path d="M530.49 294.99L530.71 295.21"
291
- fill="none" stroke="black" stroke-width="0.5"/>
292
- <path d="M530.71 295.21L530.82 295.54"
293
- fill="none" stroke="black" stroke-width="0.5"/>
294
- <path d="M530.82 295.54L530.82 295.87Z"
295
- fill="none" stroke="black" stroke-width="0.5"/>
296
- <path d="M530.82 295.87L530.71 296.21"
297
- fill="none" stroke="black" stroke-width="0.5"/>
298
- <path d="M530.71 296.21L530.6 296.32"
299
- fill="none" stroke="black" stroke-width="0.5"/>
300
- <path d="M530.6 296.32L530.38 296.43"
301
- fill="none" stroke="black" stroke-width="0.5"/>
302
- <path d="M530.71 293.99L530.82 294.1"
303
- fill="none" stroke="black" stroke-width="0.5"/>
304
- <path d="M530.82 294.1L530.71 294.21"
305
- fill="none" stroke="black" stroke-width="0.5"/>
306
- <path d="M530.71 294.21L530.6 294.1"
307
- fill="none" stroke="black" stroke-width="0.5"/>
308
- <path d="M530.6 294.1L530.71 293.99"
309
- fill="none" stroke="black" stroke-width="0.5"/>
310
- <path d="M530.71 293.99L530.94 293.99"
311
- fill="none" stroke="black" stroke-width="0.5"/>
312
- <path d="M530.94 293.99L531.16 294.1"
313
- fill="none" stroke="black" stroke-width="0.5"/>
314
- <path d="M531.16 294.1L531.27 294.21"
315
- fill="none" stroke="black" stroke-width="0.5"/>
316
- <path d="M528.49 291.98L530.05 293.1"
317
- fill="none" stroke="black" stroke-width="0.5"/>
318
- <path d="M530.05 293.1L530.05 291.43Z"
319
- fill="none" stroke="black" stroke-width="0.5"/>
320
- <path d="M528.49 291.98L530.82 291.98"
321
- fill="none" stroke="black" stroke-width="0.5"/>
322
- <path d="M528.49 289.76L530.05 290.87"
323
- fill="none" stroke="black" stroke-width="0.5"/>
324
- <path d="M530.05 290.87L530.05 289.21Z"
325
- fill="none" stroke="black" stroke-width="0.5"/>
326
- <path d="M528.49 289.76L530.82 289.76"
327
- fill="none" stroke="black" stroke-width="0.5"/>
328
- <path d="M486.16 381.37L486.16 381.37Z"
329
- fill="none" stroke="black" stroke-width="0.5"/>
330
- <path d="M486.16 208.27L486.16 208.27Z"
331
- fill="none" stroke="black" stroke-width="0.5"/>
332
- <path d="M531.87 208.27L531.87 208.27Z"
333
- fill="none" stroke="black" stroke-width="0.5"/>
334
- <path d="M486.16 381.95L486.16 402.72Z"
335
- fill="none" stroke="black" stroke-width="0.5"/>
336
- <path d="M220.54 381.95L220.54 402.72Z"
337
- fill="none" stroke="black" stroke-width="0.5"/>
338
- <path d="M483.83 401.55L222.88 401.55"
339
- fill="none" stroke="black" stroke-width="0.5"/>
340
- <path d="M483.83 401.16L486.16 401.55 486.16 401.55 483.83 401.94 483.83 401.16Z"
341
- fill="black" stroke="black" stroke-width="0.2"/>
342
- <path d="M222.88 401.16L220.54 401.55 220.54 401.55 222.88 401.94 222.88 401.16Z"
343
- fill="black" stroke="black" stroke-width="0.2"/>
344
- <path d="M347.74 398.73L347.74 398.62Z"
345
- fill="none" stroke="black" stroke-width="0.5"/>
346
- <path d="M347.74 398.62L347.85 398.4"
347
- fill="none" stroke="black" stroke-width="0.5"/>
348
- <path d="M347.85 398.4L347.96 398.29"
349
- fill="none" stroke="black" stroke-width="0.5"/>
350
- <path d="M347.96 398.29L348.19 398.18"
351
- fill="none" stroke="black" stroke-width="0.5"/>
352
- <path d="M348.19 398.18L348.63 398.18"
353
- fill="none" stroke="black" stroke-width="0.5"/>
354
- <path d="M348.63 398.18L348.85 398.29"
355
- fill="none" stroke="black" stroke-width="0.5"/>
356
- <path d="M348.85 398.29L348.96 398.4"
357
- fill="none" stroke="black" stroke-width="0.5"/>
358
- <path d="M348.96 398.4L349.07 398.62"
359
- fill="none" stroke="black" stroke-width="0.5"/>
360
- <path d="M349.07 398.62L349.07 398.84Z"
361
- fill="none" stroke="black" stroke-width="0.5"/>
362
- <path d="M349.07 398.84L348.96 399.06"
363
- fill="none" stroke="black" stroke-width="0.5"/>
364
- <path d="M348.96 399.06L348.74 399.4"
365
- fill="none" stroke="black" stroke-width="0.5"/>
366
- <path d="M348.74 399.4L347.63 400.51"
367
- fill="none" stroke="black" stroke-width="0.5"/>
368
- <path d="M347.63 400.51L349.19 400.51"
369
- fill="none" stroke="black" stroke-width="0.5"/>
370
- <path d="M350.41 398.18L350.07 398.29"
371
- fill="none" stroke="black" stroke-width="0.5"/>
372
- <path d="M350.07 398.29L349.96 398.51"
373
- fill="none" stroke="black" stroke-width="0.5"/>
374
- <path d="M349.96 398.51L349.96 398.73Z"
375
- fill="none" stroke="black" stroke-width="0.5"/>
376
- <path d="M349.96 398.73L350.07 398.95"
377
- fill="none" stroke="black" stroke-width="0.5"/>
378
- <path d="M350.07 398.95L350.3 399.06"
379
- fill="none" stroke="black" stroke-width="0.5"/>
380
- <path d="M350.3 399.06L350.74 399.18"
381
- fill="none" stroke="black" stroke-width="0.5"/>
382
- <path d="M350.74 399.18L351.08 399.29"
383
- fill="none" stroke="black" stroke-width="0.5"/>
384
- <path d="M351.08 399.29L351.3 399.51"
385
- fill="none" stroke="black" stroke-width="0.5"/>
386
- <path d="M351.3 399.51L351.41 399.73"
387
- fill="none" stroke="black" stroke-width="0.5"/>
388
- <path d="M351.41 399.73L351.41 400.06Z"
389
- fill="none" stroke="black" stroke-width="0.5"/>
390
- <path d="M351.41 400.06L351.3 400.29"
391
- fill="none" stroke="black" stroke-width="0.5"/>
392
- <path d="M351.3 400.29L351.19 400.4"
393
- fill="none" stroke="black" stroke-width="0.5"/>
394
- <path d="M351.19 400.4L350.85 400.51"
395
- fill="none" stroke="black" stroke-width="0.5"/>
396
- <path d="M350.85 400.51L350.41 400.51"
397
- fill="none" stroke="black" stroke-width="0.5"/>
398
- <path d="M350.41 400.51L350.07 400.4"
399
- fill="none" stroke="black" stroke-width="0.5"/>
400
- <path d="M350.07 400.4L349.96 400.29"
401
- fill="none" stroke="black" stroke-width="0.5"/>
402
- <path d="M349.96 400.29L349.85 400.06"
403
- fill="none" stroke="black" stroke-width="0.5"/>
404
- <path d="M349.85 400.06L349.85 399.73Z"
405
- fill="none" stroke="black" stroke-width="0.5"/>
406
- <path d="M349.85 399.73L349.96 399.51"
407
- fill="none" stroke="black" stroke-width="0.5"/>
408
- <path d="M349.96 399.51L350.19 399.29"
409
- fill="none" stroke="black" stroke-width="0.5"/>
410
- <path d="M350.19 399.29L350.52 399.18"
411
- fill="none" stroke="black" stroke-width="0.5"/>
412
- <path d="M350.52 399.18L350.96 399.06"
413
- fill="none" stroke="black" stroke-width="0.5"/>
414
- <path d="M350.96 399.06L351.19 398.95"
415
- fill="none" stroke="black" stroke-width="0.5"/>
416
- <path d="M351.19 398.95L351.3 398.73"
417
- fill="none" stroke="black" stroke-width="0.5"/>
418
- <path d="M351.3 398.73L351.3 398.51Z"
419
- fill="none" stroke="black" stroke-width="0.5"/>
420
- <path d="M351.3 398.51L351.19 398.29"
421
- fill="none" stroke="black" stroke-width="0.5"/>
422
- <path d="M351.19 398.29L350.85 398.18"
423
- fill="none" stroke="black" stroke-width="0.5"/>
424
- <path d="M350.85 398.18L350.41 398.18"
425
- fill="none" stroke="black" stroke-width="0.5"/>
426
- <path d="M353.19 398.18L352.08 399.73"
427
- fill="none" stroke="black" stroke-width="0.5"/>
428
- <path d="M352.08 399.73L353.74 399.73"
429
- fill="none" stroke="black" stroke-width="0.5"/>
430
- <path d="M353.19 398.18L353.19 400.51Z"
431
- fill="none" stroke="black" stroke-width="0.5"/>
432
- <path d="M354.52 400.4L354.41 400.51"
433
- fill="none" stroke="black" stroke-width="0.5"/>
434
- <path d="M354.41 400.51L354.3 400.4"
435
- fill="none" stroke="black" stroke-width="0.5"/>
436
- <path d="M354.3 400.4L354.41 400.29"
437
- fill="none" stroke="black" stroke-width="0.5"/>
438
- <path d="M354.41 400.29L354.52 400.4"
439
- fill="none" stroke="black" stroke-width="0.5"/>
440
- <path d="M354.52 400.4L354.52 400.62Z"
441
- fill="none" stroke="black" stroke-width="0.5"/>
442
- <path d="M354.52 400.62L354.41 400.84"
443
- fill="none" stroke="black" stroke-width="0.5"/>
444
- <path d="M354.41 400.84L354.3 400.95"
445
- fill="none" stroke="black" stroke-width="0.5"/>
446
- <path d="M356.74 398.18L355.63 398.18"
447
- fill="none" stroke="black" stroke-width="0.5"/>
448
- <path d="M355.63 398.18L355.52 399.18"
449
- fill="none" stroke="black" stroke-width="0.5"/>
450
- <path d="M355.52 399.18L355.63 399.06"
451
- fill="none" stroke="black" stroke-width="0.5"/>
452
- <path d="M355.63 399.06L355.96 398.95"
453
- fill="none" stroke="black" stroke-width="0.5"/>
454
- <path d="M355.96 398.95L356.3 398.95"
455
- fill="none" stroke="black" stroke-width="0.5"/>
456
- <path d="M356.3 398.95L356.63 399.06"
457
- fill="none" stroke="black" stroke-width="0.5"/>
458
- <path d="M356.63 399.06L356.85 399.29"
459
- fill="none" stroke="black" stroke-width="0.5"/>
460
- <path d="M356.85 399.29L356.96 399.62"
461
- fill="none" stroke="black" stroke-width="0.5"/>
462
- <path d="M356.96 399.62L356.96 399.84Z"
463
- fill="none" stroke="black" stroke-width="0.5"/>
464
- <path d="M356.96 399.84L356.85 400.18"
465
- fill="none" stroke="black" stroke-width="0.5"/>
466
- <path d="M356.85 400.18L356.63 400.4"
467
- fill="none" stroke="black" stroke-width="0.5"/>
468
- <path d="M356.63 400.4L356.3 400.51"
469
- fill="none" stroke="black" stroke-width="0.5"/>
470
- <path d="M356.3 400.51L355.96 400.51"
471
- fill="none" stroke="black" stroke-width="0.5"/>
472
- <path d="M355.96 400.51L355.63 400.4"
473
- fill="none" stroke="black" stroke-width="0.5"/>
474
- <path d="M355.63 400.4L355.52 400.29"
475
- fill="none" stroke="black" stroke-width="0.5"/>
476
- <path d="M355.52 400.29L355.41 400.06"
477
- fill="none" stroke="black" stroke-width="0.5"/>
478
- <path d="M358.96 398.51L358.85 398.29"
479
- fill="none" stroke="black" stroke-width="0.5"/>
480
- <path d="M358.85 398.29L358.52 398.18"
481
- fill="none" stroke="black" stroke-width="0.5"/>
482
- <path d="M358.52 398.18L358.3 398.18"
483
- fill="none" stroke="black" stroke-width="0.5"/>
484
- <path d="M358.3 398.18L357.96 398.29"
485
- fill="none" stroke="black" stroke-width="0.5"/>
486
- <path d="M357.96 398.29L357.74 398.62"
487
- fill="none" stroke="black" stroke-width="0.5"/>
488
- <path d="M357.74 398.62L357.63 399.18"
489
- fill="none" stroke="black" stroke-width="0.5"/>
490
- <path d="M357.63 399.18L357.63 399.73Z"
491
- fill="none" stroke="black" stroke-width="0.5"/>
492
- <path d="M357.63 399.73L357.74 400.18"
493
- fill="none" stroke="black" stroke-width="0.5"/>
494
- <path d="M357.74 400.18L357.96 400.4"
495
- fill="none" stroke="black" stroke-width="0.5"/>
496
- <path d="M357.96 400.4L358.3 400.51"
497
- fill="none" stroke="black" stroke-width="0.5"/>
498
- <path d="M358.3 400.51L358.41 400.51"
499
- fill="none" stroke="black" stroke-width="0.5"/>
500
- <path d="M358.41 400.51L358.74 400.4"
501
- fill="none" stroke="black" stroke-width="0.5"/>
502
- <path d="M358.74 400.4L358.96 400.18"
503
- fill="none" stroke="black" stroke-width="0.5"/>
504
- <path d="M358.96 400.18L359.08 399.84"
505
- fill="none" stroke="black" stroke-width="0.5"/>
506
- <path d="M359.08 399.84L359.08 399.73Z"
507
- fill="none" stroke="black" stroke-width="0.5"/>
508
- <path d="M359.08 399.73L358.96 399.4"
509
- fill="none" stroke="black" stroke-width="0.5"/>
510
- <path d="M358.96 399.4L358.74 399.18"
511
- fill="none" stroke="black" stroke-width="0.5"/>
512
- <path d="M358.74 399.18L358.41 399.06"
513
- fill="none" stroke="black" stroke-width="0.5"/>
514
- <path d="M358.41 399.06L358.3 399.06"
515
- fill="none" stroke="black" stroke-width="0.5"/>
516
- <path d="M358.3 399.06L357.96 399.18"
517
- fill="none" stroke="black" stroke-width="0.5"/>
518
- <path d="M357.96 399.18L357.74 399.4"
519
- fill="none" stroke="black" stroke-width="0.5"/>
520
- <path d="M357.74 399.4L357.63 399.73"
521
- fill="none" stroke="black" stroke-width="0.5"/>
522
- <path d="M486.16 381.37L486.16 381.37Z"
523
- fill="none" stroke="black" stroke-width="0.5"/>
524
- <path d="M220.54 381.37L220.54 381.37Z"
525
- fill="none" stroke="black" stroke-width="0.5"/>
526
- <path d="M220.54 401.55L220.54 401.55Z"
527
- fill="none" stroke="black" stroke-width="0.5"/>
528
- <path d="M185.82 462.51L185.82 137.49 614.18 137.49 614.18 462.51 185.82 462.51Z"
529
- fill="none" stroke="black" stroke-width="0.5"/>
530
- </svg>