summaryrefslogtreecommitdiffstats
path: root/share/tutorials/tutorial-advanced.zh_TW.svg
blob: b1302962e1b1f4b85a7a666bc902bc8b2fde450f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- DO NOT EDIT THIS FILE. It is produced automatically from a DocBook source (*.xml) by tutorial-svg.xsl. -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   id="svg1"
   sodipodi:version="0.32"
   inkscape:version="0.47pre1 r21720"
   width="256pt"
   height="3170.0000pt"
   sodipodi:docname="tutorial-advanced.zh_TW.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
   version="1.1"><sodipodi:namedview
   id="base"
   inkscape:zoom="2"
   inkscape:cx="151.80397"
   inkscape:cy="3863.1164"
   inkscape:window-width="1024"
   inkscape:window-height="710"
   inkscape:window-x="-5"
   inkscape:window-y="-3"
   showborder="false"
   showguides="true"
   snaptoguides="true"
   showgrid="false"
   inkscape:current-layer="svg1"
   inkscape:guide-bbox="true"
   inkscape:window-maximized="1">
  <inkscape:grid
     type="xygrid"
     id="grid2868" />
</sodipodi:namedview>
<defs
   id="defs3">
  <inkscape:perspective
     sodipodi:type="inkscape:persp3d"
     inkscape:vp_x="0 : 1981.25 : 1"
     inkscape:vp_y="0 : 1000 : 0"
     inkscape:vp_z="320 : 1981.25 : 1"
     inkscape:persp3d-origin="160 : 1320.8333 : 1"
     id="perspective508" />
  <linearGradient
     id="linearGradient841">
    <stop
       id="stop842"
       offset="0.00000000"
       style="stop-color:#0082ab;stop-opacity:1;" />
    <stop
       id="stop843"
       offset="1"
       style="stop-color:white;stop-opacity:0;" />
  </linearGradient>
  <linearGradient
     y2="0.91666669"
     x2="0.51618570"
     y1="0.16666391"
     x1="0.51618570"
     id="linearGradient1657"
     xlink:href="#linearGradient841" />
  <linearGradient
     id="linearGradient666">
    <stop
       id="stop667"
       offset="0.00000000"
       style="stop-color:#ffffff;stop-opacity:0.336;" />
    <stop
       id="stop668"
       offset="1.00000000"
       style="stop-color:#ffffff;stop-opacity:0;" />
  </linearGradient>
  <radialGradient
     fy="0.50000000"
     fx="0.50000000"
     r="0.50000000"
     cy="0.50000000"
     cx="0.50000000"
     id="radialGradient669"
     xlink:href="#linearGradient666" />
  <radialGradient
     xlink:href="#linearGradient666-4"
     id="radialGradient669-5"
     cx="233.92318"
     cy="1036.4888"
     r="98.260411"
     fx="233.92318"
     fy="1036.4888"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <linearGradient
     id="linearGradient666-4">
    <stop
       style="stop-color:#ffffff;stop-opacity:0.336;"
       offset="0.00000000"
       id="stop667-5" />
    <stop
       style="stop-color:#ffffff;stop-opacity:0;"
       offset="1.00000000"
       id="stop668-2" />
  </linearGradient>
  <linearGradient
     xlink:href="#linearGradient841-6"
     id="linearGradient1657-7"
     x1="76.911163"
     y1="25.401895"
     x2="76.911163"
     y2="137.02844"
     gradientTransform="scale(2.1493108,0.46526542)"
     gradientUnits="userSpaceOnUse" />
  <linearGradient
     id="linearGradient841-6">
    <stop
       style="stop-color:#0082ab;stop-opacity:1;"
       offset="0.00000000"
       id="stop842-9" />
    <stop
       style="stop-color:white;stop-opacity:0;"
       offset="1"
       id="stop843-3" />
  </linearGradient>
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3489"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3491"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3493"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3495"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3497"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3499"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3501"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3503"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
  <radialGradient
     inkscape:collect="always"
     xlink:href="#linearGradient666-4"
     id="radialGradient3505"
     cx="233.92318"
     cy="1036.4888"
     fx="233.92318"
     fy="1036.4888"
     r="98.260411"
     gradientTransform="scale(1.8257419,0.54772255)"
     gradientUnits="userSpaceOnUse" />
</defs>
<metadata
   id="metadata4">
  <rdf:RDF>
    <cc:Work
       rdf:about="">
      <dc:format>image/svg+xml</dc:format>
      <dc:type
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
    </cc:Work>
  </rdf:RDF>
</metadata>
<g
   id="layer1"
   inkscape:groupmode="layer"
   inkscape:label="Layer 1">
  <g
     inkscape:label="Layer 1"
     id="layer1-4">
    <rect
       style="font-size:12px;fill:url(#linearGradient1657-7);fill-opacity:1;fill-rule:evenodd;stroke:none"
       id="rect582-4"
       width="319.89233"
       height="69.247704"
       x="0.1821477"
       y="0.27752987"
       ry="6.1828303"
       rx="0" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke-width:1pt"
       d="m 150.96825,4.9606428 -9.5795,0 0,0.612928 0.28691,0 c 1.29108,0 1.43454,0.065212 1.43454,0.612929 l 0,0.3781941 0,6.2075221 0,0.378193 c 0,0.547725 -0.14346,0.612929 -1.43454,0.612929 l -0.28691,0 0,0.612929 9.78671,0 0.31879,-3.481955 -0.70133,0 c -0.20721,0.912868 -0.57381,1.721416 -0.95636,2.099602 -0.49411,0.521645 -1.40265,0.769424 -2.74155,0.769424 l -1.05199,0 c -0.47817,0 -0.87666,-0.07825 -1.02011,-0.195619 -0.11158,-0.07825 -0.12752,-0.156487 -0.12752,-0.430354 l 0,-3.3254591 0.31879,0 c 0.9723,0 1.37077,0.078248 1.68956,0.3521061 0.41442,0.33907 0.57381,0.75638 0.6057,1.525805 l 0.74914,0 0,-4.2774591 -0.74914,0 c -0.0797,1.278018 -0.71728,1.786619 -2.2315,1.786619 l -0.38255,0 0,-2.9733531 c 0,-0.560761 0.14346,-0.652053 1.00417,-0.652053 l 0.82885,0 c 1.40265,0 2.08804,0.117372 2.62998,0.482522 0.52599,0.339062 0.90853,1.0693631 1.14763,2.2430531 l 0.68538,0 -0.22315,-3.3385031 z m -21.1514,5.2294572 1.80114,0 c 1.43453,0 2.18367,-0.09129 2.82124,-0.3390701 1.1317,-0.443398 1.76927,-1.278018 1.76927,-2.308264 0,-0.991116 -0.55788,-1.7474961 -1.60987,-2.1778501 -0.62164,-0.260822 -1.60987,-0.404273 -2.70968,-0.404273 l -5.57874,0 0,0.612928 0.28691,0 c 1.29108,0 1.43453,0.065212 1.43453,0.612929 l 0,0.3781941 0,6.2075221 0,0.378193 c 0,0.547725 -0.14345,0.612929 -1.43453,0.612929 l -0.28691,0 0,0.612929 5.3556,0 0,-0.612929 -0.41443,0 c -1.29108,0 -1.43453,-0.0652 -1.43453,-0.612929 l 0,-0.378193 0,-2.582116 z m 0,-0.6129291 0,-3.3385031 c 0,-0.599885 0.0956,-0.665097 0.9723,-0.665097 l 1.02011,0 c 1.65768,0 2.4387,0.639017 2.4387,2.0213621 0,1.343222 -0.8129,1.982238 -2.50246,1.982238 l -1.92865,0 z m -13.86716,-4.7990961 -0.66945,0 -3.66604,7.6029102 c -0.31878,0.678133 -0.38253,0.769424 -0.62162,0.978079 -0.25503,0.247779 -0.70133,0.404274 -1.13169,0.404274 l -0.0638,0 0,0.612929 4.2239,0 0,-0.612929 -0.31878,0 c -0.86072,0 -1.29108,-0.247779 -1.29108,-0.743336 0,-0.156495 0.0478,-0.33907 0.14345,-0.547725 l 0.526,-1.147611 4.22391,0 0.86072,1.747496 c 0.0956,0.195618 0.12751,0.286902 0.12751,0.352106 0,0.208655 -0.39848,0.33907 -0.98823,0.33907 l -0.66945,0 0,0.612929 4.94116,0 0,-0.612929 -0.22314,0 c -0.79697,0 -0.9723,-0.104328 -1.3389,-0.834628 l -4.06451,-8.1506352 z m -0.78103,2.1387261 1.80114,3.7036521 -3.5704,0 1.76926,-3.7036521 z m -10.99809,-2.0474421 -0.60569,0 -0.63757,0.769424 c -1.13169,-0.67814 -1.75332,-0.873752 -2.82125,-0.873752 -1.546122,0 -2.821262,0.508601 -3.905132,1.56492 -1.020117,0.9911231 -1.498287,2.0865661 -1.498287,3.4297951 0,2.8038141 2.247437,4.8121321 5.387479,4.8121321 2.55028,0 4.17609,-1.225858 4.54269,-3.416743 L 103.88367,11.0508 c -0.1594,0.691176 -0.35067,1.160654 -0.63757,1.551884 -0.65352,0.899832 -1.67363,1.356265 -2.96471,1.356265 -2.359022,0 -3.474772,-1.343221 -3.474772,-4.1470431 0,-1.473637 0.23909,-2.464752 0.78103,-3.247212 0.49411,-0.7303001 1.482337,-1.1867341 2.502472,-1.1867341 1.11575,0 2.10398,0.482514 2.70968,1.3171421 0.30284,0.430354 0.54193,0.938955 0.90854,1.943114 l 0.70132,0 -0.23909,-3.7688571 z m -15.955216,0.013044 -0.589747,0 -0.63757,0.78246 c -0.74914,-0.586849 -1.76926,-0.899832 -2.900937,-0.899832 -2.08804,0 -3.490697,1.095443 -3.490697,2.7255741 0,1.42147 0.860717,2.12569 3.203797,2.6212471 l 1.514217,0.312983 c 1.17951,0.247779 1.29108,0.273859 1.62581,0.482514 0.47818,0.299946 0.7332,0.7303 0.7332,1.238901 0,0.521638 -0.23909,0.951992 -0.71726,1.304105 -0.526,0.378187 -1.052,0.521638 -1.92866,0.521638 -1.179497,0 -2.024277,-0.299946 -2.773417,-0.978079 -0.66946,-0.612929 -1.00418,-1.225858 -1.243267,-2.230009 l -0.68539,0 0.06376,3.71669 0.62163,0 0.717257,-0.886789 c 1.06794,0.71725 1.96053,0.978072 3.347247,0.978072 2.34308,0 3.841367,-1.121523 3.841367,-2.869025 0,-0.808541 -0.33473,-1.499717 -0.956357,-1.9952751 -0.43036,-0.339069 -1.05199,-0.560761 -2.32714,-0.821584 L 83.9277,8.5338879 c -1.41859,-0.299946 -2.08804,-0.808548 -2.08804,-1.604044 0,-0.9128751 0.90854,-1.5388471 2.26338,-1.5388471 1.115737,0 2.024277,0.391237 2.661857,1.1345731 0.46224,0.534682 0.74914,1.082407 0.95635,1.747496 l 0.685387,0 -0.19128,-3.3906631 z m -21.549878,5.2294492 0,-3.5471581 0,-0.3781941 c 0,-0.547717 0.143459,-0.612929 1.434538,-0.612929 l 0.302847,0 0,-0.612928 -5.244029,0 0,0.612928 0.286912,0 c 1.291074,0 1.434532,0.065212 1.434532,0.612929 l 0,0.3781941 0,6.2075221 0,0.378193 c 0,0.547725 -0.143458,0.612929 -1.434532,0.612929 l -0.286912,0 0,0.612929 5.244029,0 0,-0.612929 -0.302847,0 c -1.291079,0 -1.434538,-0.0652 -1.434538,-0.612929 l 0,-0.378193 0,-1.656205 1.848957,-1.5258041 2.773438,3.3254601 c 0.255025,0.31299 0.318782,0.417317 0.318782,0.547725 0,0.208655 -0.302842,0.299946 -1.08387,0.299946 l -0.494121,0 0,0.612929 5.451234,0 0,-0.612929 -0.30284,0 c -0.87666,0 -1.09981,-0.09129 -1.562058,-0.652053 l -3.857302,-4.5513171 2.374948,-1.943114 c 0.765087,-0.6650891 1.737384,-1.0432831 2.693752,-1.0432831 l 0,-0.612928 -4.909306,0 0,0.612928 0.398484,0 c 0.733201,0 1.036053,0.117372 1.036053,0.391231 0,0.182575 -0.318787,0.5607681 -0.781028,0.9389551 l -3.905123,3.2080951 z m -17.820147,-5.1512092 -3.283489,0 0,0.612928 0.398479,0 c 0.812903,0 1.179512,0.104328 1.466413,0.430354 l 0,5.5424402 c 0,1.786619 -0.318782,2.164806 -1.848952,2.216973 l 0,0.612929 4.54273,0 0,-0.612929 c -1.514266,-0.05217 -1.833059,-0.430354 -1.833059,-2.216973 l 0,-4.8382201 7.108957,7.8506971 0.669455,0 0,-6.7682981 c 0,-1.7866191 0.318788,-2.1648051 1.848957,-2.2169731 l 0,-0.612928 -4.542697,0 0,0.612928 c 1.514229,0.052168 1.833011,0.430354 1.833011,2.2169731 l 0,4.0948831 -6.359805,-6.9247842 z m -10.360531,1.6040511 0,-0.3781941 c 0,-0.547717 0.143459,-0.612929 1.418596,-0.612929 l 0.318787,0 0,-0.612928 -5.275899,0 0,0.612928 0.318788,0 c 1.291076,0 1.434534,0.065212 1.434534,0.612929 l 0,0.3781941 0,6.2075221 0,0.378193 c 0,0.547725 -0.143458,0.612929 -1.434534,0.612929 l -0.318788,0 0,0.612929 5.275899,0 0,-0.612929 -0.318787,0 c -1.275137,0 -1.418596,-0.0652 -1.418596,-0.612929 l 0,-0.378193 0,-6.2075221 z"
       id="path93-3" />
    <use
       x="0"
       y="0"
       xlink:href="#path93-3"
       id="use1325-0"
       transform="matrix(2.39436,0,0,2.331219,-82.96365,-14.49494)"
       width="320"
       height="1052.3622"
       style="opacity:0.0786517" />
    <g
       id="g1798-7"
       transform="translate(-1.25e-6,0)">
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3489);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path691-8"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,5.149671,-45.83576)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3491);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path690-6"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,2.022526,-44.58496)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3493);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path689-8"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,-3.397884,-48.75451)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3495);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path688-8"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,8.068429,-48.33756)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3497);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path674-4"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,12.02955,-53.13256)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3499);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path673-3"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,9.855679,-58.05951)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3501);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path672-1"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,5.269166,-61.39511)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3503);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path671-4"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,0.265717,-60.76966)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient3505);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path670-9"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,-3.903834,-56.18316)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient669-5);fill-opacity:0.75;fill-rule:evenodd;stroke:none"
         id="path665-2"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(0.0319805,0,0,0.109292,-6.614049,-53.47301)" />
      <g
         id="g839-0"
         transform="matrix(0.058837,0,0,0.058837,-4.768899,-3.296641)">
        <path
           style="font-size:12px;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.93619299pt"
           d="M 397.64309,320.25301 280.39197,282.517 l -29.6497,-157.68253 94.33998,-95.687687 48.51771,17.520281 90.29683,88.949126 -86.2537,184.63682 z"
           id="path805-6" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="m 476.95792,339.17168 c 18.82405,3.76439 22.5905,16.94193 18.82405,20.70634 -3.76341,3.76538 -13.17547,7.52979 -20.70534,1.88212 -7.53185,-5.64653 -7.53185,-18.82407 1.88129,-22.58846 z"
           id="path1791-8" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="m 286.46194,340.42914 c -1.83424,0.48921 -17.15789,-12.71577 -29.29285,-6.59534 -12.13187,6.11956 -20.27633,19.82286 -8.94233,25.44602 11.33508,5.62316 19.43757,-0.86115 29.37437,-7.83863 9.9379,-6.97642 9.57933,-8.32059 8.86081,-11.01205 z"
           id="path1792-9" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="m 510.35756,306.92856 c 10.23738,-2.55977 33.88577,0 30.11932,15.05778 -3.76334,15.06172 -35.76391,9.41193 -56.47317,1.88522 -1.8823,-15.06073 21.52866,-15.73733 26.35385,-16.943 z"
           id="path1793-2" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="m 359.2403,21.362537 c -11.31337,0 -22.6056,4.320558 -31.27474,12.989693 L 173.87387,188.41466 c -8.4969,8.49674 -12.76227,19.54347 -12.93118,30.63111 l -0.0585,0 c 0,0.0395 0.0566,0.0774 0.0585,0.11702 -0.002,0.18609 -0.0585,0.36977 -0.0585,0.55586 l 0.2633,0 c 2.94912,11.22052 79.14951,25.52333 87.65118,34.02481 12.83905,12.83917 -49.23346,22.26805 -36.39456,35.10728 12.83906,12.83905 77.59023,24.84256 90.4305,37.6818 12.83908,12.83907 -26.2385,26.51035 -13.39928,39.34942 12.83907,12.83922 55.96669,-3.20939 48.15548,30.28002 17.33829,17.33828 53.51222,9.05882 77.73337,-8.27946 12.83906,-12.83907 -24.62937,-11.70675 -11.7902,-24.54584 12.83907,-12.83923 45.24731,-12.90848 72.55505,-43.62079 -10.99163,-17.09473 -46.98101,-24.37453 -34.14183,-37.21372 12.83906,-12.83906 37.79989,-6.31794 91.65925,-30.77738 26.29193,-11.94081 24.11992,-21.0102 24.01923,-32.00614 -0.002,-0.23138 0,-0.43973 0,-0.67288 l -0.0585,0 C 557.3983,207.95812 553.10345,196.9114 544.60673,188.41466 L 390.54428,34.35223 C 381.87515,25.683095 370.55366,21.362537 359.2403,21.362537 z m -1.31652,20.040402 c 5.02949,0.131024 9.09163,3.965079 17.05628,9.127893 l 72.78909,53.977438 c 0.79681,0.51671 1.55569,1.05573 2.25272,1.60908 0.69703,0.55327 1.33373,1.1401 1.9309,1.72612 0.5972,0.58495 1.14004,1.17206 1.63834,1.78461 0.49726,0.61244 0.94845,1.23853 1.34577,1.8724 0.39844,0.6349 0.75476,1.27981 1.05322,1.93089 0.29867,0.65226 0.53281,1.32502 0.7314,1.98941 0.19976,0.66341 0.36832,1.31895 0.46811,1.98941 0.0999,0.67165 0.14627,1.34516 0.14627,2.01867 l -43.12343,-20.830311 -4.30065,32.562001 -23.72668,-11.11731 -36.62858,24.45807 -14.01366,-48.33101 -18.05098,42.275 -50.40821,5.03205 0.55587,-22.4394 c 0,-5.38972 29.05729,-43.122051 46.75119,-52.105048 l 32.38646,-23.258575 c 4.77873,-3.097693 8.12887,-4.35 11.14657,-4.271388 z m -66.9964,220.210391 c 22.94411,5.95032 48.47561,13.75705 68.95655,13.89664 l 0.87768,9.21566 c -17.53811,-1.80778 -54.64815,-10.27551 -63.39789,-14.74506 l -6.43634,-8.36724 z"
           id="path831-6" />
      </g>
    </g>
    <path
       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
       id="use2086-6"
       d="m 100.21376,10.826945 5.69577,0 -3.49884,11.472903 6.42808,0 -0.5696,1.871469 -6.42808,0 -1.546,4.719348 c -1.301864,4.014161 -2.685147,8.869125 -4.149768,14.564894 -1.464621,5.641522 -2.196931,8.923368 -2.196931,9.845542 0,1.247644 0.569596,1.871464 1.70875,1.871464 2.007053,0 4.420989,-2.766516 7.241729,-8.299548 0.27125,-0.596698 0.6781,-1.329013 1.22053,-2.196939 l 1.62737,0.813683 c -2.11555,4.393878 -3.68868,7.214637 -4.71937,8.462281 -2.224052,2.658026 -4.583698,3.987039 -7.079009,3.987039 -1.681586,0 -3.037744,-0.51533 -4.068396,-1.545994 -1.030652,-1.084906 -1.545997,-2.468166 -1.545997,-4.149772 0,-1.518871 0.244091,-3.227602 0.73231,-5.126192 0.542471,-2.11557 2.278308,-8.191057 5.20755,-18.226458 l 1.383283,-4.719348 -6.509456,0 0.650934,-1.871469 6.509456,0 3.905685,-11.472903 z m 40.9013,10.821958 6.10261,0 c -5.15334,16.436358 -7.72999,26.851476 -7.72999,31.245354 0,1.627362 0.43397,2.441045 1.30191,2.441045 1.03065,0 2.25118,-0.976416 3.66155,-2.929253 1.46462,-2.00708 2.73941,-4.475247 3.82431,-7.404496 l 1.79009,0.73231 c -2.87499,8.136814 -6.45521,12.205218 -10.74057,12.205218 -3.68872,0 -5.53305,-2.061324 -5.53305,-6.183978 0,-1.084906 0.13562,-2.84788 0.40684,-5.288926 -2.11556,3.254725 -3.82431,5.614401 -5.12617,7.079026 -2.60382,2.929253 -5.56018,4.393878 -8.86914,4.393878 -1.95284,0 -3.58022,-0.678067 -4.88209,-2.034202 -1.3019,-1.356134 -1.95284,-3.037743 -1.95284,-5.044824 0,-0.976416 0.81369,-4.258262 2.44106,-9.845541 l 1.46462,-5.044823 c 1.62734,-5.587275 2.44103,-9.031859 2.44103,-10.33375 0,-1.030663 -0.3526,-1.545993 -1.05778,-1.545993 -2.27831,0 -5.28893,3.580195 -9.03186,10.740589 l -1.79008,-0.895048 c 4.12264,-8.462285 8.27241,-12.693426 12.44931,-12.693426 1.51887,0 2.7394,0.569577 3.66155,1.708731 0.97644,1.139154 1.46463,2.630904 1.46463,4.475247 0,2.278307 -0.54244,5.126192 -1.62734,8.54365 l -2.19697,6.916291 c -1.79009,5.641523 -2.68515,8.923368 -2.68515,9.845542 0,1.898589 0.97644,2.847884 2.92928,2.847884 1.73584,0 3.63443,-1.057789 5.69577,-3.173359 2.11555,-2.11557 4.01414,-4.909208 5.69577,-8.380913 2.54952,-5.261808 5.18042,-12.720547 7.8927,-22.376233 z m 24.05812,-10.821958 5.69577,0 -3.49884,11.472903 6.42808,0 -0.56959,1.871469 -6.42808,0 -1.546,4.719348 c -1.30187,4.014161 -2.68515,8.869125 -4.14977,14.564894 -1.46462,5.641522 -2.19693,8.923368 -2.19693,9.845542 0,1.247644 0.56959,1.871464 1.70875,1.871464 2.00705,0 4.42098,-2.766516 7.24173,-8.299548 0.27125,-0.596698 0.67809,-1.329013 1.22053,-2.196939 l 1.62737,0.813683 c -2.11556,4.393878 -3.68868,7.214637 -4.71937,8.462281 -2.22406,2.658026 -4.5837,3.987039 -7.07901,3.987039 -1.68159,0 -3.03775,-0.51533 -4.0684,-1.545994 -1.03065,-1.084906 -1.546,-2.468166 -1.546,-4.149772 0,-1.518871 0.24409,-3.227602 0.73231,-5.126192 0.54248,-2.11557 2.27831,-8.191057 5.20755,-18.226458 l 1.38329,-4.719348 -6.50946,0 0.65093,-1.871469 6.50946,0 3.90568,-11.472903 z m 28.15368,12.286586 c -3.90568,-0.216984 -7.37739,3.688686 -10.41513,11.717006 -2.11556,5.587279 -3.17333,10.604977 -3.17333,15.053102 0,4.12265 1.81721,6.183977 5.45164,6.183977 2.92928,0 5.4788,-1.871468 7.64861,-5.6144 1.41037,-2.386798 2.6309,-5.533032 3.66159,-9.438702 1.03065,-3.959913 1.62733,-7.675723 1.79008,-11.147432 0.21697,-4.285384 -1.43749,-6.53657 -4.96346,-6.753551 z m -0.0814,-1.871468 c 3.20049,0 5.80427,1.27477 7.81136,3.824301 2.00705,2.495289 3.01062,5.750013 3.01062,9.764173 0,4.936333 -1.763,9.92691 -5.28893,14.971733 -3.79718,5.424542 -8.40804,8.136811 -13.8326,8.136811 -3.30896,0 -6.02123,-1.139154 -8.13679,-3.417462 -2.11559,-2.332551 -3.17337,-5.288926 -3.17337,-8.869121 0,-6.075487 2.22406,-11.825499 6.67217,-17.250041 3.90568,-4.773596 8.21821,-7.160394 12.93754,-7.160394 z m 15.86697,12.856163 -1.70875,-0.732314 c 1.41037,-3.471705 3.11912,-6.346711 5.12621,-8.625019 2.00705,-2.332554 3.79718,-3.49883 5.37026,-3.49883 3.52596,0 5.28893,2.576657 5.28893,7.729971 0,0.922173 -0.16272,2.766516 -0.48818,5.533032 3.74292,-8.842003 7.72994,-13.263003 11.96109,-13.263003 1.19341,0 2.19693,0.379718 3.01062,1.139154 0.86794,0.705189 1.30191,1.573119 1.30191,2.603779 0,0.867926 -0.29835,1.60024 -0.89507,2.196939 -0.59668,0.596702 -1.32899,0.895051 -2.19693,0.895051 -1.84434,0 -2.76653,-1.057785 -2.76653,-3.173355 0,-0.596703 -0.18984,-0.895052 -0.56955,-0.895052 -0.54247,0 -1.30191,0.488208 -2.27831,1.464625 -0.97644,0.97642 -1.81721,2.115574 -2.52244,3.417461 -2.1698,3.90567 -5.69577,13.235882 -10.57785,27.990631 l -6.10261,0 c 2.54956,-7.648603 4.20402,-13.235878 4.96346,-16.761829 1.1934,-5.533032 1.79012,-9.547192 1.79012,-12.042481 0,-2.658025 -0.43397,-3.987038 -1.3019,-3.987038 -0.75944,0 -1.87147,0.976416 -3.33609,2.929253 -1.41037,1.952833 -2.76653,4.312509 -4.06839,7.079025 z M 255.08545,2.8528721 c 1.03066,0 1.89859,0.379718 2.60378,1.1391539 0.75943,0.7051888 1.13915,1.573115 1.13915,2.6037785 0,1.0306636 -0.37972,1.9257114 -1.13915,2.6851473 -0.70519,0.7594362 -1.57312,1.1391542 -2.60378,1.1391542 -1.03065,0 -1.92571,-0.379718 -2.68515,-1.1391542 -0.75943,-0.7594359 -1.13915,-1.6544837 -1.13915,-2.6851473 0,-1.0306635 0.37972,-1.8985897 1.13915,-2.6037785 0.75944,-0.7594359 1.6545,-1.1391539 2.68515,-1.1391539 z m 1.22053,42.7182579 1.62734,0.813679 c -3.63443,7.702849 -7.59436,11.554272 -11.87972,11.554272 -1.51887,0 -2.76653,-0.542452 -3.74293,-1.627362 -0.97644,-1.139154 -1.46462,-2.576657 -1.46462,-4.31251 0,-1.193397 0.16271,-2.305429 0.48818,-3.336093 0.32547,-1.030663 1.22053,-3.336092 2.68515,-6.916287 l 3.092,-7.4045 c 1.84433,-4.393878 2.76652,-7.350253 2.76652,-8.869125 0,-1.084907 -0.46109,-1.627362 -1.38328,-1.627362 -1.89859,0 -4.50236,2.9835 -7.81132,8.950493 l -1.62738,-0.976416 c 3.85143,-7.051904 7.54011,-10.577856 11.06607,-10.577856 1.46463,0 2.65803,0.542456 3.58022,1.627362 0.92215,1.084911 1.38324,2.495289 1.38324,4.231145 0,2.061323 -1.11203,5.885624 -3.33608,11.472899 l -3.41746,8.543654 c -1.41041,3.525952 -2.1156,5.831381 -2.1156,6.916288 0,0.97642 0.43397,1.464629 1.30191,1.464629 1.03065,0 2.35968,-0.922174 3.98702,-2.766516 1.68162,-1.89859 3.28187,-4.285388 4.80074,-7.160394 z m 27.58394,-22.294865 c -1.62734,-0.10849 -3.52593,0.840805 -5.69577,2.847885 -2.11556,1.952836 -4.09552,4.583737 -5.93986,7.892708 -3.68868,6.563691 -5.53302,12.069602 -5.53302,16.517727 0,3.471704 1.35612,5.207557 4.0684,5.207557 4.39386,0 8.54363,-4.31251 12.44931,-12.937528 2.65803,-5.858507 4.14978,-10.713468 4.47524,-14.564894 0.1085,-1.410378 -0.18984,-2.576657 -0.89502,-3.498827 -0.70523,-0.922173 -1.68163,-1.410381 -2.92928,-1.464628 z m 6.83492,-0.976417 5.77715,0 c -1.35612,3.634443 -3.2005,8.950494 -5.53302,15.94815 -2.49531,7.540112 -3.74297,12.666305 -3.74297,15.378573 0,1.139154 0.43397,1.708731 1.30191,1.708731 1.89859,0 4.55661,-3.688689 7.97408,-11.066064 l 1.79008,0.732315 c -2.2783,4.936329 -4.23114,8.326669 -5.85848,10.171012 -1.62737,1.844346 -3.47171,2.766516 -5.53305,2.766516 -3.36321,0 -5.0448,-1.518872 -5.0448,-4.556612 0,-0.813683 0.24409,-2.468166 0.73231,-4.963455 -3.85143,6.400958 -7.97408,9.601435 -12.36798,9.601435 -2.76649,0 -5.01767,-0.922173 -6.75354,-2.766516 -1.73584,-1.844342 -2.60378,-4.258262 -2.60378,-7.241762 0,-6.183974 2.44106,-12.178092 7.32314,-17.982352 4.88209,-5.858502 9.8998,-8.787756 15.05309,-8.787756 2.71228,0 4.77358,1.49175 6.18399,4.475247 l 1.30187,-3.417462 z m 16.70797,-17.8196138 0.48822,-1.8714681 c 4.0684,-0.1627373 8.67926,-0.4339612 13.83256,-0.8136791 -0.43393,1.4646247 -0.75944,2.5224099 -0.9764,3.1733555 -0.59668,1.6816053 -1.4375,4.2311406 -2.5224,7.6486025 l -6.59083,21.481181 c -3.14625,10.252381 -4.71933,16.544849 -4.71933,18.8774 0,1.681609 0.48818,2.522414 1.46462,2.522414 1.35612,0 3.03774,-1.464629 5.0448,-4.393878 1.03069,-1.518872 2.19697,-3.525952 3.49883,-6.021241 l 1.87147,0.895048 c -1.62737,2.983497 -2.84787,5.099067 -3.66155,6.346711 -2.49531,3.742936 -5.34318,5.614401 -8.54368,5.614401 -1.62733,0 -2.95636,-0.596699 -3.98702,-1.7901 -1.03065,-1.193397 -1.54599,-2.712269 -1.54599,-4.556611 0,-2.278308 0.92219,-6.428084 2.76652,-12.449324 L 311.01302,15.7904 c 1.57313,-5.153314 2.35969,-8.0554416 2.35969,-8.7063872 0,-0.9764165 -0.37972,-1.6273621 -1.13916,-1.9528368 -0.75943,-0.3797179 -2.35968,-0.5966985 -4.80074,-0.6509418 z"
       style="fill:#ffffff;fill-opacity:0.110769;fill-rule:nonzero;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;font-family:Bitstream Vera Sans" />
    <text
       transform="matrix(0,1,-1,0,0,0)"
       sodipodi:linespacing="125%"
       id="text7519-4"
       y="-326.81229"
       x="3.6203015"
       style="font-size:6.96932268px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         style="letter-spacing:0.29056421"
         y="-326.81229"
         x="3.6203015"
         id="tspan7521-9"
         sodipodi:role="line">使用 <tspan
   id="tspan7523-5"
   style="font-weight:bold">Ctrl+↓</tspan> 向下捲動頁面</tspan></text>
    <path
       transform="matrix(0.614962,0.04549602,0.06191898,-0.451855,112.95622,172.17069)"
       d="m 338.52736,197.82364 -13.1081,-1.27087 7.65466,-10.71652 5.45344,11.98739 z"
       inkscape:randomized="0"
       inkscape:rounded="0"
       inkscape:flatsided="true"
       sodipodi:arg2="1.667447"
       sodipodi:arg1="0.62024949"
       sodipodi:r2="3.8017266"
       sodipodi:r1="7.6034532"
       sodipodi:cy="193.40422"
       sodipodi:cx="332.34018"
       sodipodi:sides="3"
       id="path7527-0"
       style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.32172871;marker:none;visibility:visible;display:inline;overflow:visible"
       sodipodi:type="star" />
    <path
       id="text2413"
       d="m 147.726,15.782183 c 0.19599,0.01868 0.40132,0.12601 0.616,0.322 0.21465,0.196009 0.30799,0.364009 0.28,0.504 -0.0187,0.09334 -0.12135,0.140009 -0.308,0.14 -0.0374,9e-6 -0.10268,-0.0047 -0.196,-0.014 -0.0933,-0.01866 -0.16801,-0.02799 -0.224,-0.028 -0.056,9e-6 -0.098,0.0047 -0.126,0.014 0.009,9e-6 -0.11668,0.04201 -0.378,0.126 -0.26135,0.08401 -0.58335,0.182008 -0.966,0.294 -0.38268,0.102675 -0.85868,0.219341 -1.428,0.35 -0.56001,0.130675 -1.10134,0.233341 -1.624,0.308 l -0.098,0.112 -0.224,0.952 0.028,0.294 c 0.0373,0.140006 0.20533,0.238006 0.504,0.294 0.29866,0.05601 0.76532,0.08401 1.4,0.084 l 0.224,0 c 0.49466,6e-6 0.85866,-0.0047 1.092,-0.014 0.24266,-0.01866 0.40132,-0.03266 0.476,-0.042 0.084,-0.01866 0.20532,-0.05133 0.364,-0.098 0.12132,-0.03733 0.20999,-0.08399 0.266,-0.14 l 0.182,-0.21 c 0.084,-0.09333 0.16332,-0.24266 0.238,-0.448 0.084,-0.205326 0.15399,-0.387326 0.21,-0.546 0.056,-0.167992 0.12132,-0.298659 0.196,-0.392 0.0747,-0.09333 0.15399,-0.107325 0.238,-0.042 0.0373,0.02801 0.0187,0.242674 -0.056,0.644 -0.11201,0.54134 -0.16335,0.844673 -0.154,0.91 l 0.266,0.294 c 0.028,0.05601 0.0373,0.112006 0.028,0.168 -0.084,0.410672 -1.07801,0.616005 -2.982,0.616 -0.35468,5e-6 -0.66734,5e-6 -0.938,0 -0.27068,-0.0093 -0.52268,-0.02333 -0.756,-0.042 -0.23334,-0.01866 -0.42934,-0.03266 -0.588,-0.042 -0.15867,-0.01866 -0.29867,-0.04666 -0.42,-0.084 -0.12134,-0.04666 -0.22401,-0.07933 -0.308,-0.098 -0.0747,-0.02799 -0.13534,-0.07933 -0.182,-0.154 -0.0373,-0.07466 -0.0653,-0.130661 -0.084,-0.168 -0.0187,-0.04666 -0.028,-0.121327 -0.028,-0.224 0.009,-0.111994 0.0187,-0.20066 0.028,-0.266 0.0187,-0.06533 0.042,-0.167994 0.07,-0.308 0.0373,-0.15866 0.0887,-0.419993 0.154,-0.784 0.0747,-0.363992 0.13533,-0.662659 0.182,-0.896 0.16799,-0.849324 0.28466,-1.516657 0.35,-2.002 0.056,-0.05599 0.13533,-0.08399 0.238,-0.084 0.0653,10e-6 0.14466,0.01401 0.238,0.042 0.10266,0.01868 0.17732,0.02801 0.224,0.028 l 0.546,0.154 c 0.0187,0.0093 0.0327,0.01401 0.042,0.014 0.028,0.05601 0.0373,0.11201 0.028,0.168 -0.009,0.07468 -0.12601,0.172676 -0.35,0.294 -0.21468,0.11201 -0.33601,0.191343 -0.364,0.238 l -0.28,1.274 c -1e-5,0.02801 0.0187,0.05134 0.056,0.07 l 2.142,-0.602 c 0.83999,-0.270658 1.55865,-0.597324 2.156,-0.98 m -0.07,5.95 c -0.0187,0.07467 -0.11668,0.177337 -0.294,0.308 -0.16801,0.121337 -0.26135,0.21467 -0.28,0.28 -0.028,0.084 -0.0653,0.24267 -0.112,0.476 -0.0467,0.233336 -0.10268,0.541335 -0.168,0.924 l -0.042,0.168 c -0.27068,1.446667 -0.48068,2.538666 -0.63,3.276 -0.0373,0.195998 -0.20068,0.293998 -0.49,0.294 l -0.182,-0.014 c -0.056,-0.06533 -0.0653,-0.219335 -0.028,-0.462 0.028,-0.149335 0.0187,-0.261335 -0.028,-0.336 -1.98801,-1e-6 -3.12667,0.0047 -3.416,0.014 l -0.392,0.028 c -0.056,0.04667 -0.11667,0.191332 -0.182,0.434 l -0.098,0.224 c -0.084,0.102665 -0.21934,0.144665 -0.406,0.126 -0.18667,-0.0093 -0.28001,-0.06067 -0.28,-0.154 -10e-6,-0.03734 0.028,-0.186668 0.084,-0.448 0.10266,-0.513334 0.28933,-1.362667 0.56,-2.548 l 0.056,-0.252 0.462,-2.506 0.126,-0.462 c 0.0187,-0.09333 0.0607,-0.149329 0.126,-0.168 0.056,0.0093 0.16799,0.07934 0.336,0.21 0.17733,0.121338 0.27533,0.186671 0.294,0.196 0.36399,0.01867 0.83066,0.028 1.4,0.028 0.37332,4e-6 0.78866,-0.0047 1.246,-0.014 l 0.168,0 0.896,0.014 c 0.028,-0.0093 0.0513,-0.014 0.07,-0.014 0.0373,-0.0093 0.14466,-0.07 0.322,-0.182 0.18665,-0.121329 0.31732,-0.158662 0.392,-0.112 0.18665,0.09334 0.31732,0.210004 0.392,0.35 0.084,0.130671 0.11665,0.238004 0.098,0.322 m -9.296,-3.206 c -0.15867,7e-6 -0.36867,0.0093 -0.63,0.028 -0.26134,0.0093 -0.39667,0.01401 -0.406,0.014 -0.168,-0.18666 -0.21467,-0.410659 -0.14,-0.672 0.009,-0.0093 0.20533,0.0093 0.588,0.056 0.392,0.03734 0.72333,0.05601 0.994,0.056 0.29866,7e-6 0.462,-0.03733 0.49,-0.112 0.056,-0.139992 0.126,-0.401325 0.21,-0.784 0.056,-0.298658 0.11666,-0.676658 0.182,-1.134 0.0747,-0.466657 0.11666,-0.709323 0.126,-0.728 0.0187,-0.130656 0.07,-0.205323 0.154,-0.224 0.79333,0.14001 1.17133,0.30801 1.134,0.504 -0.0187,0.07468 -0.12134,0.15401 -0.308,0.238 -0.17734,0.08401 -0.28934,0.163343 -0.336,0.238 -0.056,0.102676 -0.13534,0.401342 -0.238,0.896 -0.0467,0.252008 -0.10267,0.564675 -0.168,0.938 -0.028,0.130674 0.0513,0.196007 0.238,0.196 0.21466,7e-6 0.39199,-0.04199 0.532,-0.126 l 0.378,-0.392 c 0.22399,-0.139992 0.47133,0.04201 0.742,0.546 l 0.084,0.154 c 0.009,0.02801 0.009,0.05601 0,0.084 -0.0187,0.112007 -0.13067,0.182007 -0.336,0.21 l -0.672,0.028 -0.84,0.014 c -0.14934,0.01867 -0.24734,0.05601 -0.294,0.112 l -0.546,2.408 0,0.028 0.014,0.014 1.96,-0.784 c 0.0653,-0.0093 0.11666,0.06067 0.154,0.21 -0.0467,0.112005 -0.42001,0.336005 -1.12,0.672 -0.7,0.336004 -1.08267,0.555337 -1.148,0.658 -0.0187,0.09334 -0.084,0.415337 -0.196,0.966 -0.10267,0.541335 -0.25667,1.311335 -0.462,2.31 l -0.028,0.168 c -0.0373,0.196 -0.0747,0.368666 -0.112,0.518 -0.0187,0.121333 -0.042,0.233333 -0.07,0.336 -0.0187,0.102666 -0.028,0.163332 -0.028,0.182 -0.056,0.270666 -0.14,0.475999 -0.252,0.616 -0.112,0.139998 -0.28934,0.275332 -0.532,0.406 -0.18667,0.102665 -0.33134,0.153998 -0.434,0.154 -0.0747,-2e-6 -0.14934,-0.07933 -0.224,-0.238 -0.0653,-0.158668 -0.12134,-0.247335 -0.168,-0.266 l -0.924,-0.28 c -0.0653,-1e-6 -0.084,-0.056 -0.056,-0.168 0.0187,-0.121334 0.16333,-0.191334 0.434,-0.21 l 1.246,0.028 c 0.084,-1e-6 0.18666,-0.247334 0.308,-0.742 0.13066,-0.504 0.364,-1.577332 0.7,-3.22 l 0.056,-0.28 -0.042,-0.014 c -0.009,0.0093 -0.182,0.08867 -0.518,0.238 -0.32667,0.149336 -0.546,0.275336 -0.658,0.378 l -0.126,0.406 c -0.056,0.09334 -0.11667,0.140002 -0.182,0.14 -0.13067,2e-6 -0.25667,-0.153998 -0.378,-0.462 -0.12133,-0.31733 -0.168,-0.545997 -0.14,-0.686 0.0467,-0.03733 0.37333,-0.153997 0.98,-0.35 0.616,-0.205329 0.97066,-0.331329 1.064,-0.378 0.0933,-0.03733 0.15866,-0.139996 0.196,-0.308 0.084,-0.279995 0.17733,-0.671995 0.28,-1.176 0.0467,-0.242661 0.0933,-0.517994 0.14,-0.826 0.056,-0.261327 0.0793,-0.41066 0.07,-0.448 0,-0.09333 -0.24734,-0.139993 -0.742,-0.14 m 8.078,3.5 c -10e-6,-0.084 -0.0653,-0.13533 -0.196,-0.154 -0.13068,-0.01866 -0.44801,-0.028 -0.952,-0.028 -0.54134,4e-6 -1.28334,0.0093 -2.226,0.028 l -0.406,0 c -0.0467,4e-6 -0.0933,0.02334 -0.14,0.07 -0.10267,0.345337 -0.22401,0.858669 -0.364,1.54 l 0.07,0.098 c 1.95066,0.028 3.20599,0.03733 3.766,0.028 0.0653,-0.01866 0.11199,-0.06067 0.14,-0.126 l 0.308,-1.456 m -4.788,3.962 c 0.084,0.102666 0.60199,0.153999 1.554,0.154 1.06399,-1e-6 1.72199,-0.014 1.974,-0.042 0.25199,-0.01867 0.40132,-0.07 0.448,-0.154 l 0.294,-1.414 0.042,-0.238 c 0.0187,-0.056 -0.014,-0.102665 -0.098,-0.14 l -3.668,0 c -0.0933,1e-6 -0.15867,0.03267 -0.196,0.098 l -0.35,1.736 m 12.24891,-3.976 c -0.14001,-0.0093 -0.21934,-0.056 -0.238,-0.14 -0.0187,-0.084 -0.009,-0.228663 0.028,-0.434 0.0467,-0.223996 0.12599,-0.545995 0.238,-0.966 l 0.532,-2.758 c 0.0187,-0.08399 0.0653,-0.144659 0.14,-0.182 0.0653,0.0093 0.13066,0.04668 0.196,0.112 0.0747,0.05601 0.17732,0.112008 0.308,0.168 0.13066,0.04667 0.31266,0.07001 0.546,0.07 0.15865,8e-6 0.33132,-0.0093 0.518,-0.028 l 0.322,-0.028 c 0.0933,-0.111992 0.15865,-0.261325 0.196,-0.448 0.0187,-0.09333 0.0326,-0.172658 0.042,-0.238 -0.028,-0.0093 -0.0607,-0.02332 -0.098,-0.042 -0.0653,-0.01866 -0.20535,-0.02799 -0.42,-0.028 -0.30801,8e-6 -0.77934,0.01867 -1.414,0.056 l -0.868,0.014 c -0.16801,8e-6 -0.26601,-0.07466 -0.294,-0.224 -0.028,-0.158658 -0.014,-0.265991 0.042,-0.322 0.056,-0.0093 0.27532,9e-6 0.658,0.028 0.38266,0.02801 0.72799,0.04201 1.036,0.042 0.28932,9e-6 0.47132,-0.02799 0.546,-0.084 -1e-5,-0.130658 -0.0374,-0.261324 -0.112,-0.392 -0.0653,-0.139991 -0.14468,-0.26599 -0.238,-0.378 -0.084,-0.11199 -0.13068,-0.18199 -0.14,-0.21 -0.009,-0.130657 0.0513,-0.20999 0.182,-0.238 0.27999,0.09334 0.49932,0.200677 0.658,0.322 0.15865,0.121343 0.25199,0.228676 0.28,0.322 0.028,0.09334 0.0466,0.186676 0.056,0.28 0.009,0.09334 0.005,0.168009 -0.014,0.224 -0.0187,0.102676 -0.0327,0.158675 -0.042,0.168 l 1.428,-0.014 c 0.0466,-0.0093 0.0886,-0.01399 0.126,-0.014 0.11199,-0.05599 0.29865,-0.275324 0.56,-0.658 0.26132,-0.39199 0.40132,-0.592657 0.42,-0.602 0.0373,-0.04666 0.0887,-0.06999 0.154,-0.07 0.10265,10e-6 0.23798,0.05601 0.406,0.168 0.17732,0.102677 0.28465,0.186676 0.322,0.252 -0.009,0.130676 -0.11202,0.214676 -0.308,0.252 l -0.266,0.056 c -0.27068,0.158676 -0.49468,0.359342 -0.672,0.602 0.0466,0.03734 0.30799,0.05601 0.784,0.056 0.41998,9e-6 0.67198,-0.0093 0.756,-0.028 0.084,-0.01866 0.20998,-0.111991 0.378,-0.28 0.13065,-0.139991 0.24265,-0.209991 0.336,-0.21 0.028,9e-6 0.0513,0.0047 0.07,0.014 0.0466,0.03734 0.098,0.08868 0.154,0.154 0.0653,0.06534 0.13065,0.140009 0.196,0.224 0.0746,0.08401 0.12598,0.163342 0.154,0.238 0.0373,0.07467 0.042,0.144675 0.014,0.21 -0.028,0.05601 -0.0933,0.09334 -0.196,0.112 -0.0933,0.0093 -0.22868,0.01401 -0.406,0.014 -0.0467,8e-6 -0.16802,8e-6 -0.364,0 -0.19602,-0.0093 -0.54602,-0.01399 -1.05,-0.014 -0.49468,-0.0093 -1.13868,-0.01399 -1.932,-0.014 -0.12135,0.05601 -0.27068,0.196008 -0.448,0.42 l -0.14,0.21 c 0.009,0.07467 0.028,0.112008 0.056,0.112 0.21465,0.02801 0.48532,0.04201 0.812,0.042 0.57865,8e-6 0.95665,-0.01399 1.134,-0.042 0.18665,-0.03733 0.34532,-0.107326 0.476,-0.21 0.0653,-0.03733 0.12598,-0.05599 0.182,-0.056 0.11198,8e-6 0.21932,0.07001 0.322,0.21 0.11198,0.130674 0.15865,0.261341 0.14,0.392 l -0.014,0.084 c -0.22402,0.17734 -0.35935,0.392007 -0.406,0.644 -0.0934,0.457339 -0.17268,0.938006 -0.238,1.442 -0.056,0.504005 -0.098,0.807338 -0.126,0.91 -0.0467,0.252004 -0.10735,0.42467 -0.182,0.518 -0.0747,0.09334 -0.19601,0.14467 -0.364,0.154 l -0.21,-0.042 -0.014,0 c -0.084,-0.17733 -0.18201,-0.265996 -0.294,-0.266 l -2.828,-0.014 c -0.55068,4e-6 -0.86334,0.0047 -0.938,0.014 -0.0747,0.0093 -0.17268,0.07467 -0.294,0.196 -0.10268,0.112004 -0.21468,0.168003 -0.336,0.168 m -0.994,-5.138 c -0.14001,-0.270658 -0.38734,-0.573991 -0.742,-0.91 -0.35467,-0.33599 -0.58801,-0.522657 -0.7,-0.56 -0.009,-0.08399 0.014,-0.15399 0.07,-0.21 0.056,-0.06532 0.13066,-0.09799 0.224,-0.098 0.15866,10e-6 0.36866,0.06534 0.63,0.196 0.27066,0.121343 0.51332,0.30801 0.728,0.56 0.22399,0.242676 0.30332,0.490009 0.238,0.742 l -0.098,0.21 -0.098,0.084 -0.168,0.014 c -0.028,9e-6 -0.056,-0.0093 -0.084,-0.028 m -1.75,0.238 c 0.13999,8e-6 0.34533,0.05134 0.616,0.154 0.27066,0.102675 0.51799,0.252008 0.742,0.448 0.23332,0.196008 0.33132,0.396674 0.294,0.602 -0.056,0.252007 -0.15868,0.378007 -0.308,0.378 -0.14934,7e-6 -0.33134,-0.135326 -0.546,-0.406 l -0.098,-0.126 c -0.0653,-0.07466 -0.33601,-0.265992 -0.812,-0.574 l -0.112,-0.098 c -0.0467,-0.05599 -0.056,-0.130659 -0.028,-0.224 0.009,-0.01866 0.0233,-0.04199 0.042,-0.07 0.0467,-0.05599 0.11666,-0.08399 0.21,-0.084 m 5.068,7.028 c 0.27065,1e-6 0.44799,-0.014 0.532,-0.042 0.084,-0.028 0.14465,-0.09333 0.182,-0.196 0.009,-0.056 0.042,-0.312665 0.098,-0.77 l -0.07,-0.056 -2.436,-0.056 c -1.31601,-0.09333 -2.20734,-0.522664 -2.674,-1.288 l -0.098,0 -1.12,0.854 c -0.20534,0.168003 -0.34067,0.298669 -0.406,0.392 l -0.182,0.322 c -0.028,0.028 -0.056,0.05133 -0.084,0.07 -0.14001,0.028 -0.26601,-0.07466 -0.378,-0.308 -0.10267,-0.242664 -0.14001,-0.42933 -0.112,-0.56 0.009,-0.03733 0.0187,-0.06533 0.028,-0.084 l 0.868,-0.336 c 0.58799,-0.242663 0.99399,-0.485329 1.218,-0.728 0.084,-0.195996 0.14933,-0.410662 0.196,-0.644 0.0467,-0.242662 0.07,-0.433995 0.07,-0.574 -0.009,-0.08399 -0.16801,-0.125995 -0.476,-0.126 -0.084,5e-6 -0.20534,0.0093 -0.364,0.028 -0.15867,0.01867 -0.28934,0.02801 -0.392,0.028 -0.10267,5e-6 -0.21001,-0.0047 -0.322,-0.014 -0.11201,-0.01866 -0.18667,-0.06533 -0.224,-0.14 -0.0373,-0.07466 -0.0467,-0.177328 -0.028,-0.308 0.028,-0.102661 0.098,-0.163327 0.21,-0.182 0.39199,0.07467 0.78399,0.112006 1.176,0.112 0.056,6e-6 0.11199,6e-6 0.168,0 0.056,6e-6 0.12133,6e-6 0.196,0 0.056,-0.02799 0.11666,-0.07466 0.182,-0.14 0.0747,-0.06533 0.13066,-0.111994 0.168,-0.14 0.0373,-0.03733 0.0933,-0.06533 0.168,-0.084 0.0747,-0.02799 0.14466,-0.01866 0.21,0.028 0.23332,0.186673 0.37799,0.345339 0.434,0.476 0.056,0.130672 0.0467,0.224006 -0.028,0.28 -0.0653,0.056 -0.14934,0.126005 -0.252,0.21 -0.10268,0.07467 -0.16801,0.144672 -0.196,0.21 l -0.182,0.826 c -0.0467,0.326671 0.028,0.532004 0.224,0.616 0.65332,0.364003 1.39066,0.560003 2.212,0.588 l 0.098,0 c 0.27999,0.0093 0.56466,0.014 0.854,0.014 1.03599,3e-6 2.02999,-0.03266 2.982,-0.098 l 1.778,-0.182 0.056,0 c 0.0373,-0.01866 0.0746,0.0093 0.112,0.084 -0.0187,0.10267 -0.11668,0.22867 -0.294,0.378 -0.16802,0.140003 -0.27068,0.242669 -0.308,0.308 -0.0747,0.03734 -0.41535,0.07467 -1.022,0.112 -0.60668,0.03734 -1.03601,0.056 -1.288,0.056 -0.056,2e-6 -0.0933,0.028 -0.112,0.084 -1e-5,0.0093 0.056,0.028 0.168,0.056 0.12132,0.028 0.20999,0.07467 0.266,0.14 0.0653,0.056 0.0607,0.140002 -0.014,0.252 -0.19601,0.121335 -0.29868,0.182002 -0.308,0.182 -0.0747,0.06534 -0.11201,0.140002 -0.112,0.224 l 0.098,0.098 c 0.14932,0.0093 0.28932,0.014 0.42,0.014 0.27065,10e-7 0.48532,-0.028 0.644,-0.084 0.16799,-0.06533 0.27065,-0.130665 0.308,-0.196 0.0466,-0.07466 0.10265,-0.139998 0.168,-0.196 0.0653,-0.06533 0.13998,-0.098 0.224,-0.098 0.10265,2e-6 0.24732,0.112002 0.434,0.336 0.19598,0.224001 0.28465,0.396668 0.266,0.518 -0.0187,0.084 -0.0794,0.135334 -0.182,0.154 -0.0933,0.01867 -0.31735,0.028 -0.672,0.028 -0.23335,10e-7 -0.52268,-0.0047 -0.868,-0.014 -0.39201,10e-7 -0.69068,0.014 -0.896,0.042 l -0.098,0.098 c -0.084,0.308 -0.16335,0.644 -0.238,1.008 l -0.126,0.798 c -0.084,0.279999 -0.25201,0.485332 -0.504,0.616 -0.24268,0.139998 -0.44801,0.209998 -0.616,0.21 -0.0653,-2e-6 -0.12601,-0.0093 -0.182,-0.028 -0.14001,-0.317335 -0.37334,-0.485335 -0.7,-0.504 l -0.56,-0.056 -0.168,-0.07 c -0.0653,-0.01867 -0.098,-0.06067 -0.098,-0.126 0.009,-0.06533 0.0373,-0.112001 0.084,-0.14 0.0373,-0.03733 0.25199,-0.056 0.644,-0.056 0.33599,-1e-6 0.62532,0.0047 0.868,0.014 0.24265,0.01867 0.40599,0.02333 0.49,0.014 l 0.126,-0.14 c 0.0933,-0.289334 0.16799,-0.574 0.224,-0.854 0.0653,-0.326666 0.0933,-0.545999 0.084,-0.658 -1e-5,-0.121332 -0.0374,-0.181999 -0.112,-0.182 -0.0747,-0.0093 -0.21935,-0.014 -0.434,-0.014 -0.20535,1e-6 -0.48534,0.0047 -0.84,0.014 l -0.168,0 -2.968,0.042 -2.828,0.014 -0.112,0 c -0.084,1e-6 -0.14934,-0.05133 -0.196,-0.154 -0.0373,-0.111999 -0.042,-0.223999 -0.014,-0.336 0.0187,-0.111999 0.0653,-0.167998 0.14,-0.168 0.084,2e-6 0.27999,0.028 0.588,0.084 0.31733,0.04667 0.51799,0.07 0.602,0.07 0.29866,0.01867 1.18999,0.02333 2.674,0.014 l 2.562,0 c 0.22399,0.0093 0.41065,0.014 0.56,0.014 m -4.186,0.588 c 0.29866,0.028 0.59732,0.205334 0.896,0.532 0.29866,0.326667 0.41999,0.620666 0.364,0.882 -0.0187,0.09333 -0.07,0.181999 -0.154,0.266 l -0.182,0.14 -0.098,0.042 c -0.14001,-1e-6 -0.24734,-0.06533 -0.322,-0.196 -0.0747,-0.130667 -0.12601,-0.280001 -0.154,-0.448 -0.028,-0.158667 -0.0513,-0.252 -0.07,-0.28 l -0.434,-0.644 c -0.009,-0.01867 -0.009,-0.03267 0,-0.042 -0.009,-0.028 -0.009,-0.05133 0,-0.07 0.009,-0.06533 0.0607,-0.125999 0.154,-0.182 m 2.94,-6.16 c -1e-5,0.02801 -0.005,0.06534 -0.014,0.112 -0.028,0.102673 0.005,0.16334 0.098,0.182 0.10266,0.01867 0.32666,0.02801 0.672,0.028 1.69865,7e-6 2.75799,0.01401 3.178,0.042 0.13065,-0.05599 0.20999,-0.153993 0.238,-0.294 0.0373,-0.15866 0.014,-0.265993 -0.07,-0.322 -0.58801,-0.01866 -1.89468,-0.02799 -3.92,-0.028 -0.0933,0.03734 -0.15401,0.130674 -0.182,0.28 m 0.084,0.784 c -0.0933,0.01867 -0.16334,0.04667 -0.21,0.084 -0.0373,0.03734 -0.07,0.121339 -0.098,0.252 -0.028,0.158672 -0.014,0.270672 0.042,0.336 1.03599,0.03734 2.04865,0.056 3.038,0.056 0.13065,5e-6 0.24265,5e-6 0.336,0 0.10265,-0.0093 0.19132,-0.0093 0.266,0 0.0746,5e-6 0.13999,-0.0047 0.196,-0.014 0.056,-0.0093 0.10265,-0.01866 0.14,-0.028 0.0373,-0.01866 0.0653,-0.03733 0.084,-0.056 0.028,-0.02799 0.0466,-0.05599 0.056,-0.084 0.009,-0.02799 0.0187,-0.06533 0.028,-0.112 0.0373,-0.186661 0.009,-0.307994 -0.084,-0.364 -1.10135,-0.06533 -2.01135,-0.09799 -2.73,-0.098 -0.36401,6e-6 -0.67668,0.0093 -0.938,0.028 l -0.126,0 m 3.598,1.736 c 0.084,-0.307995 0.0933,-0.494662 0.028,-0.56 -0.42001,-0.04666 -1.05468,-0.06999 -1.904,-0.07 -0.36401,5e-6 -0.76535,0.0047 -1.204,0.014 l -0.896,0.056 -0.028,0 c -0.0653,0.06534 -0.11201,0.158671 -0.14,0.28 -0.009,0.056 -0.014,0.116671 -0.014,0.182 l 0.028,0.154 c 0.0747,0.04667 0.38732,0.07 0.938,0.07 0.48532,4e-6 1.14799,-0.014 1.988,-0.042 l 0.434,0 0.518,0.014 c 0.0933,-0.0093 0.17732,-0.042 0.252,-0.098 m 14.8669,-1.764 c -0.028,0.158673 -0.21468,0.238006 -0.56,0.238 -0.88668,-0.0093 -1.61467,-0.01399 -2.184,-0.014 -0.53201,6e-6 -0.91467,0.0047 -1.148,0.014 -0.23334,6e-6 -0.42467,0.0093 -0.574,0.028 -0.14934,0.01867 -0.23334,0.03734 -0.252,0.056 -0.0187,0.01867 -0.0327,0.05601 -0.042,0.112 -0.22401,1.148005 -0.35001,1.857337 -0.378,2.128 l 0.084,0.084 2.688,0 c 0.30799,4e-6 0.61132,-0.0047 0.91,-0.014 0.009,4e-6 0.13532,-0.116663 0.378,-0.35 0.25199,-0.233329 0.42466,-0.349996 0.518,-0.35 0.084,4e-6 0.20999,0.112004 0.378,0.336 0.17732,0.21467 0.33132,0.43867 0.462,0.672 -0.028,0.09334 -0.0887,0.15867 -0.182,0.196 -0.084,0.028 -0.23801,0.042 -0.462,0.042 -0.009,3e-6 -0.0887,3e-6 -0.238,0 -0.14934,-0.0093 -0.36401,-0.014 -0.644,-0.014 l -3.094,0 -0.784,0.014 c -0.0187,3e-6 -0.0373,0.0047 -0.056,0.014 -0.0187,3e-6 -0.056,0.03734 -0.112,0.112 l -0.616,3.318 c -0.056,0.242666 -0.10734,0.415332 -0.154,0.518 -0.0373,0.111999 -0.112,0.242665 -0.224,0.392 -0.112,0.158665 -0.266,0.279998 -0.462,0.364 -0.18667,0.09333 -0.43867,0.172665 -0.756,0.238 -0.0467,-0.01867 -0.10267,-0.112002 -0.168,-0.28 -0.056,-0.168002 -0.13534,-0.270668 -0.238,-0.308 l -1.4,-0.28 c -0.0747,-0.056 -0.0933,-0.130668 -0.056,-0.224 0.0187,-0.112001 0.098,-0.186667 0.238,-0.224 0.60666,0.102666 1.12,0.153999 1.54,0.154 0.168,-10e-7 0.31733,-0.0093 0.448,-0.028 0.17733,-1e-6 0.29866,-0.07467 0.364,-0.224 0.20533,-0.886666 0.37333,-1.647332 0.504,-2.282 0.112,-0.569331 0.168,-0.919331 0.168,-1.05 0.009,-0.130664 -0.042,-0.195997 -0.154,-0.196 l -2.996,-0.014 c -0.74667,0.028 -1.40933,0.08867 -1.988,0.182 -0.056,-0.056 -0.10733,-0.167997 -0.154,-0.336 -0.0467,-0.167997 -0.0653,-0.28933 -0.056,-0.364 0.0187,-0.06533 0.056,-0.102663 0.112,-0.112 0.0747,4e-6 0.54133,0.03267 1.4,0.098 0.028,4e-6 0.18667,0.0093 0.476,0.028 0.29867,0.0093 0.73733,0.014 1.316,0.014 0.34533,3e-6 0.7,-0.0047 1.064,-0.014 l 1.036,-0.028 c 0.0747,-0.06533 0.112,-0.10733 0.112,-0.126 l 0.434,-2.114 c 0,-0.102661 -0.0467,-0.153994 -0.14,-0.154 l -3.5,0.028 -0.616,0.098 -0.14,-0.056 c -0.0373,-0.04666 -0.07,-0.153994 -0.098,-0.322 -0.028,-0.167994 -0.028,-0.293994 0,-0.378 l 0.098,-0.056 c 0.56,0.112006 1.344,0.168006 2.352,0.168 0.73733,6e-6 1.43266,-0.01866 2.086,-0.056 0.0933,-0.07466 0.23333,-0.587993 0.42,-1.54 0.056,-0.270658 0.098,-0.452658 0.126,-0.546 l -0.056,-0.07 c -1.50267,0.242675 -2.73,0.364008 -3.682,0.364 -0.15867,8e-6 -0.28933,8e-6 -0.392,0 -0.10267,-0.0093 -0.17733,-0.01399 -0.224,-0.014 -0.0373,-0.0093 -0.0607,-0.01399 -0.07,-0.014 -0.15867,-0.02799 -0.224,-0.125992 -0.196,-0.294 0.028,-0.102658 0.0793,-0.158658 0.154,-0.168 l 0.784,-0.028 c 2.34266,-0.121324 4.71333,-0.541324 7.112,-1.26 l 0.686,-0.336 c 0.0373,-0.0093 0.0747,-0.01399 0.112,-0.014 0.0933,10e-6 0.23799,0.07001 0.434,0.21 0.20532,0.130677 0.35466,0.26601 0.448,0.406 -1e-5,0.177343 -0.11201,0.289343 -0.336,0.336 -0.21468,0.03734 -0.37334,0.04201 -0.476,0.014 l -0.14,0 -3.346,0.728 c -0.0933,0.07467 -0.23334,0.606675 -0.42,1.596 l -0.07,0.532 c -1e-5,0.09334 0.0607,0.140006 0.182,0.14 l 2.324,0.042 c 0.26132,-0.0093 0.45266,-0.05599 0.574,-0.14 0.12132,-0.08399 0.22399,-0.191327 0.308,-0.322 0.0933,-0.13066 0.21466,-0.233326 0.364,-0.308 0.13066,0.07467 0.30799,0.228674 0.532,0.462 0.23332,0.23334 0.33599,0.41534 0.308,0.546 m 11.99691,1.008 c 0.0466,-0.01866 0.16799,-0.116661 0.364,-0.294 0.19599,-0.177328 0.33599,-0.265994 0.42,-0.266 0.084,6e-6 0.22399,0.121339 0.42,0.364 0.20532,0.242672 0.29399,0.420005 0.266,0.532 -0.009,0.06534 -0.056,0.112005 -0.14,0.14 l -0.378,0.056 -1.05,0.028 c -0.0747,0.03734 -0.11668,0.07934 -0.126,0.126 -0.0374,0.121338 -0.12601,0.513337 -0.266,1.176 l -0.63,3.458 -0.154,0.602 c -0.0374,0.158666 -0.12135,0.293999 -0.252,0.406 -0.13068,0.121332 -0.27068,0.205332 -0.42,0.252 -0.14934,0.04667 -0.27068,0.07933 -0.364,0.098 -0.0933,0.028 -0.14934,0.042 -0.168,0.042 -0.056,-2e-6 -0.10268,-0.014 -0.14,-0.042 -0.084,-0.308001 -0.28001,-0.490001 -0.588,-0.546 l -0.546,-0.07 c -0.0653,-0.06533 -0.07,-0.163334 -0.014,-0.294 0.028,-0.03733 0.19132,-0.056 0.49,-0.056 0.12132,-1e-6 0.27999,0.0047 0.476,0.014 0.19599,0.0093 0.31732,0.014 0.364,0.014 0.22399,-10e-7 0.37799,-0.03733 0.462,-0.112 0.084,-0.07467 0.14932,-0.228667 0.196,-0.462 l 0.896,-4.438 c 0.009,-0.04666 -10e-6,-0.08399 -0.028,-0.112 -0.0187,-0.028 -0.0747,-0.04666 -0.168,-0.056 -0.0933,-0.01866 -0.17735,-0.028 -0.252,-0.028 -0.0653,5e-6 -0.19601,5e-6 -0.392,0 -0.69068,5e-6 -1.05934,0.0093 -1.106,0.028 -0.084,5e-6 -0.14468,0.042 -0.182,0.126 l -0.448,1.47 c -0.66268,1.950668 -1.54934,3.444 -2.66,4.48 -0.0933,0.084 -0.17734,0.098 -0.252,0.042 -0.0653,-0.04667 -0.0327,-0.158668 0.098,-0.336 0.13066,-0.177334 0.35933,-0.508667 0.686,-0.994 0.33599,-0.494666 0.63466,-1.035999 0.896,-1.624 0.38266,-0.877331 0.73266,-1.89933 1.05,-3.066 l -0.084,-0.14 -1.372,0.042 c -0.12134,0.03734 -0.19134,0.116671 -0.21,0.238 -0.11201,0.336004 -0.24267,0.88667 -0.392,1.652 -0.11201,0.541335 -0.20534,1.054668 -0.28,1.54 l -0.126,0.7 -0.224,1.162 c -0.056,0.205332 -0.22401,0.405999 -0.504,0.602 -0.28001,0.195998 -0.53201,0.293998 -0.756,0.294 -0.0747,-2e-6 -0.13067,-0.06067 -0.168,-0.182 -0.0373,-0.121335 -0.0607,-0.186668 -0.07,-0.196 -0.0187,-0.0093 -0.20534,-0.06533 -0.56,-0.168 -0.34534,-0.102668 -0.50867,-0.205334 -0.49,-0.308 0,-0.084 0.056,-0.154001 0.168,-0.21 l 1.134,0.07 c 0.26133,-10e-7 0.43866,-0.04667 0.532,-0.14 0.10266,-0.084 0.17733,-0.266 0.224,-0.546 l 0.644,-3.22 c 0.0747,-0.37333 0.13066,-0.653329 0.168,-0.84 0.0373,-0.186662 0.0513,-0.303329 0.042,-0.35 -1e-5,-0.05599 -0.0233,-0.08399 -0.07,-0.084 -0.12134,-0.02799 -0.42934,-0.042 -0.924,-0.042 -0.43867,5e-6 -0.71867,0.01401 -0.84,0.042 -0.12134,0.01867 -0.18667,0.07934 -0.196,0.182 -0.32667,1.16667 -0.672,2.170002 -1.036,3.01 -0.364,0.840001 -0.81667,1.582 -1.358,2.226 -0.24267,0.317332 -0.43867,0.531999 -0.588,0.644 -0.056,0.06533 -0.14,0.06533 -0.252,0 -0.0467,-0.04667 -0.028,-0.140001 0.056,-0.28 0.084,-0.130668 0.27533,-0.387334 0.574,-0.77 0.7,-0.896 1.35333,-2.552665 1.96,-4.97 l -0.07,-0.098 -1.386,0.056 c -0.056,-0.03733 -0.098,-0.102662 -0.126,-0.196 -0.028,-0.102662 -0.0373,-0.191328 -0.028,-0.266 0.0187,-0.06533 0.0513,-0.107328 0.098,-0.126 l 1.106,0.084 c 0.14933,5e-6 0.294,-0.014 0.434,-0.042 0.12133,-0.130661 0.28466,-0.709328 0.49,-1.736 0.24266,-1.185325 0.41533,-2.179324 0.518,-2.982 0.0373,-0.05599 0.0887,-0.08399 0.154,-0.084 0.0747,10e-6 0.13999,0.01868 0.196,0.056 0.056,0.02801 0.10266,0.06534 0.14,0.112 0.0467,0.03734 0.14933,0.07468 0.308,0.112 0.15866,0.03734 0.37333,0.05601 0.644,0.056 0.72799,10e-6 1.12933,-0.02799 1.204,-0.084 0.0653,-0.04666 0.13066,-0.102657 0.196,-0.168 0.0653,-0.06532 0.11199,-0.107323 0.14,-0.126 0.0373,-0.01866 0.0793,-0.02799 0.126,-0.028 0.13999,1e-5 0.32199,0.18201 0.546,0.546 l 0.07,0.21 c 0.009,0.07468 -0.0747,0.172676 -0.252,0.294 -0.16801,0.121342 -0.26601,0.214675 -0.294,0.28 -0.056,0.158675 -0.17268,0.672008 -0.35,1.54 -0.084,0.438673 -0.18201,0.961339 -0.294,1.568 l -0.042,0.224 c -0.028,0.112005 -0.0187,0.186672 0.028,0.224 0.056,0.03734 0.17733,0.05601 0.364,0.056 0.39199,5e-6 0.75599,-0.02333 1.092,-0.07 0.13999,-0.111995 0.29866,-0.615994 0.476,-1.512 0.084,-0.41066 0.17266,-0.928659 0.266,-1.554 0.10266,-0.625325 0.17732,-1.068657 0.224,-1.33 0.0373,-0.149324 0.0653,-0.25199 0.084,-0.308 0.028,-0.05599 0.07,-0.08399 0.126,-0.084 0.0933,10e-6 0.16799,0.01868 0.224,0.056 0.056,0.02801 0.10266,0.06534 0.14,0.112 0.0373,0.03734 0.13532,0.07468 0.294,0.112 0.16799,0.03734 0.39199,0.05601 0.672,0.056 0.29865,1e-5 0.51332,1e-5 0.644,0 0.13065,-0.0093 0.25199,-0.02799 0.364,-0.056 0.11199,-0.03732 0.17732,-0.06532 0.196,-0.084 0.028,-0.01866 0.098,-0.07932 0.21,-0.182 0.11199,-0.08399 0.20532,-0.12599 0.28,-0.126 0.0933,10e-6 0.22399,0.09801 0.392,0.294 0.16799,0.19601 0.24265,0.345343 0.224,0.448 -0.0187,0.08401 -0.11668,0.186676 -0.294,0.308 -0.17735,0.121342 -0.27068,0.210009 -0.28,0.266 l -0.574,2.842 -0.098,0.56 c -0.0187,0.084 -1e-5,0.135338 0.056,0.154 m -0.798,-0.084 c 0.0747,-0.177328 0.19599,-0.690661 0.364,-1.54 0.24265,-1.222659 0.36865,-1.950658 0.378,-2.184 0.0186,-0.09332 -0.009,-0.149324 -0.084,-0.168 l -1.722,0 c -0.0747,9e-6 -0.13534,0.07934 -0.182,0.238 -0.32668,1.670674 -0.59268,2.921339 -0.798,3.752 l 0.042,0.056 c 1.24132,5e-6 1.90865,-0.05133 2.002,-0.154 m -5.936,-3.92 c -0.0653,9e-6 -0.11667,0.01401 -0.154,0.042 -0.0373,0.02801 -0.0747,0.07468 -0.112,0.14 -0.0373,0.06534 -0.07,0.154009 -0.098,0.266 -0.028,0.112009 -0.0607,0.252008 -0.098,0.42 -0.028,0.168008 -0.0653,0.368675 -0.112,0.602 -0.33601,1.708006 -0.49467,2.576005 -0.476,2.604 l 1.372,0.056 c 0.21466,-0.0093 0.36399,-0.02799 0.448,-0.056 0.084,-0.028 0.14466,-0.09333 0.182,-0.196 0.21466,-0.979994 0.38266,-1.76866 0.504,-2.366 0.084,-0.429325 0.13999,-0.709325 0.168,-0.84 0.028,-0.139991 0.0373,-0.275325 0.028,-0.406 -1e-5,-0.139991 -0.028,-0.219324 -0.084,-0.238 l -1.568,-0.028"
       style="font-size:14px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:tb-rl;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:'cwTeX 明體';-inkscape-font-specification:'cwTeX 明體 Bold Italic'" />
  </g>
</g>
<text
   style="font-size:7.91511011px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="191.28496"
   y="22.645185"
   id="text1920">
  <tspan
     id="tspan1668"
     dx="0 -0.64516127"
     style="letter-spacing:2.46647263;fill:#ffffff;fill-opacity:1">::進階</tspan>
</text>













bulia byak, buliabyak@users.sf.net and josh andler, scislac@users.sf.net



<rect
   id="d0e15"
   width="264"
   height="1000px"
   x="35"
   y="36"
   style="display:none" />
<flowRoot
   style="font-size:7.19999981px;font-style:italic;font-weight:normal;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   id="flowRoot44">
  <flowRegion
     id="flowRegion46">
    <use
       xlink:href="#d0e15"
       y="0"
       x="0"
       id="use48"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv50">這篇教學的內容涵蓋複製/貼上、節點編輯、手繪和貝茲曲線、路徑運用、布林運算、偏移、簡化和文字工具。</flowDiv></flowRoot>
<rect
   id="d0e18"
   width="264"
   height="1000px"
   x="35"
   y="59.472655"
   style="display:none" />
<flowRoot
   style="font-size:7.19999981px;font-style:italic;font-weight:normal;line-height:150%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   id="flowRoot53">
  <flowRegion
     id="flowRegion55">
    <use
       xlink:href="#d0e18"
       y="0"
       x="0"
       id="use57"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv59">使用 Ctrl+方向鍵、滑鼠滾輪 或 按著滑鼠中鍵拖曳可向下捲動頁面。關於建立、選取、改變物件的基本方法,請閱讀 說明 &gt; 指導手冊 中的基本教學。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="101.34531"
   id="text69">
  <tspan
     x="10"
     y="101.34531"
     id="tspan71"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">剪貼技巧</tspan>
</text>
<rect
   id="d0e39"
   width="288"
   height="1000px"
   x="10"
   y="118.24531"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot74"
   transform="translate(0,-10)">
  <flowRegion
     id="flowRegion76">
    <use
       xlink:href="#d0e39"
       y="0"
       x="0"
       id="use78"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv80">你用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3271">Ctrl+C</flowSpan> 複製或用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3269">Ctrl+X</flowSpan> 剪下一些物件後,普通的「貼上」指令 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3265">Ctrl+V</flowSpan>) 會在滑鼠游標正下方貼上複製的物件,如果游標不在視窗內,會將複製物件貼在文件視窗的中心位置。不過,在剪貼簿中的物件被複製時仍會記住原始位置,且你可以用「貼在原處」 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3267">Ctrl+Alt+V</flowSpan>) 貼回到那裡。</flowDiv></flowRoot>
<rect
   id="d0e60"
   width="288"
   height="1000px"
   x="10"
   y="180.896668"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot95"
   transform="translate(0,-22)">
  <flowRegion
     id="flowRegion97">
    <use
       xlink:href="#d0e60"
       y="0"
       x="0"
       id="use99"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv101">另一個指令 - 貼上樣式 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3273">Shift+Ctrl+V</flowSpan>) 套用在剪貼簿上的 (第一個) 物件樣式到目前的選取。被套用的樣式包括全部的填色、邊框和字型設定,但不包含形狀、大小或指定形狀類型的參數,例如星形的尖角數目。</flowDiv></flowRoot>
<rect
   id="d0e69"
   width="288"
   height="1000px"
   x="10"
   y="232.340989"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot108"
   transform="translate(0,-34)">
  <flowRegion
     id="flowRegion110">
    <use
       xlink:href="#d0e69"
       y="0"
       x="0"
       id="use112"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv3275">又另一個貼上指令 - 「貼上尺寸」,縮放選取的物件使其與剪貼簿物件的尺寸屬性相同。下列為一些貼上尺寸的指令:貼上尺寸、貼上寬度、貼上高度、分別貼上尺寸、分別貼上寬度和分別貼上高度。</flowDiv></flowRoot>
<rect
   id="d0e75"
   width="288"
   height="1000px"
   x="10"
   y="283.78531"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot119"
   transform="translate(0,-44)">
  <flowRegion
     id="flowRegion121">
    <use
       xlink:href="#d0e75"
       y="0"
       x="0"
       id="use123"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv125">貼上尺寸會縮放整個選取區使其與剪貼簿物件整體大小相同。「貼上寬度/貼上高度」會水平/垂直縮放整個選取區因而它會與剪貼簿物件的寬度/高度相同。這些指令遵循於選取工具控制列上 (W 和 H 之間的地方) 的縮放比例鎖定,所以當鎖定被按下時,會以等比例縮放選取物件的其他尺寸;否則其他尺寸沒有變化。此指令包含「個別」處理類似於上述的指令,除了它們個別使每個選取物件縮放為與剪貼簿物件的大小/寬度/高度相同。</flowDiv></flowRoot>
<rect
   id="d0e87"
   width="288"
   height="1000px"
   x="10"
   y="391.227201"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot134"
   transform="translate(0,-78)">
  <flowRegion
     id="flowRegion136">
    <use
       xlink:href="#d0e87"
       y="0"
       x="0"
       id="use138"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv140">注意 Inkscape 有自己專屬的內部剪貼簿;除了用文字工具複製/貼上文字外並不使用系統的剪貼簿。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="355.6445"
   id="text142">
  <tspan
     x="10"
     y="355.6445"
     id="tspan144"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">手繪和規則路徑</tspan>
</text>
<rect
   id="d0e96"
   width="288"
   height="1000px"
   x="10"
   y="438.544513"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot147"
   transform="translate(0,-76)">
  <flowRegion
     id="flowRegion149">
    <use
       xlink:href="#d0e96"
       y="0"
       x="0"
       id="use151"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv153">製作一個任意形狀最簡單的方法是使用鉛筆 (手繪) 工具 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3279">F6</flowSpan>) 繪製:</flowDiv></flowRoot>
<path
   id="advanced-f01-en.svgpath1346"
   d="M 56.607452,401.10288 C 56.703755,401.22326 50.561653,390.40864 58.90315,392.49401 C 71.917313,395.74755 95.57898,404.24913 98.50393,389.62439 C 99.16876,386.30023 96.60841,396.13409 95.63431,399.38111 C 84.612347,436.12099 85.258006,489.48724 34.798324,489.48724 C 30.854406,489.48724 36.421615,481.17976 39.389719,478.58267"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath1350"
   d="M 90.978976,445.15469 C 93.629466,445.48601 88.850256,434.51111 90.978976,445.15469 C 91.764616,449.0829 73.166615,486.51865 82.370109,468.11167 C 97.382756,438.08638 108.74755,430.94508 102.45747,468.68559 C 101.19589,476.25503 108.33335,474.3858 112.21418,473.27699"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath1354"
   d="M 156.4703,437.26012 C 157.32585,438.54345 153.40937,436.8775 151.8789,436.68619 C 145.10598,435.83958 136.43327,449.138 147.28751,452.75607 C 165.75721,458.91264 140.3401,465.85362 134.08724,467.10419"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath1358"
   d="M 194.92323,432.66872 C 195.60254,432.24416 189.6079,434.1166 185.74044,441.85151 C 173.83864,465.65513 205.8278,450.64106 205.8278,436.68619 C 205.8278,425.1375 174.11209,441.10286 184.5926,445.29506"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath1360"
   d="M 205.25388,434.96442 C 205.25388,433.93359 201.96696,446.18225 206.97564,456.19962"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath1372"
   d="M 219.60198,425.78163 C 224.41007,449.82209 212.58725,474.3742 205.25388,496.37434 C 201.16949,508.6275 205.19569,481.57665 205.8278,473.99128 C 209.03896,435.45737 258.25968,402.89676 233.37617,446.44291 C 230.86259,450.84168 225.30071,452.18215 220.74984,452.18215"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   sodipodi:nodetypes="cccccc"
   id="advanced-f01-en.svgpath2338"
   d="M 135.35714,398.13617 C 135.81036,398.816 118.9115,456.50375 117.14285,463.13618 C 110.91438,486.49296 103.88662,478.61626 120,450.99332 C 127.99422,437.28894 140.37724,424.50444 132.49999,448.13618 C 128.85912,459.0588 120.17621,446.16482 123.92857,457.42189 C 126.0604,463.81739 127.51004,468.08372 134.64285,467.06475"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath2356"
   d="M 178.92857,435.63617 C 178.00407,437.02292 175.47603,435.01719 173.92857,435.63617 C 158.45903,441.82399 148.74181,464.45924 173.21429,459.56474 C 175.7745,459.0527 177.97619,457.42189 180.35714,456.35046"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<path
   id="advanced-f01-en.svgpath2382"
   d="M 240.71429,439.2076 C 240.69083,439.24982 248.92616,436.60659 255.35714,433.85046 C 268.37255,428.27242 268.23191,413.84039 253.21429,422.42189 C 242.80392,428.37067 234.51137,446.35046 252.14286,446.35046 C 261.51176,446.35046 273.79693,442.45953 281.07143,435.99332"
   style="opacity:1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
<rect
   id="d0e112"
   width="288"
   height="1000px"
   x="10"
   y="599.161159"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot167"
   transform="translate(0,-86)">
  <flowRegion
     id="flowRegion169">
    <use
       xlink:href="#d0e112"
       y="0"
       x="0"
       id="use171"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv173">如果你想要更多規則的形狀,使用筆 (貝茲曲線) 工具 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3281">Shift+F6</flowSpan>):</flowDiv></flowRoot>
<path
   id="advanced-f02-en.svgpath1317"
   d="M 38.568755,545.21178 L 62.025265,545.21178 C 62.025265,545.21178 49.335678,526.40971 49.335678,547.26298 C 49.335678,568.11628 49.72021,602.64375 49.72021,602.64375 L 66.63966,602.64375 C 66.63966,602.64375 19.149842,617.17252 35.492492,602.64375"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f02-en.svgpath1318"
   d="M 81.856901,574.12535 L 70.740395,574.12535 C 70.740395,574.12535 85.827083,601.27635 70.740395,601.27635"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f02-en.svgpath1320"
   d="M 78.535886,580.46055 C 86.366049,565.00248 91.536318,571.90555 91.536318,571.90555 L 91.536318,600.82375 L 85.682212,600.82375"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   sodipodi:nodetypes="cccccccc"
   id="advanced-f02-en.svgpath1321"
   d="M 93.172435,566.74888 L 102.47294,552.42758 L 102.47294,601.27635 C 102.47294,601.27635 101.63215,577.00445 112.39906,571.87665 C 123.16598,566.74888 124.19325,584.49265 113.0418,584.49265 C 101.89035,584.49265 105.47748,584.52525 105.47748,584.52525 L 124.12732,601.10535 L 110.86093,601.10535"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f02-en.svgpath1322"
   d="M 148.02031,582.13225 C 148.02031,582.13225 154.17788,567.00688 148.02031,570.16735 C 141.86273,573.32795 126.871,587.43105 128.6014,587.43105 C 130.33179,587.43105 148.45543,585.57675 147.25124,587.43105 C 146.04705,589.28525 141.48325,602.64375 135.71525,601.61815 C 129.94726,600.59265 126.48647,590.67865 126.48647,590.67865"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f02-en.svgpath1323"
   d="M 174.30887,583.49965 C 166.50691,571.48615 155.85128,570.85115 155.85128,570.85115 L 155.85128,591.36235 L 168.15634,602.30185 C 168.15634,602.30185 177.76966,605.37862 177.76966,594.09725"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   sodipodi:nodetypes="cccscc"
   id="advanced-f02-en.svgpath1324"
   d="M 171.47682,570.32155 L 196.88757,570.32155 C 196.88757,570.32155 181.51563,570.60045 180.88821,583.70845 C 180.26079,596.81655 188.28622,600.90375 193.90729,595.28265 C 199.8593,589.33065 201.33641,570.63405 201.33641,570.63405 L 201.33641,601.83685"
   style="font-size:12px;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   sodipodi:nodetypes="cccsc"
   id="advanced-f02-en.svgpath1325"
   d="M 207.86753,610.20362 L 207.86753,570.04265 L 221.46796,570.04265 C 235.62621,570.04265 226.69195,581.88305 220.63528,588.72865 C 214.6103,595.53835 211.83517,594.36965 211.83517,586.49745"
   style="font-size:12px;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f02-en.svgpath1328"
   d="M 229.32737,581.75625 L 266.97292,581.75625 C 266.97292,581.75625 266.65921,570.60045 249.405,570.32155 C 232.15078,570.04265 233.71935,588.17085 233.71935,593.74875 C 233.71935,599.32665 238.73875,609.64592 251.60098,609.64592 C 264.46322,609.64592 266.97292,595.97995 266.97292,589.56535"
   style="font-size:12px;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<rect
   id="d0e128"
   width="288"
   height="1000px"
   x="10"
   y="710.8286382"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot187"
   transform="translate(0,-88)">
  <flowRegion
     id="flowRegion189">
    <use
       xlink:href="#d0e128"
       y="0"
       x="0"
       id="use191"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv193">用筆工具每次點擊會建立一個無任何曲線控制柄的尖銳節點,所以一連串點擊會產生一條直線線段的串連。點擊並拖曳會建立一個帶有兩個對立於同一直線上的控制點的平滑貝茲曲線節點。當拖住一個控制點時按 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3291">Shift</flowSpan> 可只旋轉單個控制點並固定另一個。<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3289">Ctrl</flowSpan> 像往常一樣可限制目前線段或貝茲曲線控制點方位的增加量為 15 度。按 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3285">Enter</flowSpan> 以完成並結束此直線,按 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3287">Esc</flowSpan> 可取消它。按 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3283">Backspace</flowSpan> 可只取消未完成直線的最後線段。</flowDiv></flowRoot>
<rect
   id="d0e152"
   width="288"
   height="1000px"
   x="10"
   y="795.5059482"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot210"
   transform="translate(0,-98)">
  <flowRegion
     id="flowRegion212">
    <use
       xlink:href="#d0e152"
       y="0"
       x="0"
       id="use214"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv216">不論用手繪或貝茲曲線工具,目前選取的路徑於兩側端點會顯示方形的小錨點。這些錨點讓你可繼續這個路徑 (從其中一個錨點開始繪製) 或關閉它 (從其中一個錨點繪製到另一個),而不是建立一個新的路徑。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="752.26727"
   id="text224">
  <tspan
     x="10"
     y="752.26727"
     id="tspan226"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">編輯路徑</tspan>
</text>
<rect
   id="d0e170"
   width="288"
   height="1000px"
   x="10"
   y="865.1672592"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot229"
   transform="translate(0,-106)">
  <flowRegion
     id="flowRegion231">
    <use
       xlink:href="#d0e170"
       y="0"
       x="0"
       id="use233"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv235">用形狀工具建立不同的形狀,筆和鉛筆工具建立的東西稱為路徑。路徑是直線線段和(或)貝茲曲線的串連,像任何其他 Inkscape 物件一樣會有任意填色和邊框屬性。但是不同的形狀、路徑可以藉由任意拖動它的節點 (不僅預定義的控制點) 或直接拖動路徑的線段來編輯。選取這個路徑並切換為節點工具 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3293">F2</flowSpan>):</flowDiv></flowRoot>
<path
   sodipodi:nodetypes="cscsscsss"
   id="advanced-f03-en.svgpath1235"
   d="M 59.142651,855.45312 C 72.273554,847.95085 89.120898,835.39765 103.42061,840.21115 C 114.56551,843.96285 130.51953,870.49872 104.4566,878.62062 C 114.41358,885.07389 128.4916,879.91402 139.72149,874.80812 C 162.99183,864.42862 172.967,847.36955 206.01682,845.92365 C 218.59979,845.21445 238.59619,851.09182 236.2767,863.28402 C 234.5577,872.31992 216.29019,870.26292 207.42531,866.63412 C 182.20942,855.68932 194.76639,836.22405 174.15367,832.02995 C 164.62978,829.88795 152.89747,833.38905 146.79298,845.52635"
   style="font-size:12px;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.25286999pt" />
<rect
   id="d0e189"
   width="288"
   height="1000px"
   x="10"
   y="1010.4180052"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot243"
   transform="translate(0,-114)">
  <flowRegion
     id="flowRegion245">
    <use
       xlink:href="#d0e189"
       y="0"
       x="0"
       id="use247"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv249">你會看到路徑上有許多灰色方形節點。這些節點可以藉由點擊來選取,<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3299">Shift+</flowSpan>點擊 或用拖曳一個選取框 — 就像是用選取工具選擇物件一樣。你也可以點擊路徑線段自動選取相鄰的節點。選取的節點會變明亮並且顯示它們的節點控制柄 — 一個或兩個小圓形由直線連接各個選取的節點。<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3297">! </flowSpan>按鍵可反轉目前子路徑上的節點選取(即最後一個選取的節點上的子路徑);<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3295">Alt+!</flowSpan> 可反轉整個路徑。</flowDiv></flowRoot>
<rect
   id="d0e216"
   width="288"
   height="1000px"
   x="10"
   y="1095.0789092"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot268"
   transform="translate(0,-126)">
  <flowRegion
     id="flowRegion270">
    <use
       xlink:href="#d0e216"
       y="0"
       x="0"
       id="use272"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv274">路徑可藉由拖曳它們的節點、節點控制柄或直接拖動路徑線段進行編輯。(試著拖動上面路徑的一些節點、控制柄和路徑線段。) <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3313">Ctrl</flowSpan> 的作用與往常一樣可限制移動量和旋轉量。方向鍵、<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3301">Tab</flowSpan>、<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3303">[ </flowSpan>、<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3305">] </flowSpan>、<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3307">&lt; </flowSpan>、<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3309">&gt;</flowSpan> 按鍵的全部作用都與在選取器時一樣,但套用到節點而不是物件。你可以藉由點擊兩次或 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3311">Ctrl+Alt+</flowSpan>點擊 想要的位置於路徑上任何地方增加節點。</flowDiv></flowRoot>
<rect
   id="d0e246"
   width="288"
   height="1000px"
   x="10"
   y="1168.5842222"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot295"
   transform="translate(0,-134)">
  <flowRegion
     id="flowRegion297">
    <use
       xlink:href="#d0e246"
       y="0"
       x="0"
       id="use299"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv301">你可以用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3317">Del</flowSpan> 或 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3315">Ctrl+Alt+</flowSpan>點擊 刪除節點。當刪除節點時會試著維持路徑的形狀,如果你渴望撤銷相鄰節點的控制柄,那麼可以用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3319">Ctrl+Del</flowSpan> 刪除。另外,你可以再製 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3321">Shift+D</flowSpan>) 選取的節點。於選取數個節點上的路徑可以被拆開 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3323">Shift+B</flowSpan>),或者如果你選取路徑上兩個端點節點,你可以合併它們 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3325">Shift+J</flowSpan>)。</flowDiv></flowRoot>
<rect
   id="d0e267"
   width="288"
   height="1000px"
   x="10"
   y="1242.0731292"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot316"
   transform="translate(0,-144)">
  <flowRegion
     id="flowRegion318">
    <use
       xlink:href="#d0e267"
       y="0"
       x="0"
       id="use320"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv322">節點可以變為尖角 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3327">Shift+C</flowSpan>),這表示它的兩個控制柄彼此之間可於任何角度各自移動;平滑 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3329">Shift+S</flowSpan>) 表示它的控制點總保持在同一直線上 (共線);而對稱 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3331">Shift+Y</flowSpan>) 同於平滑,但控制柄還具有相同的長度。當你切換節點的類型時,你可以將滑鼠停留在其中一個控制點上面使其維持原來的位置,所以只有另一個控制點會配合旋轉/縮放。</flowDiv></flowRoot>
<rect
   id="d0e288"
   width="288"
   height="1000px"
   x="10"
   y="1315.5784422000002"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot337"
   transform="translate(0,-156)">
  <flowRegion
     id="flowRegion339">
    <use
       xlink:href="#d0e288"
       y="0"
       x="0"
       id="use341"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv343">同樣地你用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3333">Ctrl+</flowSpan>點擊 節點的控制點可以撤銷它。如果相鄰的兩個節點已撤銷他們的控制點,節點之間的路徑線段會變成直線。從節點 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3335">Shift+</flowSpan>拖曳離開 可恢復已撤銷的節點。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="1215.1677"
   id="text351">
  <tspan
     x="10"
     y="1215.1677"
     id="tspan353"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">子路徑和合併</tspan>
</text>
<rect
   id="d0e306"
   width="288"
   height="1000px"
   x="10"
   y="1374.0677542"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot356"
   transform="translate(0,-152)">
  <flowRegion
     id="flowRegion358">
    <use
       xlink:href="#d0e306"
       y="0"
       x="0"
       id="use360"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv362">一個路徑物件可能包含多個子路徑。子路徑是節點連接另一個節點的串連。(因此,如果路徑有多個子路徑,並不是所有的節點都連接在一起。) 下面左邊的三個路徑屬於單一複合路徑;於右邊相同的三個路徑是獨立的路徑物件:</flowDiv></flowRoot>
<path
   id="advanced-f04-en.svgpath1735"
   d="M 110.08907,1277.6782 C 103.57907,1270.1415 91.918432,1270.6733 83.704915,1275.0258 C 78.004275,1278.0467 72.16692,1281.539 68.367019,1286.7492 C 63.168191,1293.8775 67.754296,1305.1557 76.630063,1308.0551 C 83.283486,1309.874 90.873938,1304.5915 85.537693,1295.3825 M 90.462637,1284.7111 C 96.879638,1278.0898 108.09101,1283.3643 110.75274,1291.1374 C 113.01536,1297.7449 113.51871,1305.6349 119.89486,1310.0603 C 126.30646,1314.5104 137.00687,1315.3717 141.14129,1307.805 C 144.67178,1301.3437 137.98533,1293.0652 130.87654,1295.3461 M 73.948258,1322.3227 C 80.988776,1327.2193 88.719709,1320.5926 93.658206,1315.5596 C 98.897073,1310.2204 106.9361,1314.4023 110.57906,1319.929 C 113.90002,1324.9673 122.27908,1328.2498 126.49196,1322.2527"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   sodipodi:nodetypes="cssss"
   id="advanced-f04-en.svgpath1729"
   d="M 236.57759,1278.0326 C 230.0676,1270.4959 218.40696,1271.0277 210.19344,1275.3802 C 204.4928,1278.4011 198.65545,1281.8934 194.85554,1287.1036 C 189.65671,1294.2319 194.24281,1305.5101 203.11859,1308.4095 C 209.77201,1310.2284 217.36246,1304.9459 212.02622,1295.7369"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   sodipodi:nodetypes="cssss"
   id="advanced-f04-en.svgpath1730"
   d="M 216.95116,1285.0655 C 223.36816,1278.4442 234.57953,1283.7187 237.24127,1291.4918 C 239.50388,1298.0993 240.00723,1305.9893 246.38338,1310.4147 C 252.79497,1314.8648 263.49538,1315.7261 267.6298,1308.1594 C 271.16029,1301.6981 264.47383,1293.4196 257.36505,1295.7005"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   sodipodi:nodetypes="csss"
   id="advanced-f04-en.svgpath1731"
   d="M 200.43679,1322.6771 C 207.4773,1327.5737 215.20824,1320.947 220.14673,1315.914 C 225.3856,1310.5748 233.42462,1314.7567 237.06759,1320.2834 C 240.38854,1325.3217 248.7676,1328.6042 252.98047,1322.6071"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<rect
   id="d0e322"
   width="288"
   height="1000px"
   x="10"
   y="1500.4622932"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot371"
   transform="translate(0,-162)">
  <flowRegion
     id="flowRegion373">
    <use
       xlink:href="#d0e322"
       y="0"
       x="0"
       id="use375"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv377">注意那個複合路徑不同於群組。它是單一個物件,只是整個都可選取。如果你選取上面左邊的物件並切換為節點工具,你會看到節點顯示在全部三個子路徑上。在右邊的,你只能一次編輯一個路徑上的節點。</flowDiv></flowRoot>
<rect
   id="d0e325"
   width="288"
   height="1000px"
   x="10"
   y="1551.6112992"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot380"
   transform="translate(0,-172)">
  <flowRegion
     id="flowRegion382">
    <use
       xlink:href="#d0e325"
       y="0"
       x="0"
       id="use384"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv386">Inkscape 可以合併數個路徑為一個複合路徑 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3337">Ctrl+K</flowSpan>) 和打散一個複合路徑變為分開的數個路徑 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3339">Shift+Ctrl+K</flowSpan>)。在上面的範例嘗試這些指令。由於一個物件只能有一種填色和邊框,一個新的複合路徑會使用合併前第一個(排列在最下層)物件的樣式。</flowDiv></flowRoot>
<rect
   id="d0e340"
   width="288"
   height="1000px"
   x="10"
   y="1603.0556202"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot397"
   transform="translate(0,-172)">
  <flowRegion
     id="flowRegion399">
    <use
       xlink:href="#d0e340"
       y="0"
       x="0"
       id="use401"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv403">當你合併有填色的重疊路徑時,通常在路徑重疊地方的填色會消失:</flowDiv></flowRoot>
<path
   id="advanced-f05-en.svgpath1796"
   d="M 165.75146,1517.8431 L 139.62968,1506.5224 L 135.76751,1526.4879 L 128.33181,1499.0067 L 110.3141,1508.4354 L 127.16369,1485.4877 L 108.55814,1477.2796 L 137.00494,1476.1455 L 131.82191,1456.4815 L 150.44488,1478.0149 L 162.58732,1461.7024 L 157.36303,1489.6883 L 177.68737,1489.0109 L 152.54981,1502.3753 L 165.75146,1517.8431 z M 195.56335,1508.4144 C 190.79713,1520.9097 173.77883,1526.0349 157.57609,1519.8545 C 141.37335,1513.6741 132.09155,1498.517 136.85777,1486.0217 C 141.62405,1473.5262 158.6423,1468.4012 174.84504,1474.5816 C 191.04778,1480.762 200.32963,1495.9189 195.56335,1508.4144 z"
   style="fill:#07ba88;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<rect
   id="d0e353"
   width="288"
   height="1000px"
   x="10"
   y="1723.1129262"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot407"
   transform="translate(0,-184)">
  <flowRegion
     id="flowRegion409">
    <use
       xlink:href="#d0e353"
       y="0"
       x="0"
       id="use411"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv413">這個是製作帶有孔洞的物件最簡單的方法。看下面的「布林運算」段落可了解更多強大的路徑指令。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="1581.5179"
   id="text415">
  <tspan
     x="10"
     y="1581.5179"
     id="tspan417"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">轉換成路徑</tspan>
</text>
<rect
   id="d0e362"
   width="288"
   height="1000px"
   x="10"
   y="1770.4179331999999"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot420"
   transform="translate(0,-182)">
  <flowRegion
     id="flowRegion422">
    <use
       xlink:href="#d0e362"
       y="0"
       x="0"
       id="use424"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv426">任何形狀或文字物件都可轉換成路徑 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3341">Shift+Ctrl+C</flowSpan>)。這個操作不會改變物件的外觀,但是會移除所有原本類型的特性 (例如你不再能圓角化矩形的邊角或編輯文字);反而你現在可以編輯它的節點。下面有兩個星形 — 左邊的仍是形狀而右邊的是已經轉換成路徑。切換到節點工具並比較選取時它們的編輯特性:</flowDiv></flowRoot>
<polygon
   transform="translate(59.93435,-2156.8657)"
   d="M 48.608655,3873.8302 L 38.020121,3854.1783 L 21.697849,3874.9159 L 30.460473,3854.3847 L 4.070436,3854.5531 L 25.585784,3848.603 L 9.0002176,3828.0754 L 27.066793,3841.1869 L 32.774968,3815.4211 L 33.788271,3837.721 L 57.491814,3826.1191 L 40.688807,3840.8151 L 64.538468,3852.1136 L 42.572158,3848.1393 L 48.608655,3873.8302 z"
   inkscape:randomized="0"
   inkscape:rounded="0"
   inkscape:flatsided="false"
   points="48.6087,3873.83 38.0201,3854.18 21.6978,3874.92 30.4605,3854.38 4.07044,3854.55 25.5858,3848.6 9.00022,3828.08 27.0668,3841.19 32.775,3815.42 33.7883,3837.72 57.4918,3826.12 40.6888,3840.82 64.5385,3852.11 42.5722,3848.14 48.6087,3873.83 "
   sodipodi:arg2="1.0947087"
   sodipodi:arg1="1.0816765"
   sodipodi:r2="8.7148495"
   sodipodi:r1="31.036766"
   sodipodi:cy="3846.4326"
   sodipodi:cx="34.026058"
   sodipodi:sides="7"
   id="advanced-f06-en.svgpolygon1410"
   style="font-size:12px;fill:#ffff00;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
   sodipodi:type="star" />
<path
   id="advanced-f06-en.svgpath1412"
   d="M 214.84225,1716.9613 L 204.25372,1697.3094 L 187.93145,1718.047 L 196.69407,1697.5158 L 170.30404,1697.6842 L 191.81938,1691.7341 L 175.23382,1671.2065 L 193.30039,1684.318 L 199.00857,1658.5522 L 200.02187,1680.8521 L 223.72541,1669.2502 L 206.92241,1683.9462 L 230.77207,1695.2447 L 208.80576,1691.2704 L 214.84225,1716.9613 z"
   style="font-size:12px;fill:#ffff00;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<rect
   id="d0e381"
   width="288"
   height="1000px"
   x="10"
   y="1924.6753242"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot435"
   transform="translate(0,-190)">
  <flowRegion
     id="flowRegion437">
    <use
       xlink:href="#d0e381"
       y="0"
       x="0"
       id="use439"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv441">此外,你可以將任何物件的邊框轉換為路徑 (“輪廓”)。下面的第一個物件是原本的路徑 (無填色,黑色邊框),第二個是使用邊框轉成路徑指令的結果 (黑色填色,無邊框):</flowDiv></flowRoot>
<path
   sodipodi:nodetypes="csssssss"
   id="advanced-f07-en.svgpath1430"
   d="M 44.909851,1815.3606 C 55.568102,1803.1877 66.085611,1790.9655 81.587291,1787.0792 C 90.879684,1784.7496 93.374381,1789.4739 86.448156,1797.2428 C 81.283723,1803.0355 76.036697,1807.3952 73.633147,1814.0349 C 70.660504,1822.2468 76.518895,1823.5213 85.122466,1821.989 C 93.590628,1820.4809 99.206146,1813.4838 105.00782,1806.5226 C 109.22222,1801.466 113.78192,1801.26 115.61335,1805.6388 C 122.71814,1821.5693 135.74344,1806.6159 137.70819,1805.1969"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f07-en.svgpath1432"
   d="M 196.9262,1780.72 C 195.68893,1780.8238 194.40977,1781.0356 193.0512,1781.3762 C 184.45387,1783.5316 177.29622,1788.0166 171.0512,1793.3762 C 164.80618,1798.7358 159.40313,1804.9869 154.08245,1811.0637 L 160.83245,1817.0012 C 166.17003,1810.9051 171.34122,1804.955 176.89495,1800.1887 C 182.44867,1795.4224 188.33433,1791.8571 195.2387,1790.1262 C 196.50278,1789.8093 197.03455,1789.894 197.7387,1789.8762 C 197.31327,1790.6877 196.82545,1791.5833 195.64495,1792.9074 C 193.19331,1795.6573 190.55704,1798.2024 188.1137,1801.0637 C 185.67036,1803.925 183.40865,1807.1798 181.95745,1811.1887 C 181.04058,1813.7215 180.59272,1816.1114 181.1137,1818.5637 C 181.37419,1819.7899 181.89756,1821.0011 182.6762,1822.0012 C 183.45484,1823.0013 184.44224,1823.7736 185.45745,1824.3137 C 187.48786,1825.3938 189.59712,1825.6795 191.7387,1825.72 C 193.88028,1825.7604 196.11374,1825.5124 198.45745,1825.095 C 203.7052,1824.1604 208.00702,1821.4945 211.58245,1818.345 C 215.15787,1815.1954 218.1367,1811.5232 221.01995,1808.0637 C 221.82766,1807.0946 222.58457,1806.4799 223.14495,1806.1262 C 223.59052,1805.8449 223.76867,1805.8407 223.89495,1805.8137 C 223.93936,1805.8713 223.91658,1805.8166 224.01995,1806.0637 L 224.01995,1806.095 L 224.0512,1806.1574 C 225.0968,1808.5019 226.30832,1810.437 227.76995,1812.0012 C 229.23158,1813.5654 230.97025,1814.7436 232.8012,1815.4074 C 234.63215,1816.0713 236.51948,1816.2176 238.2387,1816.0324 C 239.95791,1815.8473 241.50709,1815.342 242.9262,1814.72 C 245.76441,1813.4758 248.08274,1811.7175 249.8637,1810.22 C 250.75418,1809.4712 251.51624,1808.7723 252.08245,1808.2512 C 252.36555,1807.9907 252.60758,1807.7716 252.76995,1807.6262 C 252.93231,1807.4808 253.05413,1807.4175 252.89495,1807.5324 L 247.6137,1800.22 C 247.20892,1800.5123 247.0177,1800.7169 246.76995,1800.9387 C 246.52219,1801.1605 246.26366,1801.3732 245.9887,1801.6262 C 245.43876,1802.1323 244.80039,1802.7412 244.08245,1803.345 C 242.64655,1804.5524 240.88425,1805.7897 239.33245,1806.47 C 238.55654,1806.8101 237.84004,1807.0023 237.26995,1807.0637 C 236.69986,1807.1251 236.28368,1807.091 235.8637,1806.9387 C 235.44372,1806.7864 234.98196,1806.5066 234.3637,1805.845 C 233.74543,1805.1833 233.00054,1804.1081 232.26995,1802.47 C 231.55076,1800.7504 230.45127,1799.2828 228.8637,1798.1887 C 227.27613,1797.0946 225.28331,1796.5865 223.4262,1796.72 C 221.56909,1796.8534 219.86955,1797.531 218.33245,1798.5012 C 216.79535,1799.4714 215.38194,1800.7545 214.08245,1802.3137 C 211.16402,1805.8154 208.44475,1809.1286 205.64495,1811.595 C 202.84514,1814.0613 200.08411,1815.6464 196.8637,1816.22 C 194.90562,1816.5687 193.17868,1816.7442 191.89495,1816.72 C 190.75721,1816.6985 190.20986,1816.5048 189.95745,1816.4074 C 189.94607,1816.2043 189.89141,1815.6422 190.39495,1814.2512 C 191.34729,1811.6204 192.88527,1809.3341 194.95745,1806.9074 C 197.02962,1804.4808 199.65091,1801.9502 202.3637,1798.9074 C 204.33531,1796.696 205.76464,1794.5942 206.64495,1792.3762 C 207.0851,1791.2672 207.39965,1790.1161 207.45745,1788.8762 C 207.51525,1787.6363 207.28645,1786.2989 206.6762,1785.0637 C 206.06594,1783.8285 205.05753,1782.7843 203.95745,1782.095 C 202.85737,1781.4056 201.69395,1781.0077 200.51995,1780.8137 C 199.34595,1780.6197 198.16346,1780.6161 196.9262,1780.72 z"
   style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="1848.6509"
   id="text447">
  <tspan
     x="10"
     y="1848.6509"
     id="tspan449"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">布林運算</tspan>
</text>
<rect
   id="d0e406"
   width="288"
   height="1000px"
   x="10"
   y="2049.5509131999997"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot452"
   transform="translate(0,-196)">
  <flowRegion
     id="flowRegion454">
    <use
       xlink:href="#d0e406"
       y="0"
       x="0"
       id="use456"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv458">在路徑選單中的這個指令讓你用布林運算合併兩個或多個物件:</flowDiv></flowRoot>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext1463"
   y="1886.5928"
   x="142.69385"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1464"
     role="line"
     y="1886.5928"
     x="142.69385">原始形狀</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext1468"
   y="1955.459"
   x="82.512367"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1469"
     role="line"
     y="1955.459"
     x="82.512367">相加 (Ctrl++)</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext1471"
   y="1955.459"
   x="145.35332"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1472"
     role="line"
     y="1955.459"
     x="145.35332">相減 (Ctrl+-)</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext1476"
   y="1955.459"
   x="212.23427"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1477"
     role="line"
     y="1955.459"
     x="212.23427">交集</tspan><tspan
     y="1961.5928"
     x="212.23427"
     id="advanced-f08-en.svgtspan1482"
     role="line">(Ctrl+*)</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext1479"
   y="2030.3367"
   x="83.13726"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1480"
     role="line"
     y="2030.3367"
     x="83.13726">排除</tspan><tspan
     y="2036.4705"
     x="83.13726"
     id="advanced-f08-en.svgtspan1484"
     role="line">(Ctrl+^)</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext2252"
   y="2030.3367"
   x="146.91679"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1820"
     role="line"
     y="2030.3367"
     x="146.91679">除法</tspan><tspan
     y="2036.4705"
     x="146.91679"
     id="advanced-f08-en.svgtspan1822"
     role="line">(Ctrl+/)</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f08-en.svgtext1828"
   y="2030.3367"
   x="209.6328"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f08-en.svgtspan1829"
     role="line"
     y="2030.3367"
     x="209.6328">剪切</tspan><tspan
     y="2036.4705"
     x="209.6328"
     id="advanced-f08-en.svgtspan1831"
     role="line">(Ctrl+Alt+/)</tspan><tspan
     y="-2"
     x="209.6328"
     id="advanced-f08-en.svgtspan1833"
     sodipodi:role="line" /></text>
<rect
   y="1895.2185"
   x="146.71416"
   height="27.397606"
   width="37.561234"
   id="advanced-f08-en.svgrect1449"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   transform="translate(135.2248,-2131.7411)"
   d="M 54.795212,4055.4646 A 15.245441,15.687339 0 1 1 24.304329,4055.4646 A 15.245441,15.687339 0 1 1 54.795212,4055.4646 z"
   sodipodi:ry="15.687339"
   sodipodi:rx="15.245441"
   sodipodi:cy="4055.4646"
   sodipodi:cx="39.54977"
   id="advanced-f08-en.svgpath1450"
   style="font-size:12px;fill:#ff0000;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
   sodipodi:type="arc" />
<path
   id="advanced-f08-en.svgpath1459"
   d="M 82.939902,1971.1839 L 82.939902,1998.5589 L 95.877403,1998.5589 C 95.850687,1998.9382 95.752403,1999.2976 95.752403,1999.6839 C 95.752403,2008.3433 102.58692,2015.3714 111.00241,2015.3714 C 119.4179,2015.3714 126.25243,2008.3433 126.25243,1999.6839 C 126.25243,1994.745 123.97302,1990.3726 120.50242,1987.4964 L 120.50242,1971.1839 L 82.939902,1971.1839 z"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1460"
   d="M 146.71405,1971.1839 L 146.71405,1998.5589 L 159.65155,1998.5589 C 160.22373,1990.435 166.73646,1983.9964 174.77655,1983.9964 C 178.38748,1983.9965 181.66375,1985.3349 184.27655,1987.4964 L 184.27655,1971.1839 L 146.71405,1971.1839 z"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1461"
   d="M 238.55067,1983.9964 C 230.51058,1983.9964 223.99785,1990.435 223.42567,1998.5589 L 248.05067,1998.5589 L 248.05067,1987.4964 C 245.43787,1985.3349 242.1616,1983.9965 238.55067,1983.9964 z"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1462"
   d="M 82.923684,2046.0605 L 82.923684,2073.4355 L 95.861184,2073.4355 C 96.433364,2065.3116 102.9461,2058.873 110.98619,2058.873 C 114.59712,2058.8731 117.87339,2060.2115 120.48619,2062.373 L 120.48619,2046.0605 L 82.923684,2046.0605 z M 120.48619,2062.373 L 120.48619,2073.4355 L 95.861184,2073.4355 C 95.834474,2073.8148 95.736184,2074.1742 95.736184,2074.5605 C 95.736184,2083.2199 102.57071,2090.248 110.98619,2090.248 C 119.40167,2090.248 126.2362,2083.2199 126.2362,2074.5605 C 126.2362,2069.6167 123.96267,2065.249 120.48619,2062.373 z"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1817"
   d="M 146.72861,2046.0934 L 146.72861,2073.4684 L 159.66611,2073.4684 C 159.71425,2072.7849 159.72293,2072.0938 159.85361,2071.4372 C 160.0568,2070.4163 160.34271,2069.4068 160.72861,2068.4684 C 161.11451,2067.5301 161.58674,2066.6468 162.13486,2065.8122 C 162.68298,2064.9776 163.32,2064.2095 164.00986,2063.4997 C 164.69971,2062.7899 165.44875,2062.1262 166.25986,2061.5622 C 167.07096,2060.9982 167.94174,2060.5218 168.85361,2060.1247 C 169.76548,2059.7276 170.70521,2059.4275 171.69736,2059.2184 C 172.6895,2059.0094 173.70792,2058.906 174.75986,2058.906 C 175.81179,2058.906 176.86146,2059.0094 177.85361,2059.2184 C 178.84575,2059.4275 179.78549,2059.7276 180.69736,2060.1247 C 181.60923,2060.5218 182.48,2060.9982 183.29111,2061.5622 C 183.64204,2061.8062 183.93054,2062.1335 184.25986,2062.406 L 184.25986,2046.0934 L 146.72861,2046.0934 z"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1818"
   d="M 184.25986,2062.406 C 183.93054,2062.1335 183.64204,2061.8062 183.29111,2061.5622 C 182.48,2060.9982 181.60923,2060.5218 180.69736,2060.1247 C 179.78549,2059.7276 178.84575,2059.4275 177.85361,2059.2184 C 176.86146,2059.0094 175.81179,2058.906 174.75986,2058.906 C 173.70792,2058.906 172.6895,2059.0094 171.69736,2059.2184 C 170.70521,2059.4275 169.76548,2059.7276 168.85361,2060.1247 C 167.94174,2060.5218 167.07096,2060.9982 166.25986,2061.5622 C 165.44875,2062.1262 164.69971,2062.7899 164.00986,2063.4997 C 163.32,2064.2095 162.68298,2064.9776 162.13486,2065.8122 C 161.58674,2066.6468 161.11451,2067.5301 160.72861,2068.4684 C 160.34271,2069.4068 160.0568,2070.4163 159.85361,2071.4372 C 159.72293,2072.0938 159.71425,2072.7849 159.66611,2073.4684 L 184.25986,2073.4684 L 184.25986,2062.406 z"
   style="font-size:12px;fill:#0000ff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1826"
   d="M 224.49432,2075.1048 L 249.11849,2075.1048 L 249.11849,2064.0145"
   style="font-size:12px;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<path
   id="advanced-f08-en.svgpath1827"
   d="M 248.05496,2062.5964 L 248.05496,2046.289 L 210.49373,2046.289 L 210.49373,2046.289 L 210.49373,2073.6867 L 223.43079,2073.6867"
   style="font-size:12px;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1pt" />
<flowRoot
   transform="translate(10,1880.3559)"
   xml:space="preserve"
   id="advanced-f08-en.svgflowRoot2628"
   style="font-size:5.57619715px"><flowRegion
     id="advanced-f08-en.svgflowRegion2630"><rect
       id="advanced-f08-en.svgrect2632"
       width="63.134533"
       height="14.647212"
       x="135.36044"
       y="76.049751" /></flowRegion><flowPara
     id="advanced-f08-en.svgflowPara2634"
     style="font-family:Bitstream Vera Serif">(下層減去上層)</flowPara></flowRoot><rect
   id="d0e422"
   width="288"
   height="1000px"
   x="10"
   y="2308.5078701999996"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot496"
   transform="translate(0,-204)">
  <flowRegion
     id="flowRegion498">
    <use
       xlink:href="#d0e422"
       y="0"
       x="0"
       id="use500"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv502">這些指令的鍵盤快捷鍵是針對布林運算的類比算法 (相加是聯集、相減是差集...等)。相減和排除指令只能套用到兩個已選擇的物件;其他的可以一次處理多個物件。結果都是呈現下層物件的樣式。</flowDiv></flowRoot>
<rect
   id="d0e431"
   width="288"
   height="1000px"
   x="10"
   y="2371.1163321999998"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot509"
   transform="translate(0,-226)">
  <flowRegion
     id="flowRegion511">
    <use
       xlink:href="#d0e431"
       y="0"
       x="0"
       id="use513"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv515">使用排除指令的結果看起來像是合併 (如上),但它的差別在於排除會在原來的路徑交差點增加額外的節點。除法和剪切之間的不同是前者以最上層物件切去整個下層物件,而後者只切去下層物件的邊框並去掉任何填色 (這個對將無填色的邊框切割成碎片很方便)。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="2210.7634"
   id="text527">
  <tspan
     x="10"
     y="2210.7634"
     id="tspan529"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">內縮和外擴</tspan>
</text>
<rect
   id="d0e455"
   width="288"
   height="1000px"
   x="10"
   y="2463.6633951999997"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot532"
   transform="translate(0,-246)">
  <flowRegion
     id="flowRegion534">
    <use
       xlink:href="#d0e455"
       y="0"
       x="0"
       id="use536"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv538">Inkscape 不只可用縮放來擴張和收縮形狀,也可藉由偏移物件的路徑達成效果,即每個點以垂直於路徑方向移動。對應的指令名稱為內縮 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3345">Ctrl+(</flowSpan>) 和外擴 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3343">Ctrl+)</flowSpan>)。下面陳列的是原始路徑 (紅色) 和一些由原路徑經過內縮或外擴的路徑:</flowDiv></flowRoot>
<path
   sodipodi:nodetypes="csssssssssssscsscsssssscs"
   id="advanced-f09-en.svgpath1893"
   d="M 125.81178,2366.3973 C 109.21833,2360.1847 101.34591,2340.2584 103.56689,2323.2989 C 104.64133,2315.0944 106.45638,2306.2918 110.38769,2299.6304 C 112.70507,2295.7037 110.45056,2306.0175 110.2284,2307.9773 C 109.31671,2316.0196 109.56378,2325.5859 116.45633,2331.2909 C 119.89806,2334.1396 124.77791,2334.6368 123.34285,2328.4777 C 121.16092,2319.1133 134.24564,2311.6271 143.45333,2314.5431 C 150.56062,2316.794 156.18137,2323.9628 154.42159,2331.4917 C 152.51486,2339.6492 142.8127,2336.2422 141.26145,2328.7068 C 139.72736,2321.2548 130.33146,2330.399 131.40602,2335.9925 C 132.88175,2343.6742 140.97776,2345.5061 147.41574,2346.226 C 155.39194,2347.118 166.11494,2343.3153 167.01701,2334.4884 C 167.74571,2327.358 170.8304,2320.1448 178.8356,2319.2447 C 188.21391,2318.1902 198.40728,2318.3675 212.13268,2319.0663 C 196.2068,2319.0663 188.14828,2329.5681 183.82209,2338.0779 C 179.82022,2345.9498 170.54944,2350.7221 162.2634,2351.8829 C 151.90641,2353.3338 138.12952,2351.0977 132.08197,2351.0977 C 132.08197,2361.8151 141.16563,2366.7811 148.69797,2366.5029 C 155.65253,2366.2461 160.26564,2357.821 167.14329,2355.0127 C 175.66251,2351.5341 185.65687,2351.7626 193.27771,2357.2134 C 199.31672,2361.5327 205.30803,2369.3301 201.93951,2376.8565 C 198.58326,2384.3556 188.03641,2385.5674 181.61508,2380.7246 C 175.78865,2376.3304 169.41265,2371.565 161.41115,2371.6042 C 154.34942,2371.6387 150.36778,2374.0999 148.78679,2381.9229 C 146.25795,2375.0622 141.73702,2372.109 125.81178,2366.3973 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ff0100;stroke-width:0.67500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f09-en.svgpath1895"
   d="M 109.5,2297.5326 C 102.91354,2308.5443 100.64123,2322.1717 101.64576,2334.8893 C 103.11191,2350.8346 113.97111,2365.8101 129.75349,2370.0955 C 138.1457,2372.6851 146.10436,2377.5781 148.89535,2386.3842 C 151.19787,2384.2411 151.13329,2374.9572 157.21875,2374.0951 C 167.89532,2371.4133 175.89995,2380.0306 184.47783,2384.48 C 193.97646,2388.9189 207.19553,2380.8481 204.6121,2369.8341 C 200.92559,2354.6863 182.43664,2346.8887 168.37816,2352.5564 C 159.2141,2354.6516 154.0441,2367.6077 143.46875,2363.7826 C 139.31241,2363.4812 131.24349,2354.3102 136.33881,2353.3918 C 151.90286,2354.6992 170.41599,2356.6436 182.11722,2343.9588 C 188.08488,2335.5562 192.96095,2324.5261 204.21677,2322.2163 C 208.16577,2321.5935 221.94661,2319.881 212.1875,2317.0638 C 199.62506,2317.0248 186.50826,2315.2228 174.28598,2318.4966 C 165.76981,2321.8555 166.53956,2332.17 163.0625,2338.9701 C 155.89978,2346.3825 141.50488,2346.0772 134.6328,2338.5755 C 131.66114,2334.9805 134.72979,2329.0355 138.75,2328.0638 C 139.72348,2335.0265 149.14957,2342.1811 154.75,2335.4701 C 162.39033,2323.0507 146.32741,2307.8031 133.6646,2312.779 C 125.471,2314.5261 119.30455,2322.7142 121.46875,2331.0638 C 112.34699,2329.2194 111.24947,2317.0037 112.15244,2309.1671 C 111.77312,2304.8796 116.13011,2298.2949 110.6875,2296.0638 C 110.47793,2296.323 109.68626,2297.3022 109.5,2297.5326 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.175;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f09-en.svgpath1898"
   d="M 110.15625,2291.8451 C 104.80369,2294.5676 103.38941,2302.1923 100.90558,2307.3983 C 93.784289,2328.0761 97.021297,2355.1906 116.58664,2367.9795 C 125.49156,2375.0273 139.38489,2374.8538 144.625,2386.3763 C 146.685,2392.7761 148.71725,2398.7828 151.91915,2389.5357 C 154.61183,2384.7443 155.26592,2375.9564 162.9375,2377.7826 C 174.45858,2380.2095 183.72544,2393.431 196.45987,2388.6501 C 208.72523,2385.436 212.63452,2368.7902 204.19122,2359.7475 C 199.38277,2353.2845 191.87505,2348.6947 183.90625,2347.4701 C 191.36399,2339.2002 196.08148,2325.7872 209.13824,2325.3974 C 213.80995,2324.923 218.83269,2323.2515 220.84375,2318.5951 C 214.23959,2309.7842 202.49767,2313.7349 193.21922,2312.6385 C 182.82796,2312.7057 168.67727,2312.3003 163.94445,2323.7436 C 161.74373,2328.3663 161.93583,2334.286 157.90625,2337.8763 C 165.77902,2326.0915 155.16182,2310.0563 142.15351,2308.3637 C 132.04484,2306.2969 120.59076,2312.8182 117.8125,2322.8763 C 113.08904,2314.2557 119.46978,2303.9525 115.9375,2295.3763 C 114.56704,2293.6038 112.4813,2291.5968 110.15625,2291.8451 z M 138.875,2336.7513 C 137.45238,2335.1444 137.26112,2334.4362 138.875,2336.7513 z M 148.09375,2358.2513 C 155.75072,2357.2996 149.75719,2361.0254 145.53125,2360.0638 C 137.65306,2357.6318 142.8383,2357.5976 148.09375,2358.2513 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.175;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f09-en.svgpath1903"
   d="M 108.03125,2288.9388 C 98.05111,2296.1648 95.978098,2309.7913 94.053081,2321.1391 C 91.125624,2343.4104 102.44874,2368.1703 124.21859,2376.4244 C 132.56817,2379.6488 141.45746,2384.8641 143.31219,2394.3694 C 146.01312,2400.4987 155.70796,2397.3123 155.57937,2390.9946 C 156.30932,2384.8237 163.59217,2378.7757 168.6875,2384.7826 C 178.86111,2390.4438 192.42405,2398.133 203.20792,2389.4055 C 216.46008,2380.8858 214.3411,2359.2579 201.26963,2351.4417 C 198.81665,2347.245 186.81154,2346.8566 193.30012,2341.4999 C 198.11509,2334.0891 205.90064,2328.6221 214.80223,2328.021 C 219.37102,2326.5725 225.38781,2321.8375 225.35417,2317.3375 C 215.48134,2305.3295 198.23783,2309.2141 184.625,2308.9076 C 176.22435,2309.358 167.5877,2311.7964 162.03125,2318.5326 C 154.82677,2304.8058 135.42885,2299.8831 122.87842,2309.2416 C 118.10916,2311.6455 122.53183,2300.1748 120.25,2296.8138 C 119.11015,2291.6809 113.52705,2285.7178 108.03125,2288.9388 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.175;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f09-en.svgpath1910"
   d="M 109.03125,2276.3451 C 91.718119,2281.5279 84.637521,2300.7421 82.999665,2317.1581 C 77.502778,2346.5426 95.019634,2378.2836 122.90625,2389.0951 C 132.88745,2393.6831 134.80468,2409.5403 147.65625,2409.4076 C 155.48833,2409.0868 163.42915,2404.6958 166.53125,2397.2826 C 180.8981,2406.4889 202.90027,2408.8032 214.86699,2394.4953 C 228.63916,2380.1813 225.42128,2354.185 209.53125,2342.7513 C 220.35208,2338.267 234.58789,2333.6158 236.85391,2320.3192 C 238.44821,2307.9113 225.03125,2300.3837 214.45324,2298.4808 C 199.51989,2295.19 183.86016,2296.6626 169.09375,2299.8763 C 163.16962,2305.3618 157.92834,2296.5403 152.125,2295.2826 C 145.55307,2292.9894 138.42661,2291.9959 131.5625,2293.5013 C 129.01252,2283.6977 119.62107,2275.0808 109.03125,2276.3451 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.175;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f09-en.svgpath1913"
   d="M 107.1875,2314.1576 C 102.6018,2331.859 106.79158,2354.3583 124.2769,2363.3727 C 132.49875,2367.5758 142.74822,2369.5033 148.4375,2377.4076 C 152.39639,2366.9406 166.27174,2368.4152 174.00869,2373.5316 C 181.00642,2377.3322 190.34313,2386.0182 197.87025,2378.5207 C 205.18664,2371.2358 196.36708,2360.6709 189.12253,2357.4544 C 178.00572,2351.7574 164.63525,2356.4614 156.75,2365.4076 C 147.70549,2371.775 132.83626,2366.8057 130.75,2355.7201 C 130.73654,2349.4112 137.96589,2348.2252 142.74391,2349.7862 C 157.18584,2351.4988 175.36606,2350.1332 182.89065,2335.6185 C 186.59084,2329.7224 191.23256,2324.0229 197.40625,2320.6263 C 188.90496,2321.1033 178.39756,2318.9667 171.90625,2325.6576 C 168.84732,2333.8559 167.1643,2345.5745 156.59287,2347.2147 C 146.79813,2350.2339 132.90869,2347.2181 129.625,2336.4388 C 128.69373,2329.0912 135.5007,2324.4796 141.46875,2322.0638 C 141.4472,2327.0255 145.35491,2336.4204 151.46875,2332.8763 C 156.3929,2321.3229 139.97646,2311.2487 130.5625,2318.2826 C 124.16634,2322.1752 124.35001,2330.6661 126.625,2336.9076 C 116.0045,2336.0837 107.39105,2326.6779 108.12384,2315.945 C 107.54471,2313.893 108.6266,2308.3227 107.1875,2314.1576 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.175;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   id="advanced-f09-en.svgpath1920"
   d="M 135.3125,2320.3451 C 125.0598,2327.4334 133.65257,2322.7748 135.3125,2320.3451 z M 145.84375,2324.8763 C 150.69547,2335.5445 146.76853,2320.9139 145.84375,2324.8763 z M 185.15625,2324.8138 C 179.16197,2324.3951 173.50443,2328.455 173.11071,2334.5913 C 173.14049,2337.0405 166.79533,2345.1473 171.125,2342.0638 C 177.94706,2337.935 180.80758,2330.2148 186.25,2324.7513 C 185.91721,2324.7703 185.18804,2324.812 185.15625,2324.8138 z M 109.75,2333.4076 C 111.1178,2344.6892 117.41516,2356.1508 128.21875,2360.7513 C 125.24209,2355.8851 127.54955,2349.3792 131.8125,2346.6576 C 128.89883,2341.134 123.32815,2340.1654 117.90625,2338.5638 C 115.32058,2338.638 109.51002,2330.6368 109.75,2333.4076 z M 173.75,2359.4388 C 170.98333,2360.1852 160.58854,2364.9119 164.38643,2365.8244 C 175.25892,2366.2994 182.30196,2378.0745 193.375,2376.8451 C 200.51459,2371.8589 192.53256,2362.2031 186.24175,2360.7967 C 182.36363,2359.0717 177.91518,2358.8444 173.75,2359.4388 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.175;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
   id="d0e483"
   width="288"
   height="1000px"
   x="10"
   y="2679.4963102"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot558"
   transform="translate(0,-256)">
  <flowRegion
     id="flowRegion560">
    <use
       xlink:href="#d0e483"
       y="0"
       x="0"
       id="use562"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv564">簡單的內縮和外擴指令產生這些路徑 (如果原物件不是路徑先將它轉成路徑)。通常動態偏移 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3347">Ctrl+J</flowSpan>) 更方便些,可製作出一個帶有可控制偏移距離的控制柄的物件。選取下面的物件,切換到節點工具並拖動它的控制點來了解這功能:</flowDiv></flowRoot>
<path
   transform="translate(10,-982.40769)"
   d="M 101,3463 C 100.8991,3463.1154 100.86592,3463.1256 100.71875,3463.375 C 96.838066,3469.9506 95.040484,3478.7223 93.96875,3486.9062 C 91.76866,3503.7062 99.566742,3523.4645 115.9375,3529.5938 C 123.90918,3532.4529 129.03994,3534.6278 132.53125,3536.9688 C 135.64717,3539.058 137.42378,3541.3433 138.6875,3544.2812 C 139.52347,3540.943 140.82804,3538.5641 142.78125,3537.0625 C 144.95244,3535.3933 147.82976,3534.7675 151.40625,3534.75 C 159.5665,3534.71 166.04741,3539.5736 171.875,3543.9688 C 174.98958,3546.3177 179.12491,3547.213 182.875,3546.5938 C 186.62509,3545.9745 189.94435,3543.8655 191.5625,3540.25 C 193.19012,3536.6133 192.57214,3532.9144 190.78125,3529.5625 C 188.99036,3526.2106 186.04077,3523.2239 183.0625,3521.0938 C 175.57047,3515.7351 165.72516,3515.5023 157.3125,3518.9375 C 153.97352,3520.3009 151.11992,3523.0594 148.21875,3525.5625 C 145.31758,3528.0656 142.32166,3530.3346 138.6875,3530.4688 C 134.8284,3530.6113 130.60348,3529.3947 127.3125,3526.7812 C 124.02152,3524.1678 121.6875,3520.1268 121.6875,3514.6562 C 121.68493,3514.5477 121.72691,3514.4429 121.80366,3514.3661 C 121.88041,3514.2894 121.98524,3514.2474 122.09375,3514.25 C 125.16635,3514.25 130.11571,3514.8115 135.59375,3515.1875 C 141.07179,3515.5635 147.0606,3515.7495 152.1875,3515.0312 C 160.36559,3513.8856 169.54973,3509.1464 173.46875,3501.4375 C 177.24791,3494.0037 183.91245,3485.0048 196.125,3482.75 C 185.40193,3482.3123 176.77323,3482.3307 168.875,3483.2188 C 164.98387,3483.6563 162.34109,3485.5816 160.53125,3488.3125 C 158.72141,3491.0434 157.79748,3494.5713 157.4375,3498.0938 C 156.97084,3502.6601 153.94102,3505.9265 150.0625,3507.9062 C 146.18398,3509.886 141.44427,3510.6426 137.375,3510.1875 C 134.1376,3509.8255 130.46002,3509.1666 127.375,3507.625 C 124.28998,3506.0834 121.79336,3503.592 121.03125,3499.625 C 120.73863,3498.1018 121.12824,3496.4253 121.90625,3494.8438 C 122.68426,3493.2622 123.84599,3491.7884 125.09375,3490.7188 C 126.34151,3489.6491 127.67905,3488.9449 128.9375,3489.0625 C 129.56673,3489.1213 130.1622,3489.4168 130.625,3489.9375 C 131.0878,3490.4582 131.42356,3491.1777 131.625,3492.1562 C 132.37009,3495.7756 135.11975,3498.4202 137.8125,3499.1562 C 139.15887,3499.5243 140.46625,3499.4266 141.5625,3498.7812 C 142.65875,3498.1359 143.57295,3496.9295 144.03125,3494.9688 C 145.73589,3487.6758 140.27628,3480.6643 133.34375,3478.4688 C 128.88478,3477.0566 123.40402,3478.1627 119.34375,3480.7812 C 115.28348,3483.3998 112.67292,3487.4491 113.71875,3491.9375 C 114.0885,3493.5244 114.07202,3494.7372 113.71875,3495.625 C 113.36548,3496.5128 112.65252,3497.0532 111.8125,3497.2188 C 110.13246,3497.5499 108.00167,3496.632 106.21875,3495.1562 C 99.162251,3489.3155 98.895858,3479.5859 99.8125,3471.5 C 99.916977,3470.5783 100.42576,3468.1471 100.75,3466 C 100.91212,3464.9265 101.0204,3463.9391 101.03125,3463.2812 C 101.03358,3463.1401 101.00826,3463.1042 101,3463 z"
   id="advanced-f10-en.svgpath1527"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ff0100;stroke-width:0.67500001"
   inkscape:original="M 101.062500 3462.343750 C 100.902800 3462.433706 100.664673 3462.696654 100.375000 3463.187500 C 96.443695 3469.848900 94.636933 3478.639228 93.562500 3486.843750 C 91.341517 3503.803250 99.219050 3523.756139 115.812500 3529.968750 C 131.737740 3535.680450 136.252411 3538.608005 138.781250 3545.468750 C 140.362240 3537.645750 144.344522 3535.190852 151.406250 3535.156250 C 159.407750 3535.117050 165.798568 3539.886947 171.625000 3544.281250 C 178.046330 3549.124050 188.581246 3547.905311 191.937500 3540.406250 C 195.306020 3532.879850 189.320260 3525.100477 183.281250 3520.781250 C 175.660410 3515.330450 165.675465 3515.083811 157.156250 3518.562500 C 150.278600 3521.370800 145.642062 3529.805821 138.687500 3530.062500 C 131.155160 3530.340700 122.093750 3525.373600 122.093750 3514.656250 C 128.141300 3514.656250 141.893013 3516.888394 152.250000 3515.437500 C 160.536040 3514.276700 169.810637 3509.496825 173.812500 3501.625000 C 178.138690 3493.115200 186.199125 3482.625044 202.125000 3482.625000 C 188.399600 3481.926200 178.222058 3481.757977 168.843750 3482.812500 C 160.838550 3483.712600 157.759946 3490.932125 157.031250 3498.062500 C 156.129180 3506.889400 145.382449 3510.673326 137.406250 3509.781250 C 130.968270 3509.061350 122.881979 3507.244175 121.406250 3499.562500 C 120.331690 3493.969000 129.715916 3484.797919 131.250000 3492.250000 C 132.801250 3499.785400 142.499525 3503.219907 144.406250 3495.062500 C 146.166030 3487.533600 140.576047 3480.344687 133.468750 3478.093750 C 124.261060 3475.177750 111.161820 3482.666917 113.343750 3492.031250 C 114.778810 3498.190350 109.910481 3497.692485 106.468750 3494.843750 C 99.576199 3489.138750 99.307060 3479.573461 100.218750 3471.531250 C 100.413140 3469.816425 102.180400 3461.714057 101.062500 3462.343750 z "
   inkscape:radius="-0.39687219"
   sodipodi:type="inkscape:offset" />
<rect
   id="d0e508"
   width="288"
   height="1000px"
   x="10"
   y="2846.7134992"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot576"
   transform="translate(0,-268)">
  <flowRegion
     id="flowRegion578">
    <use
       xlink:href="#d0e508"
       y="0"
       x="0"
       id="use580"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv582">上述的動態偏移物件會記住原本路徑,所以當你一遍又一遍的改變偏移距離時它不會受到「損害」。當你不需要再做任何調整時,你可將偏移物件轉換回路徑。</flowDiv></flowRoot>
<rect
   id="d0e514"
   width="288"
   height="1000px"
   x="10"
   y="2886.7028112000003"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot587"
   transform="translate(0,-268)">
  <flowRegion
     id="flowRegion589">
    <use
       xlink:href="#d0e514"
       y="0"
       x="0"
       id="use591"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv593">還有更方便的連結偏移,類似於動態變化但是連結到另一個尚待編輯的路徑。一個來源路徑可有多個連結偏移。下面紅色的是來源路徑,它的連結偏移是黑色邊框且無填色,其他的是黑色填色而無邊框。</flowDiv></flowRoot>
<rect
   id="d0e520"
   width="288"
   height="1000px"
   x="10"
   y="2937.4498642000003"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot598"
   transform="translate(0,-278)">
  <flowRegion
     id="flowRegion600">
    <use
       xlink:href="#d0e520"
       y="0"
       x="0"
       id="use602"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv604">選取紅色的物件並編輯它的節點;觀察連結偏移跟著如何變化。現在選取任一個偏移並拖動它的控制柄以調整偏移半徑。最後注意移動或改變來源時所有連結偏移如何跟著動,而在不失去它們與來源的連結情形下你可以如何獨自地移動或改變偏移物件。</flowDiv></flowRoot>
<path
   sodipodi:nodetypes="csssssssssssscsscsssssscs"
   id="advanced-f11-en.svgpath1987"
   d="M 125.81178,2781.6566 C 109.21833,2775.444 97.084436,2761.0325 99.305419,2744.073 C 100.37986,2735.8685 106.45638,2721.5511 110.38769,2714.8897 C 112.70507,2710.963 110.45056,2721.2768 110.2284,2723.2366 C 109.31671,2731.2789 109.56378,2740.8452 116.45633,2746.5502 C 119.89806,2749.3989 124.77791,2749.8961 123.34285,2743.737 C 121.16092,2734.3726 134.24564,2726.8864 143.45333,2729.8024 C 150.56062,2732.0533 156.18137,2739.2221 154.42159,2746.751 C 152.51486,2754.9085 142.8127,2751.5015 141.26145,2743.9661 C 139.72736,2736.5141 130.33146,2745.6583 131.40602,2751.2518 C 132.88175,2758.9335 140.97776,2760.7654 147.41574,2761.4853 C 155.39194,2762.3773 166.11494,2758.5746 167.01701,2749.7477 C 167.74571,2742.6173 170.8304,2735.4041 178.8356,2734.504 C 188.21391,2733.4495 198.40728,2733.6268 212.13268,2734.3256 C 196.2068,2734.3256 188.14828,2744.8274 183.82209,2753.3372 C 179.82022,2761.2091 170.54944,2765.9814 162.2634,2767.1422 C 151.90641,2768.5931 138.12952,2766.357 132.08197,2766.357 C 132.08197,2777.0744 141.16563,2782.0404 148.69797,2781.7622 C 155.65253,2781.5054 160.26564,2773.0803 167.14329,2770.272 C 175.66251,2766.7934 185.65687,2767.0219 193.27771,2772.4727 C 199.31672,2776.792 205.30803,2784.5894 201.93951,2792.1158 C 198.58326,2799.6149 188.03641,2800.8267 181.61508,2795.9839 C 175.78865,2791.5897 169.41265,2786.8243 161.41115,2786.8635 C 154.34942,2786.898 150.36778,2789.3592 148.78679,2797.1822 C 146.25795,2790.3215 141.73702,2787.3683 125.81178,2781.6566 z"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ff0100;stroke-width:0.67500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
   transform="translate(0.248731,1.04676)"
   inkscape:href="#advanced-f11-en.svgpath1987"
   xlink:href="#advanced-f11-en.svgpath1987"
   d="M 110.75,2708.5 C 109.74995,2708.5792 108.83837,2708.8601 108.3125,2709.1562 C 106.16753,2710.3644 106.08901,2711.1392 105.5625,2712.0312 C 101.12705,2719.5469 95.097659,2733.2916 93.78125,2743.3438 C 91.167869,2763.2996 105.43109,2779.9815 123.84375,2786.875 C 123.87491,2786.8857 123.90616,2786.8961 123.9375,2786.9062 C 131.76965,2789.7153 136.56877,2791.8421 139.21875,2793.625 C 141.86873,2795.4079 142.54942,2796.4614 143.53125,2799.125 C 144.38942,2801.4799 146.71262,2802.9736 149.21132,2802.7769 C 151.71002,2802.5802 153.77089,2800.7414 154.25,2798.2812 C 154.88278,2795.1502 155.70093,2794.0975 156.4375,2793.5312 C 157.17407,2792.965 158.54798,2792.4829 161.4375,2792.4688 C 167.22184,2792.4404 172.48115,2796.0632 178.28125,2800.4375 C 182.83793,2803.874 188.49928,2805.0592 193.84375,2804.1875 C 199.18822,2803.3158 204.50888,2800.0422 207.03125,2794.4062 C 209.51281,2788.8616 208.44419,2782.9365 206.0625,2778.4688 C 203.68081,2774.001 200.13556,2770.5154 196.53125,2767.9375 C 192.6006,2765.1261 188.2152,2763.5052 183.71875,2762.8125 C 185.70874,2760.8126 187.43669,2758.5198 188.78125,2755.875 C 192.68068,2748.2046 198.65628,2739.9062 212.125,2739.9062 C 215.2057,2739.9839 217.76606,2737.5494 217.84372,2734.4687 C 217.92139,2731.388 215.48695,2728.8277 212.40625,2728.75 C 198.58636,2728.0464 188.1078,2727.8569 178.21875,2728.9688 C 172.64929,2729.595 168.14854,2732.8166 165.5625,2736.7188 C 162.97646,2740.6209 161.89452,2745.0212 161.46875,2749.1875 C 161.23725,2751.4527 159.95722,2752.9571 157.3125,2754.3125 C 156.82344,2754.5631 156.18059,2754.6451 155.625,2754.8438 C 157.71966,2753.1893 159.21143,2750.7365 159.84375,2748.0312 C 162.37784,2737.1896 154.70629,2727.5244 145.15625,2724.5 C 138.51598,2722.3971 131.58202,2723.9807 126.125,2727.5 C 122.10307,2730.0938 118.64558,2734.3755 117.78125,2739.4062 C 115.39578,2735.3967 115.08308,2729.7581 115.75,2723.875 C 115.74526,2723.9168 116.29995,2720.9617 116.65625,2718.5938 C 116.8344,2717.4098 116.97929,2716.3233 117,2715.0625 C 117.01036,2714.4321 117.17575,2713.8764 116.625,2712.3125 C 116.34963,2711.5306 115.80518,2710.0917 113.84375,2709.0625 C 112.86304,2708.5479 111.75005,2708.4208 110.75,2708.5 z M 137.25,2749.25 C 138.42842,2751.5301 140.16176,2753.3727 142.1875,2754.7188 C 141.44631,2754.4869 140.64449,2754.2923 140.0625,2754 C 138.09345,2753.011 137.27234,2752.2558 136.875,2750.1875 C 136.93721,2750.5113 136.96141,2749.9384 137.25,2749.25 z M 139.9375,2772.5 C 141.87713,2772.6608 142.90457,2772.7173 145.15625,2772.875 C 147.87478,2773.0654 150.7752,2773.1993 153.6875,2773.2188 C 151.3693,2775.125 149.63254,2776.1445 148.46875,2776.1875 C 146.00881,2776.2784 143.05615,2775.4205 141.03125,2773.8125 C 140.57809,2773.4526 140.31455,2772.9197 139.9375,2772.5 z"
   id="advanced-f11-en.svgpath1988"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.67500001;stroke-opacity:1"
   inkscape:original="M 111.0625 2714.0312 C 110.9028 2714.1212 110.66467 2714.3842 110.375 2714.875 C 106.44369 2721.5364 100.38694 2735.858 99.3125 2744.0625 C 97.091517 2761.022 109.21905 2775.4437 125.8125 2781.6562 C 141.73774 2787.368 146.25241 2790.3268 148.78125 2797.1875 C 150.36224 2789.3645 154.34452 2786.9095 161.40625 2786.875 C 169.40775 2786.8358 175.79857 2791.5745 181.625 2795.9688 C 188.04633 2800.8115 198.58125 2799.6241 201.9375 2792.125 C 205.30602 2784.5986 199.32026 2776.7881 193.28125 2772.4688 C 185.66041 2767.018 175.67547 2766.8027 167.15625 2770.2812 C 160.2786 2773.0896 155.64206 2781.4932 148.6875 2781.75 C 141.15516 2782.0282 132.09375 2777.0611 132.09375 2766.3438 C 138.1413 2766.3438 151.89301 2768.6072 162.25 2767.1562 C 170.53604 2765.9955 179.81063 2761.2157 183.8125 2753.3438 C 188.13869 2744.834 196.19912 2734.3125 212.125 2734.3125 C 198.3996 2733.6137 188.22206 2733.4455 178.84375 2734.5 C 170.83855 2735.4001 167.75995 2742.6196 167.03125 2749.75 C 166.12918 2758.5769 155.38245 2762.392 147.40625 2761.5 C 140.96827 2760.7801 132.88198 2758.9317 131.40625 2751.25 C 130.33169 2745.6565 139.71591 2736.5167 141.25 2743.9688 C 142.80125 2751.5041 152.49952 2754.9075 154.40625 2746.75 C 156.16603 2739.2211 150.57604 2732.0634 143.46875 2729.8125 C 134.26106 2726.8965 121.16182 2734.3856 123.34375 2743.75 C 124.77881 2749.9091 119.91048 2749.4112 116.46875 2746.5625 C 109.5762 2740.8575 109.30706 2731.2923 110.21875 2723.25 C 110.41314 2721.5352 112.1804 2713.4016 111.0625 2714.0312 z "
   inkscape:radius="5.5788722"
   sodipodi:type="inkscape:offset" />
<path
   transform="matrix(0.39324,0,0,0.39324,209.7709,1645.6128)"
   inkscape:href="#advanced-f11-en.svgpath1987"
   xlink:href="#advanced-f11-en.svgpath1987"
   d="M 109.875,2718.375 C 106.12437,2725.5737 101.34077,2737.3213 100.4375,2744.2188 C 98.297351,2760.561 110.00006,2774.5217 126.21875,2780.5938 C 134.20825,2783.4593 139.37152,2785.6111 142.96875,2788.0312 C 145.65276,2789.837 147.24986,2791.9612 148.53125,2794.3438 C 149.41298,2791.7286 150.57882,2789.5444 152.34375,2788.1875 C 154.69556,2786.3795 157.74327,2785.7366 161.40625,2785.7188 C 169.86448,2785.6773 176.48065,2790.6642 182.3125,2795.0625 C 185.24589,2797.2748 189.20071,2798.1101 192.75,2797.5312 C 196.29929,2796.9524 199.37079,2795.0173 200.875,2791.6562 C 202.39502,2788.26 201.84165,2784.8452 200.125,2781.625 C 198.40835,2778.4048 195.52404,2775.4797 192.625,2773.4062 C 185.37886,2768.2234 175.80665,2767.9903 167.59375,2771.3438 C 164.44267,2772.6304 161.61349,2775.3272 158.6875,2777.8438 C 155.76151,2780.3603 152.64858,2782.7611 148.71875,2782.9062 C 144.6835,2783.0553 140.29414,2781.8025 136.84375,2779.0625 C 133.39336,2776.3225 130.9375,2772.0263 130.9375,2766.3438 C 130.93564,2766.0366 131.05686,2765.7414 131.2741,2765.5241 C 131.49134,2765.3069 131.78652,2765.1857 132.09375,2765.1875 C 135.2609,2765.1875 140.16687,2765.7739 145.625,2766.1562 C 151.08313,2766.5386 157.06579,2766.7357 162.09375,2766.0312 C 170.06721,2764.9143 179.01929,2760.2125 182.78125,2752.8125 C 186.05723,2746.3685 191.59083,2738.6713 200.9375,2735.125 C 192.76136,2734.9106 185.41061,2734.932 178.96875,2735.6562 C 175.28892,2736.07 172.86836,2737.8541 171.15625,2740.4375 C 169.44414,2743.0209 168.5392,2746.4336 168.1875,2749.875 C 167.69124,2754.731 164.43998,2758.214 160.40625,2760.2812 C 156.37252,2762.3485 151.50584,2763.1286 147.28125,2762.6562 C 144.00712,2762.2901 140.25663,2761.6201 137.03125,2760 C 133.80587,2758.3799 131.08926,2755.6748 130.28125,2751.4688 C 129.9432,2749.7091 130.42358,2747.8642 131.25,2746.1875 C 132.07642,2744.5108 133.2582,2742.9843 134.59375,2741.8438 C 135.9293,2740.7032 137.43275,2739.8776 139.03125,2740.0312 C 139.8305,2740.1081 140.6088,2740.504 141.1875,2741.1562 C 141.7662,2741.8085 142.15523,2742.6825 142.375,2743.75 C 143.06214,2747.0879 145.61926,2749.4808 148,2750.125 C 149.19037,2750.4471 150.2898,2750.3432 151.1875,2749.8125 C 152.0852,2749.2818 152.85774,2748.3119 153.28125,2746.5 C 154.88152,2739.6535 149.7291,2732.9977 143.125,2730.9062 C 138.94066,2729.5811 133.63441,2730.6512 129.75,2733.1562 C 125.86559,2735.6613 123.50849,2739.3787 124.46875,2743.5 C 124.85932,2745.1763 124.87589,2746.5234 124.4375,2747.625 C 123.99911,2748.7266 123.00984,2749.4511 121.96875,2749.6562 C 119.88658,2750.0666 117.65056,2749.0105 115.75,2747.4375 C 108.3827,2741.3395 108.13647,2731.2938 109.0625,2723.125 C 109.16403,2722.2294 109.56992,2720.2326 109.875,2718.375 z"
   id="advanced-f11-en.svgpath1989"
   style="fill-rule:evenodd;stroke-width:0.42500001"
   inkscape:original="M 111.0625 2714.0312 C 110.9028 2714.1212 110.66467 2714.3842 110.375 2714.875 C 106.44369 2721.5364 100.38694 2735.858 99.3125 2744.0625 C 97.091517 2761.022 109.21905 2775.4437 125.8125 2781.6562 C 141.73774 2787.368 146.25241 2790.3268 148.78125 2797.1875 C 150.36224 2789.3645 154.34452 2786.9095 161.40625 2786.875 C 169.40775 2786.8358 175.79857 2791.5745 181.625 2795.9688 C 188.04633 2800.8115 198.58125 2799.6241 201.9375 2792.125 C 205.30602 2784.5986 199.32026 2776.7881 193.28125 2772.4688 C 185.66041 2767.018 175.67547 2766.8027 167.15625 2770.2812 C 160.2786 2773.0896 155.64206 2781.4932 148.6875 2781.75 C 141.15516 2782.0282 132.09375 2777.0611 132.09375 2766.3438 C 138.1413 2766.3438 151.89301 2768.6072 162.25 2767.1562 C 170.53604 2765.9955 179.81063 2761.2157 183.8125 2753.3438 C 188.13869 2744.834 196.19912 2734.3125 212.125 2734.3125 C 198.3996 2733.6137 188.22206 2733.4455 178.84375 2734.5 C 170.83855 2735.4001 167.75995 2742.6196 167.03125 2749.75 C 166.12918 2758.5769 155.38245 2762.392 147.40625 2761.5 C 140.96827 2760.7801 132.88198 2758.9317 131.40625 2751.25 C 130.33169 2745.6565 139.71591 2736.5167 141.25 2743.9688 C 142.80125 2751.5041 152.49952 2754.9075 154.40625 2746.75 C 156.16603 2739.2211 150.57604 2732.0634 143.46875 2729.8125 C 134.26106 2726.8965 121.16182 2734.3856 123.34375 2743.75 C 124.77881 2749.9091 119.91048 2749.4112 116.46875 2746.5625 C 109.5762 2740.8575 109.30706 2731.2923 110.21875 2723.25 C 110.41314 2721.5352 112.1804 2713.4016 111.0625 2714.0312 z "
   inkscape:radius="-1.1492475"
   sodipodi:type="inkscape:offset" />
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="2820.3569"
   id="text609">
  <tspan
     x="10"
     y="2820.3569"
     id="tspan611"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">簡化</tspan>
</text>
<rect
   id="d0e539"
   width="288"
   height="1000px"
   x="10"
   y="3133.2568312000003"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot614"
   transform="translate(0,-306)">
  <flowRegion
     id="flowRegion616">
    <use
       xlink:href="#d0e539"
       y="0"
       x="0"
       id="use618"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv620">簡化指令 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3349">Ctrl+L</flowSpan>) 主要用於減少路徑的節點數目並且盡可能保持原來的形狀。這個對用鉛筆工具製作的路徑很有用,因為鉛筆工具有時候會製作不必要的節點。下面左邊的形狀是用手繪工具製作的,而右邊那一個是經過簡化的結果。原始路徑有 28 個節點,而簡化過的只有 17 個 (這表示用節點工具進行編輯會更容易) 且外觀更平滑。</flowDiv></flowRoot>
<path
   id="advanced-f12-en.svgpath2511"
   d="M 75.491279,2938.9303 C 75.324736,2937.5647 74.76764,2931.0589 74.361319,2928.7607 C 74.495873,2925.8582 74.269392,2922.1377 73.984665,2918.9677 C 73.241192,2914.8914 73.797274,2911.225 73.984665,2906.9148 C 76.045888,2902.6502 77.977696,2900.0844 80.764429,2897.4985 C 85.45663,2898.6519 86.658128,2900.0585 87.544186,2904.6549 C 88.631505,2908.4152 88.532764,2912.3553 88.297494,2916.7078 C 88.297494,2920.7094 88.292227,2922.3238 90.557415,2925.3709 C 95.981399,2925.8396 96.851635,2925.3599 98.843786,2920.4743 C 100.74926,2917.162 101.39591,2913.5449 102.61032,2909.928 C 105.77716,2907.6585 108.49421,2906.834 112.02665,2905.4082 C 116.79363,2904.1832 119.72564,2905.3481 122.94961,2907.6681 C 124.68558,2912.5827 125.80204,2915.8911 123.32626,2920.0977 C 121.59855,2922.4226 119.14155,2924.1149 116.16985,2925.7475 C 113.94999,2927.1534 110.96553,2928.6717 108.63677,2930.2673 C 104.95923,2930.7492 104.77547,2933.7679 106.37685,2936.6704 C 108.92372,2938.1216 112.10564,2937.2391 113.90992,2934.7872 C 117.39539,2933.1128 118.90817,2931.5884 123.32626,2931.3973 C 127.13154,2931.9442 129.36648,2932.5703 131.61264,2934.4106 C 134.01123,2937.8751 134.87486,2940.0859 135.75583,2943.0735 C 133.94891,2945.593 132.81186,2946.9414 130.10602,2948.7233 C 126.67501,2948.7233 123.243,2948.7576 119.93638,2948.3467 C 116.84018,2948.0269 114.19836,2947.2216 111.27335,2946.8401 C 107.11802,2946.8401 103.19747,2947.0479 99.22044,2947.5934 C 96.557765,2947.6497 95.604701,2947.938 92.817337,2947.97 C 90.445775,2948.1252 88.10298,2948.4906 86.790879,2948.7233 C 83.85365,2948.698 81.248553,2948.1927 81.141083,2947.97 C 79.021929,2948.0133 77.241751,2948.0278 76.997894,2948.3467"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.75127902pt" />
<path
   id="advanced-f12-en.svgpath2525"
   d="M 181.97174,2938.9303 C 181.09992,2928.5941 179.59207,2918.1851 180.5866,2907.8115 C 181.57243,2903.9024 183.60383,2899.7241 187.55266,2898.1143 C 192.23976,2897.6951 194.31098,2903.0608 194.6949,2906.9049 C 195.42395,2912.5249 193.76089,2918.4342 195.97426,2923.8417 C 198.70911,2927.2643 204.25794,2924.885 205.53311,2921.2536 C 207.24216,2916.8148 207.37358,2911.1009 211.73615,2908.2438 C 216.4648,2905.5777 222.84333,2903.3193 227.79341,2906.7076 C 233.58915,2911.3439 231.60789,2921.5891 224.96591,2924.4188 C 220.93619,2927.2775 215.85876,2928.6862 212.34633,2932.2059 C 210.52467,2936.6898 217.93761,2939.4822 220.06257,2935.3471 C 224.32027,2931.6252 230.9548,2929.8741 235.98395,2933.1298 C 239.91596,2935.3774 243.09538,2940.5933 240.82651,2945.0193 C 238.27066,2949.1245 232.73648,2949.3026 228.4613,2948.5501 C 221.97221,2947.5474 215.41226,2946.2212 208.82683,2947.1531 C 201.07977,2947.7851 193.25637,2949.3129 185.49452,2947.9977 C 184.81032,2948.0071 184.12136,2948.1053 183.47835,2948.3467"
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.75127902pt" />
<rect
   id="d0e561"
   width="288"
   height="1000px"
   x="10"
   y="3279.3668962"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot631"
   transform="translate(0,-316)">
  <flowRegion
     id="flowRegion633">
    <use
       xlink:href="#d0e561"
       y="0"
       x="0"
       id="use635"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv637">簡化的程度 (稱為臨界值) 決定在選取物件的大小。因此,如果你選取一個路徑和一些較大的物件,那麼路徑簡化的程度會大於只單獨選取路徑時。另外,簡化指令具有加速性。這表示如果你連續快速按 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3351">Ctrl+L</flowSpan> 數次 (每次間隔小於 0.5 秒),那麼每次呼叫指令都會增加臨界值。(如果你暫停一下再執行簡化,臨界值會回到預設值。) 靈活運用加速特性,可讓你輕易地依照不同需求套用準確的簡化程度。</flowDiv></flowRoot>
<rect
   id="d0e576"
   width="288"
   height="1000px"
   x="10"
   y="3375.4913492"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot648"
   transform="translate(0,-338)">
  <flowRegion
     id="flowRegion650">
    <use
       xlink:href="#d0e576"
       y="0"
       x="0"
       id="use652"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv654">除了平滑手繪的邊框以外,簡化還可用於各種藝術效果。通常形狀是死板的,而某些程度簡化幾何形狀的好處是可創作出很棒的生動外觀 — 柔化形狀的邊角而產生非常自然的扭曲,時而流行時尚時而簡樸有趣。下面有一個貼紙形狀的例子,經過簡化後使外觀變得很漂亮:</flowDiv></flowRoot>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f13-en.svgtext2796"
   y="3099.6086"
   x="53.765549"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f13-en.svgtspan2797"
     role="line"
     y="3099.6086"
     x="53.765549">原本的</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f13-en.svgtext2799"
   y="3099.6086"
   x="135.61612"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f13-en.svgtspan2800"
     role="line"
     y="3099.6086"
     x="135.61612">輕微簡化</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f13-en.svgtext2802"
   y="3099.6086"
   x="223.13528"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f13-en.svgtspan2803"
     role="line"
     y="3099.6086"
     x="223.13528">高度簡化</tspan></text>
<path
   id="advanced-f13-en.svgpath2786"
   d="M 107.0483,3187.5665 L 107.3698,3197.2113 L 106.08379,3201.2837 L 104.47627,3201.9268 L 104.47627,3205.7849 L 103.51177,3205.6777 L 103.7261,3210.5003 L 102.01142,3210.7147 L 101.15408,3221.3242 L 107.69131,3225.5037 L 105.97663,3228.1828 L 95.259853,3226.254 L 84.86459,3228.1828 L 83.149906,3225.5037 L 88.401124,3222.1816 L 82.614069,3221.0026 L 71.36146,3223.3601 L 71.36146,3221.9673 L 78.434527,3216.6087 L 76.50551,3197.7472 C 75.29094,3197.5329 74.112099,3197.2113 72.968977,3196.7826 L 71.468626,3180.7074 L 68.896606,3180.2787 L 67.71776,3176.9565 L 66.753251,3177.1709 L 64.288392,3210.1788 L 62.252208,3210.7147 L 71.36146,3216.6087 L 70.182616,3219.6093 L 55.393475,3216.3943 L 49.392083,3217.7877 L 48.963412,3222.5032 L 54.428967,3227.4325 C 54.143186,3227.7187 53.964572,3228.1115 53.89313,3228.6115 C 53.821682,3229.1115 53.607349,3229.3618 53.250121,3229.3618 C 53.035788,3229.3618 52.892898,3229.3259 52.82145,3229.2546 L 43.605028,3227.6469 L 33.745603,3229.3618 L 32.888261,3227.4325 L 38.353811,3222.7175 L 37.17497,3210.5003 L 35.781786,3210.5003 C 35.638896,3209.2855 35.531729,3208.0711 35.460286,3206.8567 C 35.388839,3205.7136 35.317396,3204.5346 35.245949,3203.3202 L 34.067107,3202.4627 L 31.816581,3198.3903 L 32.45959,3186.6019 L 31.173577,3186.6019 L 32.45959,3178.8858 C 32.745371,3178.0284 33.174042,3177.3853 33.745603,3176.9565 C 34.388607,3176.5278 35.067337,3176.2067 35.781786,3175.9924 C 36.567685,3175.778 37.353579,3175.5991 38.139478,3175.4565 C 38.99682,3175.3134 39.782714,3175.0991 40.497166,3174.8134 L 41.033003,3177.1709 L 35.245949,3178.5643 C 34.817278,3178.9213 34.602945,3179.3499 34.602945,3179.8504 L 33.745603,3184.2439 L 36.317628,3184.2439 L 36.317628,3182.6367 L 38.460983,3182.6367 L 38.460983,3188.9594 L 48.749079,3188.9594 L 48.749079,3182.6367 L 50.892433,3182.6367 L 50.892433,3184.2439 L 53.464459,3184.2439 L 52.499945,3179.5289 C 52.428503,3179.1715 52.285613,3178.9213 52.071275,3178.7786 C 51.928384,3178.6356 51.785494,3178.493 51.642604,3178.3499 L 45.748383,3176.9565 L 46.391392,3174.8134 L 52.607117,3176.5278 C 53.178678,3176.814 53.714516,3177.314 54.214629,3178.0284 L 54.214629,3171.0626 C 53.857406,3171.6339 53.357287,3172.1344 52.714283,3172.5626 C 52.071275,3172.92 51.392547,3173.2057 50.678095,3173.4201 C 50.392315,3172.277 50.249425,3171.1697 50.249425,3170.0979 L 50.249425,3168.8117 C 50.249425,3168.3117 50.320872,3167.7404 50.463763,3167.0973 C 50.463763,3166.383 50.285148,3165.9542 49.927925,3165.8112 C 49.642145,3165.6686 49.284916,3165.5968 48.856245,3165.5968 C 48.999136,3165.9542 49.106302,3166.3471 49.17775,3166.7758 C 49.249193,3167.1332 49.284916,3167.5615 49.284916,3168.062 C 49.284916,3169.8477 48.713355,3171.3841 47.570233,3172.6698 C 46.42711,3173.8847 45.033931,3174.4919 43.390695,3174.4919 C 41.818902,3174.4919 40.461442,3173.8847 39.318319,3172.6698 C 38.175202,3171.3841 37.603641,3169.8477 37.603641,3168.062 C 37.603641,3167.0615 37.78225,3166.2399 38.139478,3165.5968 C 37.710807,3165.5968 37.31786,3165.6686 36.960632,3165.8112 C 36.603409,3165.9542 36.424795,3166.3112 36.424795,3166.883 L 36.424795,3167.0973 C 36.639128,3168.3117 36.746299,3169.2764 36.746299,3169.9907 C 36.746299,3170.9913 36.531961,3172.1344 36.10329,3173.4201 C 35.317396,3173.2057 34.495778,3172.8129 33.638436,3172.2416 C 32.852537,3171.6698 32.388143,3170.9554 32.245252,3170.0979 C 32.102362,3169.5266 32.030919,3169.0979 32.030919,3168.8117 C 32.030919,3167.4543 32.602481,3166.3112 33.745603,3165.3824 C 34.602945,3164.8824 35.496005,3164.6323 36.424795,3164.6323 L 37.496469,3164.7394 L 36.10329,3132.1607 L 51.749775,3127.8739 C 50.535205,3127.1596 49.570697,3126.1236 48.856245,3124.7662 C 48.141794,3123.4087 47.784571,3121.9082 47.784571,3120.265 C 47.784571,3117.7645 48.499022,3115.6926 49.927925,3114.0493 C 51.428271,3112.3346 53.214397,3111.4772 55.286309,3111.4772 C 57.358216,3111.4772 59.144342,3112.3346 60.644692,3114.0493 C 62.145038,3115.6926 62.895213,3117.7645 62.895213,3120.265 C 62.895213,3121.9082 62.502266,3123.4087 61.716367,3124.7662 C 61.001916,3126.1236 60.037407,3127.1596 58.822842,3127.8739 L 74.897993,3132.1607 L 74.68366,3137.6259 L 79.506206,3136.4474 L 80.14921,3138.8049 C 79.649097,3139.0193 79.327592,3139.3767 79.184702,3139.8768 C 79.041812,3140.3055 78.970364,3140.8055 78.970364,3141.3768 C 78.970364,3142.163 79.041812,3142.9486 79.184702,3143.7348 C 79.399035,3144.5204 79.577649,3145.0564 79.720539,3145.342 L 85.829098,3145.342 C 86.400659,3143.6989 86.68644,3142.3414 86.68644,3141.2699 C 86.68644,3140.3409 86.472102,3139.6624 86.043432,3139.2337 C 85.829098,3139.0193 85.650484,3138.8762 85.507594,3138.8049 L 86.043432,3136.4474 L 97.296041,3138.8049 L 99.439395,3160.6673 L 100.18957,3160.6673 L 99.975233,3163.3465 C 100.97546,3164.704 101.47558,3166.1327 101.47558,3167.6333 C 101.47558,3168.3476 101.36841,3168.9548 101.15408,3169.4548 C 100.79685,3170.3836 100.26101,3171.2051 99.546562,3171.92 C 98.83211,3172.5626 98.046216,3173.0631 97.188874,3173.4201 L 104.26194,3175.3493 C 104.61917,3175.5637 105.01212,3175.8134 105.44078,3176.0996 C 105.86945,3176.3852 106.11952,3176.8494 106.19096,3177.4924 L 108.44148,3187.5665 L 107.0483,3187.5665 z M 54.214629,3142.9845 L 48.320408,3131.4104 C 46.748615,3131.9104 45.141098,3132.375 43.497862,3132.8038 C 41.926069,3133.2325 40.318552,3133.6607 38.675316,3134.0895 L 39.854162,3163.025 C 40.211385,3162.8819 40.532889,3162.7034 40.81867,3162.489 C 41.175893,3162.2034 41.533122,3161.989 41.890345,3161.846 L 41.890345,3137.6259 L 44.355204,3137.6259 L 44.355204,3161.846 C 45.283988,3161.989 46.069887,3162.3106 46.712891,3162.8106 C 47.427342,3163.3106 47.96318,3163.9537 48.320408,3164.7394 C 48.606189,3164.6681 49.106302,3164.6323 49.820754,3164.6323 C 50.535205,3164.6323 51.035324,3164.6681 51.321104,3164.7394 L 54.214629,3163.5609 L 54.214629,3142.9845 z M 104.36911,3179.2074 C 104.29767,3178.7786 104.11905,3178.3858 103.83327,3178.0284 C 103.61893,3177.5996 103.19026,3177.314 102.54726,3177.1709 L 95.259853,3175.3493 L 87.865286,3177.1709 C 87.222277,3177.314 86.793607,3177.564 86.579274,3177.9212 C 86.436383,3178.2068 86.257769,3178.6356 86.043432,3179.2074 L 84.757424,3185.2085 L 87.650948,3185.2085 L 87.972453,3181.2433 L 90.222974,3181.4577 L 88.401124,3202.2484 L 102.11859,3203.3202 L 100.29674,3181.4577 L 102.54726,3181.2433 L 103.0831,3185.2085 L 105.86945,3185.2085 L 104.36911,3179.2074 z M 67.396255,3132.8038 C 65.753019,3132.375 64.109778,3131.9104 62.466542,3131.4104 L 56.572321,3142.9845 L 56.572321,3163.5609 L 65.788743,3166.5614 L 68.253597,3138.8049 L 72.004468,3138.0547 L 72.325968,3134.0895 L 67.396255,3132.8038 z M 56.572321,3166.3471 L 56.572321,3210.1788 L 61.930705,3208.3567 L 64.82423,3169.2405 L 56.572321,3166.3471 z M 81.328056,3154.1299 C 80.327824,3152.1293 79.256145,3150.0934 78.113024,3148.0215 C 77.041348,3145.9497 76.50551,3143.6276 76.50551,3141.0557 C 76.50551,3140.3409 76.541234,3139.8055 76.612677,3139.448 C 76.469786,3139.5193 76.076839,3139.6265 75.433831,3139.7696 C 74.862269,3139.9126 74.219265,3140.0911 73.504814,3140.3055 C 72.86181,3140.4481 72.254525,3140.5911 71.682964,3140.7342 C 71.111403,3140.8055 70.754175,3140.8414 70.611284,3140.8414 L 67.824926,3171.5985 L 71.147127,3171.8128 L 72.540306,3146.521 L 75.00516,3146.7354 L 73.61198,3172.1344 C 74.82655,3172.1344 76.076839,3172.0272 77.362852,3171.8128 C 78.648865,3171.5985 79.827706,3171.1338 80.899386,3170.4195 C 79.613373,3168.7046 78.970364,3166.6327 78.970364,3164.2039 C 78.970364,3162.489 79.220426,3160.7387 79.720539,3158.9526 C 80.220658,3157.1664 80.756495,3155.5588 81.328056,3154.1299 z M 94.938353,3140.8414 L 88.936961,3139.6624 C 89.008409,3139.948 89.044127,3140.2337 89.044127,3140.5198 L 89.044127,3141.1629 C 89.044127,3142.3773 88.865518,3143.5563 88.50829,3144.6994 C 88.222509,3145.7707 87.829562,3146.8425 87.329444,3147.9144 C 86.82933,3148.9144 86.293493,3149.9503 85.721932,3151.0221 C 85.221813,3152.0222 84.7217,3153.0581 84.221581,3154.1299 C 83.50713,3155.7017 82.864126,3157.3448 82.292565,3159.0597 C 81.721004,3160.7029 81.435223,3162.3819 81.435223,3164.0968 C 81.435223,3165.0968 81.613837,3166.2399 81.97106,3167.5261 C 82.756959,3169.2405 83.971524,3170.4195 85.614764,3171.0626 C 87.258001,3171.6339 88.972685,3171.9913 90.758811,3172.1344 C 90.401588,3171.7056 90.04436,3171.2051 89.687136,3170.6338 C 89.329908,3170.062 89.079851,3169.4907 88.936961,3168.9189 C 88.865518,3168.6333 88.794071,3168.3835 88.722628,3168.1692 C 88.722628,3167.9548 88.722628,3167.7045 88.722628,3167.4189 C 88.722628,3166.7758 88.794071,3166.1686 88.936961,3165.5968 C 89.151299,3165.0255 89.401356,3164.4896 89.687136,3163.9896 L 89.579968,3161.2029 L 91.294648,3160.9885 L 90.544478,3146.7354 L 93.009332,3146.7354 L 93.759507,3160.6673 L 94.831182,3160.4531 L 96.760203,3160.4531 L 94.938353,3140.8414 z M 89.687136,3174.4919 C 88.472566,3174.3488 87.258001,3174.1344 86.043432,3173.8488 C 84.900314,3173.4918 83.864358,3172.9559 82.935569,3172.2416 C 81.50667,3173.2416 79.970596,3173.8847 78.32736,3174.1703 C 76.755567,3174.456 75.14805,3174.599 73.504814,3174.599 L 75.219498,3194.8538 L 82.614069,3197.2113 L 83.149906,3197.2113 L 83.149906,3196.7826 L 83.578577,3187.5665 C 83.364239,3187.4234 83.114183,3187.3521 82.828402,3187.3521 L 82.078228,3187.3521 L 84.221581,3177.4924 C 84.364472,3176.8494 84.614533,3176.3852 84.971757,3176.0996 C 85.400427,3175.8134 85.793374,3175.5637 86.150603,3175.3493 L 89.687136,3174.4919 z M 49.392083,3207.2854 L 49.606421,3203.4272 C 49.677863,3202.1412 49.713587,3200.8909 49.713587,3199.676 C 49.713587,3198.2473 49.642145,3196.8185 49.499254,3195.3898 C 49.427807,3193.9605 49.213474,3192.603 48.856245,3191.3174 L 38.353811,3191.3174 C 37.996588,3192.6748 37.746531,3194.0677 37.603641,3195.4969 C 37.532193,3196.8544 37.496469,3198.2473 37.496469,3199.676 C 37.496469,3201.1053 37.532193,3202.534 37.603641,3203.9628 C 37.675084,3205.392 37.78225,3206.7849 37.92514,3208.1423 L 49.392083,3208.1423 L 49.392083,3207.2854 z M 88.936961,3130.553 C 88.722628,3131.7679 88.151067,3132.9464 87.222277,3134.0895 C 86.364936,3135.2326 85.328985,3135.9474 84.114415,3136.2331 C 83.828634,3136.3044 83.399963,3136.3403 82.828402,3136.3403 C 80.899386,3136.3403 79.256145,3135.4828 77.898689,3133.7679 C 77.541466,3133.1966 77.255686,3132.6607 77.041348,3132.1607 C 76.827015,3131.6607 76.684124,3131.1248 76.612677,3130.553 L 75.219498,3130.553 L 75.219498,3129.8027 C 75.219498,3128.017 75.576721,3126.3734 76.291172,3124.8733 C 77.005624,3123.3728 78.148746,3122.1225 79.720539,3121.1225 C 80.292101,3120.8363 80.935109,3120.6938 81.64956,3120.6938 C 82.364007,3120.622 83.078459,3120.5866 83.79291,3120.5866 C 85.436151,3120.9435 86.68644,3121.5866 87.543782,3122.5154 C 88.472566,3123.4441 89.115575,3124.4446 89.472798,3125.5164 C 89.901469,3126.5165 90.151526,3127.5165 90.222974,3128.517 C 90.294416,3129.4458 90.33014,3130.1242 90.33014,3130.553 L 88.936961,3130.553 z M 59.251513,3118.1214 C 58.679952,3117.7645 58.108391,3117.4788 57.53683,3117.2645 C 57.322492,3117.1927 57.036711,3117.1573 56.679488,3117.1573 C 55.965036,3117.1573 55.214861,3117.3357 54.428967,3117.6932 C 53.714516,3118.0501 53.035788,3118.4076 52.392779,3118.7645 C 51.606885,3119.1932 50.892433,3119.6932 50.249425,3120.265 L 50.249425,3120.5866 C 50.392315,3121.801 50.749543,3122.98 51.321104,3124.1231 C 51.964108,3125.1949 52.892898,3125.9806 54.107463,3126.4806 C 54.393243,3126.5524 54.78619,3126.5877 55.286309,3126.5877 C 56.500874,3126.5877 57.53683,3126.159 58.394171,3125.3021 C 59.680184,3123.9446 60.323188,3122.301 60.323188,3120.3722 C 60.323188,3120.0148 60.251745,3119.4789 60.108855,3118.7645 L 59.251513,3118.1214 z M 99.117891,3167.4189 C 99.117891,3165.8471 98.617777,3164.7752 97.617545,3164.2039 L 95.04552,3163.2393 L 92.044824,3164.5254 C 91.6876,3164.9537 91.40182,3165.4183 91.187482,3165.9183 C 90.973149,3166.3471 90.865977,3166.8471 90.865977,3167.4189 C 90.865977,3168.6333 91.294648,3169.6338 92.15199,3170.4195 C 93.009332,3171.1338 93.97384,3171.4913 95.04552,3171.4913 C 96.188642,3171.4913 97.15315,3171.1338 97.939045,3170.4195 C 98.724944,3169.6338 99.117891,3168.6333 99.117891,3167.4189 z M 55.286309,3129.3745 L 50.892433,3130.8745 L 55.393475,3139.6624 L 60.001684,3130.8745 L 55.286309,3129.3745 z M 47.034395,3168.2763 C 47.034395,3167.9902 46.998672,3167.6686 46.927229,3167.3117 C 46.855781,3166.9543 46.748615,3166.7045 46.605725,3166.5614 L 45.53405,3166.1327 C 45.176822,3165.9896 44.819598,3165.8827 44.46237,3165.8112 C 44.105147,3165.7399 43.747919,3165.704 43.390695,3165.704 C 43.033467,3165.704 42.676244,3165.7399 42.319016,3165.8112 C 41.961792,3165.8827 41.604564,3165.9896 41.247341,3166.1327 C 40.890113,3166.2758 40.497166,3166.4184 40.068495,3166.5614 C 39.925604,3167.2758 39.854162,3167.8476 39.854162,3168.2763 C 39.854162,3169.3477 40.175661,3170.2764 40.81867,3171.0626 C 41.533122,3171.8482 42.390463,3172.2416 43.390695,3172.2416 C 44.390927,3172.2416 45.248269,3171.8482 45.962721,3171.0626 C 46.67717,3170.2764 47.034395,3169.3477 47.034395,3168.2763 z M 86.043432,3126.4806 C 84.900314,3127.338 83.721468,3128.1242 82.506898,3128.8386 C 81.36378,3129.4816 80.184934,3129.9817 78.970364,3130.3386 C 79.184702,3131.053 79.470483,3131.6607 79.827706,3132.1607 C 80.184934,3132.5894 80.577881,3132.9822 81.006552,3133.3397 C 81.50667,3133.6966 82.113951,3133.8751 82.828402,3133.8751 L 83.04274,3133.8751 C 84.328753,3133.7325 85.257537,3133.0181 85.829098,3131.732 C 86.257769,3131.0176 86.472102,3130.1242 86.472102,3129.0529 C 86.472102,3128.6242 86.436383,3128.1955 86.364936,3127.7667 C 86.293493,3127.2667 86.186322,3126.838 86.043432,3126.4806 z M 81.756727,3199.5691 L 78.970364,3198.7119 L 80.899386,3216.823 L 81.756727,3217.0374 L 81.756727,3199.5691 z M 44.676708,3210.5003 L 44.676708,3222.7175 L 46.712891,3222.7175 L 46.712891,3222.5032 L 47.784571,3210.5003 L 44.676708,3210.5003 z M 42.426187,3210.5003 L 39.425491,3210.5003 L 40.604332,3222.7175 L 42.426187,3222.7175 L 42.426187,3210.5003 z M 94.081012,3210.7147 L 90.758811,3210.7147 L 91.723319,3220.7883 L 94.188178,3220.7883 L 94.081012,3210.7147 z M 96.438699,3210.7147 L 96.438699,3220.7883 L 98.903558,3220.7883 L 99.7609,3210.7147 L 96.438699,3210.7147 z M 86.150603,3201.9268 L 84.435919,3201.2837 L 84.221581,3199.8904 L 84.221581,3217.0374 L 84.757424,3216.823 L 86.150603,3204.2843 L 86.150603,3201.9268 z M 54.107463,3200.7478 L 53.035788,3202.4627 L 51.856942,3203.1058 L 51.428271,3209.3213 C 51.642604,3209.3926 51.892665,3209.4644 52.178446,3209.5357 C 52.392779,3209.607 52.67856,3209.6788 53.035788,3209.7501 C 53.393011,3209.8931 53.785958,3210.0357 54.214629,3210.1788 L 54.107463,3200.7478 z M 34.710111,3186.6019 L 34.067107,3197.7472 L 35.245949,3200.1047 L 35.245949,3198.7119 C 35.245949,3196.8544 35.388839,3195.1036 35.674619,3193.4605 C 36.031848,3191.8174 36.210457,3190.0671 36.210457,3188.2091 L 36.10329,3186.6019 L 34.710111,3186.6019 z M 94.188178,3206.5351 C 94.188178,3205.9633 94.152454,3205.392 94.081012,3204.8202 L 89.579968,3204.6059 L 89.365632,3208.3567 L 94.188178,3208.3567 L 94.188178,3206.5351 z M 52.392779,3186.6019 L 51.106766,3186.6019 C 51.035324,3186.9588 50.9996,3187.2804 50.9996,3187.5665 L 50.9996,3188.3163 L 51.964108,3198.4975 L 51.856942,3200.1047 L 53.035788,3197.9616 L 52.392779,3186.6019 z M 104.79778,3187.5665 L 103.19026,3187.5665 L 104.15477,3199.5691 L 104.26194,3199.676 L 104.36911,3199.5691 L 105.33362,3196.7826 L 104.79778,3187.5665 z M 85.829098,3187.5665 L 85.400427,3196.7826 L 86.150603,3199.5691 C 86.293493,3199.5691 86.364936,3199.6047 86.364936,3199.676 L 86.472102,3199.676 L 86.579274,3199.5691 L 87.329444,3187.5665 L 85.829098,3187.5665 z M 101.15408,3205.4633 C 100.36818,3205.4633 99.582286,3205.4274 98.796386,3205.3561 C 98.010492,3205.2848 97.224597,3205.1777 96.438699,3205.0346 L 96.438699,3208.3567 L 101.36841,3208.3567 L 101.15408,3205.4633 z M 88.50829,3210.7147 L 87.972453,3210.7147 L 87.329444,3216.3943 L 89.151299,3217.5733 L 88.50829,3210.7147 z M 70.825622,3174.4919 L 69.110939,3174.1703 L 70.611284,3178.1355 L 71.254293,3178.3499 L 70.825622,3174.4919 z"
   style="stroke-width:1pt" />
<path
   id="advanced-f13-en.svgpath2789"
   d="M 201.82675,3187.5667 C 203.27873,3194.613 201.06057,3200.6603 198.35759,3206.5384 C 199.14106,3210.7009 195.04548,3213.1511 196.20293,3217.9777 C 192.89647,3223.2657 207.88695,3225.0196 199.35767,3228.0729 C 194.65301,3227.0569 189.70985,3225.513 184.94497,3227.1988 C 182.29321,3228.9203 175.76746,3227.6862 179.62203,3224.2428 C 187.03209,3221.5493 175.88335,3220.2681 173.26931,3221.8351 C 170.93572,3222.8797 162.88408,3224.1848 168.20367,3220.4038 C 176.22559,3217.3957 171.67185,3208.9185 171.7662,3202.4625 C 171.85638,3199.1316 171.39897,3197.5234 168.23917,3196.8161 C 166.67946,3192.158 167.13644,3186.9647 166.37567,3182.0854 C 166.25959,3180.0166 162.08802,3180.3023 162.49619,3176.9563 C 159.98059,3180.9853 161.43367,3187.1842 160.4199,3192.0594 C 159.96888,3198.0991 159.51787,3204.1389 159.06685,3210.1787 C 154.29609,3212.4005 169.1521,3214.6163 165.28285,3218.8013 C 160.97579,3220.0923 155.99321,3216.905 151.35975,3216.6992 C 145.67965,3214.8057 140.38692,3221.6387 146.5552,3225.0892 C 151.28405,3227.5025 147.45876,3230.5785 143.78607,3228.6085 C 138.67675,3225.9 131.4114,3230.9203 127.83898,3227.939 C 130.95801,3224.6247 134.97471,3221.6193 132.50743,3216.2416 C 132.40652,3211.0769 129.69043,3208.2362 129.65305,3202.922 C 123.99418,3199.1473 128.64067,3190.6042 126.49089,3186.5615 C 125.73375,3182.3483 127.1084,3175.6547 132.77549,3175.2866 C 139.17818,3175.637 132.72641,3178.5181 129.95476,3178.8244 C 127.72812,3181.95 128.88432,3186.6743 132.44916,3182.6366 C 133.61028,3186.0265 132.64044,3190.9923 138.65193,3188.9592 C 144.34997,3190.859 143.23748,3186.0259 144.09949,3182.6457 C 145.80415,3183.9269 149.15908,3185.591 147.72219,3181.5425 C 149.11604,3176.4488 137.80594,3178.5844 141.81558,3175.0591 C 144.99823,3174.6448 150.50206,3180.4709 148.96131,3174.2151 C 150.86617,3168.3269 143.72384,3176.2642 145.05467,3170.9083 C 145.98111,3167.8813 143.46563,3163.4281 144.06199,3168.9787 C 143.88025,3178.2044 128.28548,3173.3818 132.91792,3165.5968 C 129.2874,3166.5042 133.42063,3176.9198 127.63721,3171.4943 C 123.49389,3165.3293 135.55093,3165.3685 132.03283,3159.0786 C 131.64912,3150.106 131.26542,3141.1332 130.88172,3132.1607 C 135.46577,3130.5413 143.48494,3129.433 145.92846,3127.4956 C 139.64936,3123.2417 142.62058,3110.7772 150.7697,3111.5208 C 160.0264,3112.5449 157.48002,3124.6734 154.99442,3128.3244 C 159.56041,3130.175 167.51573,3129.7898 169.68799,3133.608 C 167.55241,3139.1277 172.59052,3135.8653 174.72853,3137.4438 C 172.10761,3141.7612 174.73114,3147.6549 180.16607,3145.197 C 183.27228,3142.0292 177.60088,3133.9063 185.12606,3137.3489 C 190.86786,3137.2402 193.43087,3139.9814 192.74427,3145.6369 C 193.44922,3150.905 193.41387,3156.3696 194.59603,3161.5108 C 197.08982,3165.688 196.21204,3170.6782 192.88924,3173.6039 C 199.14193,3173.8559 202.50124,3178.1897 202.48659,3184.2841 C 202.21513,3185.6102 204.74593,3188.3085 201.82675,3187.5667 z M 148.99309,3142.9843 C 146.05195,3139.8144 145.63083,3130.5566 140.73357,3132.2239 C 135.26054,3131.9582 131.77499,3135.6214 133.73366,3140.9599 C 134.03328,3148.3147 134.33295,3155.6697 134.63257,3163.0248 C 139.17427,3158.5044 135.45182,3149.6329 136.66877,3143.3975 C 135.35124,3140.4373 138.16539,3134.2749 139.21252,3139.7216 C 139.74492,3147.164 137.73348,3156.1368 140.2466,3162.6048 C 144.18398,3166.2827 151.4333,3164.609 148.99309,3158.163 C 148.99309,3153.1032 148.99309,3148.044 148.99309,3142.9843 z M 199.14755,3179.2072 C 194.96966,3174.351 185.31586,3174.5675 180.91634,3178.9498 C 179.48661,3181.3196 179.23217,3188.2639 182.81942,3184.0019 C 180.98414,3179.9743 187.08778,3181.1957 184.72144,3184.6527 C 184.80532,3190.2757 182.39842,3198.0088 184.03688,3202.3155 C 187.86865,3201.7802 195.39183,3204.9166 196.78316,3201.9532 C 196.21385,3195.1218 195.64448,3188.2897 195.07517,3181.4577 C 198.56831,3179.5173 197.41962,3188.8498 200.43538,3184.2078 C 200.19224,3182.5096 199.44396,3180.9103 199.14755,3179.2072 z M 162.17471,3132.804 C 155.26687,3128.6658 152.87096,3140.2879 151.35072,3144.9044 C 152.09942,3150.9839 149.8406,3159.246 152.50281,3163.936 C 156.33075,3164.8967 162.20306,3168.9525 160.95229,3162.2246 C 161.64556,3154.4176 162.33879,3146.6115 163.03201,3138.8048 C 168.94607,3138.8251 168.6466,3132.8076 162.17471,3132.804 z M 151.35072,3166.3473 C 151.35072,3180.9578 151.35072,3195.5682 151.35072,3210.1787 C 159.76154,3209.8396 156.40697,3200.0892 157.73652,3194.4681 C 158.35856,3186.0593 158.9806,3177.6496 159.60264,3169.2406 C 156.85202,3168.2765 154.1014,3167.3119 151.35072,3166.3473 z M 176.1065,3154.1298 C 173.11194,3149.9361 171.31297,3143.2284 170.66164,3139.5593 C 163.12463,3139.4112 165.22935,3147.6879 164.32085,3152.6397 C 163.74835,3158.9589 163.17587,3165.2787 162.60338,3171.5984 C 168.57294,3173.0076 165.33343,3164.508 166.51435,3161.1239 C 166.78248,3156.2562 167.05059,3151.3887 167.31872,3146.5209 C 172.26609,3146.8072 168.30968,3154.4663 169.17092,3157.9047 C 168.91078,3162.6475 168.65058,3167.3908 168.39043,3172.1344 C 173.24238,3173.1187 176.92671,3169.5295 173.78996,3165.1679 C 173.4986,3161.3507 174.79033,3157.6493 176.1065,3154.1298 z M 189.71679,3140.8416 C 186.38849,3140.2121 182.5356,3138.319 183.55866,3143.3111 C 182.04092,3151.0895 175.18392,3157.4344 176.24351,3165.7564 C 176.00773,3170.5646 188.46782,3175.542 183.6953,3168.9694 C 183.32048,3164.7434 184.96086,3161.7632 186.01607,3158.936 C 186.55014,3155.1934 183.45275,3147.7731 186.98963,3146.6087 C 190.088,3150.1602 185.8254,3159.3234 190.16912,3160.5839 C 193.27317,3156.6252 189.40652,3149.1906 190.00559,3143.9503 C 189.90933,3142.9143 189.81306,3141.8778 189.71679,3140.8416 z M 184.46555,3174.4917 C 179.45812,3172.2195 174.26374,3173.5111 169.34611,3174.2593 C 167.2827,3179.5367 169.96169,3186.2322 169.76203,3192.0668 C 168.49123,3195.9507 177.30824,3197.8991 177.97063,3196.0056 C 178.99164,3189.2395 175.97,3185.5901 178.64545,3178.9228 C 178.94043,3175.5632 181.69537,3174.9647 184.46555,3174.4917 z M 144.17052,3207.2853 C 143.52682,3202.1546 147.57797,3190.3011 139.69624,3191.3174 C 135.905,3191.1172 131.62189,3190.4148 132.51517,3195.6095 C 131.76189,3200.7434 130.78235,3210.7074 138.94447,3208.1423 C 139.92751,3207.5631 144.83419,3209.269 144.17052,3207.2853 z M 183.71537,3130.5531 C 182.8961,3138.3818 172.09444,3137.2138 170.42253,3130.5548 C 168.47632,3124.95 175.24114,3117.6658 180.796,3121.4642 C 183.30349,3122.5352 187.33423,3129.6666 183.71537,3130.5531 z M 154.02998,3118.1214 C 147.10388,3112.959 141.14383,3126.7601 150.47315,3126.6389 C 153.97006,3126.1482 156.81129,3120.8939 154.02998,3118.1214 z M 193.89632,3167.4189 C 193.27105,3158.7622 180.32402,3166.701 188.0655,3171.1416 C 190.6096,3172.7454 194.10354,3170.3071 193.89632,3167.4189 z M 150.06475,3129.3747 C 142.5352,3129.715 148.7945,3135.9284 150.17191,3139.6622 C 151.39279,3135.0926 158.83645,3130.0387 150.06475,3129.3747 z M 141.81283,3168.2764 C 140.0189,3161.1659 129.42629,3170.426 137.6991,3172.23 C 139.90244,3172.541 141.92109,3170.43 141.81283,3168.2764 z M 180.82187,3126.4804 C 177.4083,3127.8558 170.37108,3132.8141 177.99801,3133.8546 C 181.15854,3133.2521 181.8306,3129.0195 180.82187,3126.4804 z M 176.53516,3199.5691 C 170.9511,3197.5385 175.7842,3207.3643 174.99062,3210.3712 C 174.76135,3212.8591 176.48445,3220.1776 176.54812,3214.0025 C 176.47056,3209.2104 176.57668,3204.3784 176.53516,3199.5691 z M 139.45514,3210.5001 C 140.31909,3214.231 137.62377,3221.5231 141.00157,3222.78 C 142.02569,3219.2838 142.96551,3213.0048 141.78604,3210.5001 C 141.00907,3210.5001 140.23211,3210.5001 139.45514,3210.5001 z M 137.20463,3210.5001 C 131.13272,3210.0251 136.31808,3219.1484 135.38279,3222.7176 C 139.46465,3222.2072 136.08458,3213.7389 137.20463,3210.5001 z M 188.85944,3210.7147 C 183.08247,3209.3001 186.24992,3219.3193 187.48163,3220.9926 C 190.70606,3220.1379 188.0763,3213.2724 188.85944,3210.7147 z M 191.21715,3210.7147 C 191.44584,3213.3023 189.93289,3224.4045 193.85369,3219.4492 C 193.15138,3216.209 197.16745,3208.9257 191.21715,3210.7147 z M 180.92901,3201.927 C 176.87157,3198.3996 179.95614,3208.2386 179,3210.7197 C 178.64847,3213.9627 179.3221,3219.8185 179.91328,3213.4695 C 180.16524,3209.6228 181.053,3205.8032 180.92901,3201.927 z M 148.8859,3200.7476 C 145.95468,3202.4824 144.54009,3211.0989 148.98464,3209.3039 C 148.94891,3206.4517 148.91917,3203.5995 148.8859,3200.7476 z M 129.48856,3186.602 C 129.76752,3190.8162 127.80937,3195.6312 129.82075,3199.4432 C 129.27204,3196.0448 133.03682,3187.8024 129.48856,3186.602 z M 188.96663,3206.5352 C 188.25259,3200.6454 179.82393,3208.4917 186.65586,3208.4566 C 188.36108,3208.3135 189.42119,3208.8618 188.96663,3206.5352 z M 147.1712,3186.602 C 143.76987,3189.2374 147.7842,3195.9165 146.63539,3200.1047 C 149.07433,3196.1465 146.79131,3190.9871 147.1712,3186.602 z M 199.57618,3187.5667 C 196.26237,3188.4068 199.26844,3198.4486 199.36996,3198.9965 C 200.86147,3195.3244 199.43789,3191.3656 199.57618,3187.5667 z M 180.60752,3187.5667 C 180.73469,3190.6388 179.21381,3199.0146 181.44286,3198.632 C 180.70517,3195.5507 183.9131,3188.0574 180.60752,3187.5667 z M 195.93252,3205.4631 C 189.80041,3202.7025 190.34229,3210.9696 195.98586,3208.0956 C 196.61117,3207.2807 195.58391,3206.3435 195.93252,3205.4631 z M 183.28671,3210.7147 C 180.27455,3213.0738 184.3818,3221.0301 183.61616,3214.295 C 183.51699,3213.1 183.39567,3211.908 183.28671,3210.7147 z M 165.60406,3174.4917 C 161.7101,3172.7119 167.28608,3182.0202 165.79473,3176.1377 C 165.74802,3175.8986 165.62089,3174.8013 165.60406,3174.4917 L 165.60406,3174.4917 z"
   style="stroke-width:1pt" />
<path
   id="advanced-f13-en.svgpath2795"
   d="M 296.60515,3187.5667 C 298.33969,3197.809 292.83765,3207.7994 289.81469,3216.9466 C 292.57748,3221.3692 299.09559,3229.582 288.74932,3226.5866 C 283.09723,3226.2767 272.38338,3230.4027 274.69719,3221.9824 C 271.85864,3218.8009 260.34632,3226.4407 263.91623,3219.1421 C 271.62125,3212.6004 266.2568,3201.2996 262.55927,3193.9135 C 261.93542,3189.6845 261.34948,3176.3286 256.41477,3180.1961 C 254.70765,3189.1912 255.44497,3198.4648 253.94178,3207.5111 C 252.65332,3211.7578 264.92391,3220.1006 254.65438,3218.5206 C 247.67371,3214.0862 233.54259,3217.2973 242.07256,3226.8656 C 239.9252,3230.262 231.46131,3227.2285 226.77246,3228.5337 C 222.09284,3225.5105 231.66149,3217.0431 226.52117,3211.3718 C 222.81103,3201.6558 219.84207,3191.0413 221.73363,3180.6812 C 221.804,3174.1345 233.5133,3175.8345 224.95992,3179.0107 C 222.2265,3185.0561 234.84253,3194.0188 239.35394,3185.8516 C 238.74257,3182.1002 245.49273,3183.2786 240.47334,3179.1564 C 232.78464,3174.0671 245.73225,3179.007 243.21449,3172.9539 C 238.46129,3174.0425 239.62395,3163.7917 238.202,3171.9338 C 234.03835,3179.8825 225.54191,3164.2617 226.06,3170.6165 C 216.4107,3173.5571 230.75652,3159.7756 227.36646,3154.1374 C 227.57353,3146.5615 221.35855,3135.3394 230.09306,3130.5944 C 237.69667,3131.8479 240.88101,3125.298 237.05606,3119.5147 C 236.90688,3110.8954 251.70891,3108.381 251.73507,3118.1435 C 249.33995,3125.7054 253.24987,3131.6732 261.31406,3131.5113 C 268.07381,3133.3187 267.53302,3149.8982 275.53648,3143.5463 C 274.90688,3131.5038 289.50668,3138.1868 288.27399,3146.4818 C 286.31833,3154.4168 291.66594,3161.8843 290.01006,3169.7787 C 288.1116,3175.7928 302.29233,3179.5093 297.27514,3187.6105 C 297.05182,3187.5962 296.60515,3187.5667 296.60515,3187.5667 z M 243.77147,3142.9843 C 243.68884,3135.834 231.88699,3126.7834 228.7734,3136.7711 C 227.59121,3144.8065 229.69601,3152.9495 229.35741,3161.0521 C 233.37193,3160.9998 231.02297,3148.1335 230.99006,3143.0959 C 233.69193,3132.845 235.48498,3151.2275 233.2908,3155.3644 C 230.26724,3165.956 248.1328,3166.3133 244.26784,3155.569 C 243.65229,3151.4083 243.43098,3147.1804 243.77147,3142.9843 z M 293.92594,3179.2072 C 289.60028,3170.8386 270.21635,3177.8489 276.99369,3183.9357 C 282.7702,3180.8929 276.08722,3194.2619 278.52629,3197.8345 C 280.75064,3208.2305 295.52943,3203.1651 291.38009,3193.3491 C 289.12408,3188.9457 289.51203,3179.7591 294.83402,3184.3237 C 295.09922,3182.5534 294.43066,3180.8593 293.92594,3179.2072 z M 256.9531,3132.804 C 248.09672,3130.9673 246.16204,3142.3247 246.25611,3148.8122 C 243.39085,3154.8114 247.41187,3170.7514 255.27844,3163.151 C 257.21801,3155.3018 256.58096,3146.8745 257.81045,3138.8048 C 263.78331,3140.2332 261.88684,3130.8643 256.9531,3132.804 z M 246.12918,3166.3473 C 246.12917,3180.9578 246.12917,3195.5682 246.12917,3210.1787 C 254.67586,3208.0664 251.90837,3197.5095 252.48589,3191.0607 C 251.50307,3183.3116 259.09239,3171.0267 249.25483,3167.1683 C 248.74162,3167.0203 246.65788,3166.4729 246.12918,3166.3473 L 246.12918,3166.3473 z M 270.88495,3154.1298 C 268.52954,3150.2284 264.69946,3134.951 259.98156,3144.792 C 258.91449,3152.7762 258.41539,3160.9061 257.87968,3168.944 C 263.81118,3170.0122 260.26531,3156.8965 261.38405,3152.0725 C 263.91945,3142.4369 265.90914,3156.5524 263.6722,3160.0208 C 260.44689,3165.0624 266.49304,3177.783 269.311,3167.0233 C 270.35065,3162.6578 267.22634,3157.827 270.88495,3154.1298 z M 284.49524,3140.8416 C 274.98154,3138.776 277.3193,3152.1221 272.60971,3156.792 C 266.58261,3161.5089 274.90334,3177.3361 279.09242,3167.9126 C 280.32508,3161.651 279.33701,3153.9018 281.98687,3148.6797 C 283.34427,3151.4175 284.03445,3163.2678 285.9242,3154.6489 C 286.07677,3149.9871 283.98122,3145.5175 284.49524,3140.8416 z M 279.244,3174.4917 C 272.80151,3170.889 261.35986,3173.2363 263.40712,3182.5893 C 260.66104,3188.9884 269.9134,3202.7845 273.07578,3191.5518 C 272.28598,3185.4817 270.5248,3175.481 279.244,3174.4917 z M 238.94897,3207.2853 C 241.26141,3200.7329 238.67132,3185.9835 229.13068,3192.4062 C 222.14496,3198.9816 229.01085,3214.3026 238.94897,3207.2853 z M 278.49382,3130.5531 C 277.77067,3139.0359 263.68521,3136.0178 264.51848,3128.2471 C 264.20444,3118.545 279.77914,3118.4183 279.70846,3127.9723 C 279.58462,3128.4125 278.77491,3130.1331 278.49382,3130.5531 L 278.49382,3130.5531 z M 248.80838,3118.1214 C 240.30256,3110.7921 239.17577,3133.4468 248.36292,3124.8147 C 249.97499,3123.0554 250.67378,3119.9751 248.80838,3118.1214 z M 288.67475,3167.4189 C 286.93261,3156.833 274.85212,3174.3609 286.23078,3171.2798 C 287.69304,3170.6146 288.78698,3169.0646 288.67475,3167.4189 z M 244.84318,3129.3747 C 235.95022,3130.2289 247.9428,3144.1891 248.63112,3133.4681 C 249.81463,3131.2068 247.17834,3128.4287 244.84318,3129.3747 z M 236.59126,3168.2764 C 233.57162,3159.7718 226.48628,3176.5807 235.24737,3171.3172 C 236.144,3170.5859 236.60715,3169.4159 236.59126,3168.2764 z M 275.60028,3126.4804 C 266.936,3124.9547 273.82938,3139.7167 276.0134,3129.5627 C 275.99906,3129.0417 275.72367,3126.987 275.60028,3126.4804 L 275.60028,3126.4804 z M 271.31359,3199.5691 C 264.40895,3201.3693 272.68641,3220.1453 271.33765,3208.0651 C 271.32436,3205.2333 271.26632,3202.4011 271.31359,3199.5691 z M 234.23358,3210.5001 C 232.52079,3214.9474 235.65572,3225.3201 237.22799,3215.6432 C 237.70931,3213.467 237.06667,3210.4065 234.23358,3210.5001 z M 231.98307,3210.5001 C 224.25187,3210.4489 232.72238,3227.2205 232.04339,3216.0359 C 231.78498,3214.2117 231.47024,3212.3189 231.98307,3210.5001 z M 283.63788,3210.7147 C 275.20617,3209.2749 284.69451,3225.9529 283.67633,3214.6697 C 283.52221,3213.3605 283.3909,3212.0234 283.63788,3210.7147 z M 285.9956,3210.7147 C 282.74371,3215.383 289.4991,3223.0119 289.26393,3214.1588 C 289.68005,3212.1996 288.51865,3209.0328 285.9956,3210.7147 z M 275.70746,3201.927 C 270.24058,3203.546 275.20482,3220.0748 275.14145,3209.5197 C 275.45041,3207.0004 275.71178,3204.4683 275.70746,3201.927 z M 243.66436,3200.7476 C 237.40554,3201.0327 244.44001,3213.4615 243.70479,3204.2611 C 243.68177,3203.0904 243.68518,3201.919 243.66436,3200.7476 z M 224.267,3186.602 C 222.97373,3191.2777 224.44536,3201.6262 225.79141,3191.4843 C 226.09919,3189.7472 225.75681,3187.7356 224.267,3186.602 z M 283.74506,3206.5352 C 280.65228,3200.1804 278.34084,3213.2835 283.58882,3207.8232 C 283.64088,3207.3938 283.74506,3206.5352 283.74506,3206.5352 z M 241.94963,3186.602 C 237.41862,3190.685 243.9073,3202.3267 242.24256,3191.6796 C 242.03325,3189.9971 241.82029,3188.3003 241.94963,3186.602 z M 294.35462,3187.5667 C 289.00642,3189.7294 296.42845,3201.5594 294.60195,3191.7228 C 294.45053,3190.3432 294.31529,3188.9566 294.35462,3187.5667 z M 275.38596,3187.5667 C 274.07091,3190.3929 275.61274,3201.1892 276.81194,3192.6225 C 277.17376,3190.8956 277.08742,3188.5863 275.38596,3187.5667 z M 290.71097,3205.4631 C 284.15001,3201.4322 289.79739,3214.5159 290.71097,3205.4631 z M 278.06514,3210.7147 C 274.68513,3213.9676 280.66418,3218.2144 278.06514,3210.7147 z M 260.3825,3174.4917 C 256.75668,3176.658 264.2188,3178.3659 260.3825,3174.4917 z"
   style="stroke-width:1pt" />
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="3252.5969"
   id="text669">
  <tspan
     x="10"
     y="3252.5969"
     id="tspan671"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">建立文字</tspan>
</text>
<rect
   id="d0e601"
   width="288"
   height="1000px"
   x="10"
   y="3621.4969492"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot674"
   transform="translate(0,-364)">
  <flowRegion
     id="flowRegion676">
    <use
       xlink:href="#d0e601"
       y="0"
       x="0"
       id="use678"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv680">Inkscape 可以製作長篇幅且複雜的文章。不過也可以極為方便地製作少許文字的物件,諸如標題、旗幟、標誌、圖表標籤和說明...等。這小節將介紹基本的 Inkscape 文字功能。</flowDiv></flowRoot>
<rect
   id="d0e604"
   width="288"
   height="1000px"
   x="10"
   y="3672.6418542"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot683"
   transform="translate(0,-374)">
  <flowRegion
     id="flowRegion685">
    <use
       xlink:href="#d0e604"
       y="0"
       x="0"
       id="use687"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv689">建立文字物件和切換到文字工具 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3353">F8</flowSpan>) 一樣簡單。點擊文件中某個地方並輸入你要的文字。開啟文字和字型對話窗 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3355">Shift+Ctrl+T</flowSpan>) 可變更字型、樣式、大小和對齊。此對話窗也有文字輸入欄分頁,你可以在那裡編輯文字物件 - 在某些情形下它會比在畫布上編輯還方便 (尤其這個分頁支援拼字檢查功能)。</flowDiv></flowRoot>
<rect
   id="d0e613"
   width="288"
   height="1000px"
   x="10"
   y="3746.1512682000002"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot696"
   transform="translate(0,-396)">
  <flowRegion
     id="flowRegion698">
    <use
       xlink:href="#d0e613"
       y="0"
       x="0"
       id="use700"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv702">像其他工具一樣,文字工具能選取擁有「文字物件」類型的物件,所以你可以點擊以選取和將游標放置在任何現有的文字物件上 (如本段落)。</flowDiv></flowRoot>
<rect
   id="d0e616"
   width="288"
   height="1000px"
   x="10"
   y="3786.1446822000003"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot705"
   transform="translate(0,-406)">
  <flowRegion
     id="flowRegion707">
    <use
       xlink:href="#d0e616"
       y="0"
       x="0"
       id="use709"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv711">文字排版常見的操作之一就是調整字距和行距。正如往常,Inkscape 提供了這個功能的鍵盤快捷鍵組合。當你正在編輯文字,<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3357">Alt+&lt;</flowSpan> 和 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3359">Alt+&gt;</flowSpan> 可改變文字物件中目前這行的字距,所以會以目前畫面的 1 像素為單位改變總長度 (選取工具中以同樣按鍵做像素大小的縮放)。一般來說,如果文字物件裡的字型大小大於預設的,它會適當地壓縮字母使其比預設的緊密一點。下面有一個範例:</flowDiv></flowRoot>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f14-en.svgtext1609"
   y="3465.0623"
   x="149.43481"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f14-en.svgtspan1610"
     role="line"
     y="3465.0623"
     x="149.43481">原本的</tspan></text>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f14-en.svgtext1612"
   y="3514.6699"
   x="126.16958"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f14-en.svgtspan1613"
     role="line"
     y="3514.6699"
     x="126.16958">減少字母間距</tspan></text>
<text
   id="advanced-f14-en.svgtext2315"
   y="3494.1238"
   x="70.780251"
   style="font-size:33.59999847px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f14-en.svgtspan1604">Inspiration</tspan></text>
<text
   id="advanced-f14-en.svgtext1606"
   y="3543.7307"
   x="77.866859"
   style="font-size:33.59999847px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     style="letter-spacing:-1.24785197"
     id="advanced-f14-en.svgtspan1607">Inspiration</tspan></text>
<rect
   id="d0e638"
   width="288"
   height="1000px"
   x="10"
   y="3980.5522682"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot728"
   transform="translate(0,-416)">
  <flowRegion
     id="flowRegion730">
    <use
       xlink:href="#d0e638"
       y="0"
       x="0"
       id="use732"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv734">作為標題時緊縮變化會看起來較好一點,但仍然不完美:字母間的距離會不一致,例如「a」和「t」離太遠而「t」和「i」又靠太近。這麼糟糕的字母縮排(在字型大時特別明顯)使用品質差的字型會比用品質好的字型還嚴重;儘管如此,在任何文字段落中使用任何字型,你可能會發現字距調整對於字母組合還是有好處的。</flowDiv></flowRoot>
<rect
   id="d0e641"
   width="288"
   height="1000px"
   x="10"
   y="4054.0575812"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot737"
   transform="translate(0,-426)">
  <flowRegion
     id="flowRegion739">
    <use
       xlink:href="#d0e641"
       y="0"
       x="0"
       id="use741"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv743">Inkscape 要作這些調整非常地容易。只要將你的文字編輯游標移到需要調整的字元之間並使用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3361">Alt+</flowSpan>方向鍵 來移動在游標右邊的字母。下面有一個相同的標題,這次手動調整看起來不一致的字母位置:</flowDiv></flowRoot>
<text
   sodipodi:insensitive="true"
   sodipodi:linespacing="110%"
   id="advanced-f15-en.svgtext1649"
   y="3679.46"
   x="76.563278"
   style="font-size:5.57619715px;font-style:normal;font-weight:normal;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     id="advanced-f15-en.svgtspan1651"
     role="line"
     y="3679.46"
     x="76.563278">減少字母間距,手動縮排一些字母組合</tspan></text>
<text
   id="advanced-f15-en.svgtext2406"
   y="3710.0259"
   x="77.866859"
   style="font-size:33.59999847px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   xml:space="preserve"><tspan
     dx="0 0 -0.1418031 -0.42540932 -0.42540932 0.42540932 0.42540932 -0.87514824 1.1344248 -0.5672124 -0.5672124"
     style="letter-spacing:-1.24785197"
     id="advanced-f15-en.svgtspan1647">Inspiration</tspan></text>
<rect
   id="d0e657"
   width="288"
   height="1000px"
   x="10"
   y="4166.8464792"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot752"
   transform="translate(0,-438)">
  <flowRegion
     id="flowRegion754">
    <use
       xlink:href="#d0e657"
       y="0"
       x="0"
       id="use756"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv758">除了用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3365">Alt+</flowSpan>左方向鍵 或 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3367">Alt+</flowSpan>右方向鍵 水平移動字母外,你也可以藉由 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3369">Alt+</flowSpan>上方向鍵 或 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3363">Alt+</flowSpan>下方向鍵 垂直移動字母:</flowDiv></flowRoot>
<text
   xml:space="preserve"
   style="font-size:33.59999847px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Serif"
   x="77.866859"
   y="3793.7427"
   id="advanced-f16-en.svgtext1731"><tspan
     id="advanced-f16-en.svgtspan1732"
     style="letter-spacing:-1.24785197"
     dx="0 -3.4339702 -1.746122 -1.4281086 -2.0297282 -1.981069 -3.9864676 -3.8832457 -1.2720536 -2.1715312 -1.5699117"
     dy="0 0.0056477566 6.8183579 -6.6178179 0 -6.4172778 6.0161972 -5.8156576 5.8156576 -3.4091773 2.8075578">Inspiration</tspan></text>
<rect
   id="d0e682"
   width="288"
   height="1000px"
   x="10"
   y="4249.0328722"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot771"
   transform="translate(0,-434)">
  <flowRegion
     id="flowRegion773">
    <use
       xlink:href="#d0e682"
       y="0"
       x="0"
       id="use775"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv777">你當然可以將文字轉換成路徑 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3371">Shift+Ctrl+C</flowSpan>) 並當作一般路徑物件來搬動。可是保持為文字屬性會比較方便 — 仍可編輯,你可以嘗試不同的字型而不需要移除字母縮排和間距,而且儲存成檔案的佔用空間也較小。文字屬性的唯一缺點是開啟 SVG 文件的系統上必須有安裝原來的字型。</flowDiv></flowRoot>
<rect
   id="d0e688"
   width="288"
   height="1000px"
   x="10"
   y="4322.5422862000005"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot782"
   transform="translate(0,-456)">
  <flowRegion
     id="flowRegion784">
    <use
       xlink:href="#d0e688"
       y="0"
       x="0"
       id="use786"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv788">如同字距,你也可以在多行的文字物件裡調整行距。在這個教學裡的某處試用 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3373">Ctrl+Alt+&lt;</flowSpan> 和 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3375">Ctrl+Alt+&gt;</flowSpan> 按鍵來縮小或加寬行距,因此文字物件的整體高度會以畫面的 1 像素進行變化。跟在選取工具裡一樣,按著 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3377">Shift</flowSpan> 再按增減行距或縮排的快捷鍵會產生原來的 10 倍效果。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="3932.4795"
   id="text798">
  <tspan
     x="10"
     y="3932.4795"
     id="tspan800"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">XML 編輯器</tspan>
</text>
<rect
   id="d0e709"
   width="288"
   height="1000px"
   x="10"
   y="4403.379699200001"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot803"
   transform="translate(0,-464)">
  <flowRegion
     id="flowRegion805">
    <use
       xlink:href="#d0e709"
       y="0"
       x="0"
       id="use807"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv809">Inkscape 的終極強力工具是 XML 編輯器 (<flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3379">Shift+Ctrl+X</flowSpan>)。它會顯示文件的整個 XML 樹狀架構,隨時反映目前的狀態。你可以編輯圖畫並觀察 XML 樹狀架構中對應的變化。此外,你可以用 XML 編輯器編輯任何文字、元件或節點並在畫布上看到效果。這個是互動式學習 SVG 的最佳工具,而且它能夠讓你實現用其他普通編輯工具做不到的把戲。</flowDiv></flowRoot>
<text
   style="font-size:8.50000000000000000px;font-style:normal;font-weight:bold;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
   x="10"
   y="4016.4849"
   id="text813">
  <tspan
     x="10"
     y="4016.4849"
     id="tspan815"
     style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">結論</tspan>
</text>
<rect
   id="d0e721"
   width="288"
   height="1000px"
   x="10"
   y="4495.3850122"
   style="display:none" />
<flowRoot
   style="font-size:8.39999962px;font-style:normal;font-weight:normal;line-height:133.00000429%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Serif"
   id="flowRoot818"
   transform="translate(0,-472)">
  <flowRegion
     id="flowRegion820">
    <use
       xlink:href="#d0e721"
       y="0"
       x="0"
       id="use822"
       width="320"
       height="3962.5" />
  </flowRegion>
  <flowDiv
     xml:space="preserve"
     id="flowDiv824">這篇教學僅展示了 Inkscape 所有功能的一小部份。我們希望你會喜歡。不要害怕實驗和分享你的創作。請造訪 <flowSpan
   style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Serif Bold"
   id="flowSpan3381">www.inkscape.org</flowSpan> 以獲得更多資訊、最新版本和來自使用者和開發者討論區的幫助。</flowDiv></flowRoot>
<g
   transform="translate(0,4062.8051)"
   id="g828"
   style="display:inline">
  <defs
     id="defs830">
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient841"
       id="linearGradient2465"
       x1="76.846634"
       y1="-7656.4473"
       x2="76.846634"
       y2="-7528.6606"
       gradientTransform="matrix(2.149642,0,0,0.465194,-0.130153,3495.428)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2456"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2455"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2454"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2453"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2452"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2451"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2450"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2449"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2448"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient666"
       id="radialGradient2447"
       cx="233.92319"
       cy="1036.4888"
       fx="233.92319"
       fy="1036.4888"
       r="98.260414"
       gradientTransform="scale(1.825742,0.547723)"
       gradientUnits="userSpaceOnUse" />
  </defs>
  <metadata
     id="metadata855">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="g857"
     style="display:inline">
    <rect
       style="font-size:12px;fill:url(#linearGradient2465);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.06115007"
       id="rect1494"
       width="319.99103"
       height="69.247704"
       x="-0.11217058"
       y="-70.334389"
       ry="6.1828303"
       rx="0"
       transform="scale(1,-1)" />
    <path
       style="fill:#ffffff;fill-opacity:1;stroke-width:1pt"
       d="M 80.493022,57.97598 L 75.536292,57.97598 L 75.536292,58.29308 L 75.684749,58.29308 C 76.352797,58.29308 76.427029,58.32688 76.427029,58.61028 L 76.427029,58.80588 L 76.427029,62.01788 L 76.427029,62.21358 C 76.427029,62.49708 76.352797,62.53078 75.684749,62.53078 L 75.536292,62.53078 L 75.536292,62.84788 L 80.600235,62.84788 L 80.765188,61.04628 L 80.402301,61.04628 C 80.295081,61.51858 80.105395,61.93698 79.907447,62.13268 C 79.651785,62.40258 79.181678,62.53078 78.488889,62.53078 L 77.944557,62.53078 C 77.697137,62.53078 77.490947,62.49028 77.416722,62.42958 C 77.358989,62.38898 77.35074,62.34858 77.35074,62.20688 L 77.35074,60.48628 L 77.515686,60.48628 C 78.018788,60.48628 78.224965,60.52668 78.389919,60.66838 C 78.60435,60.84378 78.686824,61.05978 78.703329,61.45788 L 79.090956,61.45788 L 79.090956,59.24458 L 78.703329,59.24458 C 78.662085,59.90578 78.332184,60.16898 77.548681,60.16898 L 77.35074,60.16898 L 77.35074,58.63048 C 77.35074,58.34038 77.424971,58.29308 77.870326,58.29308 L 78.299197,58.29308 C 79.024972,58.29308 79.379612,58.35388 79.660027,58.54278 C 79.932193,58.71818 80.130134,59.09608 80.253852,59.70338 L 80.608484,59.70338 L 80.493022,57.97598 z M 69.548643,60.68188 L 70.480607,60.68188 C 71.222877,60.68188 71.610505,60.63468 71.940403,60.50638 C 72.525979,60.27698 72.855876,59.84518 72.855876,59.31208 C 72.855876,58.79918 72.567213,58.40778 72.022881,58.18518 C 71.701226,58.05018 71.189886,57.97598 70.62081,57.97598 L 67.734201,57.97598 L 67.734201,58.29308 L 67.882656,58.29308 C 68.550701,58.29308 68.624926,58.32688 68.624926,58.61028 L 68.624926,58.80588 L 68.624926,62.01788 L 68.624926,62.21358 C 68.624926,62.49708 68.550701,62.53078 67.882656,62.53078 L 67.734201,62.53078 L 67.734201,62.84788 L 70.505352,62.84788 L 70.505352,62.53078 L 70.290912,62.53078 C 69.622868,62.53078 69.548643,62.49708 69.548643,62.21358 L 69.548643,62.01788 L 69.548643,60.68188 z M 69.548643,60.36468 L 69.548643,58.63728 C 69.548643,58.32688 69.598125,58.29308 70.05174,58.29308 L 70.579576,58.29308 C 71.437311,58.29308 71.841434,58.62378 71.841434,59.33908 C 71.841434,60.03408 71.420814,60.36468 70.546585,60.36468 L 69.548643,60.36468 z M 62.373353,57.88148 L 62.026959,57.88148 L 60.130038,61.81558 C 59.965092,62.16638 59.932106,62.21358 59.808393,62.32158 C 59.676433,62.44968 59.445504,62.53078 59.222822,62.53078 L 59.189831,62.53078 L 59.189831,62.84788 L 61.375406,62.84788 L 61.375406,62.53078 L 61.210459,62.53078 C 60.765096,62.53078 60.542415,62.40258 60.542415,62.14618 C 60.542415,62.06518 60.567159,61.97068 60.61664,61.86268 L 60.888808,61.26888 L 63.074388,61.26888 L 63.51975,62.17308 C 63.569233,62.27428 63.585729,62.32158 63.585729,62.35538 C 63.585729,62.46328 63.379542,62.53078 63.074388,62.53078 L 62.727994,62.53078 L 62.727994,62.84788 L 65.2847,62.84788 L 65.2847,62.53078 L 65.169242,62.53078 C 64.756865,62.53078 64.666144,62.47678 64.476453,62.09888 L 62.373353,57.88148 z M 61.969224,58.98818 L 62.901188,60.90458 L 61.053755,60.90458 L 61.969224,58.98818 z M 56.278478,57.92878 L 55.965076,57.92878 L 55.635177,58.32688 C 55.049606,57.97598 54.727956,57.87478 54.175376,57.87478 C 53.375366,57.87478 52.71557,58.13798 52.154743,58.68448 C 51.626903,59.19738 51.379483,59.76418 51.379483,60.45918 C 51.379483,61.90998 52.542376,62.94908 54.167129,62.94908 C 55.486722,62.94908 56.327965,62.31488 56.517655,61.18128 L 56.130027,61.12728 C 56.047549,61.48488 55.94858,61.72778 55.800129,61.93028 C 55.461978,62.39578 54.934142,62.63198 54.266098,62.63198 C 53.045468,62.63198 52.468145,61.93698 52.468145,60.48628 C 52.468145,59.72368 52.591858,59.21088 52.872274,58.80588 C 53.127941,58.42808 53.63928,58.19188 54.167129,58.19188 C 54.744452,58.19188 55.255792,58.44158 55.5692,58.87348 C 55.725898,59.09608 55.849611,59.35928 56.039306,59.87878 L 56.40219,59.87878 L 56.278478,57.92878 z M 48.022764,57.93548 L 47.717611,57.93548 L 47.387713,58.34038 C 47.000085,58.03678 46.472244,57.87478 45.88668,57.87478 C 44.806264,57.87478 44.080487,58.44158 44.080487,59.28498 C 44.080487,60.02058 44.525848,60.38498 45.738229,60.64138 L 46.521731,60.80328 C 47.132045,60.93158 47.189775,60.94508 47.362975,61.05288 C 47.610399,61.20818 47.742355,61.43078 47.742355,61.69398 C 47.742355,61.96388 47.618643,62.18658 47.371223,62.36888 C 47.099053,62.56448 46.826885,62.63878 46.373274,62.63878 C 45.762968,62.63878 45.325852,62.48358 44.938225,62.13268 C 44.591826,61.81558 44.418631,61.49838 44.294921,60.97878 L 43.94028,60.97878 L 43.97327,62.90188 L 44.294921,62.90188 L 44.666051,62.44308 C 45.218636,62.81408 45.680489,62.94908 46.398019,62.94908 C 47.610399,62.94908 48.385659,62.36888 48.385659,61.46458 C 48.385659,61.04628 48.212459,60.68858 47.890811,60.43218 C 47.668129,60.25678 47.346479,60.14198 46.686678,60.00708 L 45.804202,59.82488 C 45.07018,59.66968 44.723786,59.40658 44.723786,58.99488 C 44.723786,58.52248 45.193892,58.19858 45.894928,58.19858 C 46.472244,58.19858 46.94235,58.40118 47.272253,58.78568 C 47.511431,59.06238 47.659881,59.34578 47.767098,59.68988 L 48.121738,59.68988 L 48.022764,57.93548 z M 36.872203,60.64138 L 36.872203,58.80588 L 36.872203,58.61028 C 36.872203,58.32688 36.946432,58.29308 37.614475,58.29308 L 37.771178,58.29308 L 37.771178,57.97598 L 35.057758,57.97598 L 35.057758,58.29308 L 35.206215,58.29308 C 35.874256,58.29308 35.948485,58.32688 35.948485,58.61028 L 35.948485,58.80588 L 35.948485,62.01788 L 35.948485,62.21358 C 35.948485,62.49708 35.874256,62.53078 35.206215,62.53078 L 35.057758,62.53078 L 35.057758,62.84788 L 37.771178,62.84788 L 37.771178,62.53078 L 37.614475,62.53078 C 36.946432,62.53078 36.872203,62.49708 36.872203,62.21358 L 36.872203,62.01788 L 36.872203,61.16098 L 37.828908,60.37158 L 39.263969,62.09218 C 39.395928,62.25408 39.428917,62.30818 39.428917,62.37558 C 39.428917,62.48358 39.272217,62.53078 38.86809,62.53078 L 38.612417,62.53078 L 38.612417,62.84788 L 41.433051,62.84788 L 41.433051,62.53078 L 41.276352,62.53078 C 40.822741,62.53078 40.707278,62.48358 40.468096,62.19348 L 38.47221,59.83838 L 39.701081,58.83298 C 40.09696,58.48878 40.600057,58.29308 41.094911,58.29308 L 41.094911,57.97598 L 38.554686,57.97598 L 38.554686,58.29308 L 38.760873,58.29308 C 39.140254,58.29308 39.296959,58.35388 39.296959,58.49558 C 39.296959,58.58998 39.132009,58.78568 38.892832,58.98138 L 36.872203,60.64138 z M 27.651517,57.97598 L 25.95254,57.97598 L 25.95254,58.29308 L 26.158725,58.29308 C 26.579345,58.29308 26.76904,58.34708 26.917491,58.51578 L 26.917491,61.38368 C 26.917491,62.30818 26.752543,62.50378 25.960787,62.53078 L 25.960787,62.84788 L 28.311334,62.84788 L 28.311334,62.53078 C 27.527806,62.50378 27.362854,62.30818 27.362854,61.38368 L 27.362854,58.88018 L 31.041244,62.94238 L 31.38764,62.94238 L 31.38764,59.44028 C 31.38764,58.51578 31.552591,58.32008 32.344347,58.29308 L 32.344347,57.97598 L 29.993817,57.97598 L 29.993817,58.29308 C 30.777325,58.32008 30.942273,58.51578 30.942273,59.44028 L 30.942273,61.55918 L 27.651517,57.97598 z M 22.290662,58.80588 L 22.290662,58.61028 C 22.290662,58.32688 22.364893,58.29308 23.024687,58.29308 L 23.189637,58.29308 L 23.189637,57.97598 L 20.459727,57.97598 L 20.459727,58.29308 L 20.624678,58.29308 C 21.292719,58.29308 21.366949,58.32688 21.366949,58.61028 L 21.366949,58.80588 L 21.366949,62.01788 L 21.366949,62.21358 C 21.366949,62.49708 21.292719,62.53078 20.624678,62.53078 L 20.459727,62.53078 L 20.459727,62.84788 L 23.189637,62.84788 L 23.189637,62.53078 L 23.024687,62.53078 C 22.364893,62.53078 22.290662,62.49708 22.290662,62.21358 L 22.290662,62.01788 L 22.290662,58.80588 z"
       id="path1508" />
    <path
       style="fill:#ffffff;stroke-width:1pt"
       d="M 305.96725,58.20398 L 307.32296,58.20398 L 307.32296,61.02138 C 307.32296,61.55328 307.30413,61.88278 307.26647,62.00988 C 307.13938,62.49478 306.84988,62.82898 306.39797,63.01258 C 306.08729,63.13968 305.62832,63.20318 305.02108,63.20318 C 303.58534,63.20318 302.86748,62.77478 302.86748,61.91808 L 304.30086,61.91108 C 304.395,62.17938 304.66332,62.31348 305.10581,62.31348 C 305.43062,62.31348 305.65892,62.21228 305.79073,62.00988 C 305.88958,61.85458 305.93901,61.60038 305.93901,61.24728 L 305.93901,61.12728 C 305.51064,61.47088 305.03991,61.64268 304.52681,61.64268 C 303.97135,61.64268 303.5265,61.46618 303.19228,61.11318 C 302.85806,60.75538 302.69095,60.29878 302.69095,59.74328 C 302.69095,59.25848 302.8816,58.85358 303.26289,58.52878 C 303.62065,58.22758 304.04902,58.07688 304.54799,58.07688 C 305.1929,58.07688 305.66598,58.28638 305.96725,58.70538 L 305.96725,58.20398 z M 305.9037,59.84218 C 305.9037,59.61618 305.81426,59.43738 305.63539,59.30548 C 305.46121,59.16898 305.25645,59.10078 305.02108,59.10078 C 304.76688,59.10078 304.55741,59.17368 304.39265,59.31968 C 304.2326,59.46558 304.15258,59.66328 304.15258,59.91278 C 304.15258,60.11988 304.23496,60.29878 304.39971,60.44938 C 304.47974,60.51998 304.56682,60.57418 304.66097,60.61178 C 304.75512,60.64948 304.85632,60.66828 304.96459,60.66828 C 305.23762,60.66828 305.45651,60.60008 305.62126,60.46348 C 305.80956,60.31288 305.9037,60.10578 305.9037,59.84218 z M 299.6053,58.20398 L 301.0175,58.20398 L 301.0175,58.81828 C 301.26228,58.36638 301.61768,58.14048 302.08371,58.14048 L 302.50737,58.18278 L 302.50737,59.47498 C 302.29554,59.43738 302.1096,59.41848 301.94955,59.41848 C 301.35172,59.41848 301.0528,59.77388 301.0528,60.48468 L 301.0528,61.85458 L 299.6053,61.85458 L 299.6053,58.20398 z M 296.93624,58.07688 C 297.56232,58.07688 298.08248,58.24168 298.49672,58.57118 C 298.9345,58.92428 299.1534,59.41148 299.1534,60.03278 C 299.1534,60.64008 298.93921,61.12258 298.51084,61.48028 C 298.10131,61.80978 297.58821,61.97458 296.97155,61.97458 C 296.28899,61.97458 295.74294,61.82158 295.3334,61.51558 C 294.87208,61.17668 294.64142,60.67538 294.64142,60.01158 C 294.64142,59.39028 294.87443,58.90308 295.34046,58.54998 C 295.76412,58.23458 296.29605,58.07688 296.93624,58.07688 z M 296.90094,60.94368 C 297.14101,60.94368 297.33637,60.85428 297.487,60.67538 C 297.63764,60.49648 297.71295,60.28228 297.71295,60.03278 C 297.71295,59.78328 297.64234,59.56918 297.50112,59.39028 C 297.3599,59.21138 297.1669,59.12198 296.92212,59.12198 C 296.66793,59.12198 296.46316,59.20898 296.30782,59.38318 C 296.2325,59.47268 296.17601,59.56918 296.13835,59.67268 C 296.10069,59.77158 296.08186,59.89158 296.08186,60.03278 C 296.08186,60.29168 296.15247,60.50828 296.29369,60.68238 C 296.43491,60.85658 296.63733,60.94368 296.90094,60.94368 z M 292.85499,60.42818 L 294.30249,60.42818 L 294.30249,61.85458 L 292.85499,61.85458 L 292.85499,60.42818 z M 289.28919,60.41408 C 289.44453,60.79068 289.69167,60.97898 290.03059,60.97898 C 290.38835,60.97898 290.6143,60.88008 290.70845,60.68238 C 290.79318,60.68238 291.00501,60.69658 291.34394,60.72478 C 291.68287,60.75298 291.97943,60.76718 292.23362,60.76718 C 291.99355,61.23318 291.68993,61.55798 291.32275,61.74158 C 290.98853,61.90158 290.54605,61.98168 289.99529,61.98168 C 289.35038,61.98168 288.83258,61.81458 288.44187,61.48028 C 288.02292,61.12728 287.81344,60.63298 287.81344,59.99748 C 287.81344,59.39028 288.04175,58.91008 288.49836,58.55708 C 288.9079,58.24638 289.43276,58.09108 290.07296,58.09108 C 290.69903,58.09108 291.21213,58.25108 291.61226,58.57118 C 292.01238,58.88658 292.24068,59.35258 292.29717,59.96928 L 292.31129,60.41408 L 289.28919,60.41408 z M 290.81436,59.55268 C 290.75788,59.22318 290.52016,59.05838 290.1012,59.05838 C 289.94115,59.05838 289.77404,59.10308 289.59987,59.19258 C 289.43041,59.28198 289.33862,59.40198 289.32449,59.55268 L 290.81436,59.55268 z M 283.04727,58.20398 L 284.48771,58.20398 L 284.48065,58.66298 C 284.87607,58.28168 285.32327,58.09108 285.82224,58.09108 C 286.37771,58.09108 286.81784,58.26518 287.14265,58.61358 C 287.47216,58.95718 287.63692,59.40908 287.63692,59.96928 C 287.63692,60.54828 287.47687,61.02138 287.15677,61.38848 C 286.82255,61.77918 286.373,61.97458 285.80812,61.97458 C 285.50214,61.97458 285.25972,61.93928 285.08084,61.86868 C 284.90667,61.79808 284.70896,61.65448 284.48771,61.43798 L 284.48771,63.12548 L 283.04727,63.12548 L 283.04727,58.20398 z M 285.32091,60.95078 C 285.57981,60.95078 285.78929,60.86128 285.94934,60.68238 C 286.10939,60.49888 286.18941,60.27758 286.18941,60.01868 C 286.18941,59.75508 286.1141,59.54088 285.96346,59.37618 C 285.82224,59.20668 285.61983,59.12198 285.35622,59.12198 C 285.12085,59.12198 284.91608,59.20668 284.74191,59.37618 C 284.56774,59.54558 284.48065,59.75268 284.48065,59.99748 C 284.48065,60.25168 284.55832,60.47528 284.71367,60.66828 C 284.86901,60.85658 285.07142,60.95078 285.32091,60.95078 z M 278.50705,59.30548 C 278.62474,58.83008 278.88599,58.49348 279.29082,58.29578 C 279.58739,58.15458 280.01811,58.08398 280.58299,58.08398 C 281.11021,58.08398 281.53622,58.18758 281.86103,58.39468 C 282.25173,58.64418 282.44709,59.01838 282.44709,59.51738 L 282.44709,61.20498 C 282.44709,61.31318 282.4565,61.41208 282.47533,61.50148 C 282.49416,61.59098 282.53182,61.70858 282.58831,61.85458 L 281.09844,61.85458 L 281.04901,61.43088 C 280.70538,61.78398 280.29349,61.96048 279.81334,61.96048 C 279.42263,61.96048 279.08606,61.86868 278.80362,61.68508 C 278.48823,61.46858 278.33053,61.17198 278.33053,60.79538 C 278.33053,60.38588 278.46469,60.08228 278.73301,59.88448 C 278.92601,59.74328 279.23434,59.63978 279.658,59.57388 L 280.68184,59.45378 C 280.90308,59.41618 281.01371,59.35728 281.01371,59.27728 C 281.01371,59.09368 280.87484,59.00188 280.59711,59.00188 C 280.43706,59.00188 280.30761,59.02078 280.20875,59.05838 C 280.1099,59.09138 280.03223,59.17368 279.97574,59.30548 L 278.50705,59.30548 z M 279.77803,60.66128 C 279.77803,60.85898 279.94514,60.95778 280.27936,60.95778 C 280.48649,60.95778 280.67007,60.89188 280.83012,60.76008 C 280.99488,60.62828 281.07726,60.46348 281.07726,60.26578 L 280.12402,60.38588 C 280.05812,60.39058 279.9828,60.42118 279.89807,60.47768 C 279.81805,60.52948 279.77803,60.59058 279.77803,60.66128 z M 278.20343,59.62328 L 276.76299,59.69388 C 276.67355,59.50088 276.58646,59.36198 276.50173,59.27728 C 276.38876,59.17838 276.23342,59.12898 276.03571,59.12898 C 275.7721,59.12898 275.56733,59.22318 275.4214,59.41148 C 275.28018,59.59498 275.20957,59.82338 275.20957,60.09638 C 275.20957,60.33168 275.2896,60.53178 275.44964,60.69658 C 275.60969,60.85658 275.8074,60.93658 276.04277,60.93658 C 276.41935,60.93658 276.66414,60.72718 276.77711,60.30818 L 278.23168,60.37178 C 277.9916,61.44028 277.25726,61.97458 276.02865,61.97458 C 275.37433,61.97458 274.84475,61.81458 274.43992,61.49448 C 273.98802,61.14608 273.76207,60.65648 273.76207,60.02578 C 273.76207,59.38558 274.00685,58.89128 274.49641,58.54298 C 274.92949,58.23228 275.47789,58.07688 276.14162,58.07688 C 276.66884,58.07688 277.11369,58.20868 277.47615,58.47228 C 277.84332,58.73128 278.08575,59.11488 278.20343,59.62328 z M 270.79645,60.66128 C 270.89531,60.82598 271.0224,60.93428 271.17774,60.98608 C 271.28601,61.01898 271.45312,61.03548 271.67908,61.03548 C 271.74027,61.03548 271.78499,61.03308 271.81323,61.02838 C 271.84148,61.01898 271.87914,61.00248 271.92621,60.97898 C 272.02977,60.93658 272.08155,60.87308 272.08155,60.78838 C 272.08155,60.66128 271.85795,60.57418 271.41076,60.52708 C 270.80351,60.45648 270.38927,60.37648 270.16802,60.28698 C 269.72083,60.10808 269.49723,59.79978 269.49723,59.36198 C 269.49723,58.88658 269.72553,58.54058 270.18214,58.32408 C 270.52578,58.15928 270.96356,58.07688 271.49549,58.07688 C 272.60642,58.07688 273.25368,58.45588 273.43726,59.21378 L 272.06743,59.30548 C 271.99682,59.18318 271.90738,59.09368 271.79911,59.03718 C 271.70026,59.00428 271.57316,58.98778 271.41782,58.98778 C 271.06006,58.98778 270.88118,59.07248 270.88118,59.24198 C 270.88118,59.29848 270.94238,59.34788 271.06477,59.39028 C 271.19187,59.43258 271.5049,59.48438 272.00388,59.54558 C 272.50286,59.60678 272.84885,59.69628 273.04185,59.81388 C 273.33841,59.98338 273.48669,60.26108 273.48669,60.64708 C 273.48669,61.08958 273.28427,61.43328 272.87944,61.67798 C 272.54522,61.87568 272.13569,61.97458 271.65083,61.97458 C 271.04829,61.97458 270.58227,61.90628 270.25275,61.76978 C 269.78673,61.58148 269.49488,61.24028 269.37719,60.74598 L 270.79645,60.66128 z M 264.87228,56.87658 L 266.31272,56.87658 L 266.31272,59.15728 L 267.48485,58.20398 L 269.48311,58.20398 L 267.73198,59.57388 L 269.49017,61.86158 L 267.78847,61.86158 L 266.70814,60.37178 L 266.31272,60.66128 L 266.31272,61.85458 L 264.87228,61.85458 L 264.87228,56.87658 z M 260.02138,58.19698 L 261.46888,58.19698 L 261.46888,58.67708 C 261.84076,58.29108 262.29502,58.09808 262.83165,58.09808 C 263.26002,58.09808 263.60601,58.21818 263.86962,58.45818 C 264.13794,58.69358 264.27209,59.02778 264.27209,59.46088 L 264.27209,61.86868 L 262.85284,61.86868 L 262.83871,59.81388 C 262.83871,59.62558 262.77987,59.47268 262.66219,59.35498 C 262.54451,59.23728 262.39387,59.17838 262.21028,59.17838 C 261.97492,59.17838 261.79133,59.27018 261.65953,59.45378 C 261.53243,59.63738 261.46888,59.85158 261.46888,60.09638 L 261.46888,61.85458 L 260.02138,61.85458 L 260.02138,58.19698 z M 258.03724,58.20398 L 259.47768,58.20398 L 259.47768,61.84038 L 258.03724,61.84038 L 258.03724,58.20398 z M 258.0443,56.86948 L 259.48474,56.86948 L 259.48474,57.85098 L 258.0443,57.85098 L 258.0443,56.86948 z M 255.91894,60.42818 L 257.36644,60.42818 L 257.36644,61.85458 L 255.91894,61.85458 L 255.91894,60.42818 z M 250.22072,58.20398 L 250.83503,60.47768 C 250.87739,60.20458 250.97154,59.82568 251.11747,59.34088 C 251.17866,59.12428 251.2375,58.90308 251.29399,58.67708 C 251.33636,58.51708 251.37402,58.35938 251.40697,58.20398 L 252.88978,58.21108 L 253.22164,59.34788 C 253.32991,59.76688 253.40994,60.15518 253.46172,60.51298 C 253.48996,60.32468 253.52291,60.14578 253.56057,59.97628 C 253.59823,59.80218 253.65472,59.59268 253.73003,59.34788 C 253.78652,59.15958 253.84066,58.98068 253.89244,58.81128 C 253.94422,58.63708 254.00777,58.43468 254.08308,58.20398 L 255.55883,58.20398 L 254.27373,61.86158 L 252.71325,61.86158 L 252.15543,59.76448 L 251.55525,61.86158 L 250.00183,61.86158 L 248.71673,58.20398 L 250.22072,58.20398 z M 243.6893,58.20398 L 244.30361,60.47768 C 244.34598,60.20458 244.44012,59.82568 244.58605,59.34088 C 244.64724,59.12428 244.70609,58.90308 244.76257,58.67708 C 244.80494,58.51708 244.8426,58.35938 244.87555,58.20398 L 246.35836,58.21108 L 246.69022,59.34788 C 246.79849,59.76688 246.87852,60.15518 246.9303,60.51298 C 246.95854,60.32468 246.99149,60.14578 247.02915,59.97628 C 247.06681,59.80218 247.1233,59.59268 247.19862,59.34788 C 247.2551,59.15958 247.30924,58.98068 247.36102,58.81128 C 247.4128,58.63708 247.47635,58.43468 247.55167,58.20398 L 249.02741,58.20398 L 247.74231,61.86158 L 246.18183,61.86158 L 245.62401,59.76448 L 245.02383,61.86158 L 243.47041,61.86158 L 242.18531,58.20398 L 243.6893,58.20398 z M 237.15789,58.20398 L 237.77219,60.47768 C 237.81456,60.20458 237.9087,59.82568 238.05463,59.34088 C 238.11583,59.12428 238.17467,58.90308 238.23116,58.67708 C 238.27352,58.51708 238.31118,58.35938 238.34413,58.20398 L 239.82694,58.21108 L 240.15881,59.34788 C 240.26708,59.76688 240.3471,60.15518 240.39888,60.51298 C 240.42712,60.32468 240.46008,60.14578 240.49773,59.97628 C 240.53539,59.80218 240.59188,59.59268 240.6672,59.34788 C 240.72369,59.15958 240.77782,58.98068 240.8296,58.81128 C 240.88138,58.63708 240.94493,58.43468 241.02025,58.20398 L 242.496,58.20398 L 241.21089,61.86158 L 239.65042,61.86158 L 239.0926,59.76448 L 238.49241,61.86158 L 236.93899,61.86158 L 235.65389,58.20398 L 237.15789,58.20398 z"
       id="path1517" />
    <g
       id="g1495"
       transform="matrix(0.5,0,0,0.5,2.541357,55.63388)">
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2447);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1496"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,5.149671,-45.83576)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2448);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1497"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,2.022526,-44.58496)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2449);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1498"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,-3.397884,-48.75451)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2450);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1499"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,8.068429,-48.33756)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2451);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1500"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,12.02955,-53.13256)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2452);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1501"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,9.855679,-58.05951)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2453);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1511"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,5.269166,-61.39511)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2454);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1512"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,0.265717,-60.76966)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2455);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1513"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,-3.903834,-56.18316)" />
      <path
         sodipodi:type="arc"
         style="fill:url(#radialGradient2456);fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1pt"
         id="path1514"
         sodipodi:cx="427.08334"
         sodipodi:cy="567.70831"
         sodipodi:rx="179.39815"
         sodipodi:ry="53.819443"
         d="m 606.48149,567.70831 c 0,29.72366 -80.31929,53.81945 -179.39815,53.81945 -99.07886,0 -179.39814,-24.09579 -179.39814,-53.81945 0,-29.72365 80.31928,-53.81944 179.39814,-53.81944 99.07886,0 179.39815,24.09579 179.39815,53.81944 z"
         transform="matrix(3.19805e-2,0,0,0.109292,-6.614049,-53.47301)" />
      <g
         id="g1515"
         transform="matrix(5.8837e-2,0,0,5.8837e-2,-4.768899,-3.296641)">
        <path
           style="font-size:12px;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.93619299pt"
           d="M 397.64309,320.25301 L 280.39197,282.517 L 250.74227,124.83447 L 345.08225,29.146783 L 393.59996,46.667064 L 483.89679,135.61619 L 397.64309,320.25301 z"
           id="path1516" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="M 476.95792,339.17168 C 495.78197,342.93607 499.54842,356.11361 495.78197,359.87802 C 492.01856,363.6434 482.6065,367.40781 475.07663,361.76014 C 467.54478,356.11361 467.54478,342.93607 476.95792,339.17168 z"
           id="path1518" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="M 286.46194,340.42914 C 284.6277,340.91835 269.30405,327.71337 257.16909,333.8338 C 245.03722,339.95336 236.89276,353.65666 248.22676,359.27982 C 259.56184,364.90298 267.66433,358.41867 277.60113,351.44119 C 287.53903,344.46477 287.18046,343.1206 286.46194,340.42914 z"
           id="path1519" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="M 510.35756,306.92856 C 520.59494,304.36879 544.24333,306.92856 540.47688,321.98634 C 536.71354,337.04806 504.71297,331.39827 484.00371,323.87156 C 482.12141,308.81083 505.53237,308.13423 510.35756,306.92856 z"
           id="path1520" />
        <path
           style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1pt"
           d="M 359.2403,21.362537 C 347.92693,21.362537 336.6347,25.683095 327.96556,34.35223 L 173.87387,188.41466 C 165.37697,196.9114 161.1116,207.95813 160.94269,219.04577 L 160.88418,219.04577 C 160.88418,219.08524 160.94076,219.12322 160.94269,219.16279 C 160.94033,219.34888 160.88418,219.53256 160.88418,219.71865 L 161.14748,219.71865 C 164.0966,230.93917 240.29699,245.24198 248.79866,253.74346 C 261.63771,266.58263 199.5652,276.01151 212.4041,288.85074 C 225.24316,301.68979 289.99433,313.6933 302.8346,326.53254 C 315.67368,339.37161 276.5961,353.04289 289.43532,365.88196 C 302.27439,378.72118 345.40201,362.67257 337.5908,396.16198 C 354.92909,413.50026 391.10302,405.2208 415.32417,387.88252 C 428.16323,375.04345 390.6948,376.17577 403.53397,363.33668 C 416.37304,350.49745 448.78128,350.4282 476.08902,319.71589 C 465.09739,302.62116 429.10801,295.34136 441.94719,282.50217 C 454.78625,269.66311 479.74708,276.18423 533.60644,251.72479 C 559.89837,239.78398 557.72636,230.71459 557.62567,219.71865 C 557.62356,219.48727 557.62567,219.27892 557.62567,219.04577 L 557.56716,219.04577 C 557.3983,207.95812 553.10345,196.9114 544.60673,188.41466 L 390.54428,34.35223 C 381.87515,25.683095 370.55366,21.362537 359.2403,21.362537 z M 357.92378,41.402939 C 362.95327,41.533963 367.01541,45.368018 374.98006,50.530832 L 447.76915,104.50827 C 448.56596,105.02498 449.32484,105.564 450.02187,106.11735 C 450.7189,106.67062 451.3556,107.25745 451.95277,107.84347 C 452.54997,108.42842 453.09281,109.01553 453.59111,109.62808 C 454.08837,110.24052 454.53956,110.86661 454.93688,111.50048 C 455.33532,112.13538 455.69164,112.78029 455.9901,113.43137 C 456.28877,114.08363 456.52291,114.75639 456.7215,115.42078 C 456.92126,116.08419 457.08982,116.73973 457.18961,117.41019 C 457.28949,118.08184 457.33588,118.75535 457.33588,119.42886 L 414.21245,98.598549 L 409.9118,131.16055 L 386.18512,120.04324 L 349.55654,144.50131 L 335.54288,96.1703 L 317.4919,138.4453 L 267.08369,143.47735 L 267.63956,121.03795 C 267.63956,115.64823 296.69685,77.915899 314.39075,68.932902 L 346.77721,45.674327 C 351.55594,42.576634 354.90608,41.324327 357.92378,41.402939 z M 290.92738,261.61333 C 313.87149,267.56365 339.40299,275.37038 359.88393,275.50997 L 360.76161,284.72563 C 343.2235,282.91785 306.11346,274.45012 297.36372,269.98057 L 290.92738,261.61333 z"
           id="path1521" />
      </g>
    </g>
    <use
       style="opacity:0.08426962;fill:#ffffff;fill-opacity:0.06461535;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
       height="1052.3622"
       width="744.09448"
       transform="matrix(5.176729,0,0,5.176729,-102.7023,-256.6246)"
       id="use1328"
       xlink:href="#path1508"
       y="0"
       x="0" />
    <text
       xml:space="preserve"
       style="font-size:6.96932268px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       x="-70.83046"
       y="-6.5672836"
       id="text880"
       sodipodi:linespacing="125%"
       transform="matrix(0,-1,1,0,0,0)"><tspan
         sodipodi:role="line"
         id="tspan882"
         x="-70.83046"
         y="-6.5672836"
         style="letter-spacing:0.29056421">使用 <tspan
   style="font-weight:bold"
   id="tspan884">Ctrl+↑ </tspan>向上捲動頁面</tspan></text>
    <path
       sodipodi:type="star"
       style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4.32172871;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path886"
       sodipodi:sides="3"
       sodipodi:cx="332.34018"
       sodipodi:cy="193.40422"
       sodipodi:r1="7.6034532"
       sodipodi:r2="3.8017266"
       sodipodi:arg1="0.62024949"
       sodipodi:arg2="1.667447"
       inkscape:flatsided="true"
       inkscape:rounded="0"
       inkscape:randomized="0"
       d="m 338.52736,197.82364 -13.1081,-1.27087 7.65466,-10.71652 5.45344,11.98739 z"
       transform="matrix(-0.614962,-4.549602e-2,-6.191898e-2,0.451855,207.28878,-97.507153)" />
  </g>
</g>
</svg>