summaryrefslogtreecommitdiff
path: root/trunk/users/vik/plywood-robot/gen_2/4.4mm/OptoswitchBracket_1.svg
blob: 4a3e5c89df8005fd61f06baf77524fc1c34596a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.1"
   baseProfile="full"
   id="body"
   width="8in"
   height="8in"
   viewBox="0 0 1 1"
   preserveAspectRatio="none"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   sodipodi:docname="OptoswitchBracket_1.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape">
  <metadata
     id="metadata14998">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs14996">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 360 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="720 : 360 : 1"
       inkscape:persp3d-origin="360 : 240 : 1"
       id="perspective15000" />
  </defs>
  <sodipodi:namedview
     inkscape:window-height="830"
     inkscape:window-width="1440"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0.0"
     guidetolerance="10.0"
     gridtolerance="10.0"
     objecttolerance="10.0"
     borderopacity="1.0"
     bordercolor="#666666"
     pagecolor="#ffffff"
     id="base"
     showgrid="false"
     inkscape:document-units="mm"
     inkscape:zoom="0.62329263"
     inkscape:cx="350.10445"
     inkscape:cy="384.28073"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:current-layer="body">
    <inkscape:grid
       type="xygrid"
       id="grid15772"
       visible="true"
       enabled="true"
       empcolor="#ff0005"
       empopacity="0.25098039" />
  </sodipodi:namedview>
  <title
     id="title14871">SVG drawing</title>
  <desc
     id="desc14873">This was produced by version 4.2 of GNU libplot, a free library for exporting 2-D vector graphics.</desc>
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14877"
     y2="0.55530739"
     x2="0.47166708"
     y1="0.55530739"
     x1="0.53829163" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14879"
     y2="0.49038401"
     x2="0.64249927"
     y1="0.49038401"
     x1="0.46654209" />
  <path
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="path14881"
     d="M 0.523237,0.53319886 L 0.523237,0.53277179 L 0.52320141,0.53230912 L 0.52313024,0.53184644 L 0.52305906,0.53141936 L 0.5229523,0.5309567 L 0.52284551,0.53052962 L 0.52270316,0.53013811 L 0.5225252,0.52971104 L 0.52234726,0.52931955 L 0.5221693,0.52892806 L 0.52195577,0.52853657 L 0.52170664,0.52818067 L 0.5214575,0.52782477 L 0.5211728,0.52750446 L 0.52092366,0.52718414 L 0.52060335,0.52686383 L 0.52028303,0.52654352 L 0.51996272,0.5262944 L 0.51964241,0.52600968 L 0.51928651,0.52576054 L 0.51893061,0.52551141 L 0.51853912,0.52529788 L 0.51814763,0.52511992 L 0.51775614,0.52494198 L 0.51732907,0.52476402 L 0.51693758,0.52462166 L 0.5165105,0.5245149 L 0.51604782,0.52440812 L 0.51562074,0.52433694 L 0.51515807,0.52426576 L 0.51469539,0.52423018 L 0.51426831,0.52423018 C 0.50928571,0.52423018 0.50526404,0.52825185 0.50526404,0.53319886 C 0.50526404,0.53818147 0.50928571,0.54221027 0.51426831,0.54221027 C 0.51921533,0.54221027 0.523237,0.53818147 0.523237,0.53319886 z" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14883"
     y2="0.40257254"
     x2="0.31962687"
     y1="0.40257254"
     x1="0.37856364" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14885"
     y2="0.38105145"
     x2="0.48618773"
     y1="0.38105145"
     x1="0.29998061" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14887"
     y2="0.58604652"
     x2="0.29998061"
     y1="0.58604652"
     x1="0.42468813" />
  <g
     id="g15842"
     transform="matrix(2.05,0,0,2.05,-0.4954939,-0.5056081)"
     style="fill:none;stroke:#00ff00;stroke-opacity:1;stroke-width:0.00007202000000000;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none">
    <polygon
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon14889"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline14891"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline14893"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline14895"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.41144866"
       y1="0.45480001"
       x2="0.41144866"
       y2="0.46021667"
       id="line14897"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline14899"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.41603196"
       y1="0.46021667"
       x2="0.41769859"
       y2="0.46021667"
       id="line14901"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
  </g>
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14903"
     y2="0.42359236"
     x2="0.37856364"
     y1="0.42359236"
     x1="0.31962687" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14905"
     y2="0.44425935"
     x2="0.48618773"
     y1="0.44425935"
     x1="0.29998061" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14907"
     y2="0.5595746"
     x2="0.35806358"
     y1="0.5595746"
     x1="0.33927205" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14909"
     y2="0.58604652"
     x2="0.29998061"
     y1="0.51430053"
     x1="0.29998061" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14911"
     y2="0.51430053"
     x2="0.29998061"
     y1="0.51430053"
     x1="0.31962636" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14913"
     y2="0.51430053"
     x2="0.33243871"
     y1="0.53223789"
     x1="0.33243871" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14915"
     y2="0.53223789"
     x2="0.33243871"
     y1="0.53223789"
     x1="0.33927205" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14917"
     y2="0.53223789"
     x2="0.33927205"
     y1="0.5595746"
     x1="0.33927205" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14919"
     y2="0.49465483"
     x2="0.33927205"
     y1="0.49465483"
     x1="0.31962636" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14921"
     y2="0.49465483"
     x2="0.31962636"
     y1="0.51430053"
     x1="0.31962636" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14923"
     y2="0.49465483"
     x2="0.33927205"
     y1="0.51430053"
     x1="0.33927205" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14925"
     y2="0.51430053"
     x2="0.33243871"
     y1="0.51430053"
     x1="0.33927205" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14927"
     y2="0.44425935"
     x2="0.29998061"
     y1="0.38105145"
     x1="0.29998061" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14929"
     y2="0.40257254"
     x2="0.31962687"
     y1="0.42359236"
     x1="0.31962687" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14931"
     y2="0.49038401"
     x2="0.46654209"
     y1="0.51430053"
     x1="0.46654209" />
  <path
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="path14933"
     d="M 0.42472376,0.58560166 C 0.44522362,0.58560166 0.46383723,0.57365764 0.47237882,0.55504403" />
  <path
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="path14935"
     d="M 0.4014916,0.52917719 L 0.40152719,0.53035166 L 0.40163397,0.53152613 L 0.40177633,0.53266502 L 0.40195429,0.5338039 L 0.40223899,0.53490719 L 0.40252372,0.53597489 L 0.40287962,0.53704259 L 0.40330669,0.53807471 L 0.40376938,0.53910682 L 0.40426763,0.54010333 L 0.40480149,0.54106426 L 0.40540651,0.54197893 L 0.40604713,0.54287581 L 0.40672335,0.54374064 L 0.40743515,0.54456989 L 0.40821812,0.54536354 L 0.4090011,0.54612161 L 0.40981969,0.54684053 L 0.41070943,0.54752031 L 0.41159919,0.54816093 L 0.41252452,0.54875527 L 0.41348545,0.54930692 L 0.41448198,0.54981231 L 0.41547851,0.55026786 L 0.41651062,0.55068069 L 0.41757832,0.55104016 L 0.41868161,0.55134622 L 0.4197849,0.55160247 L 0.42088819,0.55180534 L 0.42206265,0.55195126 L 0.42320153,0.55203668 L 0.42437602,0.5520687 C 0.43701048,0.5520687 0.447296,0.54182233 0.447296,0.52917719" />
  <g
     id="g15833"
     transform="matrix(2.05,0,0,2.05,-0.4969172,-0.4908019)"
     style="fill:none;stroke:#00ff00;stroke-opacity:1;stroke-width:0.00007202000000000;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none">
    <polygon
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
       id="polygon14937"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
       id="polyline14939"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
       id="polyline14941"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
       id="polyline14943"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.43186519"
       y1="0.50188303"
       x2="0.43186519"
       y2="0.50729966"
       id="line14945"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <polyline
       transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
       points="267.92,105.2 268.4,105.68 268.4,102.56 "
       id="polyline14947"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
    <line
       x1="0.43603185"
       y1="0.50729966"
       x2="0.43811515"
       y2="0.50729966"
       id="line14949"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none" />
  </g>
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14951"
     y2="0.51430053"
     x2="0.40162584"
     y1="0.51430053"
     x1="0.37856349" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14953"
     y2="0.51430053"
     x2="0.36489689"
     y1="0.53223789"
     x1="0.36489689" />
  <polyline
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="polyline14955"
     points="256.4,94.879 256.4,102.56 258.32,102.56 "
     transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.5544653,0.8972495)" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14957"
     y2="0.49465483"
     x2="0.37856349"
     y1="0.49465483"
     x1="0.35806358" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14959"
     y2="0.49465483"
     x2="0.35806358"
     y1="0.51430053"
     x1="0.35806358" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14961"
     y2="0.51430053"
     x2="0.36489689"
     y1="0.51430053"
     x1="0.35806358" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14963"
     y2="0.49465483"
     x2="0.37856349"
     y1="0.51430053"
     x1="0.37856349" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14965"
     y2="0.51430053"
     x2="0.40162584"
     y1="0.52967542"
     x1="0.40162584" />
  <polyline
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="polyline14967"
     points="281.36,103.28 281.36,107.6 286.88,107.6 "
     transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.5544653,0.8972495)" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14969"
     y2="0.40257254"
     x2="0.37856364"
     y1="0.42359236"
     x1="0.37856364" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14971"
     y2="0.40257254"
     x2="0.46654171"
     y1="0.42359236"
     x1="0.46654171" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14973"
     y2="0.42359236"
     x2="0.48618722"
     y1="0.42359236"
     x1="0.46654171" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14975"
     y2="0.42363721"
     x2="0.48618773"
     y1="0.44426203"
     x1="0.48618773" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14977"
     y2="0.40257254"
     x2="0.46654171"
     y1="0.40257254"
     x1="0.48618722" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14979"
     y2="0.38104886"
     x2="0.48618773"
     y1="0.4025276"
     x1="0.48618773" />
  <polyline
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="polyline14981"
     points="336.32,114.32 336.32,96.078 322.4,96.078 "
     transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.5544653,0.8972495)" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14983"
     y2="0.51173806"
     x2="0.58185381"
     y1="0.51173806"
     x1="0.54854167" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14985"
     y2="0.55530739"
     x2="0.53829163"
     y1="0.52284211"
     x1="0.53829163" />
  <path
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="path14987"
     d="M 0.54904796,0.5117655 L 0.54904796,0.5117655 C 0.54303324,0.5117655 0.53815739,0.51664134 0.53815739,0.52265606" />
  <line
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="line14989"
     y2="0.55530739"
     x2="0.59295791"
     y1="0.52284211"
     x1="0.59295791" />
  <path
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="path14991"
     d="M 0.59286747,0.52265606 C 0.59286747,0.51664134 0.58799162,0.5117655 0.5819769,0.5117655" />
  <path
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
     id="path14993"
     d="M 0.62680405,0.53319886 L 0.62676846,0.53277179 L 0.62673287,0.53230912 L 0.62669728,0.53184644 L 0.62659052,0.53141936 L 0.62651934,0.5309567 L 0.62637697,0.53052962 L 0.62623462,0.53013811 L 0.62609225,0.52971104 L 0.62591431,0.52931955 L 0.62570076,0.52892806 L 0.62548723,0.52853657 L 0.62523809,0.52818067 L 0.62498896,0.52782477 L 0.62473984,0.52750446 L 0.62445512,0.52718414 L 0.62417039,0.52686383 L 0.62385008,0.52654352 L 0.62352977,0.5262944 L 0.62317387,0.52600968 L 0.62281797,0.52576054 L 0.62246207,0.52551141 L 0.62207058,0.52529788 L 0.62171468,0.52511992 L 0.6212876,0.52494198 L 0.62089611,0.52476402 L 0.62046903,0.52462166 L 0.62004194,0.5245149 L 0.61961486,0.52440812 L 0.61918778,0.52433694 L 0.61872512,0.52426576 L 0.61826244,0.52423018 L 0.61779977,0.52423018 C 0.61285275,0.52423018 0.60883108,0.52825185 0.60883108,0.53319886 C 0.60883108,0.53818147 0.61285275,0.54221027 0.61779977,0.54221027 C 0.62274679,0.54221027 0.62680405,0.53818147 0.62680405,0.53319886 z" />
  <g
     id="g36606">
    <line
       x1="0.46957356"
       y1="0.12838198"
       x2="0.41063678"
       y2="0.12838198"
       id="line15871"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.10686088"
       x2="0.57719767"
       y2="0.10686088"
       id="line15873"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.6251772)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon15877"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.6251772)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline15879"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.6251772)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline15881"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.6251772)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline15883"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.43898574"
       y1="0.15254132"
       x2="0.43898574"
       y2="0.16364548"
       id="line15885"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.6251772)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline15887"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.44838151"
       y1="0.16364548"
       x2="0.45179811"
       y2="0.16364548"
       id="line15889"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41063678"
       y1="0.1494018"
       x2="0.46957356"
       y2="0.1494018"
       id="line15891"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.17006879"
       x2="0.57719767"
       y2="0.17006879"
       id="line15893"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.10686088"
       x2="0.39099053"
       y2="0.17006879"
       id="line15895"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41063678"
       y1="0.1494018"
       x2="0.41063678"
       y2="0.12838198"
       id="line15897"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.46957356"
       y1="0.1494018"
       x2="0.46957356"
       y2="0.12838198"
       id="line15899"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.55755162"
       y1="0.1494018"
       x2="0.55755162"
       y2="0.12838198"
       id="line15901"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.55755162"
       y1="0.1494018"
       x2="0.57719713"
       y2="0.1494018"
       id="line15903"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.57719767"
       y1="0.17007147"
       x2="0.57719767"
       y2="0.14944665"
       id="line15905"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.57719713"
       y1="0.12838198"
       x2="0.55755162"
       y2="0.12838198"
       id="line15907"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.57719767"
       y1="0.12833704"
       x2="0.57719767"
       y2="0.10685829"
       id="line15909"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.46957356"
       y1="0.19157849"
       x2="0.41063678"
       y2="0.19157849"
       id="line15911"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.688374)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon15917"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.688374)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline15919"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.688374)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline15921"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.688374)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline15923"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.43898574"
       y1="0.21573812"
       x2="0.43898574"
       y2="0.22684227"
       id="line15925"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.4641474,0.688374)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline15927"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.44838151"
       y1="0.22684227"
       x2="0.45179811"
       y2="0.22684227"
       id="line15929"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41063678"
       y1="0.21259831"
       x2="0.46957356"
       y2="0.21259831"
       id="line15931"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.2332653"
       x2="0.57719767"
       y2="0.2332653"
       id="line15933"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.17005733"
       x2="0.39099053"
       y2="0.2332653"
       id="line15935"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.41063678"
       y1="0.21259831"
       x2="0.41063678"
       y2="0.19157849"
       id="line15937"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.46957356"
       y1="0.21259831"
       x2="0.46957356"
       y2="0.19157849"
       id="line15939"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.55755162"
       y1="0.21259831"
       x2="0.55755162"
       y2="0.19157849"
       id="line15941"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.55755162"
       y1="0.21259831"
       x2="0.57719713"
       y2="0.21259831"
       id="line15943"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.57719767"
       y1="0.23326798"
       x2="0.57719767"
       y2="0.21264316"
       id="line15945"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.57719713"
       y1="0.19157849"
       x2="0.55755162"
       y2="0.19157849"
       id="line15947"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.57719767"
       y1="0.19153355"
       x2="0.57719767"
       y2="0.17005476"
       id="line15949"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.21174422"
       x2="0.37143883"
       y2="0.21174422"
       id="line15951"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39108509"
       y1="0.23326531"
       x2="0.20487793"
       y2="0.23326531"
       id="line15953"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.285051)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon15957"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.285051)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline15959"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.285051)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline15961"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.285051)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline15963"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.34308985"
       y1="0.18758488"
       x2="0.34308985"
       y2="0.17648073"
       id="line15965"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.285051)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline15967"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3336941"
       y1="0.17648073"
       x2="0.33027747"
       y2="0.17648073"
       id="line15969"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.1907244"
       x2="0.31250206"
       y2="0.1907244"
       id="line15971"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39108509"
       y1="0.17005742"
       x2="0.20487793"
       y2="0.17005742"
       id="line15973"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.1907244"
       x2="0.37143883"
       y2="0.21174422"
       id="line15977"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.1907244"
       x2="0.31250206"
       y2="0.21174422"
       id="line15979"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.1907244"
       x2="0.22452398"
       y2="0.21174422"
       id="line15981"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.1907244"
       x2="0.20487846"
       y2="0.1907244"
       id="line15983"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.17005473"
       x2="0.20487793"
       y2="0.19067955"
       id="line15985"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487846"
       y1="0.21174422"
       x2="0.22452398"
       y2="0.21174422"
       id="line15987"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.21178916"
       x2="0.20487793"
       y2="0.2332679"
       id="line15989"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.14854771"
       x2="0.37143883"
       y2="0.14854771"
       id="line15991"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.3482478)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon15995"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.3482478)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline15997"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.3482478)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline15999"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.3482478)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline16001"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.34308985"
       y1="0.12438808"
       x2="0.34308985"
       y2="0.11328392"
       id="line16003"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.3482478)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline16005"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3336941"
       y1="0.11328392"
       x2="0.33027747"
       y2="0.11328392"
       id="line16007"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.12752789"
       x2="0.31250206"
       y2="0.12752789"
       id="line16009"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39108509"
       y1="0.10686091"
       x2="0.20487793"
       y2="0.10686091"
       id="line16011"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.12752789"
       x2="0.37143883"
       y2="0.14854771"
       id="line16015"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.12752789"
       x2="0.31250206"
       y2="0.14854771"
       id="line16017"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.12752789"
       x2="0.22452398"
       y2="0.14854771"
       id="line16019"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.12752789"
       x2="0.20487846"
       y2="0.12752789"
       id="line16021"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.10685822"
       x2="0.20487793"
       y2="0.12748304"
       id="line16023"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487846"
       y1="0.14854771"
       x2="0.22452398"
       y2="0.14854771"
       id="line16025"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.14859265"
       x2="0.20487793"
       y2="0.17007144"
       id="line16027"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.23316975"
       x2="0.39099053"
       y2="0.29637772"
       id="line16109"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39099053"
       y1="0.29636624"
       x2="0.39099053"
       y2="0.35957426"
       id="line16111"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.33805317"
       x2="0.37143883"
       y2="0.33805317"
       id="line16113"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39108509"
       y1="0.35957429"
       x2="0.20487793"
       y2="0.35957429"
       id="line16115"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.1587413)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon16119"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.1587413)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline16121"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.1587413)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline16123"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.1587413)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline16125"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.34308985"
       y1="0.31389457"
       x2="0.34308985"
       y2="0.30279043"
       id="line16127"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.1587413)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline16129"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3336941"
       y1="0.30279043"
       x2="0.33027747"
       y2="0.30279043"
       id="line16131"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.31703332"
       x2="0.31250206"
       y2="0.31703332"
       id="line16133"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.39108509"
       y1="0.29636633"
       x2="0.20487793"
       y2="0.29636633"
       id="line16135"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.31703332"
       x2="0.37143883"
       y2="0.33805317"
       id="line16137"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.31703332"
       x2="0.31250206"
       y2="0.33805317"
       id="line16139"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.31703332"
       x2="0.22452398"
       y2="0.33805317"
       id="line16141"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.31703332"
       x2="0.20487846"
       y2="0.31703332"
       id="line16143"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.29636365"
       x2="0.20487793"
       y2="0.31698847"
       id="line16145"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487846"
       y1="0.33805317"
       x2="0.22452398"
       y2="0.33805317"
       id="line16147"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.33809811"
       x2="0.20487793"
       y2="0.35957688"
       id="line16149"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.27485663"
       x2="0.37143883"
       y2="0.27485663"
       id="line16151"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polygon
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.2219381)"
       points="247.28,129.68 249.2,129.68 249.2,132.8 247.28,132.8 247.28,129.68 "
       id="polygon16155"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.2219381)"
       points="250.16,130.16 250.88,129.68 251.84,129.68 252.32,130.16 250.16,132.32 250.88,132.8 251.84,132.8 252.32,132.32 "
       id="polyline16157"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.2219381)"
       points="253.28,129.68 254.96,129.68 255.44,130.16 255.44,130.64 254.96,131.36 253.76,131.36 "
       id="polyline16159"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.2219381)"
       points="254.96,131.36 255.44,131.84 255.44,132.32 254.96,132.8 253.28,132.8 "
       id="polyline16161"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.34308985"
       y1="0.25069779"
       x2="0.34308985"
       y2="0.23959363"
       id="line16163"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.246223,-0.2219381)"
       points="256.4,132.32 256.88,132.8 256.88,129.68 "
       id="polyline16165"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.3336941"
       y1="0.23959363"
       x2="0.33027747"
       y2="0.23959363"
       id="line16167"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00014764000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.25383681"
       x2="0.31250206"
       y2="0.25383681"
       id="line16169"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.37143883"
       y1="0.25383681"
       x2="0.37143883"
       y2="0.27485663"
       id="line16173"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.31250206"
       y1="0.25383681"
       x2="0.31250206"
       y2="0.27485663"
       id="line16175"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.25383681"
       x2="0.22452398"
       y2="0.27485663"
       id="line16177"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.22452398"
       y1="0.25383681"
       x2="0.20487846"
       y2="0.25383681"
       id="line16179"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.2331671"
       x2="0.20487793"
       y2="0.25379196"
       id="line16181"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487846"
       y1="0.27485663"
       x2="0.22452398"
       y2="0.27485663"
       id="line16183"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.20487793"
       y1="0.27490157"
       x2="0.20487793"
       y2="0.29638037"
       id="line16185"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
  </g>
  <g
     id="g36716">
    <line
       x1="0.33160669"
       y1="0.85087955"
       x2="0.26498213"
       y2="0.85087955"
       id="line16201"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.25985715"
       y1="0.7859562"
       x2="0.43581432"
       y2="0.7859562"
       id="line16203"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.31655206,0.82877103 L 0.31655206,0.82834396 L 0.31651647,0.82788129 L 0.3164453,0.82741861 L 0.31637412,0.82699153 L 0.31626736,0.82652887 L 0.31616057,0.82610179 L 0.31601822,0.82571028 L 0.31584026,0.82528321 L 0.31566232,0.82489172 L 0.31548436,0.82450023 L 0.31527083,0.82410874 L 0.3150217,0.82375284 L 0.31477256,0.82339694 L 0.31448786,0.82307663 L 0.31423872,0.82275631 L 0.31391841,0.822436 L 0.31359809,0.82211569 L 0.31327778,0.82186657 L 0.31295747,0.82158185 L 0.31260157,0.82133271 L 0.31224567,0.82108358 L 0.31185418,0.82087005 L 0.31146269,0.82069209 L 0.3110712,0.82051415 L 0.31064413,0.82033619 L 0.31025264,0.82019383 L 0.30982556,0.82008707 L 0.30936288,0.81998029 L 0.3089358,0.81990911 L 0.30847313,0.81983793 L 0.30801045,0.81980235 L 0.30758337,0.81980235 C 0.30260077,0.81980235 0.2985791,0.82382402 0.2985791,0.82877103 C 0.2985791,0.83375364 0.30260077,0.83778244 0.30758337,0.83778244 C 0.31253039,0.83778244 0.31655206,0.83375364 0.31655206,0.82877103 z"
       id="path16205"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.21800318"
       y1="0.88161868"
       x2="0.093295671"
       y2="0.88161868"
       id="line16207"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.85514677"
       x2="0.15137863"
       y2="0.85514677"
       id="line16209"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.093295671"
       y1="0.80987269"
       x2="0.093295671"
       y2="0.88161868"
       id="line16211"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.11294142"
       y1="0.80987269"
       x2="0.093295671"
       y2="0.80987269"
       id="line16213"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.12575376"
       y1="0.82781005"
       x2="0.12575376"
       y2="0.80987269"
       id="line16215"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.82781005"
       x2="0.12575376"
       y2="0.82781005"
       id="line16217"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.85514677"
       x2="0.13258711"
       y2="0.82781005"
       id="line16219"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.11294142"
       y1="0.790227"
       x2="0.13258711"
       y2="0.790227"
       id="line16221"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.11294142"
       y1="0.80987269"
       x2="0.11294142"
       y2="0.790227"
       id="line16223"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.80987269"
       x2="0.13258711"
       y2="0.790227"
       id="line16225"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.80987269"
       x2="0.12575376"
       y2="0.80987269"
       id="line16227"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.25985715"
       y1="0.80987269"
       x2="0.25985715"
       y2="0.7859562"
       id="line16229"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.21803882,0.88117383 C 0.23853868,0.88117383 0.25715229,0.86922981 0.26569388,0.8506162"
       id="path16231"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.19480666,0.82474936 L 0.19484225,0.82592383 L 0.19494903,0.8270983 L 0.19509139,0.82823719 L 0.19526935,0.82937607 L 0.19555405,0.83047936 L 0.19583878,0.83154706 L 0.19619468,0.83261476 L 0.19662175,0.83364688 L 0.19708444,0.83467899 L 0.19758269,0.8356755 L 0.19811655,0.83663643 L 0.19872157,0.8375511 L 0.19936219,0.83844798 L 0.20003841,0.83931281 L 0.20075021,0.84014206 L 0.20153318,0.84093571 L 0.20231616,0.84169378 L 0.20313475,0.8424127 L 0.20402449,0.84309248 L 0.20491425,0.8437331 L 0.20583958,0.84432744 L 0.20680051,0.84487909 L 0.20779704,0.84538448 L 0.20879357,0.84584003 L 0.20982568,0.84625286 L 0.21089338,0.84661233 L 0.21199667,0.84691839 L 0.21309996,0.84717464 L 0.21420325,0.84737751 L 0.21537771,0.84752343 L 0.21651659,0.84760885 L 0.21769108,0.84764087 C 0.23032554,0.84764087 0.24061106,0.8373945 0.24061106,0.82474936"
       id="path16233"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(2.05,0,0,2.05,-0.7036021,-0.1952297)"
       id="g16235">
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16237"
         points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16239"
         points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16241"
         points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16243"
         points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16245"
         y2="0.50729966"
         x2="0.43186519"
         y1="0.50188303"
         x1="0.43186519" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16247"
         points="267.92,105.2 268.4,105.68 268.4,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16249"
         y2="0.50729966"
         x2="0.43811515"
         y1="0.50729966"
         x1="0.43603185" />
    </g>
    <line
       x1="0.17187855"
       y1="0.80987269"
       x2="0.19494089"
       y2="0.80987269"
       id="line16251"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15821195"
       y1="0.82781005"
       x2="0.15821195"
       y2="0.80987269"
       id="line16253"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.7611502,1.1928217)"
       points="256.4,94.879 256.4,102.56 258.32,102.56 "
       id="polyline16255"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15137863"
       y1="0.790227"
       x2="0.17187855"
       y2="0.790227"
       id="line16257"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15137863"
       y1="0.80987269"
       x2="0.15137863"
       y2="0.790227"
       id="line16259"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15137863"
       y1="0.80987269"
       x2="0.15821195"
       y2="0.80987269"
       id="line16261"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.17187855"
       y1="0.80987269"
       x2="0.17187855"
       y2="0.790227"
       id="line16263"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.19494089"
       y1="0.82524759"
       x2="0.19494089"
       y2="0.80987269"
       id="line16265"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.7611502,1.1928217)"
       points="281.36,103.28 281.36,107.6 286.88,107.6 "
       id="polyline16267"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,-3.559005e-3,-0.7611502,1.1928217)"
       points="336.32,114.32 336.32,96.078 322.4,96.078 "
       id="polyline16269"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.34185672"
       y1="0.80731022"
       x2="0.37516886"
       y2="0.80731022"
       id="line16271"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.33160669"
       y1="0.81841427"
       x2="0.33160669"
       y2="0.85087955"
       id="line16273"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.34236302,0.80733767 L 0.34236302,0.80733767 C 0.3363483,0.80733767 0.33147245,0.81221351 0.33147245,0.81822823"
       id="path16275"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.38627297"
       y1="0.81841427"
       x2="0.38627297"
       y2="0.85087955"
       id="line16277"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.38618253,0.81822823 C 0.38618253,0.81221351 0.38130668,0.80733767 0.37529196,0.80733767"
       id="path16279"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.42011911,0.82877103 L 0.42008352,0.82834396 L 0.42004793,0.82788129 L 0.42001234,0.82741861 L 0.41990558,0.82699153 L 0.4198344,0.82652887 L 0.41969203,0.82610179 L 0.41954968,0.82571028 L 0.41940731,0.82528321 L 0.41922937,0.82489172 L 0.41901582,0.82450023 L 0.41880229,0.82410874 L 0.41855315,0.82375284 L 0.41830402,0.82339694 L 0.4180549,0.82307663 L 0.41777018,0.82275631 L 0.41748545,0.822436 L 0.41716514,0.82211569 L 0.41684483,0.82186657 L 0.41648893,0.82158185 L 0.41613303,0.82133271 L 0.41577713,0.82108358 L 0.41538564,0.82087005 L 0.41502974,0.82069209 L 0.41460266,0.82051415 L 0.41421117,0.82033619 L 0.41378409,0.82019383 L 0.413357,0.82008707 L 0.41292992,0.81998029 L 0.41250284,0.81990911 L 0.41204018,0.81983793 L 0.4115775,0.81980235 L 0.41111483,0.81980235 C 0.40616781,0.81980235 0.40214614,0.82382402 0.40214614,0.82877103 C 0.40214614,0.83375364 0.40616781,0.83778244 0.41111483,0.83778244 C 0.41606185,0.83778244 0.42011911,0.83375364 0.42011911,0.82877103 z"
       id="path16281"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.33160669"
       y1="0.72085893"
       x2="0.26498213"
       y2="0.72085893"
       id="line16283"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.31655206,0.74296667 L 0.31655206,0.74339374 L 0.31651647,0.74385641 L 0.3164453,0.74431909 L 0.31637412,0.74474617 L 0.31626736,0.74520883 L 0.31616057,0.74563591 L 0.31601822,0.74602742 L 0.31584026,0.74645449 L 0.31566232,0.74684598 L 0.31548436,0.74723747 L 0.31527083,0.74762896 L 0.3150217,0.74798486 L 0.31477256,0.74834076 L 0.31448786,0.74866107 L 0.31423872,0.74898139 L 0.31391841,0.7493017 L 0.31359809,0.74962201 L 0.31327778,0.74987113 L 0.31295747,0.75015585 L 0.31260157,0.75040499 L 0.31224567,0.75065412 L 0.31185418,0.75086765 L 0.31146269,0.75104561 L 0.3110712,0.75122355 L 0.31064413,0.75140151 L 0.31025264,0.75154387 L 0.30982556,0.75165063 L 0.30936288,0.75175741 L 0.3089358,0.75182859 L 0.30847313,0.75189977 L 0.30801045,0.75193535 L 0.30758337,0.75193535 C 0.30260077,0.75193535 0.2985791,0.74791368 0.2985791,0.74296667 C 0.2985791,0.73798406 0.30260077,0.73395526 0.30758337,0.73395526 C 0.31253039,0.73395526 0.31655206,0.73798406 0.31655206,0.74296667 z"
       id="path16287"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.21800318"
       y1="0.6901198"
       x2="0.093295671"
       y2="0.6901198"
       id="line16289"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.71659172"
       x2="0.15137863"
       y2="0.71659172"
       id="line16291"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.093295671"
       y1="0.76186579"
       x2="0.093295671"
       y2="0.6901198"
       id="line16293"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.11294142"
       y1="0.76186579"
       x2="0.093295671"
       y2="0.76186579"
       id="line16295"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.12575376"
       y1="0.74392843"
       x2="0.12575376"
       y2="0.76186579"
       id="line16297"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.74392843"
       x2="0.12575376"
       y2="0.74392843"
       id="line16299"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.71659172"
       x2="0.13258711"
       y2="0.74392843"
       id="line16301"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.11294142"
       y1="0.78151149"
       x2="0.13258711"
       y2="0.78151149"
       id="line16303"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.11294142"
       y1="0.76186579"
       x2="0.11294142"
       y2="0.78151149"
       id="line16305"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.76186579"
       x2="0.13258711"
       y2="0.78151149"
       id="line16307"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.13258711"
       y1="0.76186579"
       x2="0.12575376"
       y2="0.76186579"
       id="line16309"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.25985715"
       y1="0.76186579"
       x2="0.25985715"
       y2="0.78578228"
       id="line16311"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.21803882,0.69056387 C 0.23853868,0.69056387 0.25715229,0.70250789 0.26569388,0.7211215"
       id="path16313"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.19480666,0.74698834 L 0.19484225,0.74581387 L 0.19494903,0.7446394 L 0.19509139,0.74350051 L 0.19526935,0.74236163 L 0.19555405,0.74125834 L 0.19583878,0.74019064 L 0.19619468,0.73912294 L 0.19662175,0.73809082 L 0.19708444,0.73705871 L 0.19758269,0.7360622 L 0.19811655,0.73510127 L 0.19872157,0.7341866 L 0.19936219,0.73328972 L 0.20003841,0.73242489 L 0.20075021,0.73159564 L 0.20153318,0.73080199 L 0.20231616,0.73004392 L 0.20313475,0.729325 L 0.20402449,0.72864522 L 0.20491425,0.7280046 L 0.20583958,0.72741026 L 0.20680051,0.72685861 L 0.20779704,0.72635322 L 0.20879357,0.72589767 L 0.20982568,0.72548484 L 0.21089338,0.72512537 L 0.21199667,0.72481931 L 0.21309996,0.72456306 L 0.21420325,0.72436019 L 0.21537771,0.72421427 L 0.21651659,0.72412885 L 0.21769108,0.72409683 C 0.23032554,0.72409683 0.24061106,0.7343432 0.24061106,0.74698834"
       id="path16315"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(2.05,0,0,2.05,-0.7036021,-0.3018578)"
       id="g16317">
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16319"
         points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16321"
         points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16323"
         points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16325"
         points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16327"
         y2="0.50729966"
         x2="0.43186519"
         y1="0.50188303"
         x1="0.43186519" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16329"
         points="267.92,105.2 268.4,105.68 268.4,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16331"
         y2="0.50729966"
         x2="0.43811515"
         y1="0.50729966"
         x1="0.43603185" />
    </g>
    <line
       x1="0.17187855"
       y1="0.76186579"
       x2="0.19494089"
       y2="0.76186579"
       id="line16333"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15821195"
       y1="0.74392843"
       x2="0.15821195"
       y2="0.76186579"
       id="line16335"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,3.559005e-3,-0.7611502,0.3789154)"
       points="256.4,94.879 256.4,102.56 258.32,102.56 "
       id="polyline16337"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15137863"
       y1="0.78151149"
       x2="0.17187855"
       y2="0.78151149"
       id="line16339"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15137863"
       y1="0.76186579"
       x2="0.15137863"
       y2="0.78151149"
       id="line16341"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.15137863"
       y1="0.76186579"
       x2="0.15821195"
       y2="0.76186579"
       id="line16343"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.17187855"
       y1="0.76186579"
       x2="0.17187855"
       y2="0.78151149"
       id="line16345"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.19494089"
       y1="0.7464909"
       x2="0.19494089"
       y2="0.76186579"
       id="line16347"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,3.559005e-3,-0.7611502,0.3789154)"
       points="281.36,103.28 281.36,107.6 286.88,107.6 "
       id="polyline16349"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(3.559005e-3,0,0,3.559005e-3,-0.7611502,0.3789154)"
       points="336.32,114.32 336.32,96.078 322.4,96.078 "
       id="polyline16351"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.34185672"
       y1="0.76442826"
       x2="0.37516886"
       y2="0.76442826"
       id="line16353"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.33160669"
       y1="0.75332421"
       x2="0.33160669"
       y2="0.72085893"
       id="line16355"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.34236302,0.76440003 L 0.34236302,0.76440003 C 0.3363483,0.76440003 0.33147245,0.75952419 0.33147245,0.75350947"
       id="path16357"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.38627297"
       y1="0.75332421"
       x2="0.38627297"
       y2="0.72085893"
       id="line16359"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.38618253,0.75350947 C 0.38618253,0.75952419 0.38130668,0.76440003 0.37529196,0.76440003"
       id="path16361"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.42011911,0.74296667 L 0.42008352,0.74339374 L 0.42004793,0.74385641 L 0.42001234,0.74431909 L 0.41990558,0.74474617 L 0.4198344,0.74520883 L 0.41969203,0.74563591 L 0.41954968,0.74602742 L 0.41940731,0.74645449 L 0.41922937,0.74684598 L 0.41901582,0.74723747 L 0.41880229,0.74762896 L 0.41855315,0.74798486 L 0.41830402,0.74834076 L 0.4180549,0.74866107 L 0.41777018,0.74898139 L 0.41748545,0.7493017 L 0.41716514,0.74962201 L 0.41684483,0.74987113 L 0.41648893,0.75015585 L 0.41613303,0.75040499 L 0.41577713,0.75065412 L 0.41538564,0.75086765 L 0.41502974,0.75104561 L 0.41460266,0.75122355 L 0.41421117,0.75140151 L 0.41378409,0.75154387 L 0.413357,0.75165063 L 0.41292992,0.75175741 L 0.41250284,0.75182859 L 0.41204018,0.75189977 L 0.4115775,0.75193535 L 0.41111483,0.75193535 C 0.40616781,0.75193535 0.40214614,0.74791368 0.40214614,0.74296667 C 0.40214614,0.73798406 0.40616781,0.73395526 0.41111483,0.73395526 C 0.41606185,0.73395526 0.42011911,0.73798406 0.42011911,0.74296667 z"
       id="path16363"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.53987241"
       y1="0.85087955"
       x2="0.60649699"
       y2="0.85087955"
       id="line16365"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.61162198"
       y1="0.7859562"
       x2="0.43566477"
       y2="0.7859562"
       id="line16367"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.55492704,0.82877103 L 0.55492704,0.82834396 L 0.55496263,0.82788129 L 0.5550338,0.82741861 L 0.55510498,0.82699153 L 0.55521174,0.82652887 L 0.55531853,0.82610179 L 0.55546088,0.82571028 L 0.55563884,0.82528321 L 0.55581678,0.82489172 L 0.55599474,0.82450023 L 0.55620827,0.82410874 L 0.5564574,0.82375284 L 0.55670654,0.82339694 L 0.55699124,0.82307663 L 0.55724038,0.82275631 L 0.55756069,0.822436 L 0.55788101,0.82211569 L 0.55820132,0.82186657 L 0.55852163,0.82158185 L 0.55887753,0.82133271 L 0.55923343,0.82108358 L 0.55962492,0.82087005 L 0.56001641,0.82069209 L 0.5604079,0.82051415 L 0.56083497,0.82033619 L 0.56122646,0.82019383 L 0.56165354,0.82008707 L 0.56211622,0.81998029 L 0.5625433,0.81990911 L 0.56300597,0.81983793 L 0.56346865,0.81980235 L 0.56389573,0.81980235 C 0.56887833,0.81980235 0.5729,0.82382402 0.5729,0.82877103 C 0.5729,0.83375364 0.56887833,0.83778244 0.56389573,0.83778244 C 0.55894871,0.83778244 0.55492704,0.83375364 0.55492704,0.82877103 z"
       id="path16369"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.65347594"
       y1="0.88161868"
       x2="0.7781834"
       y2="0.88161868"
       id="line16371"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.85514677"
       x2="0.72010046"
       y2="0.85514677"
       id="line16373"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.7781834"
       y1="0.80987269"
       x2="0.7781834"
       y2="0.88161868"
       id="line16375"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75853765"
       y1="0.80987269"
       x2="0.7781834"
       y2="0.80987269"
       id="line16377"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.74572533"
       y1="0.82781005"
       x2="0.74572533"
       y2="0.80987269"
       id="line16379"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.82781005"
       x2="0.74572533"
       y2="0.82781005"
       id="line16381"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.85514677"
       x2="0.73889202"
       y2="0.82781005"
       id="line16383"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75853765"
       y1="0.790227"
       x2="0.73889202"
       y2="0.790227"
       id="line16385"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75853765"
       y1="0.80987269"
       x2="0.75853765"
       y2="0.790227"
       id="line16387"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.80987269"
       x2="0.73889202"
       y2="0.790227"
       id="line16389"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.80987269"
       x2="0.74572533"
       y2="0.80987269"
       id="line16391"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.61162198"
       y1="0.80987269"
       x2="0.61162198"
       y2="0.7859562"
       id="line16393"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.65344028,0.88117383 C 0.63294042,0.88117383 0.61432681,0.86922981 0.60578522,0.8506162"
       id="path16395"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.67667244,0.82474936 L 0.67663685,0.82592383 L 0.67653007,0.8270983 L 0.67638771,0.82823719 L 0.67620975,0.82937607 L 0.67592505,0.83047936 L 0.67564032,0.83154706 L 0.67528442,0.83261476 L 0.67485735,0.83364688 L 0.67439466,0.83467899 L 0.67389641,0.8356755 L 0.67336255,0.83663643 L 0.67275753,0.8375511 L 0.67211691,0.83844798 L 0.67144069,0.83931281 L 0.67072889,0.84014206 L 0.66994592,0.84093571 L 0.66916294,0.84169378 L 0.66834435,0.8424127 L 0.66745461,0.84309248 L 0.66656485,0.8437331 L 0.66563952,0.84432744 L 0.66467859,0.84487909 L 0.66368206,0.84538448 L 0.66268553,0.84584003 L 0.66165342,0.84625286 L 0.66058572,0.84661233 L 0.65948243,0.84691839 L 0.65837914,0.84717464 L 0.65727585,0.84737751 L 0.65610139,0.84752343 L 0.65496251,0.84760885 L 0.65378802,0.84764087 C 0.64115356,0.84764087 0.63086804,0.8373945 0.63086804,0.82474936"
       id="path16397"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(2.05,0,0,2.05,-0.184462,-0.1952297)"
       id="g16399">
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16401"
         points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16403"
         points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16405"
         points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16407"
         points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16409"
         y2="0.50729966"
         x2="0.43186519"
         y1="0.50188303"
         x1="0.43186519" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16411"
         points="267.92,105.2 268.4,105.68 268.4,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16413"
         y2="0.50729966"
         x2="0.43811515"
         y1="0.50729966"
         x1="0.43603185" />
    </g>
    <line
       x1="0.69960058"
       y1="0.80987269"
       x2="0.67653823"
       y2="0.80987269"
       id="line16415"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.71326715"
       y1="0.82781005"
       x2="0.71326715"
       y2="0.80987269"
       id="line16417"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,-3.559005e-3,1.6326293,1.1928217)"
       points="256.4,94.879 256.4,102.56 258.32,102.56 "
       id="polyline16419"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72010046"
       y1="0.790227"
       x2="0.69960058"
       y2="0.790227"
       id="line16421"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72010046"
       y1="0.80987269"
       x2="0.72010046"
       y2="0.790227"
       id="line16423"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72010046"
       y1="0.80987269"
       x2="0.71326715"
       y2="0.80987269"
       id="line16425"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.69960058"
       y1="0.80987269"
       x2="0.69960058"
       y2="0.790227"
       id="line16427"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.67653823"
       y1="0.82524759"
       x2="0.67653823"
       y2="0.80987269"
       id="line16429"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,-3.559005e-3,1.6326293,1.1928217)"
       points="281.36,103.28 281.36,107.6 286.88,107.6 "
       id="polyline16431"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cc"
       id="polyline16433"
       d="M 0.43566474,0.85087962 L 0.48520609,0.85087962"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dashoffset:0;stroke-opacity:1;stroke-dasharray:none" />
    <line
       x1="0.52962238"
       y1="0.80731022"
       x2="0.49631023"
       y2="0.80731022"
       id="line16435"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.53987241"
       y1="0.81841427"
       x2="0.53987241"
       y2="0.85087955"
       id="line16437"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.52911608,0.80733767 L 0.52911608,0.80733767 C 0.5351308,0.80733767 0.54000665,0.81221351 0.54000665,0.81822823"
       id="path16439"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.48520613"
       y1="0.81841427"
       x2="0.48520613"
       y2="0.85087955"
       id="line16441"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.48529657,0.81822823 C 0.48529657,0.81221351 0.49017242,0.80733767 0.49618714,0.80733767"
       id="path16443"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.45135999,0.82877103 L 0.45139558,0.82834396 L 0.45143117,0.82788129 L 0.45146676,0.82741861 L 0.45157352,0.82699153 L 0.4516447,0.82652887 L 0.45178707,0.82610179 L 0.45192942,0.82571028 L 0.45207179,0.82528321 L 0.45224973,0.82489172 L 0.45246328,0.82450023 L 0.45267681,0.82410874 L 0.45292595,0.82375284 L 0.45317508,0.82339694 L 0.4534242,0.82307663 L 0.45370892,0.82275631 L 0.45399365,0.822436 L 0.45431396,0.82211569 L 0.45463427,0.82186657 L 0.45499017,0.82158185 L 0.45534607,0.82133271 L 0.45570197,0.82108358 L 0.45609346,0.82087005 L 0.45644936,0.82069209 L 0.45687644,0.82051415 L 0.45726793,0.82033619 L 0.45769501,0.82019383 L 0.4581221,0.82008707 L 0.45854918,0.81998029 L 0.45897626,0.81990911 L 0.45943892,0.81983793 L 0.4599016,0.81980235 L 0.46036427,0.81980235 C 0.46531129,0.81980235 0.46933296,0.82382402 0.46933296,0.82877103 C 0.46933296,0.83375364 0.46531129,0.83778244 0.46036427,0.83778244 C 0.45541725,0.83778244 0.45135999,0.83375364 0.45135999,0.82877103 z"
       id="path16445"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.53987241"
       y1="0.72085893"
       x2="0.60649699"
       y2="0.72085893"
       id="line16447"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.55492704,0.74296667 L 0.55492704,0.74339374 L 0.55496263,0.74385641 L 0.5550338,0.74431909 L 0.55510498,0.74474617 L 0.55521174,0.74520883 L 0.55531853,0.74563591 L 0.55546088,0.74602742 L 0.55563884,0.74645449 L 0.55581678,0.74684598 L 0.55599474,0.74723747 L 0.55620827,0.74762896 L 0.5564574,0.74798486 L 0.55670654,0.74834076 L 0.55699124,0.74866107 L 0.55724038,0.74898139 L 0.55756069,0.7493017 L 0.55788101,0.74962201 L 0.55820132,0.74987113 L 0.55852163,0.75015585 L 0.55887753,0.75040499 L 0.55923343,0.75065412 L 0.55962492,0.75086765 L 0.56001641,0.75104561 L 0.5604079,0.75122355 L 0.56083497,0.75140151 L 0.56122646,0.75154387 L 0.56165354,0.75165063 L 0.56211622,0.75175741 L 0.5625433,0.75182859 L 0.56300597,0.75189977 L 0.56346865,0.75193535 L 0.56389573,0.75193535 C 0.56887833,0.75193535 0.5729,0.74791368 0.5729,0.74296667 C 0.5729,0.73798406 0.56887833,0.73395526 0.56389573,0.73395526 C 0.55894871,0.73395526 0.55492704,0.73798406 0.55492704,0.74296667 z"
       id="path16449"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.65347594"
       y1="0.6901198"
       x2="0.7781834"
       y2="0.6901198"
       id="line16451"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.71659172"
       x2="0.72010046"
       y2="0.71659172"
       id="line16453"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.7781834"
       y1="0.76186579"
       x2="0.7781834"
       y2="0.6901198"
       id="line16455"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75853765"
       y1="0.76186579"
       x2="0.7781834"
       y2="0.76186579"
       id="line16457"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.74572533"
       y1="0.74392843"
       x2="0.74572533"
       y2="0.76186579"
       id="line16459"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.74392843"
       x2="0.74572533"
       y2="0.74392843"
       id="line16461"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.71659172"
       x2="0.73889202"
       y2="0.74392843"
       id="line16463"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75853765"
       y1="0.78151149"
       x2="0.73889202"
       y2="0.78151149"
       id="line16465"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.75853765"
       y1="0.76186579"
       x2="0.75853765"
       y2="0.78151149"
       id="line16467"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.76186579"
       x2="0.73889202"
       y2="0.78151149"
       id="line16469"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.73889202"
       y1="0.76186579"
       x2="0.74572533"
       y2="0.76186579"
       id="line16471"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.61162198"
       y1="0.76186579"
       x2="0.61162198"
       y2="0.78578228"
       id="line16473"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.65344028,0.69056387 C 0.63294042,0.69056387 0.61432681,0.70250789 0.60578522,0.7211215"
       id="path16475"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.67667244,0.74698834 L 0.67663685,0.74581387 L 0.67653007,0.7446394 L 0.67638771,0.74350051 L 0.67620975,0.74236163 L 0.67592505,0.74125834 L 0.67564032,0.74019064 L 0.67528442,0.73912294 L 0.67485735,0.73809082 L 0.67439466,0.73705871 L 0.67389641,0.7360622 L 0.67336255,0.73510127 L 0.67275753,0.7341866 L 0.67211691,0.73328972 L 0.67144069,0.73242489 L 0.67072889,0.73159564 L 0.66994592,0.73080199 L 0.66916294,0.73004392 L 0.66834435,0.729325 L 0.66745461,0.72864522 L 0.66656485,0.7280046 L 0.66563952,0.72741026 L 0.66467859,0.72685861 L 0.66368206,0.72635322 L 0.66268553,0.72589767 L 0.66165342,0.72548484 L 0.66058572,0.72512537 L 0.65948243,0.72481931 L 0.65837914,0.72456306 L 0.65727585,0.72436019 L 0.65610139,0.72421427 L 0.65496251,0.72412885 L 0.65378802,0.72409683 C 0.64115356,0.72409683 0.63086804,0.7343432 0.63086804,0.74698834"
       id="path16477"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <g
       style="fill:none;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-opacity:1"
       transform="matrix(2.05,0,0,2.05,-0.184462,-0.3018578)"
       id="g16479">
      <polygon
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polygon16481"
         points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16483"
         points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16485"
         points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16487"
         points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16489"
         y2="0.50729966"
         x2="0.43186519"
         y1="0.50188303"
         x1="0.43186519" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.04148288000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="polyline16491"
         points="267.92,105.2 268.4,105.68 268.4,102.56 "
         transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:0.00007202000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497000000034;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="line16493"
         y2="0.50729966"
         x2="0.43811515"
         y1="0.50729966"
         x1="0.43603185" />
    </g>
    <line
       x1="0.69960058"
       y1="0.76186579"
       x2="0.67653823"
       y2="0.76186579"
       id="line16495"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.71326715"
       y1="0.74392843"
       x2="0.71326715"
       y2="0.76186579"
       id="line16497"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.6326293,0.3789154)"
       points="256.4,94.879 256.4,102.56 258.32,102.56 "
       id="polyline16499"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72010046"
       y1="0.78151149"
       x2="0.69960058"
       y2="0.78151149"
       id="line16501"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72010046"
       y1="0.76186579"
       x2="0.72010046"
       y2="0.78151149"
       id="line16503"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.72010046"
       y1="0.76186579"
       x2="0.71326715"
       y2="0.76186579"
       id="line16505"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.69960058"
       y1="0.76186579"
       x2="0.69960058"
       y2="0.78151149"
       id="line16507"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.67653823"
       y1="0.7464909"
       x2="0.67653823"
       y2="0.76186579"
       id="line16509"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <polyline
       transform="matrix(-3.559005e-3,0,0,3.559005e-3,1.6326293,0.3789154)"
       points="281.36,103.28 281.36,107.6 286.88,107.6 "
       id="polyline16511"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="cc"
       id="polyline16513"
       d="M 0.43566474,0.72085748 L 0.48520609,0.72085748"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dashoffset:0;stroke-opacity:1;stroke-dasharray:none" />
    <line
       x1="0.52962238"
       y1="0.76442826"
       x2="0.49631023"
       y2="0.76442826"
       id="line16515"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.53987241"
       y1="0.75332421"
       x2="0.53987241"
       y2="0.72085893"
       id="line16517"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.52911608,0.76440003 L 0.52911608,0.76440003 C 0.5351308,0.76440003 0.54000665,0.75952419 0.54000665,0.75350947"
       id="path16519"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <line
       x1="0.48520613"
       y1="0.75332421"
       x2="0.48520613"
       y2="0.72085893"
       id="line16521"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.48529657,0.75350947 C 0.48529657,0.75952419 0.49017242,0.76440003 0.49618714,0.76440003"
       id="path16523"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
    <path
       d="M 0.45135999,0.74296667 L 0.45139558,0.74339374 L 0.45143117,0.74385641 L 0.45146676,0.74431909 L 0.45157352,0.74474617 L 0.4516447,0.74520883 L 0.45178707,0.74563591 L 0.45192942,0.74602742 L 0.45207179,0.74645449 L 0.45224973,0.74684598 L 0.45246328,0.74723747 L 0.45267681,0.74762896 L 0.45292595,0.74798486 L 0.45317508,0.74834076 L 0.4534242,0.74866107 L 0.45370892,0.74898139 L 0.45399365,0.7493017 L 0.45431396,0.74962201 L 0.45463427,0.74987113 L 0.45499017,0.75015585 L 0.45534607,0.75040499 L 0.45570197,0.75065412 L 0.45609346,0.75086765 L 0.45644936,0.75104561 L 0.45687644,0.75122355 L 0.45726793,0.75140151 L 0.45769501,0.75154387 L 0.4581221,0.75165063 L 0.45854918,0.75175741 L 0.45897626,0.75182859 L 0.45943892,0.75189977 L 0.4599016,0.75193535 L 0.46036427,0.75193535 C 0.46531129,0.75193535 0.46933296,0.74791368 0.46933296,0.74296667 C 0.46933296,0.73798406 0.46531129,0.73395526 0.46036427,0.73395526 C 0.45541725,0.73395526 0.45135999,0.73798406 0.45135999,0.74296667 z"
       id="path16525"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
  </g>
  <g
     id="g36880">
    <g
       style="fill:none;stroke:#0000ff;stroke-opacity:1;stroke-width:0.00001476;stroke-miterlimit:10.20450497;stroke-dasharray:none"
       id="g16855">
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16693"
         y2="0.83923823"
         x2="1.0316375"
         y1="0.83923823"
         x1="1.0982621" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16695"
         y2="0.77431488"
         x2="1.2024697"
         y1="0.77431488"
         x1="1.0265126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16697"
         d="M 1.0832075,0.81712972 L 1.0832075,0.81670265 L 1.0831719,0.81623998 L 1.0831007,0.8157773 L 1.0830296,0.81535022 L 1.0829228,0.81488756 L 1.082816,0.81446048 L 1.0826737,0.81406897 L 1.0824957,0.8136419 L 1.0823178,0.81325041 L 1.0821398,0.81285892 L 1.0819263,0.81246743 L 1.0816771,0.81211153 L 1.081428,0.81175563 L 1.0811433,0.81143532 L 1.0808942,0.811115 L 1.0805738,0.81079469 L 1.0802535,0.81047438 L 1.0799332,0.81022526 L 1.0796129,0.80994054 L 1.079257,0.8096914 L 1.0789011,0.80944227 L 1.0785096,0.80922874 L 1.0781181,0.80905078 L 1.0777266,0.80887284 L 1.0772996,0.80869488 L 1.0769081,0.80855252 L 1.076481,0.80844576 L 1.0760183,0.80833898 L 1.0755912,0.8082678 L 1.0751286,0.80819662 L 1.0746659,0.80816104 L 1.0742388,0.80816104 C 1.0692562,0.80816104 1.0652345,0.81218271 1.0652345,0.81712972 C 1.0652345,0.82211233 1.0692562,0.82614113 1.0742388,0.82614113 C 1.0791858,0.82614113 1.0832075,0.82211233 1.0832075,0.81712972 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16699"
         y2="0.86997736"
         x2="0.85995108"
         y1="0.86997736"
         x1="0.9846586" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16701"
         y2="0.84350544"
         x2="0.91803408"
         y1="0.84350544"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16703"
         y2="0.86997736"
         x2="0.85995108"
         y1="0.79823136"
         x1="0.85995108" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16705"
         y2="0.79823136"
         x2="0.85995108"
         y1="0.79823136"
         x1="0.87959683" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16707"
         y2="0.79823136"
         x2="0.89240921"
         y1="0.81616873"
         x1="0.89240921" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16709"
         y2="0.81616873"
         x2="0.89240921"
         y1="0.81616873"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16711"
         y2="0.81616873"
         x2="0.89924252"
         y1="0.84350544"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16713"
         y2="0.77858567"
         x2="0.89924252"
         y1="0.77858567"
         x1="0.87959683" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16715"
         y2="0.77858567"
         x2="0.87959683"
         y1="0.79823136"
         x1="0.87959683" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16717"
         y2="0.77858567"
         x2="0.89924252"
         y1="0.79823136"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16719"
         y2="0.79823136"
         x2="0.89240921"
         y1="0.79823136"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16721"
         y2="0.77431488"
         x2="1.0265126"
         y1="0.79823136"
         x1="1.0265126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16723"
         d="M 0.98469425,0.86953252 C 1.0051941,0.86953252 1.0238077,0.8575885 1.0323493,0.83897489" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16725"
         d="M 0.96146209,0.81310805 L 0.96149768,0.81428252 L 0.96160446,0.81545699 L 0.96174682,0.81659588 L 0.96192478,0.81773476 L 0.96220948,0.81883805 L 0.96249421,0.81990575 L 0.96285011,0.82097345 L 0.96327718,0.82200557 L 0.96373987,0.82303768 L 0.96423812,0.82403419 L 0.96477198,0.82499512 L 0.965377,0.82590979 L 0.96601762,0.82680667 L 0.96669384,0.8276715 L 0.96740564,0.82850075 L 0.96818861,0.8292944 L 0.96897159,0.83005247 L 0.96979018,0.83077139 L 0.97067992,0.83145117 L 0.97156968,0.83209179 L 0.97249501,0.83268613 L 0.97345594,0.83323778 L 0.97445247,0.83374317 L 0.975449,0.83419872 L 0.97648111,0.83461155 L 0.97754881,0.83497102 L 0.9786521,0.83527708 L 0.97975539,0.83553333 L 0.98085868,0.8357362 L 0.98203314,0.83588212 L 0.98317202,0.83596754 L 0.98434651,0.83599956 C 0.99698097,0.83599956 1.0072665,0.82575319 1.0072665,0.81310805" />
      <g
         id="g16727"
         transform="matrix(2.05,0,0,2.05,6.3053332e-2,-0.206871)"
         style="fill:none;stroke:#0000ff;stroke-width:0.0000072;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-opacity:1">
        <polygon
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
           id="polygon16729"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
           id="polyline16731"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
           id="polyline16733"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
           id="polyline16735"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.43186519"
           y1="0.50188303"
           x2="0.43186519"
           y2="0.50729966"
           id="line16737"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0000072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="267.92,105.2 268.4,105.68 268.4,102.56 "
           id="polyline16739"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.43603185"
           y1="0.50729966"
           x2="0.43811515"
           y2="0.50729966"
           id="line16741"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0000072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16743"
         y2="0.79823136"
         x2="0.96159631"
         y1="0.79823136"
         x1="0.93853396" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16745"
         y2="0.79823136"
         x2="0.92486739"
         y1="0.81616873"
         x1="0.92486739" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="polyline16747"
         points="256.4,94.879 256.4,102.56 258.32,102.56 "
         transform="matrix(3.559005e-3,0,0,-3.559005e-3,5.5052322e-3,1.1811804)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16749"
         y2="0.77858567"
         x2="0.93853396"
         y1="0.77858567"
         x1="0.91803408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16751"
         y2="0.77858567"
         x2="0.91803408"
         y1="0.79823136"
         x1="0.91803408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16753"
         y2="0.79823136"
         x2="0.92486739"
         y1="0.79823136"
         x1="0.91803408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16755"
         y2="0.77858567"
         x2="0.93853396"
         y1="0.79823136"
         x1="0.93853396" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16757"
         y2="0.79823136"
         x2="0.96159631"
         y1="0.81360626"
         x1="0.96159631" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="polyline16759"
         points="281.36,103.28 281.36,107.6 286.88,107.6 "
         transform="matrix(3.559005e-3,0,0,-3.559005e-3,5.5052322e-3,1.1811804)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="polyline16761"
         points="336.32,114.32 336.32,96.078 322.4,96.078 "
         transform="matrix(3.559005e-3,0,0,-3.559005e-3,5.5052322e-3,1.1811804)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16763"
         y2="0.7956689"
         x2="1.1418242"
         y1="0.7956689"
         x1="1.1085122" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16765"
         y2="0.83923823"
         x2="1.0982621"
         y1="0.80677295"
         x1="1.0982621" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16767"
         d="M 1.1090185,0.79569636 L 1.1090185,0.79569636 C 1.1030037,0.79569636 1.0981279,0.8005722 1.0981279,0.80658692" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16769"
         y2="0.83923823"
         x2="1.1529284"
         y1="0.80677295"
         x1="1.1529284" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16771"
         d="M 1.152838,0.80658692 C 1.152838,0.8005722 1.1479621,0.79569636 1.1419474,0.79569636" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16773"
         d="M 1.1867745,0.81712972 L 1.186739,0.81670265 L 1.1867034,0.81623998 L 1.1866678,0.8157773 L 1.186561,0.81535022 L 1.1864898,0.81488756 L 1.1863475,0.81446048 L 1.1862051,0.81406897 L 1.1860627,0.8136419 L 1.1858848,0.81325041 L 1.1856713,0.81285892 L 1.1854577,0.81246743 L 1.1852086,0.81211153 L 1.1849595,0.81175563 L 1.1847103,0.81143532 L 1.1844256,0.811115 L 1.1841409,0.81079469 L 1.1838206,0.81047438 L 1.1835003,0.81022526 L 1.1831444,0.80994054 L 1.1827885,0.8096914 L 1.1824326,0.80944227 L 1.1820411,0.80922874 L 1.1816852,0.80905078 L 1.1812581,0.80887284 L 1.1808666,0.80869488 L 1.1804395,0.80855252 L 1.1800124,0.80844576 L 1.1795854,0.80833898 L 1.1791583,0.8082678 L 1.1786956,0.80819662 L 1.1782329,0.80816104 L 1.1777703,0.80816104 C 1.1728232,0.80816104 1.1688016,0.81218271 1.1688016,0.81712972 C 1.1688016,0.82211233 1.1728232,0.82614113 1.1777703,0.82614113 C 1.1827173,0.82614113 1.1867745,0.82211233 1.1867745,0.81712972 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16775"
         y2="0.70921761"
         x2="1.0316375"
         y1="0.70921761"
         x1="1.0982621" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16777"
         d="M 1.0832075,0.73132536 L 1.0832075,0.73175243 L 1.0831719,0.7322151 L 1.0831007,0.73267778 L 1.0830296,0.73310486 L 1.0829228,0.73356752 L 1.082816,0.7339946 L 1.0826737,0.73438611 L 1.0824957,0.73481318 L 1.0823178,0.73520467 L 1.0821398,0.73559616 L 1.0819263,0.73598765 L 1.0816771,0.73634355 L 1.081428,0.73669945 L 1.0811433,0.73701976 L 1.0808942,0.73734008 L 1.0805738,0.73766039 L 1.0802535,0.7379807 L 1.0799332,0.73822982 L 1.0796129,0.73851454 L 1.079257,0.73876368 L 1.0789011,0.73901281 L 1.0785096,0.73922634 L 1.0781181,0.7394043 L 1.0777266,0.73958224 L 1.0772996,0.7397602 L 1.0769081,0.73990256 L 1.076481,0.74000932 L 1.0760183,0.7401161 L 1.0755912,0.74018728 L 1.0751286,0.74025846 L 1.0746659,0.74029404 L 1.0742388,0.74029404 C 1.0692562,0.74029404 1.0652345,0.73627237 1.0652345,0.73132536 C 1.0652345,0.72634275 1.0692562,0.72231395 1.0742388,0.72231395 C 1.0791858,0.72231395 1.0832075,0.72634275 1.0832075,0.73132536 z" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16779"
         y2="0.67847848"
         x2="0.85995108"
         y1="0.67847848"
         x1="0.9846586" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16781"
         y2="0.70495039"
         x2="0.91803408"
         y1="0.70495039"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16783"
         y2="0.67847848"
         x2="0.85995108"
         y1="0.75022447"
         x1="0.85995108" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16785"
         y2="0.75022447"
         x2="0.85995108"
         y1="0.75022447"
         x1="0.87959683" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16787"
         y2="0.75022447"
         x2="0.89240921"
         y1="0.73228711"
         x1="0.89240921" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16789"
         y2="0.73228711"
         x2="0.89240921"
         y1="0.73228711"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16791"
         y2="0.73228711"
         x2="0.89924252"
         y1="0.70495039"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16793"
         y2="0.76987016"
         x2="0.89924252"
         y1="0.76987016"
         x1="0.87959683" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16795"
         y2="0.76987016"
         x2="0.87959683"
         y1="0.75022447"
         x1="0.87959683" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16797"
         y2="0.76987016"
         x2="0.89924252"
         y1="0.75022447"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16799"
         y2="0.75022447"
         x2="0.89240921"
         y1="0.75022447"
         x1="0.89924252" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16801"
         y2="0.77414095"
         x2="1.0265126"
         y1="0.75022447"
         x1="1.0265126" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16803"
         d="M 0.98469425,0.67892256 C 1.0051941,0.67892256 1.0238077,0.69086658 1.0323493,0.70948019" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16805"
         d="M 0.96146209,0.73534703 L 0.96149768,0.73417256 L 0.96160446,0.73299809 L 0.96174682,0.7318592 L 0.96192478,0.73072032 L 0.96220948,0.72961703 L 0.96249421,0.72854933 L 0.96285011,0.72748163 L 0.96327718,0.72644951 L 0.96373987,0.7254174 L 0.96423812,0.72442089 L 0.96477198,0.72345996 L 0.965377,0.72254529 L 0.96601762,0.72164841 L 0.96669384,0.72078358 L 0.96740564,0.71995433 L 0.96818861,0.71916068 L 0.96897159,0.71840261 L 0.96979018,0.71768369 L 0.97067992,0.71700391 L 0.97156968,0.71636329 L 0.97249501,0.71576895 L 0.97345594,0.7152173 L 0.97445247,0.71471191 L 0.975449,0.71425636 L 0.97648111,0.71384353 L 0.97754881,0.71348406 L 0.9786521,0.713178 L 0.97975539,0.71292175 L 0.98085868,0.71271888 L 0.98203314,0.71257296 L 0.98317202,0.71248754 L 0.98434651,0.71245552 C 0.99698097,0.71245552 1.0072665,0.72270189 1.0072665,0.73534703" />
      <g
         id="g16807"
         transform="matrix(2.05,0,0,2.05,6.3053332e-2,-0.3134991)"
         style="fill:none;stroke:#0000ff;stroke-width:0.0000072;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-opacity:1">
        <polygon
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="258.8,102.56 260.72,102.56 260.72,105.68 258.8,105.68 258.8,102.56 "
           id="polygon16809"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="261.92,103.04 262.4,102.56 263.36,102.56 263.84,103.04 261.92,105.2 262.4,105.68 263.36,105.68 263.84,105.2 "
           id="polyline16811"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="264.8,102.56 266.48,102.56 266.96,103.04 266.96,103.52 266.48,104.24 265.52,104.24 "
           id="polyline16813"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="266.48,104.24 266.96,104.72 266.96,105.2 266.48,105.68 264.8,105.68 "
           id="polyline16815"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.43186519"
           y1="0.50188303"
           x2="0.43186519"
           y2="0.50729966"
           id="line16817"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0000072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <polyline
           transform="matrix(1.7361e-3,0,0,-1.7361e-3,-2.9104077e-2,0.6853541)"
           points="267.92,105.2 268.4,105.68 268.4,102.56 "
           id="polyline16819"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
        <line
           x1="0.43603185"
           y1="0.50729966"
           x2="0.43811515"
           y2="0.50729966"
           id="line16821"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:0.0000072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      </g>
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16823"
         y2="0.75022447"
         x2="0.96159631"
         y1="0.75022447"
         x1="0.93853396" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16825"
         y2="0.75022447"
         x2="0.92486739"
         y1="0.73228711"
         x1="0.92486739" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="polyline16827"
         points="256.4,94.879 256.4,102.56 258.32,102.56 "
         transform="matrix(3.559005e-3,0,0,3.559005e-3,5.5052322e-3,0.3672741)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16829"
         y2="0.76987016"
         x2="0.93853396"
         y1="0.76987016"
         x1="0.91803408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16831"
         y2="0.76987016"
         x2="0.91803408"
         y1="0.75022447"
         x1="0.91803408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16833"
         y2="0.75022447"
         x2="0.92486739"
         y1="0.75022447"
         x1="0.91803408" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16835"
         y2="0.76987016"
         x2="0.93853396"
         y1="0.75022447"
         x1="0.93853396" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16837"
         y2="0.75022447"
         x2="0.96159631"
         y1="0.73484957"
         x1="0.96159631" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="polyline16839"
         points="281.36,103.28 281.36,107.6 286.88,107.6 "
         transform="matrix(3.559005e-3,0,0,3.559005e-3,5.5052322e-3,0.3672741)" />
      <polyline
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00414829;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="polyline16841"
         points="336.32,114.32 336.32,96.078 322.4,96.078 "
         transform="matrix(3.559005e-3,0,0,3.559005e-3,5.5052322e-3,0.3672741)" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16843"
         y2="0.75278693"
         x2="1.1418242"
         y1="0.75278693"
         x1="1.1085122" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16845"
         y2="0.70921761"
         x2="1.0982621"
         y1="0.74168289"
         x1="1.0982621" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16847"
         d="M 1.1090185,0.75275872 L 1.1090185,0.75275872 C 1.1030037,0.75275872 1.0981279,0.74788288 1.0981279,0.74186816" />
      <line
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="line16849"
         y2="0.70921761"
         x2="1.1529284"
         y1="0.74168289"
         x1="1.1529284" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16851"
         d="M 1.152838,0.74186816 C 1.152838,0.74788288 1.1479621,0.75275872 1.1419474,0.75275872" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:normal;word-spacing:normal;text-anchor:start;fill-opacity:1;stroke:#0000ff;stroke-width:0.00001476;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.20450497;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;fill:none"
         id="path16853"
         d="M 1.1867745,0.73132536 L 1.186739,0.73175243 L 1.1867034,0.7322151 L 1.1866678,0.73267778 L 1.186561,0.73310486 L 1.1864898,0.73356752 L 1.1863475,0.7339946 L 1.1862051,0.73438611 L 1.1860627,0.73481318 L 1.1858848,0.73520467 L 1.1856713,0.73559616 L 1.1854577,0.73598765 L 1.1852086,0.73634355 L 1.1849595,0.73669945 L 1.1847103,0.73701976 L 1.1844256,0.73734008 L 1.1841409,0.73766039 L 1.1838206,0.7379807 L 1.1835003,0.73822982 L 1.1831444,0.73851454 L 1.1827885,0.73876368 L 1.1824326,0.73901281 L 1.1820411,0.73922634 L 1.1816852,0.7394043 L 1.1812581,0.73958224 L 1.1808666,0.7397602 L 1.1804395,0.73990256 L 1.1800124,0.74000932 L 1.1795854,0.7401161 L 1.1791583,0.74018728 L 1.1786956,0.74025846 L 1.1782329,0.74029404 L 1.1777703,0.74029404 C 1.1728232,0.74029404 1.1688016,0.73627237 1.1688016,0.73132536 C 1.1688016,0.72634275 1.1728232,0.72231395 1.1777703,0.72231395 C 1.1827173,0.72231395 1.1867745,0.72634275 1.1867745,0.73132536 z" />
    </g>
  </g>
</svg>