summaryrefslogtreecommitdiff
path: root/fonts/learning_curve/→.svg
blob: ac382f43138e81f0d89f9d517bc5b37c436037c6 (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   inkscape:version="1.3-alpha (95f74fb, 2023-03-31)"
   height="150"
   width="150"
   sodipodi:docname="→.svg"
   id="svg3178"
   version="1.1"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:inkstitch="http://inkstitch.org/namespace">
  <sodipodi:namedview
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     objecttolerance="10"
     gridtolerance="10"
     guidetolerance="10"
     inkscape:pageopacity="0"
     inkscape:pageshadow="2"
     inkscape:window-width="1440"
     inkscape:window-height="798"
     id="namedview3180"
     showgrid="false"
     inkscape:zoom="11.787255"
     inkscape:cx="26.469267"
     inkscape:cy="85.897862"
     inkscape:window-x="0"
     inkscape:window-y="25"
     inkscape:window-maximized="0"
     inkscape:current-layer="g6293"
     inkscape:document-rotation="0"
     inkscape:snap-global="false"
     inkscape:snap-bbox="false"
     inkscape:snap-page="true"
     showguides="true"
     inkscape:guide-bbox="true"
     inkscape:pagecheckerboard="0"
     inkscape:showpageshadow="2"
     inkscape:deskcolor="#d1d1d1">
    <sodipodi:guide
       position="-12.157387,50.731"
       orientation="0,1"
       inkscape:label="baseline"
       id="guide3182"
       inkscape:locked="false"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       position="31.389365,65.86621"
       orientation="0,1"
       inkscape:label="accroche"
       id="guide3184"
       inkscape:locked="false"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       position="70.154075,112.223"
       orientation="0,1"
       inkscape:label="caps"
       id="guide3186"
       inkscape:locked="false"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       position="6.2540454,79.71"
       orientation="0,1"
       inkscape:label="xheight"
       id="guide3188"
       inkscape:locked="false"
       inkscape:color="rgb(0,0,255)" />
    <sodipodi:guide
       position="29.241877,19.224"
       orientation="0,1"
       inkscape:label="decender"
       id="guide3190"
       inkscape:locked="false"
       inkscape:color="rgb(0,0,255)" />
  </sodipodi:namedview>
  <metadata
     id="metadata2897">
Created by FontForge 20201107 at Sun Feb 21 18:50:37 2021
 By Marif
Copyright (c) 2016 by Jess Latham. All rights reserved.
<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>
<rdf:RDF>
  <cc:Work
     rdf:about="">
    <dc:title />
  </cc:Work>
</rdf:RDF>
<inkstitch:collapse_len_mm
   id="collapse_len_mm7737">3</inkstitch:collapse_len_mm>
<inkstitch:min_stitch_len_mm
   id="min_stitch_len_mm1140">0</inkstitch:min_stitch_len_mm>
<inkstitch:inkstitch_svg_version>1</inkstitch:inkstitch_svg_version>
</metadata>
  <defs
     id="defs3176" />
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ü"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3724"
     >
    <path
       d="M -0.82190902,85.646374 C 3.7701942,81.300189 6.8661757,74.994309 10,70"
       id="path2227-7"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 16.838948,59.952461 1.403246,-5.032329 -0.677429,2.709716 -2.564553,-0.09678 4.887166,0.145163 3.290369,0.09678 4.919029,0.03144 L 25.7423,57.775011 26.274561,55.016907 25,60 l 0.7423,-2.224989 -2.516167,-0.04839 -5.66137,-0.04839 z"
       id="path11386"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 10,70 2.166065,90.230146 C 0.75989006,98.045732 -2.6965085,106.84288 15.433213,90.907042 23.32584,83.969503 26.424184,76.556956 29,70 26.236721,77.142628 22.229,85.363078 20.442238,91.854695 17.359899,109.4492 33.508016,90.570645 38.662674,84.258878"
       id="path11845"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="ccsccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-û"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3720"
     >
    <path
       d="M 0.22473203,84.258878 C 4.8168352,79.912693 6.8661757,74.994309 10,70"
       id="path2227-1"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 10.386973,62.758953 22.967796,53.66205 30.999828,63"
       id="path464-9"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 10,70 2.166065,90.230146 C 0.75989006,98.045732 -2.6965085,106.84288 15.433213,90.907042 23.32584,83.969503 26.424184,76.556956 29,70 26.236721,77.142628 22.229,85.363078 20.442238,91.854695 17.359899,109.4492 33.349806,90.570645 38.504464,84.258878"
       id="path6869"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="ccsccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ù"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3716"
     >
    <path
       d="M -0.11098799,84.258878 C 4.4811151,79.912693 6.8661757,74.994309 10,70"
       id="path2227-5"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 26.5,63 12.45438,52.0073"
       id="path7331"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 10,70 2.166065,90.230146 C 0.75989006,98.045732 -2.6965085,106.84288 15.433213,90.907042 23.32584,83.969503 26.424184,76.556956 29,70 26.236721,77.142628 22.229,85.363078 20.442238,91.854695 17.359899,109.4492 33.486667,90.570645 38.641325,84.258878"
       id="path7795"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="ccsccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ô"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3712"
     >
    <path
       d="M -0.37828566,85.646374 C 2.9223466,78.132879 11,70 11,70"
       id="path1555-2"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 6.9869728,62.758953 19.567796,53.66205 27.599828,63"
       id="path464-91"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 11,70 c 0,0 -7.9531129,7.850644 -11.30832594,15.475721 -1.17751676,2.676032 -0.67832889,5.472786 -0.55322115,8.337184 0.50338185,11.525155 12.61287609,3.91797 15.98648509,-0.287182 4.646485,-5.791773 8.58396,-13.418578 7.32206,-20.38727 -1.115316,-6.159202 -6.134594,-3.913222 -8.08788,0.858847 -3.395839,8.296366 -5.6091498,18.458495 8.136834,18.475399 4.12534,0.0051 9.382328,-8.213821 9.382328,-8.213821"
       id="path1553-1"
       sodipodi:nodetypes="cssssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:label="GlyphLayer-ï"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3708"
     inkscape:groupmode="layer"
     >
    <path
       d="M 0,84.472522 C 7.076969,77.188315 8.409306,74.768224 12.540296,69.976768"
       id="path5350-1"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 11,60 1.403246,-5.032329 -0.677429,2.709716 -2.564553,-0.09678 4.887166,0.145163 3.290369,0.09678 4.919029,0.03144 -2.354476,-0.03144 0.532261,-2.758104 -1.274561,4.983093 0.7423,-2.224989 -2.516167,-0.04839 -5.66137,-0.04839 z"
       id="path11386-0"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 12.444569,70.168223 C 8.1989552,77.084025 4.0170173,84.283225 0.76581962,96.20609 -0.89359764,102.29154 7.5735019,98.067046 9.3812903,96.30182 13.208148,92.565061 19.923939,84.258878 19.923939,84.258878"
       id="path5354-1"
       sodipodi:nodetypes="cssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-î"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3704"
     >
    <path
       d="M 0,84.472522 C 7.076969,77.188315 8.409306,74.768224 12.540296,69.976768"
       id="path5350-8"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 2.225838,62.61379 12.725987,-9.725944 7.887208,9.871107"
       id="path2207"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 12.444569,70.168223 C 8.1989552,77.084025 4.0170173,84.283225 0.76581962,96.20609 -0.89359764,102.29154 7.5735019,98.067046 9.3812903,96.30182 13.208148,92.565061 19.923939,84.258878 19.923939,84.258878"
       id="path5354-6"
       sodipodi:nodetypes="cssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ë"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3700"
     >
    <path
       d="m 0,85.54034 c 5.4639315,0.02604 11.012237,-1.461223 17.230941,-8.479741 2.589358,-2.922387 -0.05046,-7.419318 -4.461991,-6.843063"
       id="path4636-0-0"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="csc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 11,60 1.403246,-5.032329 -0.677429,2.709716 -2.564553,-0.09678 4.887166,0.145163 3.290369,0.09678 4.919029,0.03144 -2.354476,-0.03144 0.532261,-2.758104 -1.274561,4.983093 0.7423,-2.224989 -2.516167,-0.04839 -5.66137,-0.04839 z"
       id="path11386-0-9"
       sodipodi:nodetypes="cccccccccccccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 12.76895,70.217536 C 11.204811,70.421852 9.4179489,71.263922 7.5624687,73.040046 4.4377204,76.031154 -5.2872134,92.716595 -0.86154704,96.684727 10.084534,106.49918 25.469576,86.035345 26.807899,84.258878"
       id="path12371"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="cssc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ê"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3696"
     >
    <path
       d="M 0.02419389,85.646374 C 5.4881254,85.672414 11.012236,84.079117 17.230941,77.060599 20.738375,73.102059 14.651182,66.254505 7.5624687,73.040046"
       id="path4636-0"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="csc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 3.3871447,62.758953 15.967968,53.66205 24,63"
       id="path464"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 7.5624687,73.040046 C 4.4377203,76.031154 -5.2872134,92.716595 -0.86154704,96.684727 10.084534,106.49918 25.476944,86.035345 26.815267,84.258878"
       id="path462"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="csc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-é"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3692"
     >
    <path
       d="M -0.16935724,85.646374 C 5.2945743,85.672414 11.012236,84.079117 17.230941,77.060599 20.738375,73.102059 14.651182,66.254505 7.5624687,73.040046"
       id="path4636-09"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="csc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 8.661413,63.436382 22.064829,52.500743"
       id="path3130"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 7.5624687,73.040046 C 4.4377203,76.031154 -5.2872134,92.716595 -0.86154704,96.684727 10.084534,106.49918 25.283393,86.035345 26.621716,84.258878"
       id="path3126"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-è"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3688"
     >
    <path
       d="M -0.09677556,85.646374 C 5.3671559,85.672414 11.012237,84.079117 17.230941,77.060599 c 1.513104,-1.707711 1.240598,-3.953081 -0.127615,-5.409625"
       id="path4636-5"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="csc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 21,63 7,52"
       id="path5919"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 17.103326,71.650974 C 15.299968,69.731191 11.593118,69.181781 7.5624687,73.040046 4.4377204,76.031154 -5.2872134,92.716595 -0.86154704,96.684727 10.084534,106.49918 25.443292,86.035345 26.781615,84.258878"
       id="path5917"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="cssc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ç"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3684"
     >
    <path
       d="M -0.55645949,85.646374 C 1.8313067,81.663837 3.0490532,76.7243 9.0941081,72.274228 14.928606,67.979157 21.55195,70.466123 17.135214,78.687967"
       id="path2080-6"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 17.135214,78.687967 C 21.55195,70.466123 14.959349,68.021235 9.0941081,72.274228 5.7294219,74.714023 3.8944434,77.163054 -0.23879458,85.201626 -2.116065,88.852656 -3.7274908,93.867539 -1.053002,96.97191 c 1.35617239,1.574156 3.7080006,2.227656 5.8410115,2.347166 l -6.9093599,8.322344 c 8.4731605,-3.54217 16.5231894,6.97195 -4.1058394,13.41241 20.8277738,-6.49633 12.5714814,-16.67881 4.1058394,-13.41241 l 6.9093599,-8.322344 c 2.8264709,0.231563 6.5780455,-2.32139 9.3491405,-3.830389 4.470994,-2.434678 12.623446,-11.229809 12.623446,-11.229809"
       id="path2082-2"
       sodipodi:nodetypes="cssscccccsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-â"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3680"
     >
    <path
       d="M -0.62904117,85.646374 C 7.3666856,72.143647 21.601453,66.213475 25.164082,71.753721"
       id="path3928-8"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 30.109489,62.750913 22.308394,53.718066 9.9224453,62.614052"
       id="path4993"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.164082,71.753721 C 21.114237,65.741244 6.4319056,72.530344 0,84.747 c -3.1464249,5.686994 -3.0545458,8.130093 -2.0102765,10.69327 3.0949319,7.59656 12.5753755,4.535174 18.5711255,-7.371014 l 9.751962,-17.942902 -9.751962,17.942902 c -5.555474,24.743614 17.851229,0.700395 19.643266,-3.810378"
       id="path3930-5"
       sodipodi:nodetypes="ccscccc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-à"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3676"
     >
    <path
       d="M -0.87098008,85.646374 C 7.1247467,72.143647 21.601453,66.213475 25.164082,71.753721"
       id="path3928-9"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.5,63 11.017336,52.144161"
       id="path4532"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.164082,71.753721 C 21.114237,65.741244 5.6577011,73.429718 -0.77420451,85.646374 -3.9206294,91.333368 -3.0545458,92.877093 -2.0102765,95.44027 1.0846554,103.03683 10.565099,99.975444 16.560849,88.069256 l 9.751962,-17.942902 -9.751962,17.942902 c -5.555474,24.743614 17.098492,0.08452 19.643266,-3.810378"
       id="path3930-4"
       sodipodi:nodetypes="ccscccc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-ß"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3672"
     >
    <path
       d="M -0.07589344,84.448601 -17.684307,127.65785"
       id="path2641"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M -17.684307,127.65785 16,45 C 19.738502,35.552661 32.187041,33.332831 28.839118,46.065168 23.873511,62.012116 9.4686898,67.655732 14.096024,84.747 18.480386,101.72705 8.221449,99.689832 -1,99 13.874039,103.99083 25.451891,87.154622 29.530063,84.258878"
       id="path4071"
       sodipodi:nodetypes="cccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Î"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3668"
     >
    <path
       d="M 20.642641,84.747 C 15.788283,105.49826 -10.521047,99.269 4.8982539,92.367073"
       id="path7192-4"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 4.8982539,92.367073 C -10.521047,99.269 15.788283,105.49826 20.642641,84.747 l 6.64763,-28.417081 c 1.629391,-6.965268 4.28092,-15.82817 10.496259,-18.552919 2.564182,-1.124115 8.180729,4.245612 0,6.307285 C 34.576986,44.893141 28.651878,40.716067 25.952547,39.369224 15.79312,34.300131 5.1950127,43.094814 8.7314379,52.907319"
       id="path6736-9"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 8.7314379,52.907319 C 5.1950127,43.094814 15.79312,34.300131 25.952547,39.369224 c 2.699331,1.346843 8.624439,5.523917 11.833983,4.715061 8.180729,-2.061673 2.564182,-7.4314 0,-6.307285"
       id="path7647-1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 40.998175,28.220803 -10.642336,-9.863139 -12,10"
       id="path8133"
       sodipodi:nodetypes="ccc"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 37.78653,37.777 C 27.625495,40.114647 23.999916,75.65267 20.642641,84.747"
       id="path8137"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Ê"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3664"
     >
    <path
       d="M -0.13595751,84.747 C 0.04318384,78.332494 5.0392448,69.550287 28.007247,66.075349 c 7.360947,-1.113673 5.623347,7.106354 -3.127023,5.166386 -7.281856,-1.614397 -11.599144,-22.171306 -5.4383,-28.551077 11.89336,-12.315994 24.842183,-1.03125 22.976819,2.17532"
       id="path12275-3"
       sodipodi:nodetypes="csssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 44,30 -10.642336,-9.863139 -12,10"
       id="path8133-5"
       sodipodi:nodetypes="ccc"
       inkstitch:repeats="2"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 42.418743,44.865978 c 1.865364,-3.20657 -11.083459,-14.491314 -22.976819,-2.17532 -6.160844,6.379771 -1.843556,26.93668 5.4383,28.551077 8.75037,1.939968 10.48797,-6.280059 3.127023,-5.166386 C 5.0392448,69.550287 0.04318384,78.332494 -0.13595751,84.747 -0.70517344,105.12889 19.372133,102.28383 32.22193,96.121959 36.665758,93.991009 44.432996,84.258878 44.432996,84.258878"
       id="path11883-9"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-É"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3660"
     >
    <path
       d="M -0.13595751,84.747 C 0.04318384,78.332494 5.0392448,69.550287 28.007247,66.075349 c 7.360947,-1.113673 5.623347,7.106354 -3.127023,5.166386 -7.281856,-1.614397 -11.599144,-22.171306 -5.4383,-28.551077 3.776257,-3.910448 7.658918,-5.441648 11.140013,-5.607609"
       id="path12275-0"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 29.806873,30.774629 43.645779,19.258337"
       id="path10468"
       inkstitch:repeats="4"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 30.581937,37.083049 c 7.482647,-0.356734 13.109899,5.594476 11.836806,7.782929"
       id="path10466"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 42.418743,44.865978 c 1.865364,-3.20657 -11.083459,-14.491314 -22.976819,-2.17532 -6.160844,6.379771 -1.843556,26.93668 5.4383,28.551077 8.75037,1.939968 10.48797,-6.280059 3.127023,-5.166386 C 5.0392448,69.550287 0.04318384,78.332494 -0.13595751,84.747 -0.70517344,105.12889 19.372133,102.28383 32.22193,96.121959 36.665758,93.991009 44.432996,84.258878 44.432996,84.258878"
       id="path11883-5"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-È"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3656"
     >
    <path
       d="M -0.13595751,84.747 C 0.04318384,78.332494 5.0392448,69.550287 28.007247,66.075349 c 7.360947,-1.113673 5.623347,7.106354 -3.127023,5.166386 -7.281856,-1.614397 -11.599144,-22.171306 -5.4383,-28.551077 5.871492,-6.080137 12.000219,-6.408347 16.476772,-4.796183"
       id="path12275-6"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 39.968308,29.903649 25.451973,18.774459"
       id="path10929"
       inkstitch:repeats="4"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 35.918696,37.894475 c 4.591204,1.653454 7.444522,5.347946 6.500047,6.971503"
       id="path10927"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 42.418743,44.865978 c 1.865364,-3.20657 -11.083459,-14.491314 -22.976819,-2.17532 -6.160844,6.379771 -1.843556,26.93668 5.4383,28.551077 8.75037,1.939968 10.48797,-6.280059 3.127023,-5.166386 C 5.0392448,69.550287 0.04318384,78.332494 -0.13595751,84.747 -0.70517344,105.12889 19.372133,102.28383 32.22193,96.121959 36.665758,93.991009 44.432996,84.258878 44.432996,84.258878"
       id="path11883-3"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Ç"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3652"
     >
    <path
       d="M 3.3989377,84.747 C 2.0806113,70.153714 14.883664,50.258297 22.297031,44.322148 51.547022,20.900631 51.129364,57.051964 36.45617,61.63149"
       id="path11090-6"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 36.45617,61.63149 C 51.129364,57.051964 51.547022,20.900631 22.297031,44.322148 14.883664,50.258297 2.0806112,70.153714 3.3989377,84.747 c 0.8854812,9.801882 4.0798357,13.346166 9.9937143,15.75992 l -6.521587,8.17204 C 20.745237,105.49654 20.05869,117.506 0,122.03399 20.05869,117.506 20.745237,105.49654 6.871065,108.67896 l 6.521587,-8.17204 c 12.137203,3.26964 29.365967,-11.51198 32.75972,-16.248042"
       id="path10701-3"
       sodipodi:nodetypes="csscccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-À"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3648"
     >
    <path
       d="M -0.62889494,85.646374 C -0.01732853,78.418212 6.4008608,62.035376 14.096244,53.315924 29.009963,36.417548 48.070107,34.479907 56,41"
       id="path9133-8"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 55,30 41.516717,19.258337"
       id="path9546"
       inkstitch:ties="3"
       inkstitch:repeats="4"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 56,41 C 48.070107,34.479907 29.009963,36.417548 14.096244,53.315924 6.4008608,62.035376 0.11953275,78.340005 -0.49203362,85.568167 -1.5559661,98.142887 7.0078516,110.3992 30.955945,84.747 41.145321,73.832567 47.982091,56.967794 55.543556,39.272655 44.2913,66.632842 38.330445,79.424806 36.147315,84.747 25.194439,111.44872 48.146379,96.051577 56.938722,84.258878"
       id="path9131-0"
       sodipodi:nodetypes="cssscsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-»"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3644"
     >
    <path
       d="M 15.120993,84.747 6.0554741,99.269 15.120993,84.747 11.595652,70.29 15.120993,84.747 h 8.870938 L 20.047845,70.29 23.991931,84.747 14.257426,99.269 23.991931,84.747"
       id="path9069-2"
       sodipodi:nodetypes="cccccccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-«"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3640"
     >
    <path
       d="M 2,85 4.379562,99.269 2,85 13.686131,70.29 2,85 11.548367,84.747 22.718978,70.29 11.548367,84.747 13.54927,99.269 11.548367,84.747"
       id="path9069"
       sodipodi:nodetypes="cccccccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-z"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3636"
     >
    <path
       d="m 0,84.324325 c 0,0 2.9354944,-4.150472 7.9453787,-9.465456 C 12.796069,69.712774 24.968276,67.499459 25.846413,74.47596 26.963315,83.349375 16.784782,92.605356 12.061659,96.397547 8.084211,99.591036 -3.5798709,102.27765 4.6906453,94.674453 11.386866,88.518523 18.448722,93.906751 17.039487,98.120641 14.089154,106.94272 13.595783,108.33302 6.8923767,122.14823 0.18897005,135.96344 -8.327756,130.59398 -7.4667414,121.19096 -6.6057268,111.78794 22.982158,101.52709 37.297586,84.258878"
       id="path1562"
       sodipodi:nodetypes="cssssszzc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-y"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3632"
     >
    <path
       d="m 0.06958153,84.258878 c 0,0 6.06860657,-7.917166 9.81309017,-11.424941 2.1748803,-2.037395 5.8280253,-4.973824 6.9043323,0.135379 1.497303,7.107662 -6.342983,13.461837 -6.768953,20.712997 -0.5542694,9.435167 5.079074,3.888919 11.50722,-0.406138 C 31.668404,86.498896 37.569387,71.966548 37,72 37,72 25.124682,104.00667 18.682311,119.81047 13.738537,131.93806 1.2343166,137.15775 3.6552347,120.35199 5.5848225,106.95699 37.567567,98.781244 47.378226,84.258878"
       id="path1560"
       sodipodi:nodetypes="csssscssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-x"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3628"
     >
    <path
       d="M 0,84.393906 C 2.8248187,80.33775 7.2294189,75.658636 10.018051,73.240074 12.813343,70.815736 17.835333,68.675201 18.916967,73 c 0.907624,3.629039 1.352145,11.343658 1.352145,11.343658 L 2.8429604,99.26937 20.269112,84.343658 39,70 20.269112,84.343658 20.509928,94.494587 c 0.23471,9.893543 9.327173,3.197949 12.116427,-0.338448 l 7.806243,-9.897261"
       id="path1556"
       sodipodi:nodetypes="csscccccssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-w"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3624"
     >
    <path
       d="M 0,84.397359 C 6.4564422,77.070074 9.7351709,72.948545 10.965704,70.126354 11.169142,70.15092 3.2414958,85.692252 1.2861011,93.005417 -2.0852701,105.61433 11.058509,96.220298 14.620939,92.666969 20.400956,86.901718 29.986458,70.126361 29.986463,70.126354 c 0,0 -8.0932,11.499412 -9.679603,21.86372 -2.164518,14.141256 11.853519,4.232095 15.568592,-1.42148 4.211808,-6.409504 10.559567,-20.44224 10.559567,-20.44224 0,0 -4.811827,9.468681 -5.75361,14.620646 -2.650347,14.498552 12.634739,0.635849 12.676184,-0.488122"
       id="path1549"
       sodipodi:nodetypes="ccsscsscsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-v"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3620"
     >
    <path
       d="m 0,84.462337 c 0,0 5.7283926,-6.894074 8.7996392,-10.27461 4.4866948,-4.938526 8.6756018,-5.917977 8.1904338,0.06769 -0.467529,5.768043 -5.357267,10.323379 -7.1074013,15.83935 -5.0092843,15.787973 6.1439983,8.103892 14.0117333,0.06769 5.665471,-5.786783 13.740975,-20.036103 13.740975,-20.036103 0.406674,0.948906 -11.103794,13.846378 -6.972022,18.817691 5.432129,6.535891 13.563469,-4.514658 13.449797,-4.685167"
       id="path363"
       sodipodi:nodetypes="csssscsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-u"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3616"
     >
    <path
       d="M 0,84.393906 C 4.5921032,80.047721 6.9688217,75.952338 10.102646,70.958029 L 2.166065,90.230146 C 0.75989006,98.045732 -2.6965085,106.84288 15.433213,90.907042 23.32584,83.969503 26.424184,76.556956 29,70 26.236721,77.142628 22.229,85.363078 20.442238,91.854695 17.359899,109.4492 33.092394,90.570645 38.247052,84.258878"
       id="path2227"
       sodipodi:nodetypes="cccsccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-t"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3612"
     >
    <path
       d="M 0.2087446,84.258878 C 2.746612,81.611164 3.9644794,79.891067 5.8629977,76.981993 7.1995873,74.933954 8.7207802,73.139621 9.8601353,70.997954 12.58194,65.881726 14.669193,58.724127 17,53 L 10.221119,71.006319 1,71 23.08213,71.074009 10.221119,71.006319 C 8.5288808,75.586546 6.2042448,80.377572 5.1444044,84.747 -1.366732,111.59061 16.364361,95.137161 24.605263,84.258878"
       id="path1864"
       sodipodi:nodetypes="csscccccsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-s"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3608"
     >
    <path
       d="m 0.254482,84.258878 c -3.7051281,3.997914 -6.7909693,7.39188 -9.6357723,9.841208"
       id="path4638"
       inkstitch:ties="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M -9.1898354,93.812903 C 4.2342667,81.361462 5.8304844,76.291376 10.338565,69.976768 7.6065789,82.22307 9.9363735,88.842419 9.094108,93.621448 7.1600058,104.59558 -4.0550011,97.807112 -9.1898354,94.578723 1.651457,102.77126 10.009471,99.136218 13.401843,96.20609 L 24.58774,84.258878"
       id="path4640"
       sodipodi:nodetypes="ccsccc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-r"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3604"
     >
    <path
       d="M 0.2087446,84.258878 C 5.3910238,79.43086 9.7769269,74.209517 13.876354,67.757221 c -0.442307,2.676019 -3.842326,6.461179 0.947653,7.175091 4.438452,-1.396174 5.01167,0.655023 2.775271,5.212094 -2.215389,4.682101 -5.489999,9.960256 -8.1904331,15.162455 -1.140974,6.010799 6.3603021,4.898679 9.8826721,0.203068 L 27.73139,84.258878"
       id="path3391"
       sodipodi:nodetypes="cccccsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-q"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3600"
     >
    <path
       d="M -0.58240172,85.646374 C 0.52994795,83.704137 5.9426432,77.496966 7.2427799,76.489171 16.578855,69.252353 19.726657,69.136431 25.722022,71.547835"
       id="path3005"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkscape:label="path3005"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.722022,71.547835 C 19.726657,69.136431 16.578855,69.252353 7.2427799,76.489171 5.9426432,77.496966 0.49573262,83.797008 -0.61661705,85.739245 -4.2918471,92.156442 -5.3825365,103.28039 6.7689532,97.608305 10.960276,95.651876 17.32852,88.605597 17.32852,88.605597 L 25.722022,71.547835 C 16.777146,90.908294 8.6099567,106.87731 3.5198557,119.81047 c -6.5310515,16.59439 8.5059843,11.54946 10.5969843,0.20307 1.598709,-8.67507 1.894162,-21.018142 -0.917381,-20.74417 8.210987,1.05519 18.251473,-14.036793 19.216904,-15.010492"
       id="path2643"
       sodipodi:nodetypes="csssccsscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-p"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3596"
     >
    <path
       d="M 0,84.467623 C 3.473856,80.273549 8.3309268,75.322526 12.454874,70.126354 L -12,128 6.498195,84.747 c 21.535938,-27.049685 25.329449,-11.935012 19.765343,0 C 22.621101,92.560031 17.645501,99.5512 4,99 22.295745,105.76452 28.438432,93.281628 36.732032,84.258878"
       id="path2281"
       sodipodi:nodetypes="ccccscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-o"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3592"
     >
    <path
       d="M -0.35610618,85.646374 C 2.9445261,78.132879 11,70 11,70"
       id="path1555"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 11,70 c 0,0 -7.6847368,7.461559 -11.269963,15.586605 -4.6156911,12.690462 6.3570368,18.467025 15.394901,7.939118 4.646485,-5.791773 8.58396,-13.418578 7.32206,-20.38727 -1.115316,-6.159202 -6.134594,-3.913222 -8.08788,0.858847 -3.395839,8.296366 -5.6091498,18.458495 8.136834,18.475399 4.12534,0.0051 9.403957,-8.213821 9.403957,-8.213821"
       id="path1553"
       sodipodi:nodetypes="cccsssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-n"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3588"
     >
    <path
       d="M 0,84.531919 8.9983807,74.763142 C 15.128601,67.691755 19.041482,67.986411 16.94376,77.82642 15.461849,84.777773 10.980507,92.103506 7.6700922,99.26937 L 14.933483,84.747 c 22.829679,-26.68754 24.959922,-11.232937 18.188216,0 -8.422939,13.97201 -2.439663,18.44435 4.690645,10.980454 l 9.752288,-11.468576"
       id="path1192"
       sodipodi:nodetypes="ccsccscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-m"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3584"
     >
    <path
       d="M 0.2087446,84.258878 C 17.745207,59.951003 18.637362,72.054826 16.273667,81.176881 L 6.9881041,99.26937 16.273667,81.176881 C 32.093851,61.160594 35.903203,72.248356 33.121699,84.747 L 26.32505,99.26937 c 0,0 5.773269,-13.256568 6.796649,-14.52237 16.132344,-19.953828 26.855544,-17.04499 18.092489,0 -0.809772,1.575085 -3.330388,6.817994 -4.020553,10.310362 -0.947248,11.378828 11.442485,-3.324389 18.027933,-10.798484"
       id="path6058"
       sodipodi:nodetypes="ccccccsscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-l"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3580"
     >
    <path
       d="M 0,84.72003 C 9.1498142,72.872334 20.100687,61.974188 26.918297,48.315216 36.253666,29.611956 22.400895,35.877074 16.628772,51.948368 13.237885,61.389599 5.5684346,73.027275 2.2294055,93.074759 0,106.46008 14.766849,92.401965 21.608062,84.258878"
       id="path5697"
       sodipodi:nodetypes="csssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-k"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3576"
     >
    <path
       d="M 0,84.730774 C 10.765968,72.066633 21.798167,61.997635 31.015695,45.661996 c 7.610352,-13.487343 -4.442225,-11.283432 -9.285563,0 C 13.647084,64.492917 7.2219041,81.402393 0,99.26937 L 6.5094669,83.570067 C 20.088177,66.792899 27.126016,70.512518 26.803687,74.667414 26.021732,84.747 13.540639,86.661549 8.3282885,86.537618 11.706789,94.914629 15.187955,106.0942 26.70796,94.674452 29.674915,91.368878 31.784708,89.054477 35,84.258878"
       id="path5336"
       sodipodi:nodetypes="cssccsccc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-j"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3572"
     >
    <path
       d="M -0.06958154,84.258878 C 3.6559544,80.557563 7.5177004,76.857302 12.253114,70.126354"
       id="path4973"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 16.223903,62.48892 0.574365,-2.393187 H 14.883719 L 16.893996,60.000003 17.46836,57.798272 17.085451,60.09573 19,60 16.989723,60.09573 Z"
       id="path5352-8"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 12.253114,70.126354 C 4.2834994,87.546118 3.0005015,93.980652 -9.9556552,121.76532 c -2.7586708,5.91601 -12.5092368,14.61766 -10.9398498,1.01263 0.874185,-7.57832 13.6373138,-16.10392 26.160515,-25.997494 7.122502,-5.626918 8.387206,-8.496108 12.848631,-12.521578"
       id="path4975"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-i"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3568"
     >
    <path
       d="M 0,84.324325 C 7.076969,77.040118 8.409306,74.768224 12.540296,69.976768"
       id="path5350"
       sodipodi:nodetypes="cc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 17.230941,61.744207 0.574365,-2.393187 h -1.914549 l 2.010277,-0.09573 0.574364,-2.201731 -0.382909,2.297458 1.914549,-0.09573 -2.010277,0.09573 z"
       id="path5352"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 12.444569,70.168223 C 8.1989552,77.084025 4.0170173,84.283225 0.76581962,96.20609 -0.89359764,102.29154 7.5735019,98.067046 9.3812903,96.30182 13.208148,92.565061 19.569307,84.258878 19.569307,84.258878"
       id="path5354"
       sodipodi:nodetypes="cssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-h"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3564"
     >
    <path
       d="M -0.06958154,84.258878 C 10.691406,71.093809 24.345961,61.318548 33.121699,43.747447 36.185336,37.613323 30.667158,30.049943 23.261771,43.938901 12.350381,64.403441 7.3130502,81.128981 -4.9571412e-8,99.26937 L 4.9778279,86.633346 C 9.0301392,76.346711 35.16151,59.459552 25.654958,81.751246 c -4.44426,10.421243 -9.535381,26.966244 3.637643,12.540296 l 9.161305,-10.032664"
       id="path4594"
       sodipodi:nodetypes="csscsssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-g"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3560"
     >
    <path
       d="M 0.40587819,84.258878 C 2.7671772,80.118756 6.250462,76.220038 11.391567,73.231503 16.180122,70.447906 21.814913,68.254388 25.272048,72.274228"
       id="path4231"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.272048,72.274228 C 21.814913,68.254388 16.180122,70.447906 11.391567,73.231503 5.81794,76.471464 1.8796174,81.175483 -0.43284018,85.630719 -3.3885937,91.325344 -3.7097547,96.591832 -1.6273667,97.642003 7.6608213,102.32614 15,93 19.528401,84.747 19.502804,85.514924 21.707664,80.930179 26.612232,70.126354 19.429511,86.215621 9.1405391,108.9732 2.0102765,123.87133 -0.51198141,129.14139 -14.096232,137.66144 -7.371014,118.70204 -4.5284944,110.68855 2.956441,105.22544 19.145491,96.110364 28.95985,89.629012 29.525431,87.0958 32.536853,84.258878"
       id="path3873"
       sodipodi:nodetypes="csssccsscc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-f"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3556"
     >
    <path
       d="M -0.42075779,84.258878 C 12.658474,70.064142 27.761398,52.856725 29.851083,43.592058 32.148604,33.405948 22.066243,34.114837 18.81769,43.862817 10.415978,69.073957 -8.010162,103.5468 -11.845668,116.56137 -17.696531,136.41441 3.5486925,136.58588 0.40613719,112.43231 0.00403023,109.34173 -0.0593817,102.97672 -3.181408,96.254514 11.535004,98.868765 14.787545,89.718309 20.304167,84.258878"
       id="path3515"
       sodipodi:nodetypes="csssscc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-e"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3552"
     >
    <path
       d="M 0.61079563,84.258878 C 6.0747271,84.284914 11.012236,84.079117 17.230941,77.060599 20.738375,73.102059 14.651182,66.254505 7.5624687,73.040046 4.4377203,76.031154 -5.2872134,92.716595 -0.86154704,96.684727 10.084534,106.49918 25.216088,86.035345 26.554411,84.258878"
       id="path4636"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-d"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3548"
     >
    <path
       d="m 0.64928398,84.258878 c 0,0 3.88237282,-4.752425 8.25336932,-8.797441 2.6210447,-2.425573 12.5488357,-7.432854 16.4215277,-3.634801"
       id="path2796"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 25.324181,71.826636 c -3.872692,-3.798053 -13.813224,1.195533 -16.4215277,3.634801 -5.6088679,5.245376 -6.6812392,6.80871 -9.0551534,10.06396 -2.2854048,3.133881 -3.2202558,8.295497 -1.4748666,11.542242 2.50482212,4.659431 9.0910769,2.066385 11.9659317,-0.921293 4.618638,-4.799894 8.927403,-10.376873 12.348842,-17.649834 L 37.225795,45.145163 c 0,0 -7.696456,18.159333 -14.499571,33.304418 -1.246251,2.774402 -2.320808,5.657716 -3.402326,8.070463 -0.500448,1.116445 -1.218685,3.824938 -1.374476,4.966928 -0.651931,4.778823 -0.272786,5.88188 0.613465,6.975949 2.412993,2.978819 11.107334,-6.594491 17.922841,-14.204043"
       id="path2794"
       sodipodi:nodetypes="cssssccssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-c"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3544"
     >
    <path
       d="M 0.5405071,84.258878 C 2.9747467,80.35767 3.948924,76.937527 9.8925065,72.419391 14.778846,68.70494 20.148704,71.675818 17.135214,78.687967"
       id="path2080"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 17.135214,78.687967 c 2.602194,-6.141169 -1.413757,-10.509472 -7.2789983,-6.256479 -3.3646862,2.439795 -5.8469001,5.052087 -9.98013749,13.090659 -1.30351101,2.535148 -1.79165291,6.610715 -1.55757271,8.722381 0.2340802,2.111665 2.46023033,4.970911 4.3276487,5.451913 C 6.1901098,100.41778 10.579408,98.328836 13.781106,96.585353 18.2521,94.150674 26.432249,84.258878 26.432249,84.258878"
       id="path2082"
       sodipodi:nodetypes="csszcsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-b"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3540"
     >
    <path
       d="m 0,84.531919 c 0,0 30.794154,-30.944007 32.068697,-40.49729 1.846699,-13.841846 -7.080589,-7.081689 -9.955655,0.09573 C 19.814551,49.86839 4.9660658,76.339361 3.9248256,94.00436 c -0.5210871,8.84042 9.7660314,6.34651 14.5505734,-0.574365 3.490353,-5.048823 7.445019,-12.203823 7.849651,-16.656577 1.05367,-11.595074 -8.548638,-4.082865 -8.998381,-0.09573 -1.988505,17.628823 12.746799,15.021239 18.15159,7.58119"
       id="path901"
       sodipodi:nodetypes="cssssssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-a"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3536"
     >
    <path
       d="M -0.43549004,85.646374 C 7.5602368,72.143647 21.601453,66.213475 25.164082,71.753721"
       id="path3928"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.164082,71.753721 C 21.114237,65.741244 5.9964156,73.429718 -0.43549004,85.646374 -3.5819149,91.333368 -3.0545458,92.877093 -2.0102765,95.44027 1.0846554,103.03683 10.565099,99.975444 16.560849,88.069256 l 8.603233,-16.315535 -8.603233,16.315535 c -5.555474,24.743614 17.821659,0.07135 20.726615,-3.810378"
       id="path3930"
       sodipodi:nodetypes="ccscccc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Z"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3532"
     >
    <path
       d="M 6.4967671,91.006466 C 12.400222,90.934276 26.776485,87.621415 37.007299,70.29 41.387156,62.870343 46.617649,57.206493 43.649635,45.310219 40.336752,32.031658 10.855979,35.467721 8.3029197,51.715329"
       id="path6203"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 8.3029197,51.715329 C 10.855979,35.467721 40.336752,32.031658 43.649635,45.310219 46.617649,57.206493 41.387156,62.870343 37.007299,70.29 26.776485,87.621415 12.400222,90.934276 6.4967671,91.006466 -3.5537059,91.129368 0.76329331,84.719879 6.4051095,84.747 31.849391,84.869313 28.21729,104.0752 22.536496,111.73358 2.6209416,138.58208 -7.681919,132.98249 -0.83872155,121.29211 6.402731,108.92137 29.76404,105.76143 46.386435,84.258878"
       id="path5753"
       sodipodi:nodetypes="cssssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Y"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3528"
     >
    <path
       d="M 7.5912409,85.646374 C 12.031144,72.131157 18.423758,59.003889 24.19708,42.226278 27.498487,32.632196 2.474774,39.10175 3,45"
       id="path5298"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 3,45 C 2.474774,39.10175 27.498487,32.632196 24.19708,42.226278 18.423758,59.003889 12.031144,71.231783 7.5912409,84.747 0,107.855 21.687549,98.38266 31.788321,84.747 44.81895,67.156144 52.189549,51.623671 58.355839,37.777 48.489114,64.995991 31.405248,102.09207 24.19708,114.58029 7.6486765,143.25056 -10.466017,126.13628 5.4562044,116.24088 29.228146,101.46701 36.321705,101.71973 56.276024,84.258878"
       id="path4849"
       sodipodi:nodetypes="cssscssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-X"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3524"
     >
    <path
       d="M 13.145509,84.258878 25.837114,69.663766 C 25.409804,59.435006 26.333218,50.194341 23.248175,40.80292 20.088976,31.185755 -4.5954157,41.062441 5,46"
       id="path3507"
       sodipodi:nodetypes="ccsc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 5,46 c -9.4642506,-5.214758 15.144749,-14.391726 18.248175,-5.19708 2.212704,9.326815 2.342562,13.760037 2.588939,28.860846 L 13.145509,84.258878 0,99.041971 53.850365,37.777 25.906695,69.455022 27.755475,84.747 c 5.78875,32.2541 23.222021,2.902428 26.524832,-0.488122"
       id="path3509"
       sodipodi:nodetypes="ccccccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-W"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3520"
     >
    <path
       d="M 3.8458029,85.646374 C 6.5362242,71.854069 14.139203,51.902629 15.182482,44.242701 16.864484,31.893165 -5.5708345,37.895613 -4,46.118613"
       id="path3053"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m -4,46.118613 c -1.5708345,-8.223 20.864484,-14.225448 19.182482,-1.875912 -1.043279,7.659928 -8.5778271,26.830607 -11.2682484,40.622912 -5.3007454,27.173997 14.4786804,12.63026 22.0620434,0 8.68016,-14.457 17.403905,-24.329281 23.959855,-40.504299 1.928455,-4.757937 -0.554525,-10.8786 -5.812044,0 -6.062644,12.544526 -6.852363,19.238946 -10.319343,40.504299 -4.504952,27.631947 16.617352,8.309124 24.315693,0 C 69.704656,72.36231 84.664694,42.476297 78,38.118613"
       id="path2607"
       sodipodi:nodetypes="csssssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 78,38.118613 c 6.664694,4.357684 -8.295344,34.243697 -19.879562,46.747"
       id="path3059"
       inkstitch:ties="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-V"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3516"
     >
    <path
       d="M 7.3813869,85.646374 19.215329,46.377737 C 21.271886,37.777 5.5419281,32.970905 0,47"
       id="path2155"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 0,47 C 5.5419281,32.970905 21.271886,37.777 19.215329,46.377737 L 7.5182482,85.646374 C -0.18147354,112.39417 20.072965,95.184058 29.534672,84.747 53.440313,58.37707 52.701736,41.736702 52.90146,37.777"
       id="path1711"
       sodipodi:nodetypes="cccsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 52.90146,37.777 c -0.199724,3.959702 0.538853,20.60007 -23.366788,46.97"
       id="path2161"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-U"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3512"
     >
    <path
       d="M 2.7766454,85.646374 C 4.407771,81.169242 7.0959238,74.969137 8.8904484,70.29 12.911563,59.805137 20.377256,45.342436 19.961573,39.587657 19.659627,35.407464 0,36.59427 0,46"
       id="path3158"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 0,46 C 0,36.59427 19.659627,35.407464 19.961573,39.587657 20.377256,45.342436 12.911564,59.805137 8.8904484,70.29 5.8160829,78.30626 0.72143202,88.030343 1.350384,92.594859 6.0401894,115.23372 34.501398,76.678758 43.486478,62.854985 L 55.167744,37.777 40.525547,70.29 c -19.25536,45.07516 3.60259,26.632238 13.104689,13.968878"
       id="path444"
       sodipodi:nodetypes="cssccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-T"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3508"
     >
    <path
       d="M 10.894161,85.646374 5,100"
       id="path9112"
       inkstitch:ties="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 5,100 29.416058,41.040146"
       id="path9525"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 29.416058,41.040146 C 20.773248,40.605502 18.748586,34.65337 3.3211679,39.260949 -8.9471096,42.925013 2.4004618,54.736217 3.2025547,51.122263"
       id="path8286"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 3.2025547,51.122263 C 2.4004618,54.736217 -8.9471096,42.925013 3.3211679,39.260949 18.748586,34.65337 20.773248,40.605502 29.416058,41.040146 42.535743,43.305296 46.89794,40.056475 51.762774,37.777"
       id="path8284"
       sodipodi:nodetypes="cscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 51.762774,37.777 c -4.864834,2.279475 -9.227031,5.528296 -22.346716,3.263146 L 11.37893,84.258878"
       id="path2691"
       inkstitch:ties="3"
       sodipodi:nodetypes="ccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-S"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3504"
     >
    <path
       d="m 8.3226986,84.747 -9.50883,14.522"
       id="path1397"
       inkstitch:ties="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M -1.1861314,99.269 C 1.8639694,94.044852 32.595987,48.347025 34.516423,45.666059 42.611794,34.364765 27.777493,31.50784 24.19708,48.156934 22.53747,55.874202 29.266293,63.143498 32.618613,70.29 c 1.742819,3.715355 4.312569,7.004555 6.04927,10.722774 4.04892,8.668603 -5.088497,19.850556 -15.301095,21.587596 -11.603412,1.97359 -14.3551798,-9.194415 0.118613,-6.405115 19.065026,3.674094 25.90059,-9.953163 27.729212,-11.936377"
       id="path8273"
       sodipodi:nodetypes="cssssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-R"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3500"
     >
    <path
       d="M 6.7477562,84.56557 C 18.803627,56.150841 22.051726,45.441099 22.892336,41.613891 24.740924,35.591792 6.1566799,34.000619 5.2189781,44.717153"
       id="path7396-2"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 5.2189781,44.717153 C 6.1566799,34.000619 24.740924,35.591792 22.892336,41.613891 21.920004,46.040815 17.726572,59.676226 0.40693431,99.269 16.310198,62.026037 16.959353,59.037216 17.066606,59.078467 22.192183,52.362784 28.560617,43.426855 34.279197,40.565693 49.874925,30.733725 49.769324,46.498294 48.394161,53.850365 42.468249,75.447869 17.486422,75.733517 11.859489,72.610401 21.724405,87.828634 24.266924,117.08833 52.867906,84.258878"
       id="path6989-1"
       sodipodi:nodetypes="cccccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-Q"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3496"
     >
    <path
       d="M 10.319343,81.724453 C 3.535999,82.267121 5.6237958,59.300636 11.386861,50.291971 22.072138,33.58904 41.781982,29.671813 44.124088,51.596715 45.409873,63.633195 38.429415,76.801107 29.297445,84.747 21.752915,91.311633 10.272988,99.164446 5.9306569,99.269 -2.8692842,99.480884 -0.93848918,95.629189 5.4562044,93.585766 12.24256,91.417188 19.796085,98.673258 23.248175,99.269 40.460471,102.2394 45.545228,88.859194 49.520985,84.258878"
       id="path7811"
       sodipodi:nodetypes="cssssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-P"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3492"
     >
    <path
       d="M 6.7477562,84.56557 C 18.803627,56.150841 22.051726,45.441099 22.892336,41.613891 24.740924,35.591792 6.1566799,34.000619 5.2189781,44.717153"
       id="path7396"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 5.2189781,44.717153 C 6.1566799,34.000619 24.740924,35.591792 22.892336,41.613891 21.920004,46.040815 17.726572,59.676226 0.40693431,99.269 16.961605,62.276578 18.50365,58.120438 18.50365,58.120438 23.629227,51.404755 28.560617,43.426855 34.279197,40.565693 49.874925,30.733725 49.769324,46.498294 48.394161,53.850365 40.926278,87.783635 10.086787,82.918736 13,76"
       id="path6989"
       sodipodi:nodetypes="ccccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 13,76 c -1.480004,2.49035 4.422376,7.721388 16.8349,3.248466"
       id="path7402"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-O"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3488"
     >
    <path
       d="M 3.9142336,84.747 C 3.8043641,73.959901 5.6530562,68.371951 8.8959853,58.713503 12.218436,48.818213 29.613866,33.391908 40.684307,37.777"
       id="path6578"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 40.684307,37.777 C 29.945598,32.997513 13.232458,48.372908 9.6076642,57.883211 5.9790718,67.403481 3.8043641,73.959901 3.9142336,84.747 4.1370304,106.62141 28.007306,101.0739 38.54927,84.747 45.315598,74.267631 53.781674,55.6348 49.698905,42.226277 47.37164,34.583135 35.929929,42.175622 36.65146,48.987226 39.231383,73.342982 58.593077,55.454958 58,49"
       id="path6172"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 58,49 C 58.593077,55.454958 39.231383,73.342982 36.65146,48.987226 35.929929,42.175622 47.37164,34.583135 49.698905,42.226277 53.708876,55.395718 45.613519,73.604822 38.912754,84.178738"
       id="path20903"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-N"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3484"
     >
    <path
       d="M 6.3288574,84.556646 C 12.123887,71.14252 20.012432,52.069134 22.142248,42.942543 24.554329,32.6064 4.8721848,40.176752 4,45"
       id="path5736-8"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 4,45 C 4.8721848,40.176752 24.55433,32.6064 22.142248,42.942543 18.664511,57.845187 -0.16774431,99.269 -0.16774431,99.269 15.872255,60.947862 23.63136,50.463284 30.185546,45.016527 35.571146,40.540905 52.343307,31.363534 50.641922,42.684966 49.09543,52.975699 49.102578,52.071548 35.95551,84.747 c -8.438893,23.64962 3.073627,14.123044 18.385295,-0.488122"
       id="path465"
       sodipodi:nodetypes="cscsscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-M"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3480"
     >
    <path
       d="M 6.2888423,84.649258 C 12.087512,71.230448 20.007526,52.090158 22.142248,42.942543 24.554329,32.6064 3.0929877,40.295365 4,45"
       id="path2845"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 4,45 C 3.0929877,40.295365 24.55433,32.6064 22.142248,42.942543 18.664511,57.845187 -0.16774431,99.269 -0.16774431,99.269 15.872255,60.947862 22.801068,49.395766 29.355254,43.949009 34.740854,39.473387 47.659245,31.906066 48.981338,43.278032 50.637401,57.522641 41.98579,61.46294 28.838722,99.269 39.191641,73.268428 46.627306,53.51333 55.691111,45.458708 65.04392,37.14726 81.877289,32.129269 76.323661,45.626452 68.999069,63.427674 61.455689,84.747 61.729906,84.747 c -9.611307,27.92148 8.188811,8.163681 18.084439,-0.488122"
       id="path5736"
       sodipodi:nodetypes="cscsscsscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-L"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3476"
     >
    <path
       d="M -0.23722628,85.221453 C -4.9436229,87.102726 -6.9345888,92.61291 -5.5748175,95.710606 -1.8394958,104.22005 10.774262,98.23011 16.131387,93.70438 27.529696,84.075021 28.542069,53.614345 43.293796,39.972628 51.547236,32.340227 60.586033,39.52235 53.968978,46.85219 38.756519,63.703324 4.2570451,55.991103 5,48.474453"
       id="path2378"
       sodipodi:nodetypes="cssssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 5,48.474453 C 4.2570451,55.991103 38.756519,63.703324 53.968978,46.85219 60.586033,39.52235 51.547236,32.340227 43.293796,39.972628 28.542069,53.614345 27.529696,84.075021 16.131387,93.70438 10.774262,98.23011 -1.8394958,104.22005 -5.5748175,95.710606 -6.9345888,92.61291 -4.9436229,87.102726 -0.23722628,85.221453 9.8240939,81.199672 24.235965,96.573894 27.874088,98.330292 44.674636,106.44119 56.718223,84.561284 56.545423,84.258878"
       id="path5330"
       sodipodi:nodetypes="cssssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-K"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3472"
     >
    <path
       d="M 6.0903286,84.747 0.30474453,99.269"
       id="path1093"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 0.30474453,99.269 12,70.29 23.148715,42.607055 C 23.963044,35.638734 12.273546,35.676103 2.8516533,43.445776"
       id="path3305"
       sodipodi:nodetypes="cccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 2.8516533,43.445776 C 12.273546,35.676103 23.963044,35.638734 23.148715,42.607055 L 12,70.29"
       id="path3711"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 12,70.29 C 33.55617,61.823168 46.741842,50.566169 56,38"
       id="path4114"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 56,38 C 46.741842,50.566169 33.55617,61.823168 12,70.29"
       id="path4518"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="0"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 12,70.29 c 6.957241,-0.63727 13.495146,-1.747704 14.925182,5.385182 L 31,96 c 6.195186,10.91925 16.651902,-6.111791 21.599256,-11.741122"
       id="path4924"
       sodipodi:nodetypes="cscc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-J"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3468"
     >
    <path
       d="m 11.759176,84.258878 c 1.14943,3.647787 2.553824,7.352233 4.875144,11.26044"
       id="path16470"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 16.63432,95.519318 C 11.155454,88.073389 1.8520444,53.000006 12.305469,43.838233 26.658818,31.258421 43.135215,39.269898 38.615454,52.807727 26.406075,89.377909 16.944207,113.39307 5.5381836,127.03864 c -8.955601,10.714 -18.4670256,-3.99508 -12.8445558,-10.7135 8.09888389,-9.67754 26.3192932,-12.66006 35.1522832,-19.363324 4.899515,-3.718191 8.2383,-6.909943 13.00832,-12.702938"
       id="path13116"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-I"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3464"
     >
    <path
       d="M 20.642641,84.747 C 15.788283,105.49826 -10.521047,99.269 4.8982539,92.367073"
       id="path7192"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 4.8982539,92.367073 C -10.521047,99.269 15.788283,105.49826 20.642641,84.747 l 6.64763,-28.417081 c 1.629391,-6.965268 4.28092,-15.82817 10.496259,-18.552919 2.564182,-1.124115 8.180729,4.245612 0,6.307285 C 34.576986,44.893141 28.651878,40.716067 25.952547,39.369224 15.79312,34.300131 5.1950127,43.094814 8.7314379,52.907319"
       id="path6736"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 8.7314379,52.907319 C 5.1950127,43.094814 15.79312,34.300131 25.952547,39.369224 c 2.699331,1.346843 8.624439,5.523917 11.833983,4.715061 8.180729,-2.061673 2.564182,-7.4314 0,-6.307285 -6.215339,2.724749 -8.866868,11.587651 -10.496259,18.552919 L 20.642641,84.747"
       id="path7647"
       sodipodi:nodetypes="csssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-H"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3460"
     >
    <path
       d="M 5.7664802,84.747 21.709102,47.319058 C 26.889507,34.666032 12.414201,33.147959 3.5410734,44.535169"
       id="path2102"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 3.5410734,44.535169 C 12.414201,33.147959 26.889507,34.666032 21.709102,47.319058 L 5.7664802,84.747 -0.43912374,99.269"
       id="path2096"
       sodipodi:nodetypes="cccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M -0.43912374,99.269 5.7664802,84.747"
       id="path2098"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 5.7664802,84.747 C 8.5999111,74.934338 12.698979,70.365551 28.902402,70.170073 43,70 45.52553,67.963542 52.048309,51.928381 L 57.804804,37.777"
       id="path2502"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="cssc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 57.804804,37.777 38.49656,84.747 c -7.645393,27.60342 11.323587,9.940769 19.63118,-0.488122"
       id="path2903"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       sodipodi:nodetypes="ccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-G"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3456"
     >
    <path
       d="M 4.2073179,85.646374 C 4.0892174,85.188492 3.8588828,83.819753 3.789068,83.339871 1.8855661,70.25586 17.569439,49.353489 31.206834,40.195759 46.649175,29.825979 40.579913,60.189485 15.603417,62.413668 -0.5056691,63.848199 10.746964,40.100806 25.270752,37.777"
       id="path1693"
       inkstitch:ties="3"
       sodipodi:nodetypes="csssc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25.270752,37.777 C 10.746964,40.100806 -0.5056691,63.848199 15.603417,62.413668 40.579913,60.189485 46.649175,29.82598 31.206834,40.195759 17.06926,49.689367 0.73233871,71.804931 4.0704566,84.747 7.4085745,97.689069 17.520734,94.059928 21.030692,87.68442 22.647853,84.747 25.949161,75.981857 25.949161,75.981857 21.030692,87.68442 12.847559,121.23792 6.2752873,126.35376 -6.5778774,136.35863 -5.5627156,123.19714 -4.240059,115.66881 c 1.2597527,-7.17029 14.1307312,-12.90926 23.74433,-20.352284 3.087373,-2.390301 16.74443,-11.057648 16.74443,-11.057648"
       id="path472"
       sodipodi:nodetypes="csszscsssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-F"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3452"
     >
    <path
       d="M 27.636079,84.396816 C 26.442897,87.324141 25.21044,90.3307 23.928522,93.402809 18.202639,107.12485 1.8527615,96.611716 1,91"
       id="path12571"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 1,91 c 0.8527615,5.611716 17.202639,16.12485 22.928522,2.402809 C 25.21044,90.3307 26.442897,87.324141 27.636079,84.396816 35.132066,66.006338 41.077992,50.743053 48,42 38.743332,40.237803 33.213641,40.41388 25.288097,37.777123 17.481323,35.17988 10.954234,40.536842 14.416807,49.504467"
       id="path13061"
       sodipodi:nodetypes="csccsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 14.416807,49.504467 c -1.333903,-4.869426 -0.820122,-7.725387 0.639382,-9.539649 1.331847,-1.655578 3.156161,-2.992832 5.415133,-2.932547 3.20852,0.08563 7.543269,1.712149 12.457555,2.771387 14.510706,1.523538 29.126775,6.884025 34.642005,-3.522068"
       id="path12712"
       sodipodi:nodetypes="csscc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 67.570882,36.28159 C 66.833908,38.946725 61.139248,44.501326 48,42"
       id="path12698"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 48,42 C 42.871893,48.477213 38.559531,58.036534 33.431424,70.290032 H 18.218306"
       id="path12716"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 18.218306,70.290032 H 44.865978"
       id="path12700"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 44.865978,70.290032 H 33.431424 l -5.795345,14.106784"
       id="path13547"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-E"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3448"
     >
    <path
       d="M -0.13595751,84.747 C 0.04318384,78.332494 5.0392448,69.550287 28.007247,66.075349 c 7.360947,-1.113673 5.623347,7.106354 -3.127023,5.166386 -7.281856,-1.614397 -11.599144,-22.171306 -5.4383,-28.551077 11.89336,-12.315994 24.842183,-1.03125 22.976819,2.17532"
       id="path12275"
       sodipodi:nodetypes="csssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 42.418743,44.865978 c 1.865364,-3.20657 -11.083459,-14.491314 -22.976819,-2.17532 -6.160844,6.379771 -1.843556,26.93668 5.4383,28.551077 8.75037,1.939968 10.48797,-6.280059 3.127023,-5.166386 C 5.0392448,69.550287 0.04318384,78.332494 -0.13595751,84.747 -0.70517344,105.12889 19.372133,102.28383 32.22193,96.121959 36.665758,93.991009 44.559911,84.258878 44.559911,84.258878"
       id="path11883"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-D"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3444"
     >
    <path
       d="M 15.635114,84.747 C 22.719743,70.343834 27.666805,46.399673 36.728085,40.232552"
       id="path11486"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 36.728085,40.232552 C 27.666805,46.399673 22.719743,70.343834 15.635114,84.747 c 0,0 -2.945743,9.162649 -7.6136209,13.026837 -2.513486,2.080728 -9.622355,4.544283 -10.3327708,1.359575 -0.9525611,-4.270213 2.14125834,-4.672167 6.7978755,-4.914858 C 12.620189,93.794651 28.223657,111.08549 51.527896,84.747 61.917192,73.004999 67.790912,45.034591 36.164697,36.28159 25.861464,33.430025 1.6886022,44.927532 11.556388,53.295344"
       id="path11096"
       sodipodi:nodetypes="ccsssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 11.556388,53.295344 C 1.6886022,44.927532 25.861464,33.430025 36.164697,36.28159 67.790912,45.034591 61.917192,73.004999 51.527896,84.747"
       id="path11492"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-C"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3440"
     >
    <path
       d="M 3.4957133,85.646374 C 2.1773869,71.053088 14.883664,50.258297 22.297031,44.322148 51.547022,20.900631 51.129364,57.051964 36.45617,61.63149"
       id="path11090"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 36.45617,61.63149 C 51.129364,57.051964 51.547022,20.900631 22.297031,44.322148 14.883664,50.258297 2.0806113,70.153714 3.3989377,84.747 6.3559566,117.47988 40.989752,91.019375 45.834169,84.258878"
       id="path10701"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-B"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3436"
     >
    <path
       d="M 5.8046239,85.646374 23.384692,42.418743 C 26.75722,33.9726 -1.25428,38.646081 4,46"
       id="path9927"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 4,46 C -1.25428,38.646081 26.75722,33.9726 23.384692,42.418743 L 0,100 C 2.2226856,94.279789 4.2986352,89.15781 6.2455331,84.561965 19.197413,53.987768 26.437889,46.698526 33.173632,41.46704 42.129116,33.919114 47.689548,34.985736 50.848108,42.146828 52.084956,62.544497 35.421585,70.927038 26.511714,70.126354 52.678388,64.2824 53.538841,80.465909 51.255981,84.747 39.665145,106.48352 0,101.85256 9.2451106,91.091531"
       id="path9915"
       sodipodi:nodetypes="cccscccsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 9.2451106,91.091531 C -7.1381417e-4,101.85113 38.713783,106.30134 50.845397,85.646374"
       id="path9923"
       inkstitch:ties="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-A"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3432"
     >
    <path
       d="M -1.0394789,85.646374 C -0.42791248,78.418212 6.4008608,62.035376 14.096244,53.315924 29.009963,36.417548 48.070107,34.479907 56,41"
       id="path9133"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 56,41 C 48.070107,34.479907 29.009963,36.417548 14.096244,53.315924 6.4008608,62.035376 -0.35948182,78.340006 -0.97104823,85.568168 -2.0349807,98.142888 7.0078516,110.3992 30.955945,84.747 41.145321,73.832567 47.982091,56.967794 55.543556,39.272655 44.2913,66.632842 38.330445,79.424806 36.147315,84.747 25.194439,111.44872 47.815669,96.051577 56.608012,84.258878"
       id="path9131"
       sodipodi:nodetypes="cssscsc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-@"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3428"
     >
    <path
       d="M -0.76909181,84.747 C -6.6057151,107.85937 2.4285643,123.49788 25,118"
       id="path8357"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 25,118 C 2.4285643,123.49788 -6.6057151,107.85937 -0.76909181,84.747 4.8691219,62.420312 37.260394,45.694595 50.567787,50.76006 68.863671,57.724397 54.141392,81.094058 49.029603,89.21465 43.948372,97.286697 37.328822,99.72426 36.114797,99.269 28.046425,95.928321 38.378266,78.193782 42.652078,70.125984 37.197319,79.61141 35,90 25.38003,96.32875 15.527704,102.81036 10.002754,96.005202 16.727747,84.747 28.841981,64.466755 35.731479,71.607522 42.876869,70.126354"
       id="path8345"
       sodipodi:nodetypes="csssccssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 42.876869,70.126354 C 22.038946,105.66867 39.55591,106.68742 52.0228,84.258878"
       id="path8355"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-?"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3424"
     >
    <path
       d="m 8.2529482,94.617261 10.3809468,-0.177814 -5.166529,0.0817 0.03568,-4.909572 v 9.655733 l -0.03568,-4.746162 4.160508,-3.469503 -7.8053775,6.519343 3.6448695,-3.04984 3.330899,3.213937 -7.1433498,-6.916542"
       id="path7196"
       inkstitch:ties="3"
       sodipodi:nodetypes="ccccccccccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 17.47054,81.370569 C 24.561512,69.71874 41.40721,64.529879 43.370445,50.576193 44.80687,40.366807 40.106932,31.41721 26.647672,39.495656 19.935824,43.524206 17.186628,49.641943 15,56"
       id="path7578"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 15,56 C 17.186628,49.641943 19.935824,43.524206 26.647672,39.495656 40.106932,31.41721 44.80687,40.366807 43.370445,50.576193 41.40721,64.529879 24.561512,69.71874 17.47054,81.370569"
       id="path7961"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&gt;"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3420"
     >
    <path
       d="m 32,73.700463 -25.0000001,-17"
       id="path6402-6"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 6.9999999,56.700463 25.0000001,17 -26.0000001,14"
       id="path5464-0"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 5.9999999,87.700463 32,73.700463"
       id="path8035-3"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-="
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3416"
     >
    <path
       d="M 3,74 H 34"
       id="path6430"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 38.166181,64.02689 8,64"
       id="path6428"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 8,64 30.166181,0.02689"
       id="path6432"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&lt;"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3412"
     >
    <path
       d="M 4,73 29,56"
       id="path6402"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 29,56 4,73 30,87"
       id="path5464"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 30,87 4,73"
       id="path8035"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-9"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3408"
     >
    <path
       d="M 19.10565,84.458643 C 15.365761,89.200627 11.21592,94.120083 6.7009218,99.26937"
       id="path4542"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 6.7009218,99.26937 C 21.355079,81.564706 32.667167,69.573846 37.812345,51.309916 43.363381,31.605303 19.610184,30.66407 11.487295,50.639823 7.2185152,61.137577 8.913802,67.547166 11.487294,70.126354 16.873119,75.5241 24.003791,72.889219 29.323322,70.29"
       id="path7070"
       sodipodi:nodetypes="csssc"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 29.323322,70.29 C 26.386645,74.862296 22.964354,79.566007 19.10565,84.458643"
       id="path7074"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-8"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3404"
     >
    <path
       d="m -0.19145491,84.747 c 0,0 -2.65537609,8.694283 0.19145491,11.363365 5.1856699,4.861885 15.957282,3.716785 22.304497,0.09573 C 26.395282,93.872318 29.109334,89.455526 29.005419,84.747 28.902049,80.063132 10.714902,55.927654 15.507848,46.714998 22.261907,33.732833 48.894222,34.629462 40.492714,46.906453 34.894395,55.087187 4.71912,76.022907 -0.19145491,84.747"
       id="path3796"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m -0.19145491,84.747 c 0,0 -2.65537609,8.694283 0.19145491,11.363365 5.1856699,4.861885 15.957282,3.716785 22.304497,0.09573 4.090785,-2.333777 6.804837,-6.750569 6.700922,-11.459095"
       id="path4167"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-7"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3400"
     >
    <path
       d="M 12.444569,84.747 41,37 10.14711,37.333707"
       id="path2684"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 10.14711,37.333707 41,37 12.444569,84.747 4.212008,99.26937"
       id="path2688"
       sodipodi:nodetypes="cccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 4.212008,99.26937 12.444569,84.747"
       id="path2690"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-6"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3396"
     >
    <path
       d="M 2.7661675,84.617003 C 3.0560514,79.568409 4.8112728,74.348987 6.5094669,70.604991 10.45971,61.895919 31.379164,35.960878 35.227703,36.28159"
       id="path2307"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 35.227703,36.28159 C 31.379164,35.960878 10.459711,61.895919 6.5094669,70.604991 3.3215825,77.633296 -0.06726371,89.860939 6.4137395,96.397547 10.525679,100.54477 19.242309,100.16547 23.931864,96.684729 31.604435,90.989901 35.282008,78.045028 31.20715,69.402404 25.894866,58.135243 6.1680138,66.507554 6.5094669,70.604991"
       id="path1940"
       sodipodi:nodetypes="cssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 6.5094669,70.604991 C 6.1680138,66.507554 25.894865,58.135243 31.20715,69.402404 c 2.098332,4.450484 2.140956,10.041793 0.640944,15.196484"
       id="path2315"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-5"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3392"
     >
    <path
       d="M 1.5743647,84.747 C -6.2088151,93.844743 15.429396,115.67726 31.975505,80.439265 40.274286,62.765476 19.129139,53.312059 7,64 l 15,-27 20.779784,0.334592"
       id="path1573"
       sodipodi:nodetypes="csccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 42.779784,37.334592 22,37 7,64 c 12.129139,-10.687941 33.274287,-1.234524 24.975505,16.439265 -0.693425,1.476777 -1.395794,2.85332 -2.104566,4.134765"
       id="path5052"
       sodipodi:nodetypes="cccsc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-4"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3388"
     >
    <path
       d="M 21.254513,84.747 42.138453,36.28159 2.030686,74.593864 37,75 25.61709,74.851271 15.699303,99.26937 21.254513,84.747"
       id="path367"
       sodipodi:nodetypes="ccccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-3"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3384"
     >
    <path
       d="M -5,88 C -6.2943595,90.703593 -4.6369958,99.598646 7.4458485,99.26937 18.517486,98.967651 32.881666,87.940558 32.220217,76.62455 31.428619,63.081957 16.696163,65.882315 13.808665,67.554153 7.3507159,71.293254 16.90487,72.052756 22.066787,70.126354 32.669546,66.169457 45.315998,49.291689 37.63538,40.207582 28.536569,29.446133 10.685484,43.465205 14.350181,47.65343"
       id="path1559"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 14.350181,47.65343 c -3.664697,-4.188225 14.186388,-18.207297 23.285199,-7.445848 7.680618,9.084107 -4.965834,25.961875 -15.568593,29.918772 -5.161917,1.926402 -14.7160711,1.1669 -8.258122,-2.572201 2.887498,-1.671838 17.619954,-4.472196 18.411552,9.070397 0.152115,2.602367 -0.490434,5.189455 -1.70485,7.634328"
       id="path4573"
       sodipodi:nodetypes="cssssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-2"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3380"
     >
    <path
       d="M 17.326853,84.581949 C 28.526885,72.928471 38.012271,57.526568 37.364621,47.518052 36.472257,33.727827 22.861902,33.506512 14.756318,39.936824 9.4572806,44.14065 9.9844925,57.002976 11.642599,56.588449"
       id="path4099"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 11.642599,56.588449 C 9.9844925,57.002976 9.4572806,44.14065 14.756318,39.936824 22.861902,33.506512 36.472258,33.727827 37.364621,47.518052 38.391828,63.392091 13.928727,92.833542 -2.4368231,99.368233 -4.4891697,100.18773 -6.5327864,97.20203 -5.6859207,95.848377 -1.1705186,88.630838 13.31333,95.950069 18.682311,98.998612 24.327225,102.20383 28.328997,95.585509 28,95"
       id="path366"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 28,95 c 0.328997,0.585509 -3.672775,7.20383 -9.317689,3.998612 C 13.31333,95.950069 -1.1705186,88.630838 -5.6859207,95.848377 -6.5327864,97.20203 -4.4891711,100.18773 -2.4368231,99.368233 3.2677306,97.09043 9.9561499,92.029419 16.205924,85.72995"
       id="path6097"
       sodipodi:nodetypes="csssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-1"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3376"
     >
    <path
       d="M 8.6642601,84.747 27.820398,36.28159 19.020758,41.087546"
       id="path1915"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 19.020758,41.087546 27.820398,36.28159 2.9783394,99.26937"
       id="path1917"
       sodipodi:nodetypes="ccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 2.9783394,99.26937 8.6642601,84.747"
       id="path1919"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-0"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3372"
     >
    <path
       d="M 2.5722022,84.747 C 1.8698925,73.226159 8.4315349,53.511986 17.4639,42.373647 28.527659,28.730276 37.642614,39.844702 38.583033,45.622744 40.820587,59.370536 33.543032,77.47054 28.97112,84.747 c -12.94597,20.60425 -23.7894189,19.79118 -26.3989178,0"
       id="path364"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 2.5722022,84.747 c 2.4648541,19.87493 13.6722708,20.61322 26.3989178,0"
       id="path1191"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-/"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3368"
     >
    <path
       d="M 6.9043323,84.747 0,99"
       id="path3630"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 0,99 30,36"
       id="path4914"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 30,36 6.9043323,84.747"
       id="path5286"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="0"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="GlyphLayer-."
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     >
    <path
       d="m 0.97487843,97.119138 -8.41327863,0.109363 16.0194639,-0.005 -7.60618527,-0.104394 0.0351487,8.261143 0.2764223,-17.456592 z"
       id="path1339"
       sodipodi:nodetypes="ccccccc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer--"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3364"
     >
    <path
       d="M 4.0613719,73.78159 H 34.115524"
       id="path5660"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-,"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3360"
     >
    <path
       d="M 0,96.119136 C 4.6450251,99.167052 -1.5634156,103.96915 -3,108"
       id="path5664"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m -3,108 c 1.4365844,-4.03085 7.6450251,-8.832948 3,-11.880864"
       id="path5662"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-+"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3356"
     >
    <path
       d="M 2,73 19.494585,72.969316 26.331228,55.166969 13.199459,88.740977 19.494585,72.969316 38,73"
       id="path6409"
       sodipodi:nodetypes="cccccc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-)"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3352"
     >
    <path
       d="m 24.220449,85.605282 c -1.629861,4.43287 -3.477955,9.007973 -5.538138,13.664088 -6.202361,14.01764 -14.9848673,31.25754 -30.731048,31.5068"
       id="path3703"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M -12.048737,130.77617 C 3.6974437,130.52691 12.479951,113.28701 18.682311,99.26937 35.120594,62.118044 38.056189,30.124446 24.368232,34.386282"
       id="path6795"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 24.368232,34.386282 c 13.551096,-3.303807 9.862763,22.936321 -0.143038,51.260092"
       id="path6791"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-("
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3348"
     >
    <path
       d="M 4.1974053,85.700477 C -0.05537219,100.01183 -9.5835282,120.40006 7,131"
       id="path5134"
       inkstitch:ties="3"
       sodipodi:nodetypes="cc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 7,131 C -8.420207,121.76867 -1.3555547,103.77552 2.8972228,89.464163 14.16847,51.534386 31.745876,34.924249 42.014017,34.273281"
       id="path6795-4"
       sodipodi:nodetypes="csc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 42.014017,34.273281 C 32.909197,35.471694 16.016098,47.716597 4.265836,85.646374"
       id="path6791-6"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-'"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1"
     id="g3344"
     >
    <path
       d="M 9.3064203,50 16.447215,36.28159 Z"
       id="path7197"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-‘"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1"
     id="g1"
     >
    <path
       d="M 9.3064203,50 16.447215,36.28159 Z"
       id="path1"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-’"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1"
     id="g6293"
     >
    <path
       d="M 9.3064203,50 16.447215,36.28159 Z"
       id="path6291"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-&amp;"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     id="g3340"
     >
    <path
       d="m -0.16252372,85.646374 c -3.00962818,4.267876 -3.19173718,6.85863 -2.82854138,10.883457 0.299892,3.323314 12.7378778,4.141279 19.8497961,0 C 27.242821,90.483157 45,74 45,74"
       id="path7951"
       sodipodi:nodetypes="cssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 45,74 c 0,0 -17.757179,16.483157 -28.141269,22.529831 -7.1119183,4.141279 -19.5499042,3.323314 -19.8497961,0 C -3.7536989,88.078551 0,81.323465 20.529584,66.891094 29.22828,60.775879 42.538188,54.1359 40.515338,42.282785 39.201816,34.58606 28.83747,34.053007 22.184255,41.592127 16.650834,47.862348 20.483935,76.588061 32.136861,99.269"
       id="path7575"
       sodipodi:nodetypes="csssssc"
       inkstitch:ties="3"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-%"
     id="g3336"
     style="display:none;fill:none;stroke:#000000;stroke-width:0.25;stroke-opacity:1;stroke-miterlimit:4"
     >
    <path
       d="M 26.170526,70.227767 46,37 c -16.511653,17.273443 -31.529857,14.204431 -34,6 -1.743363,-5.790477 8.352695,-9.348556 10.688208,-4.353137 2.020227,4.321056 1.906617,11.208519 0.576819,15.57411 C 20.823763,62.23539 8.7264716,78.386618 3.845459,61.335072 2.3417922,56.082096 6.857851,44.454884 12.82468,39.048297"
       id="path2747"
       sodipodi:nodetypes="ccssssc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 12.82468,39.048297 C 6.857851,44.454884 2.3417922,56.082096 3.845459,61.335072 8.7264716,78.386618 20.823763,62.23539 23.265027,54.220973 24.594825,49.855382 24.708435,42.967919 22.688208,38.646863 20.352695,33.651444 10.256637,37.209523 12,43 14.470143,51.204431 29.488347,54.273443 46,37 L 9,99 c 8.37477,0.327017 23.476292,0.669093 25.135958,0.592127 6.95984,-0.322757 13.311165,-14.477209 13.772996,-22.931534 0.398807,-7.30059 -7.634748,-9.773977 -15.560445,-0.520504 -3.927325,4.585262 -5.210753,12.53978 -4.168721,16.680123 1.238022,4.919075 3.155747,6.934779 5.285147,7.131635"
       id="path7199"
       inkstitch:bean_stitch_repeats="1"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="m 33.464935,99.951847 c 4.895885,0.452613 10.910741,-8.709671 12.35613,-14.305473"
       id="path1801"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
  <g
     inkscape:groupmode="layer"
     inkscape:label="GlyphLayer-!"
     style="display:inline;fill:none;stroke:#000000;stroke-width:0.25;stroke-miterlimit:4;stroke-opacity:1"
     id="g1172"
     >
    <path
       d="m 8.2529482,94.617261 10.3809468,-0.177814 -5.166529,0.0817 0.03568,-4.909572 v 9.655733 l -0.03568,-4.746162 4.160508,-3.469503 -7.8053775,6.519343 3.6448695,-3.04984 3.330899,3.213937 -7.1433498,-6.916542"
       id="path1166"
       inkstitch:ties="3"
       sodipodi:nodetypes="ccccccccccc"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5"
       inkstitch:stroke_method="manual_stitch" />
    <path
       d="M 17.516023,81.052189 37.457674,36.224574"
       id="path1168"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
    <path
       d="M 37.457674,36.224574 17.516023,81.052189"
       id="path1174"
       sodipodi:nodetypes="cc"
       inkstitch:ties="3"
       inkstitch:running_stitch_length_mm="2"
       style="stroke-dasharray:0.5, 0.5" />
  </g>
</svg>