summaryrefslogtreecommitdiffstats
path: root/share/tutorials/tutorial-basic.zh_CN.svg
blob: 54b533bc407b6abee5e1765782098538f513e6b6 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- DO NOT EDIT THIS FILE. It is produced automatically from a DocBook source (*.xml) by tutorial-svg.xsl. -->
<svg width="340px" height="340px" inkscape:version="0.92" sodipodi:version="0.32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink">
 <sodipodi:namedview inkscape:cx="160" inkscape:cy="170" inkscape:window-height="580" inkscape:window-width="780" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="2" showborder="false" showguides="false" snaptoguides="true"/>
 <defs id="hf" xmlns:cc="http://creativecommons.org/ns#" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb">
  <linearGradient id="r" inkscape:collect="always">
   <stop id="kz" offset="0"/>
   <stop id="la" stop-color="#fff" offset="1"/>
  </linearGradient>
  <linearGradient id="t" inkscape:collect="always">
   <stop id="kn" stop-color="#1ba2b1" stop-opacity=".60455" offset="0"/>
   <stop id="ij" stop-color="#168997" stop-opacity="0" offset="1"/>
  </linearGradient>
  <filter id="filter18537" x="-.0061708" y="-.0058384" width="1.0123" height="1.0117" color-interpolation-filters="sRGB" inkscape:collect="always">
   <feGaussianBlur id="gt" inkscape:collect="always" stdDeviation="1.4349239"/>
  </filter>
  <linearGradient id="linearGradient1127" x1="112.8" x2="359.44" y1="242.17" y2="-31.919" gradientTransform="matrix(.59867 0 0 .59867 -244.8 -211.88)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#t"/>
  <filter id="filter1371" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
   <feFlood id="mc" flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
   <feComposite id="hk" in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
   <feGaussianBlur id="kp" in="composite1" result="blur" stdDeviation="1.5"/>
   <feOffset id="kc" dx="1" dy="1" result="offset"/>
   <feComposite id="hj" in="SourceGraphic" in2="offset" result="composite2"/>
  </filter>
  <filter id="filter1383" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
   <feFlood id="ev" flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
   <feComposite id="jo" in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
   <feGaussianBlur id="ik" in="composite1" result="blur" stdDeviation="1.5"/>
   <feOffset id="mg" dx="1" dy="1" result="offset"/>
   <feComposite id="fu" in="SourceGraphic" in2="offset" result="composite2"/>
  </filter>
  <filter id="filter1395" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
   <feFlood id="ll" flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
   <feComposite id="fv" in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
   <feGaussianBlur id="ir" in="composite1" result="blur" stdDeviation="1.5"/>
   <feOffset id="lt" dx="1" dy="1" result="offset"/>
   <feComposite id="ia" in="SourceGraphic" in2="offset" result="composite2"/>
  </filter>
  <filter id="filter1733" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
   <feFlood id="fq" flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
   <feComposite id="ke" in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
   <feGaussianBlur id="hz" in="composite1" result="blur" stdDeviation="1.5"/>
   <feOffset id="kg" dx="1" dy="1" result="offset"/>
   <feComposite id="eh" in="SourceGraphic" in2="offset" result="composite2"/>
  </filter>
  <filter id="filter1757" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
   <feFlood id="ld" flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
   <feComposite id="gp" in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
   <feGaussianBlur id="jd" in="composite1" result="blur" stdDeviation="1.5"/>
   <feOffset id="kb" dx="1" dy="1" result="offset"/>
   <feComposite id="iz" in="SourceGraphic" in2="offset" result="composite2"/>
  </filter>
  <filter id="filter1771" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
   <feFlood id="gz" flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
   <feComposite id="lb" in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
   <feGaussianBlur id="gy" in="composite1" result="blur" stdDeviation="1.5"/>
   <feOffset id="li" dx="1" dy="1" result="offset"/>
   <feComposite id="lc" in="SourceGraphic" in2="offset" result="composite2"/>
  </filter>
  <linearGradient id="ac" x1="68.192" x2="68.192" y1="221.96" y2="241.78" gradientTransform="matrix(2.1933 0 0 2.1933 .26131 -651.61)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#r"/>
  <mask id="aa" maskUnits="userSpaceOnUse">
   <rect transform="scale(1,-1)" x=".26131" y="-164.43" width="197.31" height="164.23" fill="url(#ac)"/>
  </mask>
 </defs>
 <g transform="translate(0 -222.12)" inkscape:groupmode="layer" inkscape:label="Header" sodipodi:insensitive="true" xmlns:cc="http://creativecommons.org/ns#" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb">
  <g id="lr" transform="matrix(1.7232 0 0 1.7232 -.45028 221.78)" enable-background="new" mask="url(#aa)" sodipodi:insensitive="true">
   <g id="es" transform="translate(0 -61.119)" inkscape:label="fondo" sodipodi:insensitive="true">
    <rect id="fr" y="61.119" width="198.44" height="165.36" fill="#fff" style="paint-order:stroke fill markers"/>
   </g>
   <g id="ep" transform="translate(0 -61.119)" inkscape:label="degradado" sodipodi:insensitive="true">
    <rect id="fw" transform="scale(-1)" x="-206.02" y="-230.95" width="222.26" height="173.74" fill="url(#s)" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
   </g>
   <g id="ey" transform="translate(13.086 -113.99)" fill="#fff" inkscape:label="planos" sodipodi:insensitive="true">
    <path id="hi" d="m153.31 106.27 77.783 45.288-77.877 45.125-77.877-45.288z" fill-opacity=".1982" inkscape:connector-curvature="0"/>
    <path id="eo" d="m62.301 113.99 64.912 37.541-77.877 45.125-65.006-37.541z" fill-opacity=".1982" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
    <path id="lm" d="m49.323 106.39 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill-opacity=".37838" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
    <path id="jm" d="m36.391 98.921 12.932 7.6295-77.877 45.125-13.027-7.6296z" fill-opacity=".54955" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
    <path id="jn" d="m23.364 91.291 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill-opacity=".6982" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
    <path id="jk" d="m10.431 83.824 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill-opacity=".86036" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
    <path id="jl" d="m-2.501 76.195 12.932 7.6295-77.877 45.125-13.027-7.6295z" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
    <path id="kx" d="m231.15 106.38 77.783 45.288-77.877 45.125-77.877-45.288z" fill-opacity=".1982" inkscape:connector-curvature="0"/>
    <path id="jp" d="m-54.395 106.23 77.783 45.288-77.877 45.125-77.877-45.288z" fill-opacity=".1982" inkscape:connector-curvature="0"/>
   </g>
   <g id="layer2" transform="translate(0 -61.119)" opacity=".8" stroke-width="1.1541" style="mix-blend-mode:screen" inkscape:label="trama" sodipodi:insensitive="true">
    <g id="g1442" transform="matrix(2.9866 0 0 2.9866 -364.65 -77.684)" stroke-width="1.1541" inkscape:tile-cx="21.332982" inkscape:tile-cy="12.080814" inkscape:tile-h="25.140466" inkscape:tile-w="43.231185" inkscape:tile-x0="-0.28261186" inkscape:tile-y0="-0.4894187">
     <path id="iu" transform="scale(.26458)" d="m425.51 194.58 13.094 7.56" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
     <path id="gh" transform="scale(.26458)" d="m445.15 205.92 13.093 7.5588" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
     <path id="it" transform="scale(.26458)" d="m425.51 213.48 13.094-7.56" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
     <path id="gj" transform="scale(.26458)" d="m445.15 202.14 13.093-7.5588" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
     <circle id="mb" cx="116.91" cy="53.983" r=".18678" fill="#0ff" fill-rule="evenodd" opacity="1" style="paint-order:stroke fill markers"/>
    </g>
    <use id="ju" transform="translate(25.959)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jv" transform="translate(25.959 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ma" transform="translate(25.959 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lz" transform="translate(25.959 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ly" transform="translate(25.959 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lx" transform="translate(25.959 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lw" transform="translate(25.959 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gi" transform="translate(25.959 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hs" transform="translate(25.959 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gg" transform="translate(25.959 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hr" transform="translate(51.918)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hq" transform="translate(51.918 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fb" transform="translate(51.918 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fc" transform="translate(51.918 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fd" transform="translate(51.918 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fe" transform="translate(51.918 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ff" transform="translate(51.918 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="kv" transform="translate(51.918 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="kw" transform="translate(51.918 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ku" transform="translate(51.918 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="go" transform="translate(77.877)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="iv" transform="translate(77.877 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="im" transform="translate(77.877 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="il" transform="translate(77.877 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="io" transform="translate(77.877 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="in" transform="translate(77.877 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ip" transform="translate(77.877 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ge" transform="translate(77.877 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gf" transform="translate(77.877 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gc" transform="translate(77.877 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="md" transform="translate(103.84)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="kd" transform="translate(103.84 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jy" transform="translate(103.84 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jx" transform="translate(103.84 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ka" transform="translate(103.84 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jz" transform="translate(103.84 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jw" transform="translate(103.84 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jt" transform="translate(103.84 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jr" transform="translate(103.84 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jq" transform="translate(103.84 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hp" transform="translate(129.8)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ho" transform="translate(129.8 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hd" transform="translate(129.8 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="he" transform="translate(129.8 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hg" transform="translate(129.8 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hh" transform="translate(129.8 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hc" transform="translate(129.8 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ig" transform="translate(129.8 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jg" transform="translate(129.8 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ic" transform="translate(129.8 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="km" transform="translate(155.75)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ib" transform="translate(155.75 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="em" transform="translate(155.75 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="en" transform="translate(155.75 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ek" transform="translate(155.75 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="el" transform="translate(155.75 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ej" transform="translate(155.75 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hx" transform="translate(155.75 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="jb" transform="translate(155.75 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="hw" transform="translate(155.75 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gm" transform="translate(181.71)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gd" transform="translate(181.71 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lf" transform="translate(181.71 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="le" transform="translate(181.71 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lh" transform="translate(181.71 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lg" transform="translate(181.71 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lj" transform="translate(181.71 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fi" transform="translate(181.71 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fj" transform="translate(181.71 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fk" transform="translate(181.71 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ef" transform="translate(207.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="eg" transform="translate(207.67 15.096)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gv" transform="translate(207.67 30.192)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gu" transform="translate(207.67 45.288)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gs" transform="translate(207.67 60.385)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gr" transform="translate(207.67 75.481)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gq" transform="translate(207.67 90.577)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ls" transform="translate(207.67 105.67)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lu" transform="translate(207.67 120.77)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="mh" transform="translate(207.67 135.87)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lp" transform="translate(25.959 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lq" transform="translate(51.918 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ln" transform="translate(77.877 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fo" transform="translate(103.84 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fn" transform="translate(129.8 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fl" transform="translate(155.75 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fp" transform="translate(181.71 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fz" transform="translate(207.67 -14.933)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fy" transform="translate(25.959 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="gb" transform="translate(51.918 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ga" transform="translate(77.877 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="fx" transform="translate(103.84 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ie" transform="translate(129.8 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="lv" transform="translate(155.75 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ih" transform="translate(181.71 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
    <use id="ii" transform="translate(207.67 -29.915)" width="100%" height="100%" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
   </g>
   <g id="er" transform="translate(0 -61.119)" inkscape:label="logo" sodipodi:insensitive="true">
    <g transform="matrix(1.2127 0 0 1.2127 78.58 -116.15)" inkscape:label="draw_freely">
     <path transform="matrix(.11901 0 0 .11901 17.972 67.441)" d="m437.79 877.12c-3.9283 0-3.6961 6.0091-17.561 6.0091-30.964 0-30.74 25.96-22.113 25.96 1.5405 0 1.7713-1.0761 1.7713-1.0761-5.6229 0-6.3865-23.037 20.341-23.037 1.3865 0 2.615 8.4e-4 3.8474-0.0756-3.4662 3.5432-5.6999 10.944-7.8566 19.494-2.6189 0.23107-5.1588 0.38062-7.1614 0.38062-1.3095 0-1.6951-0.45708-1.6951-0.45708-1.3864 0-1.4629 3.6949 1.6951 3.6949 1.7716 0 4.0784-0.31004 6.4662-0.69486-4.2364 18.332-8.3137 40.283-21.408 40.283-15.02 0-9.0924-28.417 5.5425-28.417 0 0-0.23206-1.857-2.5426-1.857-14.635 0-21.41 32.969-2.076 32.969 17.1 0 21.718-24.721 25.646-43.978 2.3878-0.38482 4.5448-0.77131 6.0853-0.77131 1.9256 0 1.9242-1.8475 0.99993-1.8475-1.9257 0-4.2308 0.14955-6.6186 0.38061 2.0797-10.09 4.0832-18.249 7.7804-19.789 9.9363-2.0026 11.938-7.171 8.8565-7.171zm-211.27 4.6282c-17.562 0-12.866 47.445-25.96 62.234-4.6986-1.6945-9.0108-2.8474-12.323-2.8474-8.0877 0-8.4667 9.2374 2.9331 9.2374 3.8513 0 7.1605-0.9996 9.8564-2.7712 10.013 4.9296 21.72 12.247 31.503 12.247 10.013 0 10.865-8.7804 8.3232-8.7804 0 0-1.3153 4.2379-7.3233 4.2379-6.7013 0-18.719-5.9352-29.503-10.095 15.79-15.405 11.711-59.92 24.189-59.92 2.0027 0 2.7713 0.77132 2.7713 0.77132s0.4632-4.314-4.4663-4.314zm316.85 0c-5.6229 0-15.789 30.575-15.789 53.606 0 9.7822 2.388 17.256 8.7042 17.256 4.5445 0 7.4732-6.9365 7.7042-7.4757 0.1541-0.61587-1.31-0.84727-1.6951 0-0.69327 1.5405-3.076 4.933-5.6948 4.933-2.927 0-4.4664-5.1592-4.4664-11.475 0-25.573 12.552-55.31 12.552-55.31 0-1.0013-0.39003-1.5332-1.3142-1.5332zm-306.76 1.8476c-3.9283 0-6.4757 7.009-6.4757 17.484 0 1.1554 2.6951 1.3884 2.6951 0.69485 0-10.938 5.6282-16.18 5.6282-16.18 0-1.2324-0.84616-1.9999-1.8475-1.9999zm197.71 15.866c-3.9283 0-6.4758 7.086-6.4758 17.484 0 1.1554 2.7046 1.4646 2.7046 0.77131 0-10.938 5.6186-16.256 5.6186-16.256 0-1.2323-0.92314-1.9998-1.8475-1.9998zm-107.96 1.9998c-7.5485 0-16.716 15.867-21.646 27.112h-0.53328c1.5405-11.785 5.0854-23.027 5.0854-23.027 0-1.0783-0.46514-1.6951-1.4666-1.6951-4.5445 0-7.9328 15.41-7.9328 30.122 0 4.1594 0.5322 6.0853 2.3808 6.0853 0.61622 0 1.0856-0.47135 1.0856-0.9333 0-4.4675 10.708-26.489 18.18-33.036-2.1567 5.1607-1.9329 13.17 1.5332 13.17 0.23114 0 0.39053-0.23357 0.39053-0.61923 0-10.784 4.6949-15.561 4.6949-15.561 0-0.84735-0.69292-1.619-1.7713-1.619zm137.09 0c-7.5485 0-16.707 15.867-21.637 27.112h-0.54278c1.5405-11.785 5.0854-23.027 5.0854-23.027 0-1.0783-0.46515-1.6951-1.4666-1.6951-4.5445 0-7.9328 15.41-7.9328 30.122 0 4.1594 0.54168 6.0853 2.3903 6.0853 0.6162 0 1.0761-0.47135 1.0761-0.9333 0-4.4675 10.708-26.489 18.18-33.036-2.1567 5.1607-1.9234 13.17 1.5428 13.17 0.23114 0 0.38079-0.23357 0.38079-0.61923 0-10.784 4.7044-15.561 4.7044-15.561 0-0.84735-0.7025-1.619-1.7808-1.619zm-182.11 1.8476c-16.946 0-26.573 38.054-13.171 38.054 3.8513 0 10.015-8.7024 14.713-16.713h0.77132c-0.53917 3.3892-0.84751 7.0118-0.84751 10.247 0 8.3187 2.1598 15.094 6.7043 15.094 3.081 0 4.9234-5.8568 4.9234-5.8568s0.23694-0.84753-0.53328-0.84753c-0.84728 0-1.0762 0.84753-1.0762 0.84753s-0.92876 3.2379-3.0855 3.2379c-1.5405 0-2.3903-1.9993-2.3903-8.1613 0-17.254 6.3996-30.579 6.3996-30.579 0-1.0783-0.54227-1.7808-1.4666-1.7808-2.0797 0-3.8496 2.3169-5.3901 5.552-2.3878 4.6986-13.792 26.189-17.951 26.189-5.3918 0 1.5444-33.198 11.866-33.198 2.4648 0 3.3141 2.6189 3.3141 2.6189s0.22383 0.84752 1.5332 0.84752c1.0784 0 1.3142-1.3142 1.3142-1.3142s-1.2377-4.2378-5.6282-4.2378zm55.682 0.54278c-4.6216 0-8.009 15.41-8.009 30.122 0 4.1594 0.60839 6.0853 2.457 6.0853 0.61612 0 1.0856-0.47135 1.0856-0.9333 0-1.3864 8.3198-23.796 16.485-30.96 1.2324-1.0013 2.308-0.69737 1.9999 0.38062-0.92433 3.5432-3.3141 13.559-3.3141 23.341 0 8.7038 2.2323 15.094 6.2377 15.094 2.3878 0 4.0092-3.3046 4.0092-3.3046s0.30373-0.77132-0.46666-0.77132c-0.7703 0-1.306 1.4571-2.9236 1.4571-1.4635 0-2.3903-2.0763-2.3903-8.1613 0-12.632 5.0853-28.112 5.0853-28.112 0-2.3108-1.1601-3.7712-3.9331-3.7712-8.0877 0-15.25 14.325-19.332 24.57h-0.6952c1.5405-11.862 5.0854-23.341 5.0854-23.341 0-1.0783-0.45641-1.695-1.3808-1.695zm-85.118 0.15208c-18.563 0-29.651 39.826-9.0851 39.826 7.5486 0 11.856-9.0088 11.856-9.0088 0 0 0.23156-0.61924-0.92378-0.61924-1.1554 0-1.457 0.61924-1.457 0.61924s-3.3115 6.3138-8.7804 6.3138c-13.017 0-3.7742-35.207 7.8566-35.207 6.7012 0-1.0032 18.799-11.171 18.799 0 0 0.53413 1.5428 3.076 1.5428 13.788 0 19.874-22.265 8.628-22.265zm233.37 0c-18.563 0-29.66 39.826-9.0946 39.826 7.5486 0 11.866-9.0088 11.866-9.0088s0.23165-0.61924-0.92377-0.61924c-1.1554 0-1.4666 0.61924-1.4666 0.61924s-3.3115 6.3138-8.7803 6.3138c-13.017 0-3.7743-35.207 7.8566-35.207 6.7012 0-1.0033 18.799-11.171 18.799 0 0 0.5437 1.5428 3.0855 1.5428 13.788 0 19.874-22.265 8.628-22.265zm29.903 0c-18.563 0-29.66 39.826-9.0946 39.826 7.5485 0 11.866-9.0088 11.866-9.0088s0.23156-0.61924-0.92374-0.61924c-1.1554 0-1.4666 0.61924-1.4666 0.61924s-3.3115 6.3138-8.7803 6.3138c-13.017 0-3.7742-35.207 7.8566-35.207 6.7012 0-1.0033 18.799-11.171 18.799 0 0 0.54361 1.5428 3.0855 1.5428 13.788 0 19.874-22.265 8.628-22.265zm41.654 0c-6.8553 0-18.484 37.055-5.4663 37.055 4.2364 0 10.394-9.1718 15.247-17.799h0.69519c-0.53916 2.6189-1.072 5.3901-1.457 8.009-0.61622 3.3892-1.1629 7.2441-1.9332 11.018-12.247 0.46212-19.795 6.469-23.646 12.323-0.53917 0.77048 1.2321 1.3131 1.7714 0.54278 4.1593-5.7769 10.48-10.397 21.418-10.628-2.3108 10.63-6.4754 20.951-16.104 20.951-4.0824 0-5.773-1.5441-6.4662-3.1617-0.46221-1.0783-2.3858-0.53438-1.9237 0.46632 1.1554 2.4648 3.2291 4.4663 8.3899 4.4663 11.939 0 17.489-10.71 20.57-22.341 6.4702 1.6945 5.0092 7.5518 5.0092 7.5518 3.004 0 5.084-8.3246-4.3902-9.9422 0.84727-3.7742 1.536-7.618 2.1522-11.161 3.081-18.178 7.009-25.579 7.009-25.579 0-1.0783-0.46372-1.7713-1.6189-1.7713-1.9257 0-3.3847 1.7774-4.7711 4.7044-0.77022 1.6945-14.328 29.655-19.103 29.655-1.4635 0-1.8475-1.6993-1.8475-3.933 0-10.322 7.7804-28.731 7.7804-28.731 0-1.0014-0.23601-1.6951-1.3142-1.6951zm32.417 28.884c-4.0054 0-4.9243 9.0184-2.2285 9.0184 0 0 3.7712-5.2444 3.7712-7.2471 0-1.1554-0.46421-1.7713-1.5427-1.7713zm-401.78 10.171c3.004 0 6.555 1.2369 10.637 3.0854-2.0027 1.3865-4.237 2.2285-6.9328 2.2285-8.5498 0-7.8639-5.3139-3.7045-5.3139z" enable-background="new" fill="#fff" filter="url(#d)" stroke-width="2.7782" style="font-feature-settings:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal" inkscape:connector-curvature="0"/>
     <path d="m69.718 171.83c-0.46753 0-0.43989 0.71518-2.09 0.71518-3.6852 0-3.6585 3.0896-2.6317 3.0896 0.18335 0 0.21081-0.12807 0.21081-0.12807-0.66921 0-0.76009-2.7417 2.4209-2.7417 0.16501 0 0.31122 1e-4 0.4579-9e-3 -0.41253 0.42169-0.67838 1.3025-0.93506 2.3201-0.31168 0.0275-0.61397 0.0453-0.85232 0.0453-0.15584 0-0.20175-0.0544-0.20175-0.0544-0.16501 0-0.17411 0.43976 0.20175 0.43976 0.21085 0 0.48539-0.0369 0.76958-0.0827-0.5042 2.1818-0.98945 4.7943-2.5479 4.7943-1.7876 0-1.0821-3.3821 0.65964-3.3821 0 0-0.02762-0.22101-0.30262-0.22101-1.7418 0-2.5481 3.9238-0.24708 3.9238 2.0351 0 2.5847-2.9422 3.0522-5.234 0.28418-0.0458 0.5409-0.0918 0.72424-0.0918 0.22918 0 0.22902-0.21988 0.11901-0.21988-0.22918 0-0.50353 0.0178-0.78771 0.0453 0.24752-1.2009 0.48596-2.1719 0.92598-2.3552 1.1826-0.23834 1.4207-0.85344 1.0541-0.85344zm-25.144 0.55083c-2.0901 0-1.5312 5.6466-3.0896 7.4068-0.5592-0.20168-1.0724-0.33889-1.4666-0.33889-0.96256 0-1.0077 1.0994 0.34908 1.0994 0.45836 0 0.85221-0.11897 1.1731-0.32982 1.1917 0.5867 2.585 1.4576 3.7493 1.4576 1.1917 0 1.2931-1.045 0.99059-1.045 0 0-0.15654 0.50436-0.87158 0.50436-0.79755 0-2.2279-0.70637-3.5113-1.2014 1.8793-1.8334 1.3937-7.1313 2.8788-7.1313 0.23835 0 0.32982 0.0918 0.32982 0.0918s0.05513-0.51343-0.53156-0.51343zm37.71 0c-0.66921 0-1.8792 3.6389-1.8792 6.3799 0 1.1642 0.28421 2.0537 1.0359 2.0537 0.54086 0 0.88942-0.82555 0.91692-0.88972 0.01834-0.0733-0.15591-0.10084-0.20175 0-0.08251 0.18335-0.36609 0.5871-0.67777 0.5871-0.34835 0-0.53157-0.61403-0.53157-1.3657 0-3.0435 1.4938-6.5828 1.4938-6.5828 0-0.11917-0.04642-0.18248-0.15641-0.18248zm-36.509 0.21988c-0.46753 0-0.77071 0.83418-0.77071 2.0809 0 0.13751 0.32076 0.16525 0.32076 0.0827 0-1.3018 0.66984-1.9256 0.66984-1.9256 0-0.14668-0.10071-0.23802-0.21988-0.23802zm23.53 1.8882c-0.46753 0-0.77071 0.84335-0.77071 2.0809 0 0.13751 0.32189 0.17431 0.32189 0.0918 0-1.3018 0.6687-1.9347 0.6687-1.9347 0-0.14668-0.10987-0.23802-0.21988-0.23802zm-12.849 0.23802c-0.89838 0-1.9895 1.8884-2.5762 3.2268h-0.06347c0.18335-1.4026 0.60524-2.7406 0.60524-2.7406 0-0.12834-0.05536-0.20175-0.17454-0.20175-0.54087 0-0.94412 1.834-0.94412 3.5849 0 0.49503 0.06333 0.72424 0.28335 0.72424 0.07334 0 0.1292-0.0561 0.1292-0.11107 0-0.5317 1.2744-3.1526 2.1637-3.9318-0.25668 0.6142-0.23005 1.5675 0.18248 1.5675 0.02751 0 0.04648-0.0278 0.04648-0.0737 0-1.2834 0.55876-1.852 0.55876-1.852 0-0.10084-0.08247-0.19268-0.21081-0.19268zm16.315 0c-0.89838 0-1.9884 1.8884-2.5751 3.2268h-0.0646c0.18334-1.4026 0.60524-2.7406 0.60524-2.7406 0-0.12834-0.05536-0.20175-0.17455-0.20175-0.54086 0-0.94412 1.834-0.94412 3.5849 0 0.49503 0.06447 0.72424 0.28449 0.72424 0.07333 0 0.12807-0.0561 0.12807-0.11107 0-0.5317 1.2744-3.1526 2.1637-3.9318-0.25668 0.6142-0.22891 1.5675 0.18361 1.5675 0.02751 0 0.04532-0.0278 0.04532-0.0737 0-1.2834 0.5599-1.852 0.5599-1.852 0-0.10084-0.0836-0.19268-0.21195-0.19268zm-21.674 0.21988c-2.0168 0-3.1626 4.5291-1.5675 4.5291 0.45836 0 1.1919-1.0357 1.7511-1.9891h0.0918c-0.06417 0.40336-0.10087 0.83451-0.10087 1.2195 0 0.99006 0.25704 1.7964 0.79791 1.7964 0.36669 0 0.58596-0.69704 0.58596-0.69704s0.0282-0.10087-0.06347-0.10087c-0.10084 0-0.12808 0.10087-0.12808 0.10087s-0.11054 0.38536-0.36722 0.38536c-0.18335 0-0.28448-0.23794-0.28448-0.97132 0-2.0535 0.76164-3.6393 0.76164-3.6393 0-0.12834-0.06453-0.21195-0.17454-0.21195-0.24752 0-0.45816 0.27575-0.6415 0.66077-0.28418 0.5592-1.6414 3.1168-2.1365 3.1168-0.64171 0 0.1838-3.951 1.4122-3.951 0.29335 0 0.39442 0.31169 0.39442 0.31169s0.02664 0.10087 0.18248 0.10087c0.12834 0 0.15641-0.15641 0.15641-0.15641s-0.1473-0.50436-0.66984-0.50436zm6.627 0.0646c-0.55004 0-0.95319 1.834-0.95319 3.5849 0 0.49503 0.0724 0.72424 0.29242 0.72424 0.07333 0 0.1292-0.0561 0.1292-0.11107 0-0.16501 0.99019-2.8321 1.9619-3.6847 0.14668-0.11917 0.27468-0.083 0.23802 0.0453-0.11001 0.42169-0.39442 1.6137-0.39442 2.778 0 1.0359 0.26568 1.7964 0.74238 1.7964 0.28418 0 0.47716-0.39329 0.47716-0.39329s0.03615-0.0918-0.05553-0.0918-0.15544 0.17341-0.34795 0.17341c-0.17418 0-0.28448-0.24711-0.28448-0.97132 0-1.5034 0.60523-3.3458 0.60523-3.3458 0-0.27502-0.13807-0.44883-0.46809-0.44883-0.96256 0-1.8149 1.7049-2.3008 2.9242h-0.08274c0.18335-1.4118 0.60524-2.778 0.60524-2.778 0-0.12834-0.05432-0.20175-0.16434-0.20175zm-10.13 0.0181c-2.2093 0-3.5289 4.7399-1.0813 4.7399 0.89839 0 1.4111-1.0722 1.4111-1.0722 0 0 0.02756-0.0737-0.10994-0.0737-0.13751 0-0.17341 0.0737-0.17341 0.0737s-0.39412 0.75144-1.045 0.75144c-1.5493 0-0.44919-4.1902 0.93505-4.1902 0.79755 0-0.1194 2.2373-1.3295 2.2373 0 0 0.06357 0.18361 0.36609 0.18361 1.6409 0 2.3653-2.6499 1.0269-2.6499zm27.775 0c-2.2093 0-3.53 4.7399-1.0824 4.7399 0.89839 0 1.4122-1.0722 1.4122-1.0722s0.02756-0.0737-0.10994-0.0737c-0.13751 0-0.17454 0.0737-0.17454 0.0737s-0.39412 0.75144-1.045 0.75144c-1.5493 0-0.4492-4.1902 0.93505-4.1902 0.79755 0-0.1194 2.2373-1.3295 2.2373 0 0 0.0647 0.18361 0.36722 0.18361 1.6409 0 2.3653-2.6499 1.0269-2.6499zm3.5589 0c-2.2093 0-3.53 4.7399-1.0824 4.7399 0.89838 0 1.4122-1.0722 1.4122-1.0722s0.02757-0.0737-0.10994-0.0737c-0.13751 0-0.17455 0.0737-0.17455 0.0737s-0.39412 0.75144-1.045 0.75144c-1.5493 0-0.44919-4.1902 0.93505-4.1902 0.79755 0-0.1194 2.2373-1.3295 2.2373 0 0 0.0647 0.18361 0.36722 0.18361 1.6409 0 2.3653-2.6499 1.0269-2.6499zm4.9575 0c-0.81588 0-2.1998 4.41-0.65057 4.41 0.5042 0 1.237-1.0916 1.8146-2.1183h0.08274c-0.06417 0.31168-0.12758 0.6415-0.17341 0.95318-0.07334 0.40336-0.13841 0.86215-0.23008 1.3114-1.4576 0.055-2.3559 0.7699-2.8142 1.4666-0.06417 0.0917 0.14664 0.15628 0.21082 0.0646 0.49502-0.68754 1.2473-1.2374 2.549-1.2649-0.27502 1.2651-0.77067 2.4935-1.9166 2.4935-0.48586 0-0.68708-0.18378-0.76958-0.37629-0.05501-0.12834-0.28395-0.0636-0.22894 0.0555 0.13751 0.29335 0.38432 0.53156 0.99852 0.53156 1.4209 0 2.0814-1.2747 2.4481-2.659 0.77005 0.20168 0.59616 0.89878 0.59616 0.89878 0.35752 0 0.60507-0.99075-0.5225-1.1833 0.10084-0.4492 0.18281-0.90665 0.25615-1.3284 0.36669-2.1635 0.83418-3.0443 0.83418-3.0443 0-0.12835-0.05519-0.21082-0.19268-0.21082-0.22918 0-0.40283 0.21155-0.56783 0.5599-0.09167 0.20168-1.7052 3.5294-2.2736 3.5294-0.17418 0-0.21988-0.20224-0.21988-0.46809 0-1.2284 0.92598-3.4195 0.92598-3.4195 0-0.11917-0.02809-0.20175-0.15641-0.20175zm3.8581 3.4376c-0.4767 0-0.58607 1.0733-0.26522 1.0733 0 0 0.44883-0.62417 0.44883-0.86252 0-0.13751-0.05524-0.21081-0.18361-0.21081zm-47.818 1.2105c0.35752 0 0.78014 0.14721 1.266 0.36722-0.23835 0.16501-0.50426 0.26522-0.82511 0.26522-1.0176 0-0.93592-0.63244-0.44089-0.63244z" fill="#de5f3a" stroke-width=".33064" style="font-feature-settings:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal" inkscape:connector-curvature="0"/>
    </g>
    <g id="ja" transform="matrix(.85171 0 0 .85171 35.71 -39.014)" stroke-width="1.1541" inkscape:label="inkscape_name">
     <g id="hm" transform="matrix(.1186 0 0 .1186 2.5104 81.944)" fill="#fff" filter="url(#d)">
      <path id="ei" d="m139.06 694.98c-0.24215-9.928-0.36322-15.497-0.36322-25.547s0-15.982 0.36322-26.152c0.24215-10.049 1.9372-10.412 10.412-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.4797 0.24215-11.986 0.60537-15.618 0.60537s-11.865-0.36322-15.74-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.72644 10.412 0.96859 10.654 11.018 0.24215 10.049 0.36322 15.982 0.36322 26.031s-0.12107 15.618-0.36322 25.668c-0.24214 10.049-2.1793 10.654-10.654 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.7219-0.24214 12.107-0.60536 15.74-0.60536s10.654 0.24214 15.618 0.60536c0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.17-0.96859-10.412-11.018z" inkscape:connector-curvature="0"/>
      <path id="kh" d="m222.38 644.61 0.12107 42.012c0 2.3004-0.60537 3.6322-1.4529 3.6322-0.96859 0-2.3004-2.1793-5.8115-6.659l-41.528-53.514-15.618-0.24215c-0.72645 0.72644-0.72645 2.0582 0 2.7847 5.8115 0.36322 8.8384 4.2376 10.17 8.9594l-0.12108 52.062c0 10.776-2.0582 11.502-10.533 12.349-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 7.9908-0.60536 13.076-0.60536 5.0851 0 6.9012 0.48429 12.955 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.84751-10.533-1.3318-10.533-12.349l-0.12108-38.622c0-4.1165 0.60537-5.9326 1.574-5.9326 0.72644 0 2.0582 1.3318 4.1165 3.9954l42.255 53.393c1.3318 1.8161 2.9058 2.9058 4.8429 2.9058 1.695 0 1.4529-1.4529 1.4529-3.7533l0.12107-61.021c0-10.776 2.0582-11.502 10.533-12.35 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-7.9908 0.60537-13.076 0.60537-5.0851 0-6.9012-0.4843-12.955-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4752 0.84751 10.533 1.3318 10.533 12.35z" inkscape:connector-curvature="0"/>
      <path id="ki" d="m265.81 694.98c-0.24215-9.6859-0.36322-15.255-0.36322-24.82 4.2376 0.12107 8.4751 2.0582 11.018 5.2062l19.009 23.973c2.4215 3.1479 4.1165 6.7801 4.3586 8.7173 0 0.36322 0.12107 0.72644 0.60537 0.72644 2.4215-0.12107 2.1793-0.60536 5.8115-0.60536 4.7219 0 7.7487 0.48429 13.439 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-2.1793-0.36322-7.7487-1.574-11.865-6.659l-26.515-31.479c-0.96859-1.0897-1.574-2.0582-1.574-3.0268 0-0.84752 0.12107-1.695 4.2376-5.9326l17.798-18.282c5.5694-5.9326 11.623-7.7487 16.466-8.3541 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.6904 0.12107-7.8698 0.60537-12.713 0.60537s-8.5962-0.4843-14.287-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.3586 0.36322 9.5648 2.4215 4.6008 7.8698l-19.372 21.309c-2.5426 2.7847-6.538 4.964-11.018 5.3272 0-8.4751 0.12107-14.287 0.36322-23.488 0.24215-10.049 2.0582-10.654 10.533-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-9.6859 0.60537-15.861 0.60537-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.17 0.96859 10.412 11.018s0.48429 15.982 0.48429 26.031-0.24214 15.618-0.48429 25.668c-0.24215 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.0537 0 9.5648 0.48429 15.618 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.291-0.96859-10.533-11.018z" inkscape:connector-curvature="0"/>
      <path id="kj" d="m368.54 631.78c-7.0223-0.96859-6.659-3.269-18.524-3.269-12.228 0-23.004 8.1119-23.004 20.946 0 11.381 7.9908 16.829 17.435 20.825 7.6276 3.3901 20.219 6.0537 20.219 19.856 0 9.807-5.8115 16.103-15.376 16.103-11.381 0-19.856-6.2958-22.52-18.403-1.4529-0.48429-1.574-0.24215-2.6636 0.36322 0.4843 9.3227 0.96859 12.471 2.4215 18.403 7.6276 0 10.897 2.7847 21.672 2.7847 5.5694 0 10.776-1.3318 15.013-3.8744 6.9012-4.3586 11.381-11.865 11.381-19.614 0-11.502-7.8698-16.95-16.708-20.704-5.8115-2.4215-22.52-7.1433-22.52-19.009 0-6.7801 6.4169-14.771 13.439-14.771 11.865 0 16.829 8.7173 19.251 16.708 1.3318 0 1.574 0.12107 2.6636-0.72644-0.36322-5.8115-0.84752-9.2016-2.1793-15.618z" inkscape:connector-curvature="0"/>
      <path id="kk" d="m421.98 709.39c11.744 0 23.73-5.5694 31.963-16.345-0.60537-1.0897-1.4529-1.8161-2.7847-1.8161-8.5962 9.4437-16.829 13.197-28.089 13.197-18.766 0-28.21-19.009-28.21-36.685 0-19.735 12.592-35.959 27.847-35.959 16.708 0 23.851 11.139 26.999 21.551 1.0897 0.12107 1.8161 0 2.7847-0.60537-0.60537-6.2958-1.4529-12.107-2.6636-18.766-6.1748-0.60537-11.623-5.4483-26.515-5.4483-23.973 0-39.349 18.766-39.349 41.528 0 21.43 11.986 39.349 38.017 39.349z" inkscape:connector-curvature="0"/>
      <path id="kf" d="m489.71 674.52c-2.6636 0-3.5111-0.96859-3.0268-2.1793l12.713-31.358h0.36322l11.623 33.537zm-13.681 25.304 7.2644-18.766c0.60537-1.574 1.3318-2.6636 4.2376-2.6636h25.304l7.6276 22.278c1.695 4.964-3.1479 4.964-8.9594 5.3272-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 11.139-0.60536 15.861-0.60536 4.964 0 10.17 0.48429 14.65 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.7219-0.36322-8.7173-0.84751-10.897-7.0223l-25.304-70.465c-1.8161 1.0897-4.7219 2.4215-6.2958 2.4215l-28.089 66.106c-3.1479 7.3855-6.7801 8.5962-12.107 8.9594-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 7.2644-0.60536 11.986-0.60536 4.964 0 8.5962 0.48429 13.076 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.6008-0.24214-10.291-1.0897-8.3541-6.1748z" inkscape:connector-curvature="0"/>
      <path id="je" d="m565.53 672.34c2.6636 0.84752 6.1748 1.0897 10.291 1.0897 22.035 0 28.331-13.802 28.331-24.094 0-7.1433-4.4797-20.461-26.878-20.461-3.1479 0-11.623 1.2107-16.466 1.2107-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.291 0.96859 10.412 11.018s0.24215 15.982 0.24215 26.031 0 15.618-0.24215 25.668c-0.24215 10.17-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.7801 0 11.139 0.48429 17.192 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.3541-0.48429-12.35-1.0897-12.471-8.1119-0.12107-9.0805-0.24215-16.829-0.24215-25.547zm0.24215-34.748c0.12107-3.5111 2.0582-5.8115 10.776-5.8115 8.3541 0 16.95 4.3586 16.95 19.735 0 13.076-6.659 19.009-18.403 19.009-2.9058 0-7.9908-0.24215-9.5648-0.60537v-0.60536c0-10.049 0.12108-21.672 0.24215-31.721z" inkscape:connector-curvature="0"/>
      <path id="jf" d="m647.32 664.95-14.166 0.12107s-0.12107-16.466 0.24215-26.394c0.12107-2.9058 1.574-5.3272 4.4797-5.3272h18.887c9.0805 0 10.897 6.4169 13.56 14.771 1.4529 0.24214 1.695 0 2.9058-0.60537-0.60537-4.964-2.4215-16.95-2.6636-17.919 0-0.24214-0.12107-0.36322-0.48429-0.36322-2.0582 0.36322-3.1479 0.84752-6.0537 0.84752h-35.353c-3.6322 0-9.6859-0.4843-15.74-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.049 0.96859 10.412 11.018 0.24215 9.928 0.24215 15.982 0.24215 26.031s0 15.74-0.24215 25.668c-0.36322 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 12.35-0.60536 15.982-0.60536h26.878c5.8115 0 15.497 0.60536 15.497 0.60536 1.695-6.0537 3.3901-14.408 4.3586-20.582-1.2107-0.72644-1.3318-0.96859-2.9058-0.60537-2.4215 8.7173-6.7801 17.435-15.982 17.435h-18.887c-2.6636 0-4.3586-1.9372-4.4797-5.2062-0.36322-10.17-0.24215-31.358-0.24215-31.358l14.166 0.12108c10.291 0.12107 10.776 2.6636 11.139 8.1119 0.72644 0.72644 1.9372 0.72644 2.6636 0-0.12108-4.2376-0.4843-5.6904-0.4843-9.4437 0-3.9954 0.36322-6.7801 0.4843-10.412-0.72644-0.72644-1.9372-0.72644-2.6636 0-0.36322 6.659-0.84751 8.1119-11.139 8.1119z" inkscape:connector-curvature="0"/>
     </g>
     <g id="hl" transform="matrix(.1186 0 0 .1186 1.9833 81.944)">
      <path id="id" d="m139.06 694.98c-0.24215-9.928-0.36322-15.497-0.36322-25.547s0-15.982 0.36322-26.152c0.24215-10.049 1.9372-10.412 10.412-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.4797 0.24215-11.986 0.60537-15.618 0.60537s-11.865-0.36322-15.74-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.72644 10.412 0.96859 10.654 11.018 0.24215 10.049 0.36322 15.982 0.36322 26.031s-0.12107 15.618-0.36322 25.668c-0.24214 10.049-2.1793 10.654-10.654 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.7219-0.24214 12.107-0.60536 15.74-0.60536s10.654 0.24214 15.618 0.60536c0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.17-0.96859-10.412-11.018z" inkscape:connector-curvature="0"/>
      <path id="hy" d="m222.38 644.61 0.12107 42.012c0 2.3004-0.60537 3.6322-1.4529 3.6322-0.96859 0-2.3004-2.1793-5.8115-6.659l-41.528-53.514-15.618-0.24215c-0.72645 0.72644-0.72645 2.0582 0 2.7847 5.8115 0.36322 8.8384 4.2376 10.17 8.9594l-0.12108 52.062c0 10.776-2.0582 11.502-10.533 12.349-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 7.9908-0.60536 13.076-0.60536 5.0851 0 6.9012 0.48429 12.955 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.84751-10.533-1.3318-10.533-12.349l-0.12108-38.622c0-4.1165 0.60537-5.9326 1.574-5.9326 0.72644 0 2.0582 1.3318 4.1165 3.9954l42.255 53.393c1.3318 1.8161 2.9058 2.9058 4.8429 2.9058 1.695 0 1.4529-1.4529 1.4529-3.7533l0.12107-61.021c0-10.776 2.0582-11.502 10.533-12.35 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-7.9908 0.60537-13.076 0.60537-5.0851 0-6.9012-0.4843-12.955-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4752 0.84751 10.533 1.3318 10.533 12.35z" inkscape:connector-curvature="0"/>
      <path id="hn" d="m265.81 694.98c-0.24215-9.6859-0.36322-15.255-0.36322-24.82 4.2376 0.12107 8.4751 2.0582 11.018 5.2062l19.009 23.973c2.4215 3.1479 4.1165 6.7801 4.3586 8.7173 0 0.36322 0.12107 0.72644 0.60537 0.72644 2.4215-0.12107 2.1793-0.60536 5.8115-0.60536 4.7219 0 7.7487 0.48429 13.439 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-2.1793-0.36322-7.7487-1.574-11.865-6.659l-26.515-31.479c-0.96859-1.0897-1.574-2.0582-1.574-3.0268 0-0.84752 0.12107-1.695 4.2376-5.9326l17.798-18.282c5.5694-5.9326 11.623-7.7487 16.466-8.3541 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.6904 0.12107-7.8698 0.60537-12.713 0.60537s-8.5962-0.4843-14.287-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.3586 0.36322 9.5648 2.4215 4.6008 7.8698l-19.372 21.309c-2.5426 2.7847-6.538 4.964-11.018 5.3272 0-8.4751 0.12107-14.287 0.36322-23.488 0.24215-10.049 2.0582-10.654 10.533-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-9.6859 0.60537-15.861 0.60537-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.17 0.96859 10.412 11.018s0.48429 15.982 0.48429 26.031-0.24214 15.618-0.48429 25.668c-0.24215 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.0537 0 9.5648 0.48429 15.618 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.291-0.96859-10.533-11.018z" inkscape:connector-curvature="0"/>
      <path id="if" d="m368.54 631.78c-7.0223-0.96859-6.659-3.269-18.524-3.269-12.228 0-23.004 8.1119-23.004 20.946 0 11.381 7.9908 16.829 17.435 20.825 7.6276 3.3901 20.219 6.0537 20.219 19.856 0 9.807-5.8115 16.103-15.376 16.103-11.381 0-19.856-6.2958-22.52-18.403-1.4529-0.48429-1.574-0.24215-2.6636 0.36322 0.4843 9.3227 0.96859 12.471 2.4215 18.403 7.6276 0 10.897 2.7847 21.672 2.7847 5.5694 0 10.776-1.3318 15.013-3.8744 6.9012-4.3586 11.381-11.865 11.381-19.614 0-11.502-7.8698-16.95-16.708-20.704-5.8115-2.4215-22.52-7.1433-22.52-19.009 0-6.7801 6.4169-14.771 13.439-14.771 11.865 0 16.829 8.7173 19.251 16.708 1.3318 0 1.574 0.12107 2.6636-0.72644-0.36322-5.8115-0.84752-9.2016-2.1793-15.618z" inkscape:connector-curvature="0"/>
      <path id="lk" d="m421.98 709.39c11.744 0 23.73-5.5694 31.963-16.345-0.60537-1.0897-1.4529-1.8161-2.7847-1.8161-8.5962 9.4437-16.829 13.197-28.089 13.197-18.766 0-28.21-19.009-28.21-36.685 0-19.735 12.592-35.959 27.847-35.959 16.708 0 23.851 11.139 26.999 21.551 1.0897 0.12107 1.8161 0 2.7847-0.60537-0.60537-6.2958-1.4529-12.107-2.6636-18.766-6.1748-0.60537-11.623-5.4483-26.515-5.4483-23.973 0-39.349 18.766-39.349 41.528 0 21.43 11.986 39.349 38.017 39.349z" inkscape:connector-curvature="0"/>
      <path id="mi" d="m489.71 674.52c-2.6636 0-3.5111-0.96859-3.0268-2.1793l12.713-31.358h0.36322l11.623 33.537zm-13.681 25.304 7.2644-18.766c0.60537-1.574 1.3318-2.6636 4.2376-2.6636h25.304l7.6276 22.278c1.695 4.964-3.1479 4.964-8.9594 5.3272-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 11.139-0.60536 15.861-0.60536 4.964 0 10.17 0.48429 14.65 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.7219-0.36322-8.7173-0.84751-10.897-7.0223l-25.304-70.465c-1.8161 1.0897-4.7219 2.4215-6.2958 2.4215l-28.089 66.106c-3.1479 7.3855-6.7801 8.5962-12.107 8.9594-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 7.2644-0.60536 11.986-0.60536 4.964 0 8.5962 0.48429 13.076 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.6008-0.24214-10.291-1.0897-8.3541-6.1748z" inkscape:connector-curvature="0"/>
      <path id="kt" d="m565.53 672.34c2.6636 0.84752 6.1748 1.0897 10.291 1.0897 22.035 0 28.331-13.802 28.331-24.094 0-7.1433-4.4797-20.461-26.878-20.461-3.1479 0-11.623 1.2107-16.466 1.2107-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.291 0.96859 10.412 11.018s0.24215 15.982 0.24215 26.031 0 15.618-0.24215 25.668c-0.24215 10.17-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.7801 0 11.139 0.48429 17.192 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.3541-0.48429-12.35-1.0897-12.471-8.1119-0.12107-9.0805-0.24215-16.829-0.24215-25.547zm0.24215-34.748c0.12107-3.5111 2.0582-5.8115 10.776-5.8115 8.3541 0 16.95 4.3586 16.95 19.735 0 13.076-6.659 19.009-18.403 19.009-2.9058 0-7.9908-0.24215-9.5648-0.60537v-0.60536c0-10.049 0.12108-21.672 0.24215-31.721z" inkscape:connector-curvature="0"/>
      <path id="fh" d="m647.32 664.95-14.166 0.12107s-0.12107-16.466 0.24215-26.394c0.12107-2.9058 1.574-5.3272 4.4797-5.3272h18.887c9.0805 0 10.897 6.4169 13.56 14.771 1.4529 0.24214 1.695 0 2.9058-0.60537-0.60537-4.964-2.4215-16.95-2.6636-17.919 0-0.24214-0.12107-0.36322-0.48429-0.36322-2.0582 0.36322-3.1479 0.84752-6.0537 0.84752h-35.353c-3.6322 0-9.6859-0.4843-15.74-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.049 0.96859 10.412 11.018 0.24215 9.928 0.24215 15.982 0.24215 26.031s0 15.74-0.24215 25.668c-0.36322 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 12.35-0.60536 15.982-0.60536h26.878c5.8115 0 15.497 0.60536 15.497 0.60536 1.695-6.0537 3.3901-14.408 4.3586-20.582-1.2107-0.72644-1.3318-0.96859-2.9058-0.60537-2.4215 8.7173-6.7801 17.435-15.982 17.435h-18.887c-2.6636 0-4.3586-1.9372-4.4797-5.2062-0.36322-10.17-0.24215-31.358-0.24215-31.358l14.166 0.12108c10.291 0.12107 10.776 2.6636 11.139 8.1119 0.72644 0.72644 1.9372 0.72644 2.6636 0-0.12108-4.2376-0.4843-5.6904-0.4843-9.4437 0-3.9954 0.36322-6.7801 0.4843-10.412-0.72644-0.72644-1.9372-0.72644-2.6636 0-0.36322 6.659-0.84751 8.1119-11.139 8.1119z" inkscape:connector-curvature="0"/>
     </g>
    </g>
    <g id="jc" transform="matrix(.70249 0 0 .70249 -7.9722 .14596)" stroke-width="1.1541" inkscape:label="inkscape_logo">
     <g id="eu" transform="matrix(.11149 0 0 .11149 27.644 109.91)" fill="#fff" filter="url(#d)">
      <path id="jh" d="m163.15 27.83-134.34 137.47c-45.39 56.21 30.89 49.67 63.59 65.86 11.73 11.99-44.96 20.84-33.23 32.84 11.73 11.99 70.93 23.1 82.68 35.09 11.73 11.99-24.01 24.71-12.28 36.7s38.86 0.63 43.94 28.31c3.62 19.78 48.89 8.5 71.03-7.7 11.73-12-22.44-10.87-10.71-22.86 29.17-29.83 56.33-10.84 66.31-40.73 4.93-14.77-42.94-22.77-31.19-34.76 33.75-19.71 150.4-32.54 95.05-87.89l-139.25-142.33c-17.03-16.35-45.45-16.53-61.6 0zm154.31 264.98c0 6.82 50.25 11.29 50.25-1.61-7.16-20.72-44.31-19.32-50.25 1.61zm-226.36 36.24c11.9 10.29 30.28-2.56 35.79-16.92-11.53-15.32-54.69 0.55-35.79 16.92zm220.06-22.23c-15.34 13.76 1.72 27.72 16.84 18.83 3.37-3.42-0.09-15.41-16.84-18.83z" inkscape:connector-curvature="0"/>
      <path id="ji" d="m131 238.6c3.59 2.23 57.89 13.26 71.16 15.46 4.6 0.97 1.34 5.71-5 8.91-14.3 3.8-83.66-24.37-66.16-24.37z" inkscape:connector-curvature="0"/>
      <path id="hb" d="m216.63 37.47 53.15 53.98c5.04 5.15 4.97 15.13 2.15 18l-26.39-21.11-5.19 31.26-22.05-11.64-35.31 22.31-11.69-47.03-18.97 32.82h-29c-11.82 0-13.21-15-2.47-25.74 18.76-20.25 40.29-40.89 51.99-52.85 11.76-12.02 32.25-11.68 43.78 0z" inkscape:connector-curvature="0"/>
     </g>
     <g id="kq" transform="matrix(.11149 0 0 .11149 27.117 109.91)">
      <path id="ex" d="m163.15 27.83-134.34 137.47c-45.39 56.21 30.89 49.67 63.59 65.86 11.73 11.99-44.96 20.84-33.23 32.84 11.73 11.99 70.93 23.1 82.68 35.09 11.73 11.99-24.01 24.71-12.28 36.7s38.86 0.63 43.94 28.31c3.62 19.78 48.89 8.5 71.03-7.7 11.73-12-22.44-10.87-10.71-22.86 29.17-29.83 56.33-10.84 66.31-40.73 4.93-14.77-42.94-22.77-31.19-34.76 33.75-19.71 150.4-32.54 95.05-87.89l-139.25-142.33c-17.03-16.35-45.45-16.53-61.6 0zm154.31 264.98c0 6.82 50.25 11.29 50.25-1.61-7.16-20.72-44.31-19.32-50.25 1.61zm-226.36 36.24c11.9 10.29 30.28-2.56 35.79-16.92-11.53-15.32-54.69 0.55-35.79 16.92zm220.06-22.23c-15.34 13.76 1.72 27.72 16.84 18.83 3.37-3.42-0.09-15.41-16.84-18.83z" inkscape:connector-curvature="0"/>
      <path id="js" d="m131 238.6c3.59 2.23 57.89 13.26 71.16 15.46 4.6 0.97 1.34 5.71-5 8.91-14.3 3.8-83.66-24.37-66.16-24.37z" fill="#fff" inkscape:connector-curvature="0"/>
      <path id="iy" d="m216.63 37.47 53.15 53.98c5.04 5.15 4.97 15.13 2.15 18l-26.39-21.11-5.19 31.26-22.05-11.64-35.31 22.31-11.69-47.03-18.97 32.82h-29c-11.82 0-13.21-15-2.47-25.74 18.76-20.25 40.29-40.89 51.99-52.85 11.76-12.02 32.25-11.68 43.78 0z" fill="#fff" inkscape:connector-curvature="0"/>
     </g>
    </g>
    <g id="iw" transform="matrix(.46398 0 0 .46398 -33.497 -166.29)" fill="#fff" filter="url(#y)" stroke-width="1.1541" inkscape:label="#draw_select">
     <path id="ez" d="m291 530.77v15.118h1.2962l2.5925-5.2529 5.1113 8.7256h4l-6.5188-9.9266h6.1177v-1.6176l-12.599-8.4558z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
    </g>
    <g id="gl" transform="matrix(.43713 0 0 .43713 -.50167 -164.42)" filter="url(#x)" stroke-width="1.1541" inkscape:label="#draw_node">
     <path id="fg" d="m307.03 557.4c-8.091-0.50569-12.862 1.4433-15.904 4.2266-3.4618 3.1673-4.6306 7.7444-4.127 15.803l1-0.0625c-0.49635-7.9416 0.60776-12.079 3.8027-15.002 2.8329-2.5918 7.257-4.4611 15.166-3.9668z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
     <rect id="mj" x="289" y="559.36" width="4" height="4" color="#000000" fill="#fff" fill-rule="evenodd" stroke-width="1.1541"/>
     <rect id="rect10541" x="286" y="575.36" width="3" height="3" color="#000000" fill="#fff" fill-rule="evenodd" stroke-width="1.1541"/>
     <path id="ht" d="m294 564.36 7.8 14.039 5.2-5.2646z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
     <use id="fm" transform="translate(19 -19)" width="1250" height="1250" fill="#ffffff" stroke-width="1.1541" xlink:href="#q"/>
    </g>
    <g id="iq" transform="matrix(.39126 0 0 .39126 37.901 -235.69)" fill="#fff" filter="url(#w)" stroke-width="1.1541">
     <path id="ew" d="m285 805.36v0.5c6.7457 2.1875-0.9774 11.462 0.8919 19 2.1081 8.5 6.286 2 6.286 2s-0.1779-2.5-0.4216-1.5c0 0-2.7563 4-3.7563-1-1.6756-8.3781 12.6-19-3-19z" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsccsc"/>
     <path id="fs" d="m309 809.36 0.0374 3.4451-5.0824-5.4624 1.7099-1.8525m-2.7074 2.9449 2.0425 2.185 0.9975 1.0925 2.0424 2.185-1.045 1.0925c-1.0131 1.0911-0.9818 1.0951-1.9949 4.3699-4.0529 4.3646-8.1224 4.3699-8.1224 4.3699l-0.9975 1.0925s-1.0293 1.0911-2.0425 0l6.0799-6.5549 0.095-0.1424c0.8018 0.4211 1.7564 0.289 2.4225-0.4275 0.8395-0.9042 0.8389-2.3747 0-3.2775s-2.2004-0.9041-3.0399 0c-0.666 0.7168-0.7715 1.7967-0.38 2.66l-0.095 0.095-6.0799 6.5549c-1.0132-1.0912 0-2.185 0-2.185l0.9974-1.0925s-0.0154-4.3753 4.0375-8.7398c3.0401-1.0925 3.0717-1.0938 4.0849-2.185z" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccsccccccccc"/>
    </g>
    <g id="ft" transform="matrix(.41945 0 0 .41945 -69.626 -207.61)" fill="#fff" filter="url(#e)" stroke-width="1.1541">
     <g id="ks" transform="matrix(1.1525 0 0 1.1677 -234.55 477.09)">
      <path id="mf" transform="matrix(.86765 0 0 .85635 202.67 29.352)" d="m294.5 171-8.5 6.6562 3 10.344h1.9375l1.0777-2.0366c-0.5545-0.01-0.9759 0.041-1.5291 0.081l-2.558-7.6907 6.6237-5.2651 4.9785 3.9116 1.3447-1z" color="#000000" fill="#fff" stroke-width="1.1369" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
     </g>
     <path id="jj" transform="translate(0 512.36)" d="m302.59 174.03-5.125 4.7813-6.625-1.7188 2.8438 6.4063-3.6875 5.9062 6.9062-0.8125 4.3125 5.4063 1.4063-7 6.4062-1.7045-6.0625-4.2955zm-1.2651 3.4549 0.25 4.4201 4.0678 2.7027-4.154 0.9987-1.013 5.1714-2.7607-3.5473-4.9839 0.3728 3.15-3.9924-2.5433-4.4558 4.6638 1.3071z" color="#000000" fill-rule="evenodd" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccccccccccc"/>
    </g>
    <g id="lo" transform="matrix(.38132 0 0 .38336 -33.61 -217.08)" fill="#fff" filter="url(#v)" stroke-width="1.1541" inkscape:label="#draw_pen">
     <path id="ky" d="m299.31 788.82-1.5844 4.509c-0.4193 1.2247 1.2997 1.8792 1.7357 0.6094l1.7599-4.4746z" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
     <path id="gn" d="m298.31 782.76 0.7935 1.1812 5.9242 2.4229 1.5611-0.5092 1.9892-5.5024c-2.5 0-0.5-6-7-6z" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc"/>
     <path id="is" d="m299 785.36-0.7016 2 5 1.8992 0.7016-1.8992z" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
     <path id="me" d="m286.46 775.36 0.64844 0.78515s3.305 4.0034 5.1426 8.1816c0.91881 2.0891 1.4446 4.2102 1.0938 5.8164-0.35086 1.6062-1.4727 2.8009-4.2676 3.2656l0.15821 0.94531c3.0358-0.50475 4.6191-2.0494 5.0469-4.0078 0.4278-1.9584-0.19599-4.2273-1.1543-6.4062-1.6237-3.6919-3.9173-6.6468-4.6934-7.6211h10.086v-0.95898z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
     <path id="hv" d="m286 793.36h4v4h-4z" color="#000000" fill-rule="evenodd" stroke-width="1.1575" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
     <path id="kr" d="m287 795.32v1.1172h9v-1.1172z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
     <rect id="et" transform="translate(0 512.36)" x="286" y="262" width="4" height="4" stroke-width="1.1541"/>
    </g>
    <g id="hu" transform="matrix(.41945 0 0 .41945 54.413 -350.23)" filter="url(#u)" stroke-width="1.1541">
     <path id="fa" d="m303 1029.4v-2c-0.5069-1.555-3-1-3 0v2z" fill="#fff" fill-rule="evenodd" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
     <path id="gk" d="m306.96 1035.2-0.9558-0.884h-9l-0.9712 1.413-0.029 6.587c2.8952 1.823 3.7348 4.575 11 2z" fill="#fff" fill-rule="evenodd" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc"/>
     <path id="kl" d="m306 1033.4-2-3h-5l-2 3z" fill="#fff" fill-rule="evenodd" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
     <g id="ko" transform="translate(-.082947 -.72362)" fill="#ffffff">
      <circle id="path23475" transform="matrix(.43572 0 0 .43572 206.83 803.64)" cx="206.59" cy="518.42" r=".92537" color="#000000" fill="#fff" stroke-width=".26488"/>
      <use id="use23477" transform="matrix(1.0586 0 0 1.0586 -18.175 -59.249)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#g"/>
      <use id="use23479" transform="translate(0 -2.2082)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#c"/>
      <use id="use23483" transform="matrix(1.3763 0 0 1.3763 -112.79 -386.94)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#c"/>
      <use id="use23485" transform="matrix(1.3763 0 0 1.3763 -113.13 -387.87)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#p"/>
      <circle id="use23487" transform="matrix(.63484 0 0 .63484 162.59 700.42)" cx="206.59" cy="518.42" r=".92537" color="#000000" fill="#fff" stroke-width=".26488"/>
      <use id="use23489" transform="matrix(1.5012 0 0 1.5012 -149.66 -516.04)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#o"/>
      <use id="use23491" transform="matrix(1.5012 0 0 1.5012 -149.79 -515.97)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#f"/>
      <use id="use23493" transform="matrix(1.5012 0 0 1.5012 -149.54 -516.03)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#n"/>
      <use id="gx" transform="matrix(1.4856 0 0 1.4856 -145.24 -499.74)" width="744.09448" height="1052.3621" xlink:href="#m"/>
      <use id="gw" transform="matrix(1.4856 0 0 1.4856 -145.04 -499.68)" width="744.09448" height="1052.3621" xlink:href="#l"/>
      <use id="ha" transform="matrix(1.4856 0 0 1.4856 -144.99 -499.98)" width="744.09448" height="1052.3621" xlink:href="#k"/>
      <use id="use23501" transform="translate(-4.2358 -1.3033)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#g"/>
      <use id="mk" transform="translate(.44802 2.6881)" width="744.09448" height="1052.3621" xlink:href="#j"/>
      <use id="use23505" transform="translate(-4.7246)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#f"/>
      <use id="ml" transform="translate(.69239 4.1136)" width="744.09448" height="1052.3621" xlink:href="#i"/>
      <use id="ix" transform="translate(-.73484 -1.0442)" width="744.09448" height="1052.3621" xlink:href="#c"/>
     </g>
    </g>
   </g>
  </g>
 </g>
 <use inkscape:label="Footer" sodipodi:insensitive="true" xlink:href="#dd"/>
 <g id="eq" inkscape:groupmode="layer" inkscape:label="Content">
  <text x="20" y="122" fill="#000000" font-family="Liberation Serif,Times New Roman,serif" font-size="16" style="line-height:100%" xml:space="preserve"><tspan fill="#000000" sodipodi:role="line">Tutorial<tspan fill="#de5f3a"> | </tspan><tspan font-style="italic">基础</tspan></tspan></text>
  <rect id="be" x="40" y="134" width="264" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Sans,Arial,sans-serif" font-size="7.2" font-style="italic" style="line-height:150%">
   <flowRegion>
    <use xlink:href="#be"/>
   </flowRegion>
   <flowDiv>本教程描述了Inkscape的基本操作方法。本文档以Inkscape的通用文件格式保存,你可以用Inkscape进行查看、复制、编辑、保存等操作。</flowDiv>
  </flowRoot>
  <rect id="bb" x="40" y="164.26" width="264" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Sans,Arial,sans-serif" font-size="7.2" font-style="italic" style="line-height:150%">
   <flowRegion>
    <use xlink:href="#bb"/>
   </flowRegion>
   <flowDiv>The Basic Tutorial covers canvas navigation, managing documents, shape tool basics, selection techniques, transforming objects with selector, grouping, setting fill and stroke, alignment, and z-order. For more advanced topics, check out the other tutorials in the <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Help</flowSpan> menu.</flowDiv>
  </flowRoot>
  <rect id="av" x="20" y="220.77" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#av"/>
   </flowRegion>
   <flowDiv>平移画布</flowDiv>
  </flowRoot>
  <rect id="au" x="20" y="233.05" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#au"/>
   </flowRegion>
   <flowDiv>There are many ways to pan (scroll) the document canvas. Try <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">arrow</flowSpan> keys to scroll by keyboard. (Try this now to scroll this document down.) You can also drag the canvas by the middle mouse button. Or, you can use the scrollbars (press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">B</flowSpan> to show or hide them). The <flowSpan font-weight="bold">wheel</flowSpan> on your mouse also works for scrolling vertically; press <flowSpan font-weight="bold">Shift</flowSpan> with the wheel to scroll horizontally.</flowDiv>
  </flowRoot>
  <rect id="al" x="20" y="298.39" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#al"/>
   </flowRegion>
   <flowDiv>放大与缩小</flowDiv>
  </flowRoot>
  <rect id="ak" x="20" y="310.64" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ak"/>
   </flowRegion>
   <flowDiv>The easiest way to zoom is by pressing <flowSpan font-weight="bold">-</flowSpan> and <flowSpan font-weight="bold">+</flowSpan> (or <flowSpan font-weight="bold">=</flowSpan>) keys. You can also use <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">middle click</flowSpan> or <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">right click</flowSpan> to zoom in, <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">middle click</flowSpan> or <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">right click</flowSpan> to zoom out, or rotate the mouse wheel with <flowSpan font-weight="bold">Ctrl</flowSpan>. Or, you can click in the zoom entry field (in the bottom right corner of the document window), type a precise zoom value in %, and press <flowSpan font-weight="bold">Enter</flowSpan>. We also have the Zoom tool (in the toolbar on left) which lets you to zoom into an area by dragging around it.</flowDiv>
  </flowRoot>
  <rect id="aj" x="20" y="381.25" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#aj"/>
   </flowRegion>
   <flowDiv>Inkscape also keeps a history of the zoom levels you've used in this work session. Press the <flowSpan font-weight="bold">`</flowSpan> key to go back to the previous zoom, or <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">`</flowSpan> to go forward.</flowDiv>
  </flowRoot>
  <rect id="ai" x="20" y="414.69" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#ai"/>
   </flowRegion>
   <flowDiv>Inkscape工具列</flowDiv>
  </flowRoot>
  <rect id="ah" x="20" y="427.82" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ah"/>
   </flowRegion>
   <flowDiv>Inkscape中的绘图和修改工具集中在左侧的竖直工具列中。在窗口的上方,菜单下面是<flowSpan font-style="italic">命令栏(Commands bar)</flowSpan>,提供了通用的一些控制命令,下面的<flowSpan font-style="italic">工具控制栏(Tool Controls bar)</flowSpan>则跟具体的绘图工具有关。窗口底部的<flowSpan font-style="italic">状态栏(status bar)</flowSpan>则实时显示一些操作提示和信息。</flowDiv>
  </flowRoot>
  <rect id="ag" x="20" y="477.18" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ag"/>
   </flowRegion>
   <flowDiv>Many operations are available through keyboard shortcuts. Open <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Help</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Keys and Mouse Reference</flowSpan> to see the complete reference.</flowDiv>
  </flowRoot>
  <rect id="af" x="20" y="510.82" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#af"/>
   </flowRegion>
   <flowDiv>创建和管理文档</flowDiv>
  </flowRoot>
  <rect id="ae" x="20" y="523.13" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ae"/>
   </flowRegion>
   <flowDiv>To create a new empty document, use <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">File</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">New</flowSpan> or press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">N</flowSpan>. To create a new document from one of Inkscape's many templates, use <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">File</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">New from Template…</flowSpan> or press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">N</flowSpan></flowDiv>
  </flowRoot>
  <rect id="cz" x="20" y="562.05" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cz"/>
   </flowRegion>
   <flowDiv>To open an existing SVG document, use <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">File</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Open</flowSpan> (<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">O</flowSpan>). To save, use <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">File</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Save</flowSpan> (<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">S</flowSpan>), or <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">File</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Save As</flowSpan> (<flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">S</flowSpan>) to save under a new name. (Inkscape may still be unstable, so remember to save often!)</flowDiv>
  </flowRoot>
  <rect id="cy" x="20" y="601.01" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cy"/>
   </flowRegion>
   <flowDiv>Inkscape使用SVG(Scalable Vector Graphics可缩放矢量图形)文件格式。 SVG是一种被各种绘图软件广泛支持的开放文件标准。SVG文件是基于XML的,可以用任何文本和XML编辑器来编辑(Inkscape不属于这种文本编辑器)。除SVG外,Inkscape也可以导入和导出其它一些文件格式(EPS,PNG等)。 </flowDiv>
  </flowRoot>
  <rect id="cx" x="20" y="651.13" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cx"/>
   </flowRegion>
   <flowDiv>Inkscape opens a separate document window for each document. You can navigate among them using your window manager (e.g. by <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">Tab</flowSpan>), or you can use the Inkscape shortcut, <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">Tab</flowSpan>, which will cycle through all open document windows. (Create a new document now and switch between it and this document for practice.) Note: Inkscape treats these windows like tabs in a web browser, this means the <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">Tab</flowSpan> shortcut only works with documents running in the same process. If you open multiple files from a file browser or launch more than one Inkscape process from an icon it will not work.</flowDiv>
  </flowRoot>
  <rect id="cw" x="20" y="737.81" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#cw"/>
   </flowRegion>
   <flowDiv>创建形状</flowDiv>
  </flowRoot>
  <rect id="cv" x="20" y="750.06" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cv"/>
   </flowRegion>
   <flowDiv>下面我们开始创建一些很漂亮的图形!在工具列中选择矩形工具(Rectangle)(快捷键<flowSpan font-weight="bold">F4</flowSpan>),在(本文档或新文档的)绘图区中点击、拖动:</flowDiv>
  </flowRoot>
  <rect transform="translate(20 786.94)" x="23.003" y="11.835" width="19.394" height="21.106" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="52.665" y="7.2717" width="23.387" height="15.972" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="84.609" y=".99707" width="71.303" height="48.486" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="123.4" y="2.7083" width="55.331" height="22.247" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="137.09" y="15.828" width="39.93" height="25.099" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="167.32" y="23.814" width="35.366" height="24.528" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="191.28" y="4.4196" width="31.944" height="28.521" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1.25"/>
  <rect transform="translate(20 786.94)" x="228.15" y="41.053" width="8.8205" height="3.5282" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <rect transform="translate(20 786.94)" x="247.55" y="28.116" width="7.0564" height="4.1162" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <rect transform="translate(20 786.94)" x="262.25" y="20.472" width="4.1162" height="1.7641" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <rect transform="translate(20 786.94)" x="274.01" y="17.532" width="2.9402" height="1.1761" fill="#00f" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <rect id="cu" x="20" y="848.67" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cu"/>
   </flowRegion>
   <flowDiv>As you can see, default rectangles come up blue, with a black <flowSpan font-style="italic">stroke</flowSpan> (outline), and fully opaque. We'll see how to change that below. With other tools, you can also create ellipses, stars, and spirals:</flowDiv>
  </flowRoot>
  <ellipse transform="translate(20 895.29)" cx="26.425" cy="13.847" rx="9.7025" ry="3.8222" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <ellipse transform="translate(20 895.29)" cx="34.363" cy="35.604" rx="5.2923" ry="14.407" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <ellipse transform="translate(20 895.29)" cx="49.652" cy="17.375" rx="9.9965" ry="9.1145" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <ellipse transform="translate(20 895.29)" cx="62.588" cy="48.541" rx="15.289" ry="6.1743" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <ellipse transform="translate(20 895.29)" cx="65.529" cy="25.02" rx="16.465" ry="15.583" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <ellipse transform="translate(20 895.29)" cx="89.05" cy="26.784" rx="9.9965" ry="4.4102" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <path transform="translate(20 895.29)" d="m187.25 37.074c0.6781 0.38328-0.1821 1.1032-0.63704 1.1271-1.2328 0.06473-1.8327-1.3708-1.6171-2.4011 0.38567-1.843 2.4972-2.6329 4.1652-2.1071 2.4479 0.7716 3.4512 3.6368 2.5971 5.9293-1.1384 3.0556-4.7808 4.2769-7.6934 3.0872-3.6652-1.4972-5.1064-5.9269-3.5772-9.4575 1.8521-4.276 7.0742-5.938 11.222-4.0672 4.8876 2.2047 6.771 8.2222 4.5572 12.986-2.5559 5.4997-9.3706 7.6049-14.75 5.0473-6.1122-2.9062-8.4394-10.519-5.5373-16.514 3.2558-6.7249 11.668-9.2744 18.278-6.0273 7.3379 3.6049 10.11 12.818 6.5173 20.042" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.335104" sodipodi:cx="187.25098" sodipodi:cy="37.074486" sodipodi:expansion="1" sodipodi:radius="15.535585" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 895.29)" d="m214.3 25.314c-0.6781-0.50121 0.34107-1.1614 0.83305-1.1271 1.3332 0.09294 1.7885 1.7145 1.4211 2.7931-0.65731 1.9295-3.0302 2.4999-4.7532 1.7151-2.5286-1.1517-3.229-4.3626-2.0091-6.7133 1.6259-3.1332 5.7007-3.9654 8.6734-2.3031 3.7409 2.0918 4.7056 7.0415 2.5971 10.634-2.5537 4.3504-8.3839 5.448-12.594 2.8912-4.9611-3.0132-6.1917-9.7271-3.1852-14.554 3.4712-5.5725 11.071-6.9364 16.514-3.4792 6.1845 3.9283 7.6817 12.415 3.7732 18.474-4.3847 6.7968-13.76 8.4274-20.434 4.0672-7.4094-4.8406-9.1735-15.105-4.3612-22.394" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-21.354641" sodipodi:cx="214.30038" sodipodi:cy="25.313868" sodipodi:expansion="1" sodipodi:radius="16.818087" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 895.29)" d="m253.7 31.255c-1.7395 0.26535-1.2159-2.2139-0.44102-2.8912 2.0998-1.8353 5.1686-0.12213 6.2233 2.0091 1.8866 3.8123-0.76223 8.1619-4.4592 9.5555-5.4255 2.0451-11.206-1.6449-12.888-6.9094-2.2415-7.0168 2.5251-14.269 9.3595-16.22 8.6004-2.4546 17.342 3.4037 19.552 11.81 2.6765 10.181-4.2813 20.42-14.26 22.884-11.759 2.9035-23.502-5.1583-26.216-16.71-3.1338-13.337 6.0349-26.586 19.16-29.549 14.914-3.3662 29.672 6.9112 32.881 21.61 3.6002 16.49-7.7873 32.758-24.06 36.213-18.066 3.8353-35.846-8.6632-39.545-26.51" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-15.859339" sodipodi:cx="253.69844" sodipodi:cy="31.254644" sodipodi:expansion="1" sodipodi:radius="35.095131" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 895.29)" d="m225.47 16.463c0.58965 0.32431-0.14625 0.95485-0.53903 0.98005-1.0644 0.06829-1.597-1.1659-1.4211-2.0581 0.31469-1.596 2.1309-2.2996 3.5772-1.8621 2.1225 0.64204 3.018 3.1072 2.3031 5.0963-0.95278 2.6511-4.0872 3.7428-6.6154 2.7441-3.1813-1.2567-4.4708-5.0691-3.1852-8.1344 1.5571-3.7126 6.0518-5.2008 9.6535-3.6262 4.2444 1.8556 5.9319 7.0352 4.0672 11.173-2.1529 4.7768-8.019 6.6638-12.692 4.5082-5.3094-2.4493-7.3963-9.003-4.9492-14.211 2.7452-5.8423 9.9873-8.1291 15.73-5.3903 6.3753 3.0407 8.8623 10.972 5.8313 17.249" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.346712" sodipodi:cx="225.47298" sodipodi:cy="16.463167" sodipodi:expansion="1" sodipodi:radius="13.422048" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 895.29)" d="m125.71 42.362-14.404-3.9992-11.46 9.5986-0.64768-14.935-12.67-7.9333 14.004-5.2311 3.6297-14.502 9.3025 11.702 14.914-1.0292-8.2546 12.463z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:flatsided="false" inkscape:randomized="0" inkscape:rounded="0" sodipodi:arg1="0.72927738" sodipodi:arg2="1.3575959" sodipodi:cx="108.92823" sodipodi:cy="27.362183" sodipodi:r1="22.511335" sodipodi:r2="11.255667" sodipodi:sides="5" sodipodi:type="star"/>
  <path transform="translate(20 895.29)" d="m131.43 40.934-9.6121-7.6866-11.781 3.5605 4.3401-11.517-7.0269-10.104 12.294 0.56876 7.4384-9.8054 3.2583 11.868 11.624 4.0443-10.281 6.7663z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:flatsided="false" inkscape:randomized="0" inkscape:rounded="0" sodipodi:arg1="1.133005" sodipodi:arg2="1.7613236" sodipodi:cx="123.57109" sodipodi:cy="24.147896" sodipodi:r1="18.533615" sodipodi:r2="9.2668076" sodipodi:sides="5" sodipodi:type="star"/>
  <path transform="translate(20 895.29)" d="m149.29 34.862-10.28-1.5383-7.0953 7.5966-1.7138-10.253-9.4174-4.4005 9.2212-4.7982 1.275-10.316 7.4128 7.2871 10.205-1.9753-4.6398 9.3019z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:flatsided="false" inkscape:randomized="0" inkscape:rounded="0" sodipodi:arg1="0.60698766" sodipodi:arg2="1.2353062" sodipodi:cx="136.42823" sodipodi:cy="25.933609" sodipodi:r1="15.653291" sodipodi:r2="7.8266454" sodipodi:sides="5" sodipodi:type="star"/>
  <path transform="translate(20 895.29)" d="m166.79 26.291-10.51 1.7486-4.5176 9.6488-4.9106-9.4548-10.573-1.3148 7.4746-7.592-2.0166-10.461 9.5302 4.7627 9.3262-5.1507-1.5846 10.536z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:flatsided="false" inkscape:randomized="0" inkscape:rounded="0" sodipodi:arg1="0.29358899" sodipodi:arg2="0.92190752" sodipodi:cx="151.42822" sodipodi:cy="21.647896" sodipodi:r1="16.043627" sodipodi:r2="8.0218134" sodipodi:sides="5" sodipodi:type="star"/>
  <path transform="translate(20 895.29)" d="m184.64 21.648-5.3031-0.02752-3.0291 4.353-1.6126-5.0521-5.076-1.5357 4.3065-3.0948-0.10804-5.3021 4.2742 3.1394 5.0092-1.7412-1.6649 5.0351z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:flatsided="false" inkscape:randomized="0" inkscape:rounded="0" sodipodi:arg1="0.46364761" sodipodi:arg2="1.0919661" sodipodi:cx="177.49966" sodipodi:cy="18.076466" sodipodi:r1="7.9859571" sodipodi:r2="3.9929783" sodipodi:sides="5" sodipodi:type="star"/>
  <path transform="translate(20 895.29)" d="m202.14 24.505-3.7067-1.0799-2.991 2.4413-0.11839-3.859-3.246-2.0902 3.6335-1.3051 0.9848-3.7331 2.364 3.0524 3.8547-0.21699-2.1725 3.1916z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:flatsided="false" inkscape:randomized="0" inkscape:rounded="0" sodipodi:arg1="0.74194727" sodipodi:arg2="1.3702658" sodipodi:cx="197.85681" sodipodi:cy="20.576469" sodipodi:r1="5.8138647" sodipodi:r2="2.9069321" sodipodi:sides="5" sodipodi:type="star"/>
  <rect id="ct" x="20" y="967.84" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ct"/>
   </flowRegion>
   <flowDiv>这些工具统称为形状工具<flowSpan font-style="italic">shape tools</flowSpan>。 新创建的每一个形状上都有一个或更多四边形的控制器(<flowSpan font-style="italic">handles</flowSpan>); 试一下拖动这些控制器会产生什么样的效果。在工具控制栏中也可以对形状进行修改。工具控制栏只对当前选中的形状有效(显示出四边形控制器的),但同时也会成为当前形状工具的缺省参数,影响下次创建的图形。</flowDiv>
  </flowRoot>
  <rect id="cs" x="20" y="1018" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cs"/>
   </flowRegion>
   <flowDiv>To <flowSpan font-style="italic">undo</flowSpan> your last action, press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">Z</flowSpan>. (Or, if you change your mind again, you can <flowSpan font-style="italic">redo</flowSpan> the undone action by <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">Z</flowSpan>.)</flowDiv>
  </flowRoot>
  <rect id="cr" x="20" y="1051.4" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#cr"/>
   </flowRegion>
   <flowDiv>移动、缩放和旋转</flowDiv>
  </flowRoot>
  <rect id="cq" x="20" y="1063.9" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cq"/>
   </flowRegion>
   <flowDiv>Inkscape中最常用的工具是<flowSpan font-style="italic">拾取器(Selector)</flowSpan>,位于工具列的顶端(箭头形状),对应快捷键<flowSpan font-weight="bold">F1</flowSpan> 或者 <flowSpan font-weight="bold">空格(Space)</flowSpan>。现在你可以选择当前画布上的任何对象。请点击下面的矩形。</flowDiv>
  </flowRoot>
  <rect transform="translate(20 1110.6)" x="129.71" y=".66667" width="40.574" height="38.81" fill="#00f" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt"/>
  <rect id="cp" x="20" y="1162.8" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cp"/>
   </flowRegion>
   <flowDiv>可以看到,选择对象的周围出现八个带箭头的控制器。下面你可以:</flowDiv>
  </flowRoot>
  <circle transform="translate(35 1186.4)" r="2"/>
  <rect id="co" x="40" y="1180.4" width="280" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#co"/>
   </flowRegion>
   <flowDiv><flowSpan font-style="italic">Move</flowSpan> the object by dragging it. (Press <flowSpan font-weight="bold">Ctrl</flowSpan> to restrict movement to horizontal and vertical.)</flowDiv>
  </flowRoot>
  <circle transform="translate(35 1214.4)" r="2"/>
  <rect id="cn" x="40" y="1208.4" width="280" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cn"/>
   </flowRegion>
   <flowDiv><flowSpan font-style="italic">Scale</flowSpan> the object by dragging any handle. (Press <flowSpan font-weight="bold">Ctrl</flowSpan> to preserve the original height/width ratio.)</flowDiv>
  </flowRoot>
  <rect id="cm" x="20" y="1236.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cm"/>
   </flowRegion>
   <flowDiv>再次在矩形上单击,控制器会发生变化,现在你可以: </flowDiv>
  </flowRoot>
  <circle transform="translate(35 1259.8)" r="2"/>
  <rect id="cl" x="40" y="1253.8" width="280" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cl"/>
   </flowRegion>
   <flowDiv><flowSpan font-style="italic">Rotate</flowSpan> the object by dragging corner handles. (Press <flowSpan font-weight="bold">Ctrl</flowSpan> to restrict rotation to 15 degree steps. Drag the cross mark to position the center of rotation.)</flowDiv>
  </flowRoot>
  <circle transform="translate(35 1287.8)" r="2"/>
  <rect id="ck" x="40" y="1281.8" width="280" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ck"/>
   </flowRegion>
   <flowDiv><flowSpan font-style="italic">Skew</flowSpan> (shear) the object by dragging non-corner handles. (Press <flowSpan font-weight="bold">Ctrl</flowSpan> to restrict skewing to 15 degree steps.)</flowDiv>
  </flowRoot>
  <rect id="cj" x="20" y="1309.7" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cj"/>
   </flowRegion>
   <flowDiv>在选择状态,也可以在工具控制栏(画布的上方)的输入框中输入数字,精确地控制对象的位置坐标(x,y)和尺寸(宽度W,高度H)。 </flowDiv>
  </flowRoot>
  <rect id="ci" x="20" y="1344" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#ci"/>
   </flowRegion>
   <flowDiv>通过键盘变换</flowDiv>
  </flowRoot>
  <rect id="ch" x="20" y="1356.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ch"/>
   </flowRegion>
   <flowDiv>Inkscape区别于大多数其它矢量绘图软件的一个特征是键盘操作的便捷性。几乎所有的命令都可以通过键盘实现,变换操作也不例外。</flowDiv>
  </flowRoot>
  <rect id="cg" x="20" y="1384.5" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cg"/>
   </flowRegion>
   <flowDiv>You can use the keyboard to move (<flowSpan font-weight="bold">arrow</flowSpan> keys), scale (<flowSpan font-weight="bold">&lt;</flowSpan> and <flowSpan font-weight="bold">&gt;</flowSpan> keys), and rotate (<flowSpan font-weight="bold">[</flowSpan> and <flowSpan font-weight="bold">]</flowSpan> keys) objects. Default moves and scales are by 2 px; with <flowSpan font-weight="bold">Shift</flowSpan>, you move by 10 times that. <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">&gt;</flowSpan> and <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">&lt;</flowSpan> scale up or down to 200% or 50% of the original, respectively. Default rotates are by 15 degrees; with <flowSpan font-weight="bold">Ctrl</flowSpan>, you rotate by 90 degrees.</flowDiv>
  </flowRoot>
  <rect id="cf" x="20" y="1433.8" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cf"/>
   </flowRegion>
   <flowDiv>However, perhaps the most useful are <flowSpan font-style="italic">pixel-sizetransformations</flowSpan>, invoked by using <flowSpan font-weight="bold">Alt</flowSpan> with the transform keys. For example, <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">arrows</flowSpan> will move the selection by 1 pixel <flowSpan font-style="italic">at the current zoom</flowSpan> (i.e. by 1 <flowSpan font-style="italic">screen pixel</flowSpan>, not to be confused with the px unit which is an SVG length unit independent of zoom). This means that if you zoom in, one <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">arrow</flowSpan> will result in a <flowSpan font-style="italic">smaller</flowSpan> absolute movement which will still look like one-pixel nudge on your screen. It is thus possible to position objects with arbitrary precision simply by zooming in or out as needed.</flowDiv>
  </flowRoot>
  <rect id="ce" x="20" y="1513.5" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ce"/>
   </flowRegion>
   <flowDiv>Similarly, <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">&gt;</flowSpan> and <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">&lt;</flowSpan> scale selection so that its visible size changes by one screen pixel, and <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">[</flowSpan> and <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">]</flowSpan> rotate it so that its farthest-from-center point moves by one screen pixel.</flowDiv>
  </flowRoot>
  <rect id="cd" x="20" y="1552.1" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cd"/>
   </flowRegion>
   <flowDiv>Note: Linux users may not get the expected results with the <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">arrow</flowSpan> and a few other key combinations if their Window Manager catches those key events before they reach the inkscape application. One solution would be to change the WM's configuration accordingly.</flowDiv>
  </flowRoot>
  <rect id="cc" x="20" y="1596.2" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#cc"/>
   </flowRegion>
   <flowDiv>多选</flowDiv>
  </flowRoot>
  <rect id="cb" x="20" y="1608.4" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#cb"/>
   </flowRegion>
   <flowDiv>You can select any number of objects simultaneously by <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">click</flowSpan>ing them. Or, you can <flowSpan font-weight="bold">drag</flowSpan> around the objects you need to select; this is called <flowSpan font-style="italic">rubberband selection</flowSpan>. (Selector creates rubberband when dragging from an empty space; however, if you press <flowSpan font-weight="bold">Shift</flowSpan> before starting to drag, Inkscape will always create the rubberband.) Practice by selecting all three of the shapes below:</flowDiv>
  </flowRoot>
  <rect transform="translate(20 1676.5)" x="84.63" y="6.0478" width="25.253" height="26.656" fill="#00f" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".80106pt"/>
  <path transform="translate(20 1676.5)" d="m166.54 18.915c0 7.8776-7.8516 14.264-17.537 14.264s-17.537-6.386-17.537-14.264c0-7.8775 7.8516-14.264 17.537-14.264s17.537 6.386 17.537 14.264z" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".80106pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 1676.5)" d="m213.42 29.945-11.509-2.8097-8.8394 7.8882-0.88434-11.814-10.234-5.9692 10.963-4.4919 2.5147-11.577 7.6597 9.0381 11.788-1.186-6.2288 10.078z" color="#000000" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".80106pt" inkscape:connector-curvature="0"/>
  <rect id="ca" x="20" y="1724.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ca"/>
   </flowRegion>
   <flowDiv>Now, use rubberband (by drag or <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">drag</flowSpan>) to select the two ellipses but not the rectangle:</flowDiv>
  </flowRoot>
  <rect transform="translate(20 1750)" x="74.428" y="1.7363" width="151.14" height="39.698" fill="#00f" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".93523pt"/>
  <path transform="translate(20 1750)" d="m141.19 16.262c4.8816 4.8816 6.7471 10.931 4.1669 13.511-2.5802 2.5802-8.6292 0.71467-13.511-4.1669-4.8816-4.8816-6.7471-10.931-4.1669-13.511 2.5802-2.5802 8.6292-0.71468 13.511 4.1669z" color="#000000" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".48693pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 1750)" d="m168.87 16.619c4.8816 4.8816 6.7471 10.931 4.1669 13.511-2.5802 2.5802-8.6292 0.71467-13.511-4.1669-4.8816-4.8816-6.7471-10.931-4.1669-13.511 2.5802-2.5802 8.6292-0.71468 13.511 4.1669z" color="#000000" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".48693pt" inkscape:connector-curvature="0"/>
  <rect id="bz" x="20" y="1802.9" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bz"/>
   </flowRegion>
   <flowDiv>被选择的对象上会出现一个<flowSpan font-style="italic">选择标识(selection cue)</flowSpan>,默认情况下是一个虚线矩形框,它可以标识出哪些对象被选中,哪些没有选中。例如,同时选中两个椭圆和矩形时,如果没有矩形标识框,椭圆的选中与否就难以判断。</flowDiv>
  </flowRoot>
  <rect id="by" x="20" y="1841.9" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#by"/>
   </flowRegion>
   <flowDiv><flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">click</flowSpan>ing on a selected object excludes it from the selection. Select all three objects above, then use <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> to exclude both ellipses from the selection leaving only the rectangle selected.</flowDiv>
  </flowRoot>
  <rect id="bx" x="20" y="1880.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bx"/>
   </flowRegion>
   <flowDiv>Pressing <flowSpan font-weight="bold">Esc</flowSpan> deselects any selected objects. <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">A</flowSpan> selects all objects in the current layer (if you did not create layers, this is the same as all objects in the document).</flowDiv>
  </flowRoot>
  <rect id="bw" x="20" y="1914" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#bw"/>
   </flowRegion>
   <flowDiv>群组</flowDiv>
  </flowRoot>
  <rect id="bv" x="20" y="1926.2" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bv"/>
   </flowRegion>
   <flowDiv>若干个绘图对象可以组合为一个<flowSpan font-style="italic">群组group</flowSpan>。群组可以像普通绘图对象一样进行移动或变换。下图中,左边的三个图形是互相独立的,而右边的三个图形是组合在一起的。试着拖动这个群组看看。</flowDiv>
  </flowRoot>
  <path transform="translate(20 1973)" d="m24.927 22.485h31.525v33.276h-31.525z" fill="#00f" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 1973)" d="m77.557 19.387c0 9.8339-9.8015 17.806-21.892 17.806s-21.892-7.9719-21.892-17.806c0-9.8338 9.8015-17.806 21.892-17.806s21.892 7.9719 21.892 17.806z" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 1973)" d="m109.54 59.151-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" fill="#ff0" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <g transform="translate(21.667 516.06)" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt">
   <path d="m186.25 1479.4h31.525v33.276h-31.525z" fill="#00f" inkscape:connector-curvature="0"/>
   <path transform="translate(104.03 224.65)" d="m134.86 1251.7c0 9.8339-9.8015 17.806-21.892 17.806s-21.892-7.9719-21.892-17.806c0-9.8338 9.8015-17.806 21.892-17.806s21.892 7.9719 21.892 17.806z" fill="#f00" inkscape:connector-curvature="0"/>
   <path transform="translate(86.386 261.2)" d="m184.48 1254.9-15.238-3.72-11.703 10.444-1.1708-15.642-13.549-7.9029 14.514-5.9471 3.3293-15.328 10.141 11.966 15.607-1.5703-8.2467 13.343z" fill="#ff0" inkscape:connector-curvature="0"/>
  </g>
  <rect id="bu" x="20" y="2051.4" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bu"/>
   </flowRegion>
   <flowDiv>To create a group, you select one or more objects and press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">G</flowSpan>. To ungroup one or more groups, select them and press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">U</flowSpan>. Groups themselves may be grouped, just like any other objects; such recursive groups may go down to arbitrary depth. However, <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">U</flowSpan> only ungroups the topmost level of grouping in a selection; you'll need to press <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">U</flowSpan> repeatedly if you want to completely ungroup a deep group-in-group.</flowDiv>
  </flowRoot>
  <rect id="bt" x="20" y="2111.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bt"/>
   </flowRegion>
   <flowDiv>You don't necessarily have to ungroup, however, if you want to edit an object within a group. Just <flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> that object and it will be selected and editable alone, or <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> several objects (inside or outside any groups) for multiple selection regardless of grouping. Try to move or transform the individual shapes in the group (above right) without ungrouping it, then deselect and select the group normally to see that it still remains grouped.</flowDiv>
  </flowRoot>
  <rect id="bs" x="20" y="2176.7" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#bs"/>
   </flowRegion>
   <flowDiv>填充与轮廓</flowDiv>
  </flowRoot>
  <rect id="br" x="20" y="2189" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#br"/>
   </flowRegion>
   <flowDiv>Probably the simplest way to paint an object some color is to select an object, and click a swatch in the palette below the canvas to paint it (change its fill color). Alternatively, you can open the Swatches dialog from the <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">View</flowSpan> menu (or press <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">W</flowSpan>), select an object, and click a swatch to paint it (change its fill color).</flowDiv>
  </flowRoot>
  <rect id="bq" x="20" y="2238.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bq"/>
   </flowRegion>
   <flowDiv>More powerful is the Fill and Stroke dialog from the <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Object</flowSpan> menu (or press <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">F</flowSpan>). Select the shape below and open the Fill and Stroke dialog.</flowDiv>
  </flowRoot>
  <path transform="translate(20 2274.5)" d="m216.26 17.909c0 9.0277-29.666 16.346-66.261 16.346s-66.261-7.3185-66.261-16.346c0-9.0278 29.666-16.346 66.261-16.346s66.261 7.3185 66.261 16.346z" fill="#f00" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <rect id="bp" x="20" y="2320.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bp"/>
   </flowRegion>
   <flowDiv>这个对话框中有三个标签面板:填充Fill、轮廓色彩(Stroke paint)和轮廓样式(Stroke style)。填充属性可以修改对象的<flowSpan font-style="italic">内部fill</flowSpan> 。下面的按钮可以设置填充的类型,包括不填充(图标X),单色flat color填充,以及渐变(gradients,线性或圆周)填充。对于上面的椭圆,单色填充的按钮是激活的。</flowDiv>
  </flowRoot>
  <rect id="bo" x="20" y="2370.1" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bo"/>
   </flowRegion>
   <flowDiv>这些按钮的下面,是<flowSpan font-style="italic">色彩拾取器color pickers</flowSpan>,有四种不同的方式:RGB, CMYK, HSL,色盘Wheel。可能最方便是通过色盘来选择,旋转其中的三角形来选择色调,在三角形内可以拾取不同的明暗度。四中拾取方式中都包含一个滑动条来设置对象的透明度(opacity),即<flowSpan font-style="italic">alpha</flowSpan>值。</flowDiv>
  </flowRoot>
  <rect id="bn" x="20" y="2420.2" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bn"/>
   </flowRegion>
   <flowDiv>选择不同的对象时,色彩拾取器总是自动更新,对应当前对象的填充和笔廓。(选择多个对象时,将显示色彩的<flowSpan font-style="italic">平均值</flowSpan>) 。在下面的例子上做一下练习,或者自己创建图形:</flowDiv>
  </flowRoot>
  <path transform="translate(20 2466.9)" d="m77.917 17.306c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#80765b" fill-opacity=".75" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2466.9)" d="m112.83 17.852c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#d0765b" fill-opacity=".26769" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2466.9)" d="m148.18 17.852c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#12c097" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2466.9)" d="m181.96 17.852c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#e7da05" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2466.9)" d="m213.78 17.852c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#3d0fa1" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2466.9)" d="m245.6 17.852c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#6fe225" fill-opacity=".74902" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2466.9)" d="m277.42 17.852c0 9.2019-12.388 16.662-27.668 16.662-15.281 0-27.668-7.4596-27.668-16.662s12.388-16.662 27.668-16.662c15.281 0 27.668 7.4596 27.668 16.662z" fill="#ff3077" fill-rule="evenodd" stroke="#000" stroke-width=".96626pt" inkscape:connector-curvature="0"/>
  <rect id="bm" x="20" y="2514" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bm"/>
   </flowRegion>
   <flowDiv>在轮廓色彩Stroke paint标签中,可以删除<flowSpan font-style="italic">轮廓线stroke</flowSpan>,也可以任意为其指定颜色和透明度:</flowDiv>
  </flowRoot>
  <path transform="translate(20 2550)" d="m76.488 17.707c0 9.2086-12.397 16.674-27.689 16.674s-27.689-7.4651-27.689-16.674c0-9.2086 12.397-16.674 27.689-16.674s27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m103.03 17.707c0 9.2086-12.397 16.674-27.689 16.674s-27.689-7.4651-27.689-16.674c0-9.2086 12.397-16.674 27.689-16.674s27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-width=".96696pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m132.9 17.707c0 9.2086-12.397 16.674-27.689 16.674-15.292 0-27.689-7.4651-27.689-16.674 0-9.2086 12.397-16.674 27.689-16.674 15.292 0 27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-opacity=".15692" stroke-width=".96696pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m159.44 17.707c0 9.2086-12.397 16.674-27.689 16.674-15.292 0-27.689-7.4651-27.689-16.674 0-9.2086 12.397-16.674 27.689-16.674 15.292 0 27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" stroke="#f00" stroke-width=".96696pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m189.3 17.707c0 9.2086-12.397 16.674-27.689 16.674-15.292 0-27.689-7.4651-27.689-16.674 0-9.2086 12.397-16.674 27.689-16.674 15.292 0 27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" stroke="#00ff7c" stroke-width=".96696pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m222.48 17.707c0 9.2086-12.397 16.674-27.689 16.674-15.292 0-27.689-7.4651-27.689-16.674 0-9.2086 12.397-16.674 27.689-16.674 15.292 0 27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" stroke="#16417c" stroke-width=".96696pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m252.35 17.707c0 9.2086-12.397 16.674-27.689 16.674-15.292 0-27.689-7.4651-27.689-16.674 0-9.2086 12.397-16.674 27.689-16.674 15.292 0 27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" stroke="#7c7016" stroke-width=".96696pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2550)" d="m278.89 17.707c0 9.2086-12.397 16.674-27.689 16.674-15.292 0-27.689-7.4651-27.689-16.674 0-9.2086 12.397-16.674 27.689-16.674 15.292 0 27.689 7.4651 27.689 16.674z" fill="#dbdbdb" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <rect id="bl" x="20" y="2596.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bl"/>
   </flowRegion>
   <flowDiv>最后一个标签面板,轮廓样式(Stroke style)中,可以设置轮廓的宽度以及其它参数: </flowDiv>
  </flowRoot>
  <path transform="translate(20 2622.9)" d="m76.995 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-width=".011592" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2622.9)" d="m103.28 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-width="2.3184" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2622.9)" d="m136.14 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-width="9.2734" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2622.9)" d="m169 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-dasharray="1.73877, 3.47754" stroke-width="1.7388" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2622.9)" d="m205.14 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-dasharray="6.95506, 6.95506" stroke-width="1.7388" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2622.9)" d="m241.29 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-dasharray="6.95506, 3.47753, 1.73877, 3.47753" stroke-width="1.7388" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2622.9)" d="m277.43 21.728c0 9.1193-12.276 16.512-27.42 16.512-15.144 0-27.42-7.3927-27.42-16.512 0-9.1193 12.276-16.512 27.42-16.512 15.144 0 27.42 7.3927 27.42 16.512z" fill="#dbdbdb" fill-rule="evenodd" stroke="#000" stroke-dasharray="0.811426, 0.811426" stroke-width=".81143" inkscape:connector-curvature="0"/>
  <rect id="bk" x="20" y="2677.2" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bk"/>
   </flowRegion>
   <flowDiv>最后,除了单色填充之外,可以选择<flowSpan font-style="italic">梯度(gradients)</flowSpan>模式来填充图形内部和轮廓:</flowDiv>
  </flowRoot>
  <defs>
   <linearGradient id="ee" x1="28.86" x2="31.507" y1="2043.7" y2="2084.7" gradientTransform="matrix(1.3307 0 0 .80132 -1.0602 -1632.8)" gradientUnits="userSpaceOnUse">
    <stop stop-color="#0082ab" offset="0"/>
    <stop stop-color="#0082ab" stop-opacity=".5" offset=".35"/>
    <stop stop-color="#0082ab" stop-opacity=".22" offset=".63"/>
    <stop stop-color="#0082ab" stop-opacity="0" offset="1"/>
   </linearGradient>
   <linearGradient id="ed" x1="28.86" x2="31.507" y1="2043.7" y2="2084.7" gradientTransform="matrix(1.3307 0 0 .80132 27.286 -1632.8)" gradientUnits="userSpaceOnUse" xlink:href="#z"/>
   <radialGradient id="eb" cx="31.577" cy="2062.9" r="22.221" gradientTransform="matrix(1.3307 0 0 .80132 62.719 -1632.8)" gradientUnits="userSpaceOnUse">
    <stop stop-color="#65ab00" stop-opacity="0" offset="0"/>
    <stop stop-color="#a79782" offset="1"/>
   </radialGradient>
   <radialGradient id="ea" cx="31.577" cy="2062.9" r="22.221" gradientTransform="matrix(1.3307 0 0 .80132 94.609 -1632.8)" gradientUnits="userSpaceOnUse" xlink:href="#h"/>
   <linearGradient id="ec" x1="8.0307" x2="56.199" y1="2028.4" y2="2028.4" gradientTransform="matrix(1.3084 0 0 .81497 137.13 -1632.8)" gradientUnits="userSpaceOnUse" xlink:href="#h"/>
   <linearGradient id="h">
    <stop stop-opacity=".5323" offset="0"/>
    <stop stop-color="#fff" stop-opacity="0" offset="1"/>
   </linearGradient>
   <radialGradient id="dv" cx="24.338" cy="2034.3" r="24.697" gradientTransform="matrix(1.3084 0 0 .81497 137.13 -1632.8)" gradientUnits="userSpaceOnUse" xlink:href="#h"/>
   <radialGradient id="dz" cx="39.346" cy="2014.9" r="25.29" gradientTransform="matrix(-1.3084 0 0 -.81497 263.68 1673.3)" gradientUnits="userSpaceOnUse">
    <stop stop-color="#ff2ee1" stop-opacity=".52923" offset="0"/>
    <stop stop-opacity="0" offset="1"/>
   </radialGradient>
   <radialGradient id="dy" cx="48.498" cy="2012.6" r="40.477" gradientTransform="matrix(-1.3084 0 0 -.81497 263.68 1673.3)" gradientUnits="userSpaceOnUse">
    <stop stop-color="#7d4ad2" stop-opacity=".5323" offset="0"/>
    <stop stop-color="#fff" stop-opacity="0" offset="1"/>
   </radialGradient>
   <linearGradient id="z">
    <stop stop-color="#0082ab" stop-opacity="0" offset="0"/>
    <stop offset="1"/>
   </linearGradient>
   <radialGradient id="dx" cx="39.612" cy="2014.7" r="33.929" gradientTransform="matrix(1.3084 0 0 .81497 215.08 -1632.8)" gradientUnits="userSpaceOnUse" xlink:href="#z"/>
   <radialGradient id="dw" cx="32.115" cy="2028.4" r="24.084" gradientTransform="matrix(1.3084 0 0 .81497 215.08 -1632.8)" gradientUnits="userSpaceOnUse">
    <stop stop-color="#f56f52" stop-opacity="0" offset="0"/>
    <stop stop-color="#aba6a6" stop-opacity=".24314" offset="1"/>
   </radialGradient>
  </defs>
  <path transform="translate(20 2703.4)" d="m70.526 20.278c0 9.8338-13.238 17.806-29.568 17.806s-29.568-7.9719-29.568-17.806 13.238-17.806 29.568-17.806 29.568 7.9719 29.568 17.806z" fill="url(#ee)" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2703.4)" d="m98.873 20.278c0 9.8338-13.238 17.806-29.568 17.806s-29.568-7.9719-29.568-17.806 13.238-17.806 29.568-17.806 29.568 7.9719 29.568 17.806z" fill="url(#ed)" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2703.4)" d="m134.31 20.278c0 9.8338-13.238 17.806-29.568 17.806-16.33 0-29.568-7.9719-29.568-17.806s13.238-17.806 29.568-17.806c16.33 0 29.568 7.9719 29.568 17.806z" fill="url(#eb)" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2703.4)" d="m166.2 20.278c0 9.8338-13.238 17.806-29.568 17.806s-29.568-7.9719-29.568-17.806 13.238-17.806 29.568-17.806 29.568 7.9719 29.568 17.806z" fill="url(#ea)" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2703.4)" d="m208.72 20.278c0 9.8338-13.238 17.806-29.568 17.806s-29.568-7.9719-29.568-17.806 13.238-17.806 29.568-17.806 29.568 7.9719 29.568 17.806z" fill="url(#dv)" fill-rule="evenodd" stroke="url(#ec)" stroke-width="3.7625" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2703.4)" d="m192.1 20.273c0-9.8338 13.238-17.806 29.568-17.806s29.568 7.9719 29.568 17.806-13.238 17.806-29.568 17.806-29.568-7.9719-29.568-17.806z" fill="url(#dy)" fill-rule="evenodd" stroke="url(#dz)" stroke-width="3.7625" inkscape:connector-curvature="0"/>
  <path transform="translate(20 2703.4)" d="m286.67 20.278c0 9.8338-13.238 17.806-29.568 17.806s-29.568-7.9719-29.568-17.806 13.238-17.806 29.568-17.806 29.568 7.9719 29.568 17.806z" fill="url(#dw)" fill-rule="evenodd" stroke="url(#dx)" stroke-dasharray="3.76251, 3.76251" stroke-width="3.7625" inkscape:connector-curvature="0"/>
  <rect id="bj" x="20" y="2754.8" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bj"/>
   </flowRegion>
   <flowDiv>When you switch from flat color to gradient, the newly created gradient uses the previous flat color, going from opaque to transparent. Switch to the Gradient tool (<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">F1</flowSpan>) to drag the <flowSpan font-style="italic">gradient handles</flowSpan> — the controls connected by lines that define the direction and length of the gradient. When any of the gradient handles is selected (highlighted blue), the Fill and Stroke dialog sets the color of that handle instead of the color of the entire selected object.</flowDiv>
  </flowRoot>
  <rect id="bi" x="20" y="2814.7" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bi"/>
   </flowRegion>
   <flowDiv>Yet another convenient way to change a color of an object is by using the Dropper tool (<flowSpan font-weight="bold">F7</flowSpan>). Just <flowSpan font-weight="bold">click</flowSpan> anywhere in the drawing with that tool, and the picked color will be assigned to the selected object's fill (<flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> will assign stroke color).</flowDiv>
  </flowRoot>
  <rect id="bh" x="20" y="2858.8" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#bh"/>
   </flowRegion>
   <flowDiv>再制、对齐和分布</flowDiv>
  </flowRoot>
  <rect id="bg" x="20" y="2871.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bg"/>
   </flowRegion>
   <flowDiv>One of the most common operations is <flowSpan font-style="italic">duplicating</flowSpan> an object (<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">D</flowSpan>). The duplicate is placed exactly above the original and is selected, so you can drag it away by <flowSpan font-weight="bold">mouse</flowSpan> or by <flowSpan font-weight="bold">arrow</flowSpan> keys. For practice, try to fill the line with copies of this black square:</flowDiv>
  </flowRoot>
  <rect transform="translate(20 2918)" x="10" width="11.092" height="11.092" fill-rule="evenodd"/>
  <rect id="bf" x="20" y="2941.1" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bf"/>
   </flowRegion>
   <flowDiv>Chances are, your copies of the square are placed more or less randomly. This is where the Align and Distribute dialog (<flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Ctrl</flowSpan>+<flowSpan font-weight="bold">A</flowSpan>) is useful. Select all the squares (<flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> or drag a rubberband), open the dialog and press the “Center on horizontal axis” button, then the “Make horizontal gaps between objects equal” button (read the button tooltips). The objects are now neatly aligned and distributed equispacedly. Here are some other alignment and distribution examples:</flowDiv>
  </flowRoot>
  <defs>
   <radialGradient id="do" cx="188.95" cy="2278" r="19.568" gradientTransform="matrix(-1.0695 0 0 .93503 431.93 -2103.1)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="dp" cx="212.6" cy="2274.3" r="18.494" gradientTransform="matrix(-1.0703 0 0 .93436 431.82 -2098.1)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="dq" cx="221.81" cy="2233.3" r="12.484" gradientTransform="matrix(-1.0457 0 0 .9563 451.87 -2108.7)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="dr" cx="225.29" cy="2236" r="12.167" gradientTransform="matrix(-1.0409 0 0 .96073 463.71 -2121.3)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="ds" cx="225.84" cy="2298.9" r="7.2748" gradientTransform="matrix(-1.066 0 0 .93811 430.34 -2129.7)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="dt" cx="238.59" cy="2266.9" r="7.9932" gradientTransform="matrix(-1.0485 0 0 .95374 448.05 -2135)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="du" cx="251.29" cy="2238.9" r="5.5509" gradientTransform="matrix(-1.0341 0 0 .96705 469.28 -2138.2)" gradientUnits="userSpaceOnUse" xlink:href="#b"/>
   <radialGradient id="dh" cx="188.95" cy="2278" r="19.568" gradientTransform="matrix(1.0695 0 0 .93503 21.962 -2103.1)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <radialGradient id="di" cx="212.6" cy="2274.3" r="18.494" gradientTransform="matrix(1.0703 0 0 .93436 22.074 -2098.1)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <radialGradient id="dj" cx="221.81" cy="2233.3" r="12.484" gradientTransform="matrix(1.0457 0 0 .9563 2.0207 -2108.7)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <radialGradient id="dk" cx="225.29" cy="2236" r="12.167" gradientTransform="matrix(1.0409 0 0 .96073 -9.8166 -2121.3)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <radialGradient id="dl" cx="225.84" cy="2298.9" r="7.2748" gradientTransform="matrix(1.066 0 0 .93811 23.548 -2129.7)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <radialGradient id="dm" cx="238.59" cy="2266.9" r="7.9932" gradientTransform="matrix(1.0485 0 0 .95374 5.8423 -2135)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <radialGradient id="dn" cx="251.29" cy="2238.9" r="5.5509" gradientTransform="matrix(1.0341 0 0 .96705 -15.385 -2138.2)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#b"/>
   <linearGradient id="b">
    <stop stop-color="#0082ab" offset="0"/>
    <stop stop-color="#0082ab" stop-opacity=".5" offset=".35"/>
    <stop stop-color="#0082ab" stop-opacity=".22" offset=".63"/>
    <stop stop-color="#0082ab" stop-opacity="0" offset="1"/>
   </linearGradient>
  </defs>
  <path transform="translate(20 3019.7)" d="m208.92 44.557 41.855 0.6907-20.329-36.593-10.763 17.951z" fill="url(#do)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m224.07 43.678-20.273-34.005-9.6564 17.28-9.6564 17.28 19.793-0.2772z" fill="url(#dp)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m232.97 38.89-10.862-23.877-15.247 21.346 13.055 1.2656z" fill="url(#dq)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m241.88 35.755-7.5821-10.246-7.5821-10.246-10.165 23.379 12.664-1.4432z" fill="url(#dr)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m197.36 33.776-7.3778-13.649-8.1317 13.214 7.7548 0.2176z" fill="url(#ds)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m206.26 33.114-9.6466-13.786-3.5576 7.6235-3.5576 7.6234 8.3809-0.7307z" fill="url(#dt)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m215.17 32.319-4.3649-10.736-7.1152 9.1482 5.7401 0.7939z" fill="url(#du)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m48.478 5.2707 53.602 14.362" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m45.935 9.5989 53.602 14.362" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m43.392 13.927 53.602 14.362" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m40.849 18.255 53.602 14.362" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m38.306 22.584 53.602 14.362" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m35.763 26.912 53.602 14.363" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m33.22 31.24 53.602 14.363" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m30.677 35.568 53.602 14.363" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m28.134 39.897 53.602 14.362" fill="none" stroke="#000" stroke-width="1pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7) matrix(0 .6141 -.6141 0 1442.7 -30.971)" d="m131.46 2120.6c0.41193 0.206-0.0744 0.6569-0.34233 0.6847-0.72607 0.075-1.1234-0.7544-1.027-1.3693 0.1724-1.0999 1.3955-1.6298 2.3963-1.3694 1.4687 0.3822 2.1472 2.044 1.7117 3.4234-0.58046 1.8385-2.6947 2.6691-4.4503 2.0539-2.2093-0.774-3.1933-3.3465-2.3963-5.4773 0.96528-2.5806 3.9991-3.7188 6.5043-2.7386 2.9523 1.1551 4.2452 4.6519 3.081 7.5313-1.3442 3.3243-5.3051 4.7721-8.5583 3.4233-3.6965-1.5326-5.2994-5.9584-3.7656-9.5853 1.7206-4.0689 6.6118-5.8269 10.612-4.108 4.4413 1.9084 6.3547 7.2654 4.4503 11.639" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.385908" sodipodi:cx="131.4554" sodipodi:cy="2120.6279" sodipodi:expansion="1" sodipodi:radius="9.1857243" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 .6141 -.6141 0 1458.9 -40.212)" d="m143.19 2128.8c0.55906 0.2942-0.12081 0.8988-0.48904 0.9292-0.99789 0.082-1.5191-1.0668-1.3693-1.9073 0.26786-1.5035 1.9604-2.1952 3.3255-1.8095 2.0033 0.5661 2.8863 2.8645 2.2496 4.7438-0.84859 2.5048-3.7718 3.5835-6.162 2.6897-3.0077-1.1247-4.2838-4.6808-3.1299-7.5802 1.3975-3.5115 5.5907-4.9859 8.9984-3.57 4.0159 1.6685 5.6891 6.5011 4.0102 10.417-1.9384 4.5206-7.4118 6.393-11.835 4.4503-5.0258-2.2075-7.0975-8.3229-4.8905-13.253 2.476-5.531 9.2341-7.8023 14.671-5.3306 6.0364 2.7442 8.5075 10.146 5.7707 16.09" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.365078" sodipodi:cx="143.19247" sodipodi:cy="2128.844" sodipodi:expansion="1" sodipodi:radius="12.600299" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 .6141 -.6141 0 1442.7 -54.588)" d="m154.34 2141.8c1.1181 0.5885-0.24162 1.7976-0.97809 1.8584-1.9958 0.1649-3.0381-2.1335-2.7386-3.8145 0.53572-3.007 3.9209-4.3904 6.651-3.619 4.0066 1.1321 5.7726 5.7289 4.4992 9.4875-1.6972 5.0097-7.5437 7.167-12.324 5.3795-6.0155-2.2494-8.5676-9.3617-6.2598-15.16 2.7951-7.0231 11.181-9.9718 17.997-7.1401 8.0318 3.3371 11.378 13.002 8.0203 20.833-3.8768 9.0413-14.824 12.786-23.67 8.9006-10.051-4.4149-14.195-16.646-9.7809-26.506 4.952-11.062 18.468-15.605 29.343-10.661 12.073 5.4883 17.015 20.291 11.541 32.179" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.365078" sodipodi:cx="154.34271" sodipodi:cy="2141.7546" sodipodi:expansion="1" sodipodi:radius="25.200598" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 .6141 -.6141 0 1442.7 -65.476)" d="m177.23 2161.1c0.94157 0.2943 0.0679 1.4144-0.48904 1.565-1.5093 0.408-2.6338-1.21-2.6408-2.543-0.0126-2.3846 2.3918-3.9242 4.597-3.7168 3.2363 0.3044 5.2405 3.5853 4.7926 6.651-0.59691 4.0862-4.7822 6.5672-8.705 5.8686-4.9364-0.8792-7.899-5.9808-6.9444-10.759 1.1561-5.7871 7.1801-9.2339 12.813-8.0204 6.6381 1.4301 10.571 8.3801 9.0962 14.867-1.7021 7.4895-9.5802 11.908-16.921 10.172-8.341-1.973-13.247-10.781-11.248-18.975 2.2429-9.1927 11.981-14.587 21.029-12.324 10.044 2.5121 15.927 13.182 13.4 23.083" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.546671" sodipodi:cx="177.23004" sodipodi:cy="2161.1208" sodipodi:expansion="1" sodipodi:radius="19.674946" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 .15352 -.15352 0 491.99 31.386)" d="m143.19 2128.8c0.55906 0.2942-0.12081 0.8988-0.48904 0.9292-0.99789 0.082-1.5191-1.0668-1.3693-1.9073 0.26786-1.5035 1.9604-2.1952 3.3255-1.8095 2.0033 0.5661 2.8863 2.8645 2.2496 4.7438-0.84859 2.5048-3.7718 3.5835-6.162 2.6897-3.0077-1.1247-4.2838-4.6808-3.1299-7.5802 1.3975-3.5115 5.5907-4.9859 8.9984-3.57 4.0159 1.6685 5.6891 6.5011 4.0102 10.417-1.9384 4.5206-7.4118 6.393-11.835 4.4503-5.0258-2.2075-7.0975-8.3229-4.8905-13.253 2.476-5.531 9.2341-7.8023 14.671-5.3306 6.0364 2.7442 8.5075 10.146 5.7707 16.09" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.365078" sodipodi:cx="143.19247" sodipodi:cy="2128.844" sodipodi:expansion="1" sodipodi:radius="12.600299" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 .30705 -.30705 0 825.19 7.5196)" d="m143.19 2128.8c0.55906 0.2942-0.12081 0.8988-0.48904 0.9292-0.99789 0.082-1.5191-1.0668-1.3693-1.9073 0.26786-1.5035 1.9604-2.1952 3.3255-1.8095 2.0033 0.5661 2.8863 2.8645 2.2496 4.7438-0.84859 2.5048-3.7718 3.5835-6.162 2.6897-3.0077-1.1247-4.2838-4.6808-3.1299-7.5802 1.3975-3.5115 5.5907-4.9859 8.9984-3.57 4.0159 1.6685 5.6891 6.5011 4.0102 10.417-1.9384 4.5206-7.4118 6.393-11.835 4.4503-5.0258-2.2075-7.0975-8.3229-4.8905-13.253 2.476-5.531 9.2341-7.8023 14.671-5.3306 6.0364 2.7442 8.5075 10.146 5.7707 16.09" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.365078" sodipodi:cx="143.19247" sodipodi:cy="2128.844" sodipodi:expansion="1" sodipodi:radius="12.600299" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 1.2282 -1.2282 0 2772.1 -135.68)" d="m143.19 2128.8c0.55906 0.2942-0.12081 0.8988-0.48904 0.9292-0.99789 0.082-1.5191-1.0668-1.3693-1.9073 0.26786-1.5035 1.9604-2.1952 3.3255-1.8095 2.0033 0.5661 2.8863 2.8645 2.2496 4.7438-0.84859 2.5048-3.7718 3.5835-6.162 2.6897-3.0077-1.1247-4.2838-4.6808-3.1299-7.5802 1.3975-3.5115 5.5907-4.9859 8.9984-3.57 4.0159 1.6685 5.6891 6.5011 4.0102 10.417-1.9384 4.5206-7.4118 6.393-11.835 4.4503-5.0258-2.2075-7.0975-8.3229-4.8905-13.253 2.476-5.531 9.2341-7.8023 14.671-5.3306 6.0364 2.7442 8.5075 10.146 5.7707 16.09" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.365078" sodipodi:cx="143.19247" sodipodi:cy="2128.844" sodipodi:expansion="1" sodipodi:radius="12.600299" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7) matrix(0 2.4564 -2.4564 0 5365.9 -326.6)" d="m143.19 2128.8c0.55906 0.2942-0.12081 0.8988-0.48904 0.9292-0.99789 0.082-1.5191-1.0668-1.3693-1.9073 0.26786-1.5035 1.9604-2.1952 3.3255-1.8095 2.0033 0.5661 2.8863 2.8645 2.2496 4.7438-0.84859 2.5048-3.7718 3.5835-6.162 2.6897-3.0077-1.1247-4.2838-4.6808-3.1299-7.5802 1.3975-3.5115 5.5907-4.9859 8.9984-3.57 4.0159 1.6685 5.6891 6.5011 4.0102 10.417-1.9384 4.5206-7.4118 6.393-11.835 4.4503-5.0258-2.2075-7.0975-8.3229-4.8905-13.253 2.476-5.531 9.2341-7.8023 14.671-5.3306 6.0364 2.7442 8.5075 10.146 5.7707 16.09" fill="none" stroke="#000" stroke-width=".125" sodipodi:argument="-18.365078" sodipodi:cx="143.19247" sodipodi:cy="2128.844" sodipodi:expansion="1" sodipodi:radius="12.600299" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7)" d="m244.97 44.557-41.855 0.6907 20.329-36.593 10.763 17.951z" fill="url(#dh)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m229.82 43.678 20.273-34.005 19.313 34.56-19.793-0.2772z" fill="url(#di)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m220.92 38.89 10.862-23.877 7.6235 10.673 7.6235 10.673-13.055 1.2656z" fill="url(#dj)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m212.01 35.755 15.164-20.492 10.165 23.379-12.664-1.4432z" fill="url(#dk)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m256.53 33.776 3.6889-6.8247 3.6889-6.8246 8.1317 13.214-7.7548 0.2176z" fill="url(#dl)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m247.63 33.114 4.8233-6.8928 4.8233-6.8927 7.1152 15.247-8.3809-0.7307z" fill="url(#dm)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m238.72 32.319 2.1825-5.3681 2.1825-5.368 7.1152 9.1482-5.7401 0.7939z" fill="url(#dn)" fill-opacity=".75" fill-rule="evenodd" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7) matrix(0 .34966 -.34966 0 872.35 1.0356)" d="m143.19 2128.8c0.55906 0.2942-0.12081 0.8988-0.48904 0.9292-0.99789 0.082-1.5191-1.0668-1.3693-1.9073 0.26786-1.5035 1.9604-2.1952 3.3255-1.8095 2.0033 0.5661 2.8863 2.8645 2.2496 4.7438-0.84859 2.5048-3.7718 3.5835-6.162 2.6897-3.0077-1.1247-4.2838-4.6808-3.1299-7.5802 1.3975-3.5115 5.5907-4.9859 8.9984-3.57 4.0159 1.6685 5.6891 6.5011 4.0102 10.417-1.9384 4.5206-7.4118 6.393-11.835 4.4503-5.0258-2.2075-7.0975-8.3229-4.8905-13.253 2.476-5.531 9.2341-7.8023 14.671-5.3306 6.0364 2.7442 8.5075 10.146 5.7707 16.09" fill="none" stroke="#000" stroke-width="1pt" sodipodi:argument="-18.365078" sodipodi:cx="143.19247" sodipodi:cy="2128.844" sodipodi:expansion="1" sodipodi:radius="12.600299" sodipodi:revolution="3" sodipodi:t0="0" sodipodi:type="spiral"/>
  <path transform="translate(20 3019.7)" d="m193.58 52.071c-0.0437 0.9606-0.0841 2.0544-1.1052 2.797" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m200.67 52.183c0 0.7432-0.45969 2.1149-0.36838 3.0207" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m207.02 52.294c0.19998 0.6951 0.0821 1.788 1.842 2.5733" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m216.05 51.847c-0.21579 0.6669-1.8609 2.5621-1.1052 3.2446" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m223.2 52.63c-0.28049 0.399-1.3518 1.8021 0 2.3495" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m229.4 51.847c0.0915 0.9266-0.48104 1.8809 1.842 2.9089" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m238.52 52.294c0.0798 0.5698-0.99104 1.5626-1.4736 2.4614" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m243.77 52.183c0.0271 0.4366 0.19539 1.7227 2.9471 2.3495" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m252.34 52.406c0 0.1579-0.21227 1.6131 0.73678 2.2376" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m256.85 52.183c1.0548 1.2333 1.1304 2.6855 6.631 3.5801" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3019.7)" d="m267.26 52.854c0 0.8403-0.10579 1.6705 0.73678 2.4614" fill="none" stroke="#000" stroke-width=".36292pt" inkscape:connector-curvature="0"/>
  <rect id="bd" x="20" y="3093.2" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#bd"/>
   </flowRegion>
   <flowDiv>叠放次序Z-order</flowDiv>
  </flowRoot>
  <rect id="bc" x="20" y="3105.4" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#bc"/>
   </flowRegion>
   <flowDiv>The term <flowSpan font-style="italic">z-order</flowSpan> refers to the stacking order of objects in a drawing, i.e. to which objects are on top and obscure others. The two commands in the <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Object</flowSpan> menu, <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Raise to Top</flowSpan> (the <flowSpan font-weight="bold">Home</flowSpan> key) and Lower to Bottom (the <flowSpan font-weight="bold">End</flowSpan> key), will move your selected objects to the very top or very bottom of the current layer's z-order. Two more commands, <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Raise</flowSpan> (<flowSpan font-weight="bold">PgUp</flowSpan>) and <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Lower</flowSpan> (<flowSpan font-weight="bold">PgDn</flowSpan>), will sink or emerge the selection <flowSpan font-style="italic">one step only</flowSpan>, i.e. move it past one non-selected object in z-order (only objects that overlap the selection count, based on their respective bounding boxes).</flowDiv>
  </flowRoot>
  <rect id="ba" x="20" y="3187" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ba"/>
   </flowRegion>
   <flowDiv>可以在下面的图形上练习改变叠放次序,让最左边的椭圆位于最上层,而最右边的椭圆位于最下层: </flowDiv>
  </flowRoot>
  <path transform="translate(20 3223)" d="m144.7 29.467c0 13.289-14.32 24.061-31.984 24.061-17.664 0-31.984-10.772-31.984-24.061 0-13.289 14.32-24.061 31.984-24.061 17.664 0 31.984 10.773 31.984 24.061z" fill="#f90" fill-rule="evenodd" stroke="#000" stroke-width=".61519" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3223)" d="m164.66 19.907c0 10.222-11.429 18.509-25.528 18.509-14.099 0-25.528-8.2865-25.528-18.509 0-10.222 11.429-18.508 25.528-18.508 14.099 0 25.528 8.2865 25.528 18.508z" fill="#f90" fill-rule="evenodd" stroke="#000" stroke-width=".61519" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3223)" d="m185.78 30.38c0 7.8369-9.7215 14.19-21.714 14.19s-21.714-6.353-21.714-14.19c0-7.8368 9.7215-14.19 21.714-14.19s21.714 6.353 21.714 14.19z" fill="#f90" fill-rule="evenodd" stroke="#000" stroke-width=".61519" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3223)" d="m198.09 18.86c0 5.622-5.7804 10.18-12.911 10.18-7.1304 0-12.911-4.5576-12.911-10.18 0-5.6222 5.7804-10.18 12.911-10.18 7.1304 0 12.911 4.5575 12.911 10.18z" fill="#f90" fill-rule="evenodd" stroke="#000" stroke-width=".61519" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3223)" d="m212.19 22.63c0 4.4296-5.2549 8.0203-11.737 8.0203-6.4822 0-11.737-3.5908-11.737-8.0203 0-4.4295 5.2549-8.0203 11.737-8.0203 6.4822 0 11.737 3.5909 11.737 8.0203z" fill="#f90" fill-rule="evenodd" stroke="#000" stroke-width=".61519" inkscape:connector-curvature="0"/>
  <path transform="translate(20 3223)" d="m219.23 17.597c0 3.2369-3.2843 5.861-7.3357 5.861-4.0514 0-7.3357-2.6241-7.3357-5.861 0-3.237 3.2843-5.861 7.3357-5.861 4.0514 0 7.3357 2.624 7.3357 5.861z" fill="#f90" fill-rule="evenodd" stroke="#000" stroke-width=".61519" inkscape:connector-curvature="0"/>
  <rect id="az" x="20" y="3287.7" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#az"/>
   </flowRegion>
   <flowDiv>A very useful selection shortcut is the <flowSpan font-weight="bold">Tab</flowSpan> key. If nothing is selected, it selects the bottommost object; otherwise it selects the object <flowSpan font-style="italic">above theselected object(s)</flowSpan> in z-order. <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Tab</flowSpan> works in reverse, starting from the topmost object and proceeding downwards. Since the objects you create are added to the top of the stack, pressing <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Tab</flowSpan> with nothing selected will conveniently select the object you created <flowSpan font-style="italic">last</flowSpan>. Practice the <flowSpan font-weight="bold">Tab</flowSpan> and <flowSpan font-weight="bold">Shift</flowSpan>+<flowSpan font-weight="bold">Tab</flowSpan> keys on the stack of ellipses above.</flowDiv>
  </flowRoot>
  <rect id="ay" x="20" y="3363.8" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#ay"/>
   </flowRegion>
   <flowDiv>选择下面的对象并移动</flowDiv>
  </flowRoot>
  <rect id="ax" x="20" y="3376.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ax"/>
   </flowRegion>
   <flowDiv>如果一个对象完全被另一个对象盖住了,该怎么选择呢?如果上面的图形是透明的,你虽然可以看到下面的对象,但点击时选中的却是上面的图形。</flowDiv>
  </flowRoot>
  <rect id="aw" x="20" y="3404.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#aw"/>
   </flowRegion>
   <flowDiv>This is what <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> is for. First <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> selects the top object just like the regular click. However, the next <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> at the same point will select the object <flowSpan font-style="italic">below</flowSpan> the top one; the next one, the object still lower, etc. Thus, several <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan>s in a row will cycle, top-to-bottom, through the entire z-order stack of objects at the click point. When the bottom object is reached, next <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> will, naturally, again select the topmost object.</flowDiv>
  </flowRoot>
  <rect id="at" x="20" y="3464.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#at"/>
   </flowRegion>
   <flowDiv>[If you are on Linux, you might find that <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> does not work properly. Instead, it might be moving the whole Inkscape window. This is because your window manager has reserved <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> for a different action. The way to fix this is to find the Window Behavior configuration for your window manager, and either turn it off, or map it to use the <flowSpan font-weight="bold">Meta</flowSpan> key (aka <flowSpan font-weight="bold">Windows</flowSpan> key), so Inkscape and other applications may use the <flowSpan font-weight="bold">Alt</flowSpan> key freely.]</flowDiv>
  </flowRoot>
  <rect id="as" x="20" y="3524.7" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#as"/>
   </flowRegion>
   <flowDiv>This is nice, but once you selected an under-the-surface object, what can you do with it? You can use keys to transform it, and you can drag the selection handles. However, dragging the object itself will reset the selection to the top object again (this is how click-and-drag is designed to work — it selects the (top) object under cursor first, then drags the selection). To tell Inkscape to drag <flowSpan font-style="italic">whatis selected now</flowSpan> without selecting anything else, use <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">drag</flowSpan>. This will move the current selection no matter where you drag your mouse.</flowDiv>
  </flowRoot>
  <rect id="ar" x="20" y="3595.3" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ar"/>
   </flowRegion>
   <flowDiv>Practice <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">click</flowSpan> and <flowSpan font-weight="bold">Alt</flowSpan>+<flowSpan font-weight="bold">drag</flowSpan> on the two brown shapes under the green transparent rectangle:</flowDiv>
  </flowRoot>
  <path transform="translate(20 3631.2) matrix(.39512 .68437 -.68437 .39512 2799.7 -1592.7)" d="m126.89 3940.5c-1.7128 2.7762-13.227-1.9871-15.92-0.2673-2.6928 1.7197-2.717 13.972-5.8567 14.525-3.1397 0.5531-6.3535-10.32-9.5433-11.1s-13.307 5.7281-15.627 3.5431c-2.3203-2.1851 6.0756-11.819 4.6565-14.776-1.4191-2.9564-12.432-3.072-12.315-6.2422s12.009-3.7964 13.505-6.565c1.4954-2.7687-2.9446-13.24-0.39835-15.118 2.5463-1.8777 10.873 5.667 14.076 5.0626 3.2032-0.6043 7.3014-9.5359 10.365-8.6831s0.25246 11.285 2.778 13.344c2.5256 2.0584 12.649-0.7081 13.802 2.2959 1.1532 3.0041-8.7265 9.769-8.7641 12.932-0.0376 3.1628 10.955 8.2731 9.2423 11.049z" color="#000000" fill="#ac7335" inkscape:flatsided="false" inkscape:randomized="0.047" inkscape:rounded="0.21" sodipodi:arg1="0.52143444" sodipodi:arg2="0.97023339" sodipodi:cx="100.73942" sodipodi:cy="3927.1016" sodipodi:r1="28.739008" sodipodi:r2="16.983238" sodipodi:sides="7" sodipodi:type="star"/>
  <path transform="translate(20 3631.2) matrix(.8326 .4807 -.4807 .8326 1967.2 -3288.2)" d="m107.62 3941.6c-0.52759 2.111-9.0763-3.5197-10.951-2.3937-2.4976 1.5003-1.9722 11.854-4.8626 12.594-2.1693 0.5554-1.5842-8.522-3.5626-9.4629-2.6361-1.2536-11.029 4.1052-13.221 2.1498-1.6453-1.4675 6.9505-5.6944 6.8942-7.9439-0.07507-2.9973-9.6434-9.8527-9.0821-12.757 0.42125-2.18 9.4727 5.1817 11.397 4.018 2.5638-1.5505 2.3375-12.598 5.2294-13.243 2.1704-0.4837 1.6931 9.0878 3.6599 10.096 2.6207 1.3439 12.061-3.374 14.214-1.3192 1.6159 1.5422-7.3719 4.7859-7.261 6.987 0.14775 2.9328 8.2486 8.462 7.5456 11.275z" color="#000000" fill="#ff9400" inkscape:flatsided="false" inkscape:randomized="0.047" inkscape:rounded="0.21" sodipodi:arg1="0.48833395" sodipodi:arg2="0.77161843" sodipodi:cx="90.665482" sodipodi:cy="3933.4641" sodipodi:r1="19.21225" sodipodi:r2="9.3934679" sodipodi:sides="6" sodipodi:type="star"/>
  <rect transform="translate(20 3631.2)" x="64.106" width="171.79" height="56.564" rx="10.424" ry="10.424" color="#000000" fill="#2dd268" fill-opacity=".29609"/>
  <rect id="aq" x="20" y="3705.2" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#aq"/>
   </flowRegion>
   <flowDiv>Selecting similar objects</flowDiv>
  </flowRoot>
  <rect id="ap" x="20" y="3717.7" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ap"/>
   </flowRegion>
   <flowDiv>Inkscape can select other objects similar to the object currently selected. For example, if you want to select all the blue squares below first select one of the blue squares, and use <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Edit</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Select Same</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Fill Color</flowSpan> from the menu. All the objects with a fill color the same shade of blue are now selected.</flowDiv>
  </flowRoot>
  <rect transform="translate(20 3773.6)" x="69.693" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="69.693" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="69.693" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="88.886" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="107.57" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="125.76" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="143.43" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="161.62" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="180.3" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="197.98" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="216.16" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="88.886" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="107.57" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="125.76" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="143.43" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="161.62" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="180.3" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="197.98" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="216.16" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="88.886" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="107.57" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="125.76" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="143.43" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="161.62" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="180.3" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="197.98" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="216.16" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="30.297" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="235.36" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="30.297" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="235.36" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="30.297" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="235.36" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="49.49" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="254.55" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="49.49" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="254.55" y="17.678" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#4e9a06" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="49.49" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect transform="translate(20 3773.6)" x="254.55" y="34.85" width="15.152" height="14.205" rx="0" ry="0" color="#000000" color-rendering="auto" fill="#204a87" image-rendering="auto" opacity=".924" shape-rendering="auto" style="isolation:auto"/>
  <rect id="ao" x="20" y="3834.6" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#ao"/>
   </flowRegion>
   <flowDiv>In addition to selecting by fill color, you can select multiple similar objects by stroke color, stroke style, fill &amp; stroke, and object type.</flowDiv>
  </flowRoot>
  <rect id="an" x="20" y="3868" width="300" height="1e3px" display="none"/>
  <flowRoot fill="#000000" font-family="Liberation Sans,Arial,sans-serif" font-size="8" font-weight="bold">
   <flowRegion>
    <use xlink:href="#an"/>
   </flowRegion>
   <flowDiv>总结</flowDiv>
  </flowRoot>
  <rect id="am" x="20" y="3880.2" width="300" height="1e3px" display="none"/>
  <flowRoot font-family="Liberation Serif,Times New Roman,serif" font-size="8" style="line-height:133%">
   <flowRegion>
    <use xlink:href="#am"/>
   </flowRegion>
   <flowDiv>This concludes the Basic tutorial. There's much more than that to Inkscape, but with the techniques described here, you will already be able to create simple yet useful graphics. For more complicated stuff, go through the Advanced and other tutorials in <flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Help</flowSpan>⇒<flowSpan fill="#6495ED" font-family="Liberation Sans,Arial,sans-serif">Tutorials</flowSpan>.</flowDiv>
  </flowRoot>
  <use x="47" y="3954.9054597" inkscape:label="icon-credits-authors" xlink:href="#dc"/>
  <rect id="dg" x="70" y="3948.9" width="230" height="1e3px" display="none"/>
  <flowRoot fill="#999999" font-family="Liberation Sans,Arial,sans-serif" font-size="6" text-align="left" style="line-height:120%">
   <flowRegion>
    <use xlink:href="#dg"/>
   </flowRegion>
   <flowDiv>Bulia Byak; Jonathan Leighton; Ralf Stephan; Bryce Harrington; Alexandre Prokoudine; Colin Marquardt; Josh Andler; Nicolas Dufour; Gellért Gyuris</flowDiv>
  </flowRoot>
  <use x="47" y="3979.6982337" inkscape:label="icon-credits-translators" xlink:href="#da"/>
  <rect id="de" x="70" y="3973.7" width="230" height="1e3px" display="none"/>
  <flowRoot fill="#999999" font-family="Liberation Sans,Arial,sans-serif" font-size="6" text-align="left" style="line-height:120%">
   <flowRegion>
    <use xlink:href="#de"/>
   </flowRegion>
   <flowDiv>LiuXiaoqin — 2008</flowDiv>
  </flowRoot>
  <use x="47" y="3997.2910071" inkscape:label="icon-credits-designer" xlink:href="#db"/>
  <rect id="df" x="70" y="3991.3" width="230" height="1e3px" display="none"/>
  <flowRoot fill="#999999" font-family="Liberation Sans,Arial,sans-serif" font-size="6" text-align="left" style="line-height:120%">
   <flowRegion>
    <use xlink:href="#df"/>
   </flowRegion>
   <flowDiv>Esteban Capella — 2019</flowDiv>
  </flowRoot>
 </g>
 <defs>
  <g id="dd" transform="translate(0 3838.9)">
   <defs xmlns:cc="http://creativecommons.org/ns#" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb">
    <filter id="d" x="-.0061708" y="-.0058384" width="1.0123" height="1.0117" color-interpolation-filters="sRGB" inkscape:collect="always">
     <feGaussianBlur inkscape:collect="always" stdDeviation="1.4349239"/>
    </filter>
    <linearGradient id="s" x1="112.8" x2="359.44" y1="242.17" y2="-31.919" gradientTransform="matrix(.59867 0 0 .59867 -55.025 -211.88)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#t"/>
    <filter id="y" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
     <feFlood flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
     <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
     <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
     <feOffset dx="1" dy="1" result="offset"/>
     <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
    </filter>
    <filter id="x" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
     <feFlood flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
     <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
     <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
     <feOffset dx="1" dy="1" result="offset"/>
     <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
    </filter>
    <filter id="w" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
     <feFlood flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
     <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
     <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
     <feOffset dx="1" dy="1" result="offset"/>
     <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
    </filter>
    <filter id="v" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
     <feFlood flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
     <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
     <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
     <feOffset dx="1" dy="1" result="offset"/>
     <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
    </filter>
    <filter id="u" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
     <feFlood flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
     <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
     <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
     <feOffset dx="1" dy="1" result="offset"/>
     <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
    </filter>
    <filter id="e" color-interpolation-filters="sRGB" inkscape:label="Drop Shadow">
     <feFlood flood-color="rgb(0,0,0)" flood-opacity=".35686" result="flood"/>
     <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
     <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
     <feOffset dx="1" dy="1" result="offset"/>
     <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
    </filter>
    <linearGradient id="ad" x1="68.192" x2="68.192" y1="238.23" y2="259.98" gradientTransform="matrix(2.1933 0 0 2.1933 .2613 -486.98)" gradientUnits="userSpaceOnUse" inkscape:collect="always" xlink:href="#r"/>
    <mask id="ab" maskUnits="userSpaceOnUse">
     <rect x=".26131" y=".1999" width="197.31" height="164.23" fill="url(#ad)"/>
    </mask>
    <path id="dc" d="m1.179-7.5526c0.38185 0.0571 1.4477 0.2793 2.2911 0.34204 1.0273 0.0763 2.1574 0.0113 3.4367 0 1.6178-0.0151 4.8801 0.17878 5.4949-0.0937 0.15302-0.0677 0.19409-0.20711 0.23291-0.24831-0.0388-0.0412-0.0799-0.18066-0.23291-0.24832-0.61479-0.2725-3.8771-0.0798-5.4949-0.0937-1.2793-0.0113-2.4094-0.0763-3.4367 0-0.84341 0.0627-1.9093 0.28498-2.2911 0.34205zm5.2e-4 2.4699c0.35908-3e-3 1.3508 0.0933 2.1124 0.11452 0.92663 0.0265 1.9414-0.0404 3.098 4e-3 1.5251 0.0601 4.3048 0.52191 4.9862 0.19162 0.16609-0.0805 0.20124-0.25965 0.24069-0.31143-0.0397-0.0522-0.0739-0.23017-0.23588-0.31332-0.4782-0.24569-3.5663-0.18673-4.962-0.25023-1.1763-0.0533-2.2055-0.13417-3.1641-4e-3 -0.8671 0.11679-1.6552 0.42599-2.0753 0.5684zm5.3e-4 2.4699c0.3372-0.0646 1.259-0.096 1.9374-0.11452 0.15048-4e-3 0.30233-0.0113 0.45747-0.0151 0.70705-0.0265 1.4376-0.0506 2.295 0.0265h1e-5c0.61504 0.0552 1.4978 0.22148 2.3309 0.34319 0.92854 0.1353 1.7363 0.18784 2.0822 0.0574 0.19324-0.0729 0.26431-0.24718 0.31578-0.29707-0.0514-0.0503-0.11997-0.22299-0.3014-0.30501-0.27219-0.12283-1.1316-0.19011-2.0006-0.26872-0.82525-0.0745-1.7314-0.14816-2.3628-0.21052-0.87179-0.0862-1.6559-0.16177-2.4113-0.0839-0.16597 0.0189-0.32843 0.0416-0.48696 0.0745-0.81817 0.17046-1.4731 0.5726-1.8558 0.7934zm5.3e-4 2.4699c0.25216-0.10318 0.65408-0.21392 1.143-0.28006 0.22829-0.0302 0.42103-0.0465 0.62398-0.0658 0.1311-0.0113 0.2642-0.0227 0.39791-0.034 0.60726-0.0476 1.2442-0.0639 2.0006 0.0529 0.5342 0.0824 1.3111 0.30879 2.0609 0.48514 0.88697 0.20863 1.6594 0.29405 1.9631 0.14514 0.15175-0.0745 0.17825-0.25286 0.21104-0.30237-0.0336-0.051-0.0572-0.22564-0.19264-0.30879-0.19869-0.12242-1.0141-0.21842-1.8193-0.34881-0.73799-0.11981-1.5549-0.25399-2.1159-0.34545-0.78672-0.1285-1.5006-0.21921-2.195-0.11225-0.15237 0.0227-0.3013 0.0563-0.44596 0.0994-0.21396 0.0643-0.43297 0.1595-0.64584 0.27817-0.46647 0.26003-0.79063 0.565-0.98597 0.73792zm5.2e-4 2.4699c0.23398-0.1561 0.61131-0.34356 1.0533-0.46367 0.20164-0.0548 0.37805-0.0869 0.54861-0.11717 0.11236-0.0189 0.2248-0.0378 0.33752-0.051 0.26306-0.034 0.53595-0.0484 0.83055-0.034 0.27202 0.0113 0.55744 0.0472 0.86602 0.11301 0.47172 0.10015 1.1613 0.32957 1.8236 0.50717 0.75507 0.20258 1.3353 0.26797 1.6495 0.19654 0.1523-0.034 0.23119-0.12359 0.27322-0.14892-0.0438-0.0265-0.11564-0.11263-0.25241-0.16667-0.23797-0.0937-0.8268-0.22526-1.4971-0.45275-0.75369-0.25588-1.2006-0.42985-1.8362-0.60038-0.33018-0.0884-0.65055-0.15836-0.97095-0.19124-0.34915-0.034-0.68935-0.0265-1.0174 0.048-0.1396 0.0302-0.27521 0.0737-0.40578 0.12812-0.19389 0.0805-0.38716 0.19692-0.57172 0.34129-0.40095 0.31333-0.66881 0.68327-0.83068 0.89367zm5.3e-4 2.4699c0.21298-0.20901 0.56523-0.47739 0.96432-0.65416 0.1805-0.0801 0.33602-0.12775 0.47847-0.16781 0.0929-0.0265 0.18433-0.0491 0.27633-0.0676 0.21196-0.0427 0.42826-0.0635 0.66487-0.048 0.23282 0.0151 0.47385 0.0658 0.71611 0.1508 0.48347 0.1697 1.0156 0.50363 1.5357 0.70742 0.11403 0.0446 0.2267 0.0828 0.33785 0.11225 0.16675 0.0438 0.34992 0.0703 0.53164 0.0775 0.41299 0.0151 0.68753-0.065 0.85865-0.11074-0.1795-0.0488-0.40963-0.1629-0.72538-0.35528-0.13439-0.0816-0.28135-0.17461-0.41373-0.24794-0.0906-0.0503-0.18864-0.10091-0.29106-0.15194-0.45978-0.2279-1.0665-0.48714-1.6071-0.67698-0.27271-0.0956-0.561-0.18671-0.86413-0.22942-0.31228-0.0438-0.62583-0.034-0.9291 0.0571-0.12936 0.0389-0.25215 0.0915-0.36641 0.15647-0.17276 0.0986-0.33834 0.2366-0.49235 0.40524-0.33107 0.36284-0.54385 0.79582-0.6747 1.0425zm8.5294-4.614c-0.699 1.3698-0.20128 1.668-0.1624 1.9493-0.42596 1.0089-0.97332 2.0547-1.4308 2.9909 1.039-0.19729 1.3551-1.9592 1.9115-2.5603 1.557 0.0661 2.7333-0.56568 3.5632-1.6119-0.3976-0.24378-1.5168-0.51315-1.5168-0.51315 0.77404-0.33827 1.3795-0.11187 1.9114-0.0567 0.76726-1.2695 1.14-2.9625 1.161-4.725 2e-3 -0.14552-0.24797-0.12775-1.0564-0.34848 0.74971-0.19804 1.0472-0.34847 1.0408-0.47807-0.0626-1.2717-0.3023-2.5505-0.70327-3.7063-2.0131 3.4675-3.4983 6.6691-4.7183 9.06z" fill="#fff" filter="url(#e)" inkscape:connector-curvature="0" inkscape:label="authors"/>
    <path id="da" d="m7.7907-7.9915c-0.23275 0.0113-0.44046 0.0472-0.62891 0.127-0.18844 0.0798-0.37138 0.21807-0.45703 0.42772-0.0791 0.19352-0.0521 0.40562 0.0156 0.58205 0.0677 0.17651 0.17743 0.33373 0.31641 0.48828 0.16786 0.18671 0.39331 0.36661 0.64453 0.54297l-0.43945 0.85353 1.75-0.48439-0.45703-1.7871c0.22501 0.034 0.46655 0.0828 0.7246 0.15232l0.1836-0.67971c-0.61905-0.16706-1.1868-0.24492-1.6523-0.22262zm4.5762 0.37493-1.75 0.48439 0.5 1.9492 0.45703-0.88868c0.30806 0.20561 0.56304 0.41465 0.70508 0.58398 0.16794 0.20031 0.16034 0.29934 0.16211 0.2948 1e-3 -3e-3 -0.0131 0.0227-0.11133 0.0586-0.0982 0.034-0.26693 0.0586-0.48047 0.0586-0.42707 5.7e-4 -1.0248-0.10318-1.6758-0.31068l-0.21289 0.67189c0.70426 0.22488 1.3535 0.34054 1.8887 0.33978 0.26758-3.4e-4 0.5116-0.0265 0.72461-0.10356 0.21301-0.0775 0.42105-0.2177 0.51563-0.4492 0.14769-0.36132-0.0275-0.72083-0.27149-1.0117-0.21952-0.26192-0.54276-0.51587-0.92187-0.75976zm-4.5391 0.32013c0.16527-8e-3 0.36887 8e-3 0.5918 0.0378l-0.41602 0.81055c-0.18623-0.13795-0.34215-0.27175-0.44922-0.39065-0.10013-0.1115-0.16211-0.20485-0.18555-0.2657-0.0234-0.0609-0.0127-0.0688-0.0137-0.0665-1e-3 2e-3 3e-3 -0.0189 0.0801-0.0525 0.0766-0.034 0.21532-0.0639 0.39258-0.0722zm2.6665-1.7272-5.6675 14.157 0.67389 0.27137 5.6634-14.161zm0.75352 5.0378v1.4492h-2.0798l-0.24787 0.62513h0.0989c0.48857 1.3629 1.1578 2.5198 2.0407 3.454-0.91715 0.75428-2.0401 1.3028-3.4029 1.6971 0.13714 0.14589 0.34226 0.45452 0.40226 0.60884 1.38-0.44576 2.5372-1.0371 3.4801-1.8428 0.94286 0.84858 2.1085 1.4655 3.5399 1.8341 0.0943-0.17991 0.30016-0.47078 0.45444-0.6164-1.3886-0.3258-2.5458-0.90853-3.4801-1.6971 0.89144-0.90002 1.5686-2.0319 2.0744-3.4378h1.3198v-0.62513h-3.5562v-1.4492zm-7.8615 1.5362-2.3864 6.2492h0.8915l0.56968-1.6036h2.8169l0.10546 0.29896 0.43052-1.0883-1.4699-3.8563zm6.3361 0.53813h3.6682c-0.43715 1.2086-1.0368 2.1949-1.8254 2.992-0.81429-0.8315-1.4228-1.8434-1.8428-2.992zm-5.8589 0.29443 1.1502 3.1104h-2.2972z" fill="#fff" filter="url(#e)" inkscape:connector-curvature="0" inkscape:label="translators"/>
    <path id="db" d="m14.667-8.8771c-0.18551 1.258-2.5735 0.92568-1.7543 3.5927l0.49516 0.28233c1.9448-0.58091 1.7564-2.0875 1.2591-3.8748zm-1.7931 3.6547c-0.55365 0.52728-1.1065 1.427-1.6307 2.4587 0.41239 0.2453 0.85669 0.43926 1.3168 0.6079 0.41021-1.0018 0.72097-1.9568 0.82438-2.7744l-0.36439-0.21808zm-1.7173 2.6265c-0.88697 1.7811-1.6845 3.9228-2.2477 5.2944-0.2588 0.63031-0.8896 2.0259-0.62054 2.4244 0.63424-0.0597 1.2926-1.3238 1.6127-1.9229 0.83034-1.5627 1.861-3.4408 2.5922-5.1862-0.46284-0.16705-0.91401-0.36094-1.3367-0.60967zm-5.6901-6.28c-1.5186-0.034-2.698 0.62283-3.4375 1.6484-0.73953 1.0256-1.0678 2.3935-1.0254 3.8242 0.0847 2.8615 1.6557 6.0423 4.6914 7.2598 0.47705 0.19124 0.96154 0.0488 1.252-0.24794 0.29039-0.29669 0.45756-0.6997 0.61328-1.0957 0.15571-0.39598 0.29769-0.79348 0.44336-1.0801 0.14573-0.28649 0.27272-0.4046 0.35547-0.41798l0.0273-2e-3 0.0313-0.0113c0.19015-0.0627 0.27464-0.0529 0.40234 0.0839 0.12771 0.13682 0.27672 0.47267 0.32618 1.0684 0.0543 0.6556 0.53121 1.2191 1.1836 1.3848 0.65248 0.16554 1.448-0.12737 2.0332-1.0098 1.5485-2.3349 1.04-5.1953-0.44336-7.4316-0.74168-1.1181-1.7235-2.098-2.8379-2.8066-1.1143-0.70859-2.3576-1.1408-3.6152-1.168zm-0.0176 0.70311c2.206 0.0476 4.5103 1.5881 5.8848 3.6602 1.3744 2.0722 1.8154 4.5993 0.45117 6.6562-0.47429 0.71516-0.9308 0.8121-1.2832 0.72268-0.35236-0.0896-0.63433-0.4292-0.66211-0.76566-0.0566-0.68345-0.21483-1.1687-0.51367-1.4883-0.28924-0.30917-0.72536-0.37266-1.0957-0.2657-0.41783 0.0831-0.67567 0.4216-0.85352 0.77148-0.18256 0.35905-0.3183 0.77378-0.46484 1.1465-0.14653 0.37266-0.31012 0.69146-0.46289 0.84767-0.15281 0.15609-0.22001 0.20372-0.49415 0.0937-2.7194-1.0906-4.1744-4.0087-4.252-6.6289-0.0388-1.3101 0.27233-2.5258 0.89453-3.3887 0.62219-0.86287 1.5358-1.3897 2.8516-1.3614zm-0.8125 0.8711c-0.38962-0.0427-0.79003 0.14589-0.99415 0.50585-0.27217 0.47982-0.1028 1.097 0.37696 1.3691 0.47975 0.27212 1.097 0.10091 1.3691-0.3789 0.27216-0.47977 0.10476-1.1028-0.375-1.375-0.11994-0.068-0.24708-0.10696-0.37695-0.12095zm2.4277 0.20523c-0.38859-0.0446-0.78612 0.14022-0.99023 0.49999-0.27216 0.47978-0.10085 1.097 0.3789 1.3691 0.47976 0.27212 1.1028 0.10658 1.375-0.37304 0.27216-0.47974 0.095-1.1009-0.38476-1.373-0.11994-0.068-0.24938-0.10809-0.37891-0.12321zm-2.6328 0.4961c0.0761-0.0227 0.16075-0.0151 0.23632 0.0302 0.15115 0.0858 0.20242 0.27364 0.11719 0.42383-0.0852 0.15005-0.26877 0.19503-0.41992 0.10923s-0.20437-0.2657-0.11914-0.41601c0.0426-0.0752 0.10945-0.12548 0.18555-0.14665zm2.4336 0.20523c0.0736-0.0189 0.15685-0.0113 0.23242 0.0302 0.15115 0.0858 0.20437 0.2657 0.11914 0.41601-0.0852 0.15005-0.27072 0.20296-0.42187 0.11716s-0.19655-0.26759-0.11133-0.41794c0.0426-0.0752 0.10803-0.12585 0.18164-0.14664zm2.0742 0.99024c-0.38962-0.0427-0.79002 0.14778-0.99414 0.50781-0.27218 0.47978-0.10085 1.097 0.37891 1.3691 0.47975 0.27212 1.097 0.10091 1.3691-0.3789 0.27216-0.47977 0.10475-1.1029-0.37501-1.375-0.11994-0.068-0.24903-0.10885-0.3789-0.12321zm-5.6621 0.0469c-0.38859-0.0446-0.78612 0.14211-0.99023 0.50196-0.27216 0.47977-0.10085 1.095 0.3789 1.3672 0.47976 0.27212 1.095 0.1028 1.3672-0.37682 0.27216-0.47977 0.1028-1.097-0.37695-1.3691-0.11994-0.068-0.24938-0.1081-0.37891-0.12322zm5.459 0.65624c0.0761-0.0227 0.16076-0.0151 0.23633 0.0302 0.15115 0.0858 0.1946 0.26948 0.10938 0.4199-0.0852 0.15005-0.26096 0.19918-0.41211 0.11339-0.15115-0.0858-0.20632-0.2657-0.12109-0.41601 0.0426-0.0752 0.11139-0.12548 0.18749-0.14665zm-5.6562 0.045c0.0736-0.0189 0.1549-0.0113 0.23047 0.0302 0.15115 0.0858 0.20437 0.26759 0.11914 0.41794-0.0852 0.15043-0.26682 0.19503-0.41796 0.10923-0.15115-0.0858-0.19851-0.26192-0.11329-0.41208 0.0426-0.0752 0.10804-0.12586 0.18164-0.14664zm0.57422 1.6426c-0.38858-0.0446-0.78611 0.14211-0.99023 0.50196-0.27218 0.47977-0.1028 1.095 0.37695 1.3672 0.47976 0.27212 1.1028 0.10696 1.375-0.37304 0.27216-0.47977 0.0969-1.1009-0.38281-1.3731-0.11994-0.068-0.24938-0.10809-0.37891-0.12283zm-0.0801 0.6875c0.0394 4e-3 0.0774 0.0189 0.11523 0.0389 0.15115 0.0858 0.20241 0.27363 0.11719 0.42383-0.0852 0.15043-0.26682 0.19503-0.41797 0.10923s-0.20046-0.26192-0.11523-0.41212c0.0639-0.11263 0.18245-0.17348 0.30078-0.16025zm1.6543 1.2422c-0.20402 8e-3 -0.40736 0.062-0.59765 0.16781-0.76112 0.42327-0.91852 1.4584-0.46289 2.2754 0.4556 0.81702 1.4205 1.23 2.1816 0.80666 0.76112-0.42327 0.91263-1.4564 0.45703-2.2735-0.34172-0.6127-0.96605-1-1.5781-0.97655zm0.043 0.70314c0.32247-4e-3 0.69367 0.20598 0.92188 0.61523 0.30427 0.54588 0.17287 1.119-0.18555 1.3183-0.35848 0.19956-0.92221 0.0113-1.2266-0.53318-0.30428-0.54588-0.16698-1.123 0.1914-1.3223 0.0896-0.0499 0.19134-0.0767 0.29883-0.0782z" fill="#fff" filter="url(#e)" inkscape:connector-curvature="0" inkscape:label="designer"/>
   </defs>
   <g transform="translate(0 -222.12)" inkscape:groupmode="layer" inkscape:label="Layer 31" sodipodi:insensitive="true" xmlns:cc="http://creativecommons.org/ns#" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb">
    <g transform="matrix(1.7232 0 0 1.7232 -.45028 221.78)" enable-background="new" mask="url(#ab)" sodipodi:insensitive="true">
     <g transform="translate(0 -61.119)" inkscape:label="fondo" sodipodi:insensitive="true">
      <rect x="2.8422e-14" y="61.119" width="198.44" height="165.36" fill="#fff" style="paint-order:stroke fill markers"/>
     </g>
     <g transform="matrix(1 0 0 -1 0 227.05)" inkscape:label="degradado" sodipodi:insensitive="true">
      <rect transform="scale(1,-1)" x="-16.24" y="-230.95" width="222.26" height="173.74" fill="url(#s)" fill-rule="evenodd" style="paint-order:stroke fill markers"/>
     </g>
     <g transform="matrix(-1 0 0 1 189.56 -8.2276)" inkscape:label="planos" sodipodi:insensitive="true">
      <path d="m153.31 106.27 77.783 45.288-77.877 45.125-77.877-45.288z" fill="#fff" fill-opacity=".1982" inkscape:connector-curvature="0"/>
      <path d="m62.301 113.99 64.912 37.541-77.877 45.125-65.006-37.541z" fill="#fff" fill-opacity=".1982" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
      <path d="m49.323 106.39 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill="#fff" fill-opacity=".37838" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
      <path d="m36.391 98.921 12.932 7.6295-77.877 45.125-13.027-7.6296z" fill="#fff" fill-opacity=".54955" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
      <path d="m23.364 91.291 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill="#fff" fill-opacity=".6982" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
      <path d="m10.431 83.824 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill="#fff" fill-opacity=".86036" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
      <path d="m-2.501 76.195 12.932 7.6295-77.877 45.125-13.027-7.6295z" fill="#fff" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
      <path d="m231.15 106.38 77.783 45.288-77.877 45.125-77.877-45.288z" fill="#fff" fill-opacity=".1982" inkscape:connector-curvature="0"/>
      <path d="m-54.395 106.23 77.783 45.288-77.877 45.125-77.877-45.288z" fill="#fff" fill-opacity=".1982" inkscape:connector-curvature="0"/>
     </g>
     <g transform="translate(0 -61.119)" opacity=".8" style="mix-blend-mode:screen" inkscape:label="trama" sodipodi:insensitive="true">
      <g id="a" transform="matrix(2.9866 0 0 2.9866 -364.65 -77.684)" stroke-width="1.1541" inkscape:tile-cx="21.332982" inkscape:tile-cy="12.080814" inkscape:tile-h="25.140466" inkscape:tile-w="43.231185" inkscape:tile-x0="-0.28261186" inkscape:tile-y0="-0.4894187">
       <path transform="scale(.26458)" d="m425.51 194.58 13.094 7.56" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
       <path transform="scale(.26458)" d="m445.15 205.92 13.093 7.5588" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
       <path transform="scale(.26458)" d="m425.51 213.48 13.094-7.56" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
       <path transform="scale(.26458)" d="m445.15 202.14 13.093-7.5588" fill="none" stroke="#0ff" stroke-width=".27483" inkscape:connector-curvature="0" sodipodi:nodetypes="cc"/>
       <circle cx="116.91" cy="53.983" r=".18678" fill="#0ff" fill-rule="evenodd" opacity="1" style="paint-order:stroke fill markers"/>
      </g>
      <use transform="translate(25.959)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 15.096)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 30.192)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 45.288)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 60.385)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 75.481)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 90.577)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 105.67)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 120.77)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 135.87)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 -14.933)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(25.959 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(51.918 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(77.877 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(103.84 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(129.8 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(155.75 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(181.71 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
      <use transform="translate(207.67 -29.915)" width="100%" height="100%" stroke-width="1.1541" inkscape:tiled-clone-of="#g1442" xlink:href="#a"/>
     </g>
     <g transform="translate(0 12.74)" inkscape:label="logo" sodipodi:insensitive="true">
      <g transform="matrix(.85171 0 0 .85171 56.765 -7.3098)" inkscape:label="inkscape_name">
       <g transform="matrix(.1186 0 0 .1186 2.5104 81.944)" filter="url(#d)" stroke-width="1.1541">
        <path d="m139.06 694.98c-0.24215-9.928-0.36322-15.497-0.36322-25.547s0-15.982 0.36322-26.152c0.24215-10.049 1.9372-10.412 10.412-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.4797 0.24215-11.986 0.60537-15.618 0.60537s-11.865-0.36322-15.74-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.72644 10.412 0.96859 10.654 11.018 0.24215 10.049 0.36322 15.982 0.36322 26.031s-0.12107 15.618-0.36322 25.668c-0.24214 10.049-2.1793 10.654-10.654 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.7219-0.24214 12.107-0.60536 15.74-0.60536s10.654 0.24214 15.618 0.60536c0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.17-0.96859-10.412-11.018z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m222.38 644.61 0.12107 42.012c0 2.3004-0.60537 3.6322-1.4529 3.6322-0.96859 0-2.3004-2.1793-5.8115-6.659l-41.528-53.514-15.618-0.24215c-0.72645 0.72644-0.72645 2.0582 0 2.7847 5.8115 0.36322 8.8384 4.2376 10.17 8.9594l-0.12108 52.062c0 10.776-2.0582 11.502-10.533 12.349-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 7.9908-0.60536 13.076-0.60536 5.0851 0 6.9012 0.48429 12.955 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.84751-10.533-1.3318-10.533-12.349l-0.12108-38.622c0-4.1165 0.60537-5.9326 1.574-5.9326 0.72644 0 2.0582 1.3318 4.1165 3.9954l42.255 53.393c1.3318 1.8161 2.9058 2.9058 4.8429 2.9058 1.695 0 1.4529-1.4529 1.4529-3.7533l0.12107-61.021c0-10.776 2.0582-11.502 10.533-12.35 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-7.9908 0.60537-13.076 0.60537-5.0851 0-6.9012-0.4843-12.955-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4752 0.84751 10.533 1.3318 10.533 12.35z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m265.81 694.98c-0.24215-9.6859-0.36322-15.255-0.36322-24.82 4.2376 0.12107 8.4751 2.0582 11.018 5.2062l19.009 23.973c2.4215 3.1479 4.1165 6.7801 4.3586 8.7173 0 0.36322 0.12107 0.72644 0.60537 0.72644 2.4215-0.12107 2.1793-0.60536 5.8115-0.60536 4.7219 0 7.7487 0.48429 13.439 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-2.1793-0.36322-7.7487-1.574-11.865-6.659l-26.515-31.479c-0.96859-1.0897-1.574-2.0582-1.574-3.0268 0-0.84752 0.12107-1.695 4.2376-5.9326l17.798-18.282c5.5694-5.9326 11.623-7.7487 16.466-8.3541 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.6904 0.12107-7.8698 0.60537-12.713 0.60537s-8.5962-0.4843-14.287-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.3586 0.36322 9.5648 2.4215 4.6008 7.8698l-19.372 21.309c-2.5426 2.7847-6.538 4.964-11.018 5.3272 0-8.4751 0.12107-14.287 0.36322-23.488 0.24215-10.049 2.0582-10.654 10.533-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-9.6859 0.60537-15.861 0.60537-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.17 0.96859 10.412 11.018s0.48429 15.982 0.48429 26.031-0.24214 15.618-0.48429 25.668c-0.24215 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.0537 0 9.5648 0.48429 15.618 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.291-0.96859-10.533-11.018z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m368.54 631.78c-7.0223-0.96859-6.659-3.269-18.524-3.269-12.228 0-23.004 8.1119-23.004 20.946 0 11.381 7.9908 16.829 17.435 20.825 7.6276 3.3901 20.219 6.0537 20.219 19.856 0 9.807-5.8115 16.103-15.376 16.103-11.381 0-19.856-6.2958-22.52-18.403-1.4529-0.48429-1.574-0.24215-2.6636 0.36322 0.4843 9.3227 0.96859 12.471 2.4215 18.403 7.6276 0 10.897 2.7847 21.672 2.7847 5.5694 0 10.776-1.3318 15.013-3.8744 6.9012-4.3586 11.381-11.865 11.381-19.614 0-11.502-7.8698-16.95-16.708-20.704-5.8115-2.4215-22.52-7.1433-22.52-19.009 0-6.7801 6.4169-14.771 13.439-14.771 11.865 0 16.829 8.7173 19.251 16.708 1.3318 0 1.574 0.12107 2.6636-0.72644-0.36322-5.8115-0.84752-9.2016-2.1793-15.618z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m421.98 709.39c11.744 0 23.73-5.5694 31.963-16.345-0.60537-1.0897-1.4529-1.8161-2.7847-1.8161-8.5962 9.4437-16.829 13.197-28.089 13.197-18.766 0-28.21-19.009-28.21-36.685 0-19.735 12.592-35.959 27.847-35.959 16.708 0 23.851 11.139 26.999 21.551 1.0897 0.12107 1.8161 0 2.7847-0.60537-0.60537-6.2958-1.4529-12.107-2.6636-18.766-6.1748-0.60537-11.623-5.4483-26.515-5.4483-23.973 0-39.349 18.766-39.349 41.528 0 21.43 11.986 39.349 38.017 39.349z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m489.71 674.52c-2.6636 0-3.5111-0.96859-3.0268-2.1793l12.713-31.358h0.36322l11.623 33.537zm-13.681 25.304 7.2644-18.766c0.60537-1.574 1.3318-2.6636 4.2376-2.6636h25.304l7.6276 22.278c1.695 4.964-3.1479 4.964-8.9594 5.3272-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 11.139-0.60536 15.861-0.60536 4.964 0 10.17 0.48429 14.65 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.7219-0.36322-8.7173-0.84751-10.897-7.0223l-25.304-70.465c-1.8161 1.0897-4.7219 2.4215-6.2958 2.4215l-28.089 66.106c-3.1479 7.3855-6.7801 8.5962-12.107 8.9594-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 7.2644-0.60536 11.986-0.60536 4.964 0 8.5962 0.48429 13.076 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.6008-0.24214-10.291-1.0897-8.3541-6.1748z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m565.53 672.34c2.6636 0.84752 6.1748 1.0897 10.291 1.0897 22.035 0 28.331-13.802 28.331-24.094 0-7.1433-4.4797-20.461-26.878-20.461-3.1479 0-11.623 1.2107-16.466 1.2107-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.291 0.96859 10.412 11.018s0.24215 15.982 0.24215 26.031 0 15.618-0.24215 25.668c-0.24215 10.17-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.7801 0 11.139 0.48429 17.192 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.3541-0.48429-12.35-1.0897-12.471-8.1119-0.12107-9.0805-0.24215-16.829-0.24215-25.547zm0.24215-34.748c0.12107-3.5111 2.0582-5.8115 10.776-5.8115 8.3541 0 16.95 4.3586 16.95 19.735 0 13.076-6.659 19.009-18.403 19.009-2.9058 0-7.9908-0.24215-9.5648-0.60537v-0.60536c0-10.049 0.12108-21.672 0.24215-31.721z" fill="#fff" inkscape:connector-curvature="0"/>
        <path d="m647.32 664.95-14.166 0.12107s-0.12107-16.466 0.24215-26.394c0.12107-2.9058 1.574-5.3272 4.4797-5.3272h18.887c9.0805 0 10.897 6.4169 13.56 14.771 1.4529 0.24214 1.695 0 2.9058-0.60537-0.60537-4.964-2.4215-16.95-2.6636-17.919 0-0.24214-0.12107-0.36322-0.48429-0.36322-2.0582 0.36322-3.1479 0.84752-6.0537 0.84752h-35.353c-3.6322 0-9.6859-0.4843-15.74-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.049 0.96859 10.412 11.018 0.24215 9.928 0.24215 15.982 0.24215 26.031s0 15.74-0.24215 25.668c-0.36322 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 12.35-0.60536 15.982-0.60536h26.878c5.8115 0 15.497 0.60536 15.497 0.60536 1.695-6.0537 3.3901-14.408 4.3586-20.582-1.2107-0.72644-1.3318-0.96859-2.9058-0.60537-2.4215 8.7173-6.7801 17.435-15.982 17.435h-18.887c-2.6636 0-4.3586-1.9372-4.4797-5.2062-0.36322-10.17-0.24215-31.358-0.24215-31.358l14.166 0.12108c10.291 0.12107 10.776 2.6636 11.139 8.1119 0.72644 0.72644 1.9372 0.72644 2.6636 0-0.12108-4.2376-0.4843-5.6904-0.4843-9.4437 0-3.9954 0.36322-6.7801 0.4843-10.412-0.72644-0.72644-1.9372-0.72644-2.6636 0-0.36322 6.659-0.84751 8.1119-11.139 8.1119z" fill="#fff" inkscape:connector-curvature="0"/>
       </g>
       <g transform="matrix(.1186 0 0 .1186 1.9833 81.944)" stroke-width="1.1541">
        <path d="m139.06 694.98c-0.24215-9.928-0.36322-15.497-0.36322-25.547s0-15.982 0.36322-26.152c0.24215-10.049 1.9372-10.412 10.412-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.4797 0.24215-11.986 0.60537-15.618 0.60537s-11.865-0.36322-15.74-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.72644 10.412 0.96859 10.654 11.018 0.24215 10.049 0.36322 15.982 0.36322 26.031s-0.12107 15.618-0.36322 25.668c-0.24214 10.049-2.1793 10.654-10.654 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.7219-0.24214 12.107-0.60536 15.74-0.60536s10.654 0.24214 15.618 0.60536c0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.17-0.96859-10.412-11.018z" inkscape:connector-curvature="0"/>
        <path d="m222.38 644.61 0.12107 42.012c0 2.3004-0.60537 3.6322-1.4529 3.6322-0.96859 0-2.3004-2.1793-5.8115-6.659l-41.528-53.514-15.618-0.24215c-0.72645 0.72644-0.72645 2.0582 0 2.7847 5.8115 0.36322 8.8384 4.2376 10.17 8.9594l-0.12108 52.062c0 10.776-2.0582 11.502-10.533 12.349-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 7.9908-0.60536 13.076-0.60536 5.0851 0 6.9012 0.48429 12.955 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.84751-10.533-1.3318-10.533-12.349l-0.12108-38.622c0-4.1165 0.60537-5.9326 1.574-5.9326 0.72644 0 2.0582 1.3318 4.1165 3.9954l42.255 53.393c1.3318 1.8161 2.9058 2.9058 4.8429 2.9058 1.695 0 1.4529-1.4529 1.4529-3.7533l0.12107-61.021c0-10.776 2.0582-11.502 10.533-12.35 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-7.9908 0.60537-13.076 0.60537-5.0851 0-6.9012-0.4843-12.955-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4752 0.84751 10.533 1.3318 10.533 12.35z" inkscape:connector-curvature="0"/>
        <path d="m265.81 694.98c-0.24215-9.6859-0.36322-15.255-0.36322-24.82 4.2376 0.12107 8.4751 2.0582 11.018 5.2062l19.009 23.973c2.4215 3.1479 4.1165 6.7801 4.3586 8.7173 0 0.36322 0.12107 0.72644 0.60537 0.72644 2.4215-0.12107 2.1793-0.60536 5.8115-0.60536 4.7219 0 7.7487 0.48429 13.439 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-2.1793-0.36322-7.7487-1.574-11.865-6.659l-26.515-31.479c-0.96859-1.0897-1.574-2.0582-1.574-3.0268 0-0.84752 0.12107-1.695 4.2376-5.9326l17.798-18.282c5.5694-5.9326 11.623-7.7487 16.466-8.3541 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.6904 0.12107-7.8698 0.60537-12.713 0.60537s-8.5962-0.4843-14.287-0.60537c-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.3586 0.36322 9.5648 2.4215 4.6008 7.8698l-19.372 21.309c-2.5426 2.7847-6.538 4.964-11.018 5.3272 0-8.4751 0.12107-14.287 0.36322-23.488 0.24215-10.049 2.0582-10.654 10.533-11.018 0.72644-0.72644 0.72644-2.0582 0-2.7847-5.9326 0.12107-9.6859 0.60537-15.861 0.60537-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.17 0.96859 10.412 11.018s0.48429 15.982 0.48429 26.031-0.24214 15.618-0.48429 25.668c-0.24215 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.0537 0 9.5648 0.48429 15.618 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.4751-0.36322-10.291-0.96859-10.533-11.018z" inkscape:connector-curvature="0"/>
        <path d="m368.54 631.78c-7.0223-0.96859-6.659-3.269-18.524-3.269-12.228 0-23.004 8.1119-23.004 20.946 0 11.381 7.9908 16.829 17.435 20.825 7.6276 3.3901 20.219 6.0537 20.219 19.856 0 9.807-5.8115 16.103-15.376 16.103-11.381 0-19.856-6.2958-22.52-18.403-1.4529-0.48429-1.574-0.24215-2.6636 0.36322 0.4843 9.3227 0.96859 12.471 2.4215 18.403 7.6276 0 10.897 2.7847 21.672 2.7847 5.5694 0 10.776-1.3318 15.013-3.8744 6.9012-4.3586 11.381-11.865 11.381-19.614 0-11.502-7.8698-16.95-16.708-20.704-5.8115-2.4215-22.52-7.1433-22.52-19.009 0-6.7801 6.4169-14.771 13.439-14.771 11.865 0 16.829 8.7173 19.251 16.708 1.3318 0 1.574 0.12107 2.6636-0.72644-0.36322-5.8115-0.84752-9.2016-2.1793-15.618z" inkscape:connector-curvature="0"/>
        <path d="m421.98 709.39c11.744 0 23.73-5.5694 31.963-16.345-0.60537-1.0897-1.4529-1.8161-2.7847-1.8161-8.5962 9.4437-16.829 13.197-28.089 13.197-18.766 0-28.21-19.009-28.21-36.685 0-19.735 12.592-35.959 27.847-35.959 16.708 0 23.851 11.139 26.999 21.551 1.0897 0.12107 1.8161 0 2.7847-0.60537-0.60537-6.2958-1.4529-12.107-2.6636-18.766-6.1748-0.60537-11.623-5.4483-26.515-5.4483-23.973 0-39.349 18.766-39.349 41.528 0 21.43 11.986 39.349 38.017 39.349z" inkscape:connector-curvature="0"/>
        <path d="m489.71 674.52c-2.6636 0-3.5111-0.96859-3.0268-2.1793l12.713-31.358h0.36322l11.623 33.537zm-13.681 25.304 7.2644-18.766c0.60537-1.574 1.3318-2.6636 4.2376-2.6636h25.304l7.6276 22.278c1.695 4.964-3.1479 4.964-8.9594 5.3272-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 11.139-0.60536 15.861-0.60536 4.964 0 10.17 0.48429 14.65 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.7219-0.36322-8.7173-0.84751-10.897-7.0223l-25.304-70.465c-1.8161 1.0897-4.7219 2.4215-6.2958 2.4215l-28.089 66.106c-3.1479 7.3855-6.7801 8.5962-12.107 8.9594-0.72644 0.72644-0.72644 2.0582 0 2.7847 4.4797-0.12107 7.2644-0.60536 11.986-0.60536 4.964 0 8.5962 0.48429 13.076 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-4.6008-0.24214-10.291-1.0897-8.3541-6.1748z" inkscape:connector-curvature="0"/>
        <path d="m565.53 672.34c2.6636 0.84752 6.1748 1.0897 10.291 1.0897 22.035 0 28.331-13.802 28.331-24.094 0-7.1433-4.4797-20.461-26.878-20.461-3.1479 0-11.623 1.2107-16.466 1.2107-6.0537 0-9.4437-0.4843-15.497-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.291 0.96859 10.412 11.018s0.24215 15.982 0.24215 26.031 0 15.618-0.24215 25.668c-0.24215 10.17-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 9.5648-0.60536 15.74-0.60536 6.7801 0 11.139 0.48429 17.192 0.60536 0.72644-0.72644 0.72644-2.0582 0-2.7847-8.3541-0.48429-12.35-1.0897-12.471-8.1119-0.12107-9.0805-0.24215-16.829-0.24215-25.547zm0.24215-34.748c0.12107-3.5111 2.0582-5.8115 10.776-5.8115 8.3541 0 16.95 4.3586 16.95 19.735 0 13.076-6.659 19.009-18.403 19.009-2.9058 0-7.9908-0.24215-9.5648-0.60537v-0.60536c0-10.049 0.12108-21.672 0.24215-31.721z" inkscape:connector-curvature="0"/>
        <path d="m647.32 664.95-14.166 0.12107s-0.12107-16.466 0.24215-26.394c0.12107-2.9058 1.574-5.3272 4.4797-5.3272h18.887c9.0805 0 10.897 6.4169 13.56 14.771 1.4529 0.24214 1.695 0 2.9058-0.60537-0.60537-4.964-2.4215-16.95-2.6636-17.919 0-0.24214-0.12107-0.36322-0.48429-0.36322-2.0582 0.36322-3.1479 0.84752-6.0537 0.84752h-35.353c-3.6322 0-9.6859-0.4843-15.74-0.60537-0.72644 0.72644-0.72644 2.0582 0 2.7847 8.4751 0.36322 10.049 0.96859 10.412 11.018 0.24215 9.928 0.24215 15.982 0.24215 26.031s0 15.74-0.24215 25.668c-0.36322 10.049-1.9372 10.654-10.412 11.018-0.72644 0.72644-0.72644 2.0582 0 2.7847 5.9326-0.12107 12.35-0.60536 15.982-0.60536h26.878c5.8115 0 15.497 0.60536 15.497 0.60536 1.695-6.0537 3.3901-14.408 4.3586-20.582-1.2107-0.72644-1.3318-0.96859-2.9058-0.60537-2.4215 8.7173-6.7801 17.435-15.982 17.435h-18.887c-2.6636 0-4.3586-1.9372-4.4797-5.2062-0.36322-10.17-0.24215-31.358-0.24215-31.358l14.166 0.12108c10.291 0.12107 10.776 2.6636 11.139 8.1119 0.72644 0.72644 1.9372 0.72644 2.6636 0-0.12108-4.2376-0.4843-5.6904-0.4843-9.4437 0-3.9954 0.36322-6.7801 0.4843-10.412-0.72644-0.72644-1.9372-0.72644-2.6636 0-0.36322 6.659-0.84751 8.1119-11.139 8.1119z" inkscape:connector-curvature="0"/>
       </g>
      </g>
      <g transform="matrix(.48949 0 0 .48949 74.715 45.785)" inkscape:label="inkscape_logo">
       <g transform="matrix(.11149 0 0 .11149 27.644 109.91)" filter="url(#d)">
        <path d="m163.15 27.83-134.34 137.47c-45.39 56.21 30.89 49.67 63.59 65.86 11.73 11.99-44.96 20.84-33.23 32.84 11.73 11.99 70.93 23.1 82.68 35.09 11.73 11.99-24.01 24.71-12.28 36.7s38.86 0.63 43.94 28.31c3.62 19.78 48.89 8.5 71.03-7.7 11.73-12-22.44-10.87-10.71-22.86 29.17-29.83 56.33-10.84 66.31-40.73 4.93-14.77-42.94-22.77-31.19-34.76 33.75-19.71 150.4-32.54 95.05-87.89l-139.25-142.33c-17.03-16.35-45.45-16.53-61.6 0zm154.31 264.98c0 6.82 50.25 11.29 50.25-1.61-7.16-20.72-44.31-19.32-50.25 1.61zm-226.36 36.24c11.9 10.29 30.28-2.56 35.79-16.92-11.53-15.32-54.69 0.55-35.79 16.92zm220.06-22.23c-15.34 13.76 1.72 27.72 16.84 18.83 3.37-3.42-0.09-15.41-16.84-18.83z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0"/>
        <path d="m131 238.6c3.59 2.23 57.89 13.26 71.16 15.46 4.6 0.97 1.34 5.71-5 8.91-14.3 3.8-83.66-24.37-66.16-24.37z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0"/>
        <path d="m216.63 37.47 53.15 53.98c5.04 5.15 4.97 15.13 2.15 18l-26.39-21.11-5.19 31.26-22.05-11.64-35.31 22.31-11.69-47.03-18.97 32.82h-29c-11.82 0-13.21-15-2.47-25.74 18.76-20.25 40.29-40.89 51.99-52.85 11.76-12.02 32.25-11.68 43.78 0z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0"/>
       </g>
       <g transform="matrix(.11149 0 0 .11149 27.117 109.91)">
        <path d="m163.15 27.83-134.34 137.47c-45.39 56.21 30.89 49.67 63.59 65.86 11.73 11.99-44.96 20.84-33.23 32.84 11.73 11.99 70.93 23.1 82.68 35.09 11.73 11.99-24.01 24.71-12.28 36.7s38.86 0.63 43.94 28.31c3.62 19.78 48.89 8.5 71.03-7.7 11.73-12-22.44-10.87-10.71-22.86 29.17-29.83 56.33-10.84 66.31-40.73 4.93-14.77-42.94-22.77-31.19-34.76 33.75-19.71 150.4-32.54 95.05-87.89l-139.25-142.33c-17.03-16.35-45.45-16.53-61.6 0zm154.31 264.98c0 6.82 50.25 11.29 50.25-1.61-7.16-20.72-44.31-19.32-50.25 1.61zm-226.36 36.24c11.9 10.29 30.28-2.56 35.79-16.92-11.53-15.32-54.69 0.55-35.79 16.92zm220.06-22.23c-15.34 13.76 1.72 27.72 16.84 18.83 3.37-3.42-0.09-15.41-16.84-18.83z" stroke-width="1.1541" inkscape:connector-curvature="0"/>
        <path d="m131 238.6c3.59 2.23 57.89 13.26 71.16 15.46 4.6 0.97 1.34 5.71-5 8.91-14.3 3.8-83.66-24.37-66.16-24.37z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0"/>
        <path d="m216.63 37.47 53.15 53.98c5.04 5.15 4.97 15.13 2.15 18l-26.39-21.11-5.19 31.26-22.05-11.64-35.31 22.31-11.69-47.03-18.97 32.82h-29c-11.82 0-13.21-15-2.47-25.74 18.76-20.25 40.29-40.89 51.99-52.85 11.76-12.02 32.25-11.68 43.78 0z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0"/>
       </g>
      </g>
      <g transform="matrix(.39276 0 0 .39276 -55.547 -81.786)" fill="#fff" filter="url(#y)" stroke-width="1.1541" inkscape:label="#draw_select">
       <path d="m291 530.77v15.118h1.2962l2.5925-5.2529 5.1113 8.7256h4l-6.5188-9.9266h6.1177v-1.6176l-12.599-8.4558z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
      </g>
      <g transform="matrix(.37003 0 0 .37003 28.449 -79.893)" filter="url(#x)" stroke-width="1.1541" inkscape:label="#draw_node">
       <path d="m307.03 557.4c-8.091-0.50569-12.862 1.4433-15.904 4.2266-3.4618 3.1673-4.6306 7.7444-4.127 15.803l1-0.0625c-0.49635-7.9416 0.60776-12.079 3.8027-15.002 2.8329-2.5918 7.257-4.4611 15.166-3.9668z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
       <rect x="289" y="559.36" width="4" height="4" color="#000000" fill="#fff" fill-rule="evenodd" stroke-width="1.1541"/>
       <rect id="q" x="286" y="575.36" width="3" height="3" color="#000000" fill="#fff" fill-rule="evenodd" stroke-width="1.1541"/>
       <path d="m294 564.36 7.8 14.039 5.2-5.2646z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc"/>
       <use transform="translate(19 -19)" width="1250" height="1250" fill="#ffffff" stroke-width="1.1541" xlink:href="#q"/>
      </g>
      <g transform="matrix(.3312 0 0 .3312 55.601 -140.64)" filter="url(#w)">
       <path d="m285 805.36v0.5c6.7457 2.1875-0.9774 11.462 0.8919 19 2.1081 8.5 6.286 2 6.286 2s-0.1779-2.5-0.4216-1.5c0 0-2.7563 4-3.7563-1-1.6756-8.3781 12.6-19-3-19z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccsccsc"/>
       <path d="m309 809.36 0.0374 3.4451-5.0824-5.4624 1.7099-1.8525m-2.7074 2.9449 2.0425 2.185 0.9975 1.0925 2.0424 2.185-1.045 1.0925c-1.0131 1.0911-0.9818 1.0951-1.9949 4.3699-4.0529 4.3646-8.1224 4.3699-8.1224 4.3699l-0.9975 1.0925s-1.0293 1.0911-2.0425 0l6.0799-6.5549 0.095-0.1424c0.8018 0.4211 1.7564 0.289 2.4225-0.4275 0.8395-0.9042 0.8389-2.3747 0-3.2775s-2.2004-0.9041-3.0399 0c-0.666 0.7168-0.7715 1.7967-0.38 2.66l-0.095 0.095-6.0799 6.5549c-1.0132-1.0912 0-2.185 0-2.185l0.9974-1.0925s-0.0154-4.3753 4.0375-8.7398c3.0401-1.0925 3.0717-1.0938 4.0849-2.185z" fill="#fff" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccsccccccccc"/>
      </g>
      <g transform="matrix(.35506 0 0 .35506 -73.017 -116.49)" filter="url(#e)">
       <g transform="matrix(1.1525 0 0 1.1677 -234.55 477.09)" fill="#fff" stroke-width="1.1541">
        <path transform="matrix(.86765 0 0 .85635 202.67 29.352)" d="m294.5 171-8.5 6.6562 3 10.344h1.9375l1.0777-2.0366c-0.5545-0.01-0.9759 0.041-1.5291 0.081l-2.558-7.6907 6.6237-5.2651 4.9785 3.9116 1.3447-1z" color="#000000" fill="#fff" stroke-width="1.1369" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc"/>
       </g>
       <path transform="translate(0 512.36)" d="m302.59 174.03-5.125 4.7813-6.625-1.7188 2.8438 6.4063-3.6875 5.9062 6.9062-0.8125 4.3125 5.4063 1.4063-7 6.4062-1.7045-6.0625-4.2955zm-1.2651 3.4549 0.25 4.4201 4.0678 2.7027-4.154 0.9987-1.013 5.1714-2.7607-3.5473-4.9839 0.3728 3.15-3.9924-2.5433-4.4558 4.6638 1.3071z" color="#000000" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccccccccccccccccc"/>
      </g>
      <g transform="matrix(.32278 0 0 .32451 -48.061 -124.97)" filter="url(#v)" stroke-width="1.1541" inkscape:label="#draw_pen">
       <path d="m299.31 788.82-1.5844 4.509c-0.4193 1.2247 1.2997 1.8792 1.7357 0.6094l1.7599-4.4746z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
       <path d="m298.31 782.76 0.7935 1.1812 5.9242 2.4229 1.5611-0.5092 1.9892-5.5024c-2.5 0-0.5-6-7-6z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc"/>
       <path d="m299 785.36-0.7016 2 5 1.8992 0.7016-1.8992z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
       <path d="m286.46 775.36 0.64844 0.78515s3.305 4.0034 5.1426 8.1816c0.91881 2.0891 1.4446 4.2102 1.0938 5.8164-0.35086 1.6062-1.4727 2.8009-4.2676 3.2656l0.15821 0.94531c3.0358-0.50475 4.6191-2.0494 5.0469-4.0078 0.4278-1.9584-0.19599-4.2273-1.1543-6.4062-1.6237-3.6919-3.9173-6.6468-4.6934-7.6211h10.086v-0.95898z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
       <path d="m286 793.36h4v4h-4z" color="#000000" fill="#fff" fill-rule="evenodd" stroke-width="1.1575" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
       <path d="m287 795.32v1.1172h9v-1.1172z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="accumulate" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
       <rect transform="translate(0 512.36)" x="286" y="262" width="4" height="4" fill="#fff" stroke-width="1.1541"/>
      </g>
      <g transform="matrix(.35506 0 0 .35506 63.689 -237.24)" fill="#fff" filter="url(#u)" stroke-width="1.1541">
       <path d="m303 1029.4v-2c-0.5069-1.555-3-1-3 0v2z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
       <path d="m306.96 1035.2-0.9558-0.884h-9l-0.9712 1.413-0.029 6.587c2.8952 1.823 3.7348 4.575 11 2z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc"/>
       <path d="m306 1033.4-2-3h-5l-2 3z" fill="#fff" fill-rule="evenodd" stroke-width="1.1541" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc"/>
       <g transform="translate(-.082947 -.72362)">
        <circle id="g" transform="matrix(.43572 0 0 .43572 206.83 803.64)" cx="206.59" cy="518.42" r=".92537" color="#000000" fill="#fff" stroke-width=".26488"/>
        <use id="c" transform="matrix(1.0586 0 0 1.0586 -18.175 -59.249)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#g"/>
        <use id="p" transform="translate(0 -2.2082)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#c"/>
        <use id="o" transform="matrix(1.3763 0 0 1.3763 -112.79 -386.94)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#c"/>
        <use id="f" transform="matrix(1.3763 0 0 1.3763 -113.13 -387.87)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#p"/>
        <circle id="n" transform="matrix(.63484 0 0 .63484 162.59 700.42)" cx="206.59" cy="518.42" r=".92537" color="#000000" fill="#fff" stroke-width=".26488"/>
        <use id="m" transform="matrix(1.5012 0 0 1.5012 -149.66 -516.04)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#o"/>
        <use id="l" transform="matrix(1.5012 0 0 1.5012 -149.79 -515.97)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#f"/>
        <use id="k" transform="matrix(1.5012 0 0 1.5012 -149.54 -516.03)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#n"/>
        <use transform="matrix(1.4856 0 0 1.4856 -145.24 -499.74)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#m"/>
        <use transform="matrix(1.4856 0 0 1.4856 -145.04 -499.68)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#l"/>
        <use transform="matrix(1.4856 0 0 1.4856 -144.99 -499.98)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#k"/>
        <use id="j" transform="translate(-4.2358 -1.3033)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#g"/>
        <use transform="translate(.44802 2.6881)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#j"/>
        <use id="i" transform="translate(-4.7246)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#f"/>
        <use transform="translate(.69239 4.1136)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#i"/>
        <use transform="translate(-.73484 -1.0442)" width="744.09448" height="1052.3621" fill="#ffffff" stroke-width="1.1541" xlink:href="#c"/>
       </g>
      </g>
      <g transform="matrix(.14025 0 0 .14025 -28.096 59.286)" enable-background="new" stroke-width="2.2059" inkscape:label="inkscapeorg">
       <path d="m1091.9 573.82q0-4.2318-1.7562-6.5594-1.735-2.3275-4.8878-2.3275-3.1315 0-4.8879 2.3275-1.735 2.3275-1.735 6.5594 0 4.2108 1.735 6.5383 1.7564 2.3275 4.8879 2.3275 3.1528 0 4.8878-2.3275 1.7562-2.3275 1.7562-6.5383zm3.8933 9.1832q0 6.0515-2.6872 8.9927-2.6873 2.9623-8.2309 2.9623-2.0525 0-3.8723-0.31745-1.8196-0.29624-3.5335-0.93097v-3.7876q1.7139 0.93098 3.3855 1.3753 1.6715 0.44392 3.4066 0.44392 3.8298 0 5.7342-2.0101 1.9043-1.989 1.9043-6.0305v-1.9255q-1.2061 2.0948-3.0893 3.1316-1.8831 1.0368-4.5069 1.0368-4.3588 0-7.0249-3.322-2.666-3.3221-2.666-8.8023 0-5.5014 2.666-8.8234 2.6661-3.322 7.0249-3.322 2.6238 0 4.5069 1.0367 1.8832 1.0368 3.0893 3.1316v-3.5971h3.8933zm-22.852-17.118q-0.6561-0.38111-1.4388-0.55003-0.7613-0.19013-1.6928-0.19013-3.3008 0-5.0781 2.1583-1.7563 2.137-1.7563 6.1573v12.484h-3.9145v-23.698h3.9145v3.6817q1.2272-2.1583 3.1951-3.195 1.9678-1.058 4.7821-1.058 0.4022 0 0.8885 0.0595 0.4864 0.0424 1.0792 0.14769zm-31.04-0.90983q-3.1317 0-4.9514 2.4544-1.8197 2.4334-1.8197 6.6863 0 4.253 1.7985 6.7075 1.8198 2.4333 4.9726 2.4333 3.1103 0 4.93-2.4544 1.8198-2.4545 1.8198-6.6864 0-4.2107-1.8198-6.6651-1.8197-2.4756-4.93-2.4756zm0-3.3009q5.078 0 7.977 3.3009 2.8988 3.3008 2.8988 9.1408 0 5.8188-2.8988 9.1408-2.899 3.3009-7.977 3.3009-5.0995 0-7.9983-3.3009-2.8777-3.322-2.8777-9.1408 0-5.8399 2.8777-9.1408 2.8988-3.3009 7.9983-3.3009zm-22.429 18.895h4.4646v5.3745h-4.4646zm-6.9403-7.448v1.9044h-17.901q0.2538 4.0202 2.4121 6.1361 2.1794 2.0948 6.0516 2.0948 2.2428 0 4.3377-0.55002 2.116-0.55003 4.1896-1.6504v3.6817q-2.0949 0.88871-4.2954 1.3542-2.2006 0.46515-4.4647 0.46515-5.6706 0-8.9926-3.3008-3.3008-3.3008-3.3008-8.9292 0-5.8188 3.1315-9.2254 3.1527-3.4278 8.4849-3.4278 4.782 0 7.554 3.0892 2.7929 3.0681 2.7929 8.3579zm-3.8933-1.1426q-0.043-3.1951-1.7986-5.0994-1.735-1.9043-4.6126-1.9043-3.2585 0-5.2264 1.8408-1.9466 1.8409-2.2429 5.184zm-40.118 10.41v12.569h-3.9145v-32.712h3.9145v3.5971q1.2272-2.1159 3.0892-3.1316 1.8832-1.0368 4.4858-1.0368 4.3164 0 7.0037 3.4278 2.7084 3.4278 2.7084 9.0139 0 5.5861-2.7084 9.0139-2.6872 3.4278-7.0037 3.4278-2.6026 0-4.4858-1.0156-1.862-1.0368-3.0892-3.1527zm13.246-8.2733q0-4.2953-1.7774-6.7286-1.7562-2.4545-4.8454-2.4545-3.0892 0-4.8666 2.4545-1.7562 2.4333-1.7562 6.7286 0 4.2954 1.7562 6.7498 1.7774 2.4334 4.8666 2.4334 3.0892 0 4.8454-2.4334 1.7774-2.4544 1.7774-6.7498zm-32.818-0.0849q-4.7185 0-6.5382 1.0792-1.8198 1.0791-1.8198 3.6817 0 2.0736 1.3542 3.3008 1.3754 1.2061 3.7241 1.2061 3.2374 0 5.184-2.2852 1.9678-2.3063 1.9678-6.115v-0.86757zm7.7654-1.6081v13.521h-3.8933v-3.5971q-1.333 2.1583-3.322 3.1951-1.989 1.0156-4.8666 1.0156-3.6394 0-5.7976-2.0313-2.1371-2.0524-2.1371-5.4802 0-3.9991 2.6661-6.0304 2.6872-2.0313 7.9982-2.0313h5.459v-0.38112q0-2.6872-1.7773-4.1473-1.7563-1.4811-4.9513-1.4811-2.0313 0-3.9568 0.48637-1.9255 0.48636-3.7029 1.46v-3.5971q2.1371-0.82505 4.1473-1.2273 2.0102-0.4227 3.9144-0.4227 5.1417 0 7.6808 2.666 2.5391 2.6661 2.5391 8.0829zm-25.349-9.2678v3.6394q-1.6504-0.90984-3.322-1.3542-1.6504-0.46515-3.3432-0.46515-3.7875 0-5.8822 2.4122-2.0948 2.391-2.0948 6.7286 0 4.3377 2.0948 6.7498 2.0948 2.391 5.8822 2.391 1.6928 0 3.3432-0.44393 1.6716-0.46515 3.322-1.3753v3.5971q-1.6292 0.76138-3.3855 1.1426-1.7351 0.38111-3.7028 0.38111-5.3534 0-8.5061-3.3643-3.1527-3.3643-3.1527-9.0773 0-5.7976 3.1739-9.1196 3.195-3.322 8.7388-3.322 1.7986 0 3.5125 0.38111 1.7139 0.3599 3.322 1.1002zm-24.545-0.21136v3.6818q-1.6504-0.84626-3.4277-1.2696-1.7774-0.42356-3.6817-0.42356-2.8989 0-4.3589 0.88871-1.4388 0.8887-1.4388 2.666 0 1.3542 1.0368 2.1371 1.0368 0.76139 4.1684 1.46l1.333 0.29623q4.1473 0.8887 5.8823 2.518 1.7562 1.6081 1.7562 4.5069 0 3.3008-2.6238 5.2264-2.6025 1.9254-7.173 1.9254-1.9044 0-3.978-0.38111-2.0525-0.35989-4.3377-1.1003v-4.0202q2.1583 1.1214 4.253 1.6927 2.0947 0.55003 4.1472 0.55003 2.7506 0 4.2318-0.93106 1.4812-0.95211 1.4812-2.666 0-1.5869-1.0791-2.4334-1.058-0.84626-4.6762-1.6292l-1.3542-0.31746q-3.6182-0.76138-5.2263-2.3275-1.6082-1.5869-1.6082-4.3376 0-3.3432 2.3699-5.1629 2.3698-1.8197 6.7286-1.8197 2.1583 0 4.0626 0.31745 1.9044 0.31746 3.5124 0.95212zm-40.393-9.9237h3.9145v19.445l11.616-10.22h4.9724l-12.569 11.088 13.098 12.611h-5.0783l-12.04-11.574v11.574h-3.9145zm-7.6596 18.62v14.304h-3.8933v-14.177q0-3.3643-1.3119-5.0359-1.3118-1.6716-3.9356-1.6716-3.1527 0-4.9724 2.0101-1.8198 2.0102-1.8198 5.4803v13.394h-3.9144v-23.698h3.9144v3.6817q1.3966-2.137 3.2797-3.195 1.9044-1.058 4.38-1.058 4.0837 0 6.1785 2.539 2.0948 2.518 2.0948 7.4269zm-32.31-17.287h4.2742v31.591h-4.2742zm-13.415 26.216h4.4646v5.3745h-4.4646zm-34.299-18.324h3.8933l4.8666 18.493 4.8455-18.493h4.5916l4.8666 18.493 4.8454-18.493h3.8933l-6.1997 23.698h-4.5916l-5.0994-19.424-5.1205 19.424h-4.5916zm-35.463 0h3.8932l4.8666 18.493 4.8455-18.493h4.5916l4.8667 18.493 4.8455-18.493h3.8932l-6.1996 23.698h-4.5916l-5.0994-19.424-5.1206 19.424h-4.5916zm-35.463 0h3.8933l4.8666 18.493 4.8454-18.493h4.5916l4.8666 18.493 4.8455-18.493h3.8933l-6.1997 23.698h-4.5916l-5.0994-19.424-5.1205 19.424h-4.5916z" dominant-baseline="auto" enable-background="new" fill="#de5f3a" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
       <path d="m701.84 545.72v3.0688h398.9v-3.0688z" color="#000000" color-rendering="auto" dominant-baseline="auto" enable-background="new" fill="#de5f3a" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal" inkscape:connector-curvature="0"/>
      </g>
     </g>
    </g>
   </g>
  </g>
 </defs>
</svg>