summaryrefslogtreecommitdiffstats
path: root/share/examples/markers.svg
blob: 590de63b08f4d22ddabb4a3b0166ff32316a478e (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   sodipodi:docbase="/home/d/ink/inkscape/share/examples"
   sodipodi:docname="markers.svg"
   height="100mm"
   width="100mm"
   inkscape:version="0.92"
   sodipodi:version="0.32"
   id="svg1">
  <metadata
     id="metadata164">
    <rdf:RDF
       id="RDF166">
      <cc:Work
         id="Work168"
         rdf:about="">
        <dc:format
           id="format170">image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage"
           id="type172" />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <defs
     id="defs3">
    <marker
       inkscape:stockid="Legs"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Legs"
       style="overflow:visible;">
      <g
         id="g1163"
         transform="scale(-0.7)">
        <g
           transform="matrix(-1.836909e-16,-1.000000,-1.000000,1.836909e-16,20.70862,21.31391)"
           id="g2032">
          <path
             sodipodi:nodetypes="cc"
             id="path2019"
             d="M 21.221250,20.675360 C 14.311099,25.396517 18.766725,27.282204 15.380179,34.118595"
             style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none;" />
          <path
             sodipodi:nodetypes="cc"
             id="path2026"
             d="M 21.398110,20.548120 C 20.037601,28.895644 24.934182,29.318060 25.903151,34.373078"
             style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none;" />
        </g>
        <path
           id="polygon2039"
           d="M -14.090070,-6.7318716 L -15.012238,-2.6884886 L -11.049487,-3.9115586 L -14.090070,-6.7318716 z "
           style="fill:#030300;fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none;" />
        <path
           id="path2041"
           d="M -15.215679,4.5567534 L -13.341552,8.2563664 L -11.074678,4.7835114 L -15.215679,4.5567534 z "
           style="fill:#030300;fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none;" />
      </g>
    </marker>
    <marker
       inkscape:stockid="Tail"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Tail"
       style="overflow:visible;">
      <g
         id="g1087"
         transform="scale(-1.2)">
        <path
           id="path1126"
           d="M -3.8048674,-3.9585227 L 0.54352094,-0.00068114835"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round;" />
        <path
           id="path1127"
           d="M -1.2866832,-3.9585227 L 3.0617053,-0.00068114835"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round;" />
        <path
           id="path1956"
           d="M 1.3053582,-3.9585227 L 5.6537466,-0.00068114835"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round;" />
        <path
           id="path1848"
           d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round;" />
        <path
           id="path1849"
           d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round;" />
        <path
           id="path1850"
           d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round;" />
      </g>
    </marker>
    <marker
       inkscape:stockid="DistanceOut"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DistanceOut"
       style="overflow:visible;">
      <g
         transform="scale(-0.6,0.6) translate(8,0)"
         id="g2006">
        <path
           sodipodi:nodetypes="ccccc"
           id="path2007"
           d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
           style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" />
        <path
           id="path2008"
           d="M -14.759949,-7 L -14.759949,65"
           style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2pt;marker-start:none;" />
      </g>
    </marker>
    <marker
       inkscape:stockid="DistanceIn"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DistanceIn"
       style="overflow:visible;">
      <g
         transform="scale(0.6,0.6) translate(8,0)"
         id="g2002">
        <path
           sodipodi:nodetypes="ccccc"
           id="path2003"
           d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
           style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" />
        <path
           id="path2004"
           d="M -14.759949,-7 L -14.759949,65"
           style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2pt;marker-start:none;" />
      </g>
    </marker>
    <marker
       inkscape:stockid="CurvyCross"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="CurvyCross"
       style="overflow:visible;">
      <g
         transform="scale(0.6)"
         id="g948">
        <path
           sodipodi:nodetypes="ccc"
           id="path946"
           d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;" />
        <path
           sodipodi:nodetypes="ccc"
           id="path947"
           d="M -5.4129913,-5.0456926 C -2.6529913,-5.0456926 -0.41299131,-2.8056926 -0.41299131,-0.045692580 C -0.41299131,2.7143074 -2.6529913,4.9543074 -5.4129913,4.9543074"
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;" />
      </g>
    </marker>
    <marker
       inkscape:stockid="SemiCircleOut"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="SemiCircleOut"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path953"
         d="M -2.5,-0.80913858 C -2.5,1.9508614 -4.7400000,4.1908614 -7.5,4.1908614 L -7.5,-5.8091386 C -4.7400000,-5.8091386 -2.5,-3.5691386 -2.5,-0.80913858 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;"
         transform="scale(0.6) translate(7.125493,0.763446)" />
    </marker>
    <marker
       inkscape:stockid="Torso"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Torso"
       style="overflow:visible;">
      <g
         id="g2045"
         transform="scale(0.7)">
        <path
           sodipodi:nodetypes="ccccc"
           id="path1128"
           d="M -4.7792281,-3.2395420 C -2.4288541,-2.8736027 0.52103922,-1.3019943 0.25792722,0.38794346 C -0.0051877922,2.0778819 -2.2126741,2.6176539 -4.5630471,2.2517169 C -6.9134221,1.8857769 -8.5210350,0.75201414 -8.2579220,-0.93792336 C -7.9948090,-2.6278615 -7.1296041,-3.6054813 -4.7792281,-3.2395420 z "
           style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:none;marker-mid:none;marker-end:none;" />
        <path
           sodipodi:nodetypes="cc"
           id="path1909"
           d="M 4.4598789,0.088665736 C -2.5564571,-4.3783320 5.2248769,-3.9061806 -0.84829578,-8.7197331"
           style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-end:none;" />
        <path
           sodipodi:nodetypes="cc"
           id="path1910"
           d="M 4.9298719,0.057520736 C -1.3872731,1.7494689 1.8027579,5.4782079 -4.9448731,7.5462725"
           style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none;" />
        <rect
           transform="matrix(0.527536,-0.849533,0.887668,0.460484,0.000000,0.000000)"
           y="-1.7408575"
           x="-10.391706"
           height="2.7608147"
           width="2.6366582"
           id="rect2035"
           style="fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none;" />
        <rect
           transform="matrix(0.671205,-0.741272,0.790802,0.612072,0.000000,0.000000)"
           y="-7.9629307"
           x="4.9587269"
           height="2.8614161"
           width="2.7327356"
           id="rect2036"
           style="fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none;" />
        <path
           transform="matrix(6.793608e-17,-1.109517,1.109517,6.793608e-17,25.96648,19.71619)"
           d="M 16.779951 -28.685045 A 0.60731727 0.60731727 0 1 0 15.565317,-28.685045 A 0.60731727 0.60731727 0 1 0 16.779951 -28.685045 z"
           sodipodi:ry="0.60731727"
           sodipodi:rx="0.60731727"
           sodipodi:cy="-28.685045"
           sodipodi:cx="16.172634"
           id="path2037"
           style="fill:#ff0000;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none;"
           sodipodi:type="arc" />
        <path
           transform="matrix(6.793608e-17,-1.109517,1.109517,6.793608e-17,26.82450,16.99126)"
           d="M 16.779951 -28.685045 A 0.60731727 0.60731727 0 1 0 15.565317,-28.685045 A 0.60731727 0.60731727 0 1 0 16.779951 -28.685045 z"
           sodipodi:ry="0.60731727"
           sodipodi:rx="0.60731727"
           sodipodi:cy="-28.685045"
           sodipodi:cx="16.172634"
           id="path2038"
           style="fill:#ff0000;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none;"
           sodipodi:type="arc" />
      </g>
    </marker>
    <marker
       inkscape:stockid="CurveIn"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="CurveIn"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="ccc"
         id="path942"
         d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;fill:none;"
         transform="scale(0.6)" />
    </marker>
    <marker
       inkscape:stockid="TriangleOutM"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="TriangleOutM"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path1562"
         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.4)" />
    </marker>
    <marker
       inkscape:stockid="DiamondS"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DiamondS"
       style="overflow:visible;">
      <path
         id="path840"
         d="M -2.1579186e-005,-7.0710768 L -7.0710894,-8.9383918e-006 L -2.1579186e-005,7.0710589 L 7.0710462,-8.9383918e-006 L -2.1579186e-005,-7.0710768 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.2)" />
    </marker>
    <marker
       inkscape:stockid="TriangleOutL"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="TriangleOutL"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path1564"
         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.8)" />
    </marker>
    <marker
       inkscape:stockid="SemiCircleIn"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="SemiCircleIn"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path941"
         d="M -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074 L 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;"
         transform="scale(0.6)" />
    </marker>
    <marker
       inkscape:stockid="TriangleInL"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="TriangleInL"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path1570"
         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(-0.8)" />
    </marker>
    <marker
       inkscape:stockid="SquareL"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="SquareL"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="ccccc"
         id="path1582"
         d="M -5.0,-5.0 L -5.0,5.0 L 5.0,5.0 L 5.0,-5.0 L -5.0,-5.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.8)" />
    </marker>
    <marker
       inkscape:stockid="Arrow2L"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow2L"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path1610"
         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
         transform="scale(1.1) translate(-5,0)" />
    </marker>
    <marker
       inkscape:stockid="DistanceLeft"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DistanceLeft"
       style="overflow:visible;">
      <g
         transform="scale(0.6,0.6) translate(8,0)"
         id="g987">
        <path
           sodipodi:nodetypes="ccccc"
           id="path974"
           d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
           style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" />
        <path
           id="path976"
           d="M -14.759949,-7 L -14.759949,65"
           style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2pt;marker-start:none;" />
      </g>
    </marker>
    <marker
       inkscape:stockid="Arrow1S"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow1S"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="ccccc"
         id="path983"
         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.2)" />
    </marker>
    <marker
       inkscape:stockid="DiamondL"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="DiamondL"
       style="overflow:visible;">
      <path
         id="path1576"
         d="M -2.1579186e-005,-7.0710768 L -7.0710894,-8.9383918e-006 L -2.1579186e-005,7.0710589 L 7.0710462,-8.9383918e-006 L -2.1579186e-005,-7.0710768 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.8)" />
    </marker>
    <marker
       inkscape:stockid="StopM"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="StopM"
       style="overflow:visible;">
      <path
         id="path1556"
         d="M 0.0,5.65 L 0.0,-5.65"
         style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
         transform="scale(0.4)" />
    </marker>
    <marker
       inkscape:stockid="Club"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Club"
       style="overflow:visible;">
      <path
         id="path1015"
         d="M -1.5971367,-7.0977635 C -3.4863874,-7.0977635 -5.0235187,-5.5606321 -5.0235187,-3.6713813 C -5.0235187,-3.0147015 -4.7851656,-2.4444556 -4.4641095,-1.9232271 C -4.5028609,-1.8911157 -4.5437814,-1.8647646 -4.5806531,-1.8299921 C -5.2030765,-2.6849849 -6.1700514,-3.2751330 -7.3077730,-3.2751330 C -9.1970245,-3.2751331 -10.734155,-1.7380016 -10.734155,0.15124914 C -10.734155,2.0404999 -9.1970245,3.5776313 -7.3077730,3.5776313 C -6.3143268,3.5776313 -5.4391540,3.1355702 -4.8137404,2.4588126 C -4.9384274,2.8137041 -5.0235187,3.1803000 -5.0235187,3.5776313 C -5.0235187,5.4668819 -3.4863874,7.0040135 -1.5971367,7.0040135 C 0.29211394,7.0040135 1.8292454,5.4668819 1.8292454,3.5776313 C 1.8292454,2.7842354 1.5136868,2.0838028 1.0600576,1.5031550 C 2.4152718,1.7663868 3.7718375,2.2973711 4.7661444,3.8340272 C 4.0279463,3.0958289 3.5540908,1.7534117 3.5540908,-0.058529361 L 2.9247554,-0.10514681 L 3.5074733,-0.12845553 C 3.5074733,-1.9403966 3.9580199,-3.2828138 4.6962183,-4.0210121 C 3.7371277,-2.5387813 2.4390549,-1.9946496 1.1299838,-1.7134486 C 1.5341802,-2.2753578 1.8292454,-2.9268556 1.8292454,-3.6713813 C 1.8292454,-5.5606319 0.29211394,-7.0977635 -1.5971367,-7.0977635 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:0.74587913pt;marker-start:none;"
         transform="scale(0.6)" />
    </marker>
    <marker
       inkscape:stockid="StopL"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="StopL"
       style="overflow:visible;">
      <path
         id="path1558"
         d="M 0.0,5.65 L 0.0,-5.65"
         style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
         transform="scale(0.8)" />
    </marker>
    <marker
       inkscape:stockid="Dot_m"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Dot_m"
       style="overflow:visible;">
      <path
         id="path39"
         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;"
         transform="scale(0.4) translate(7.125493, 1)" />
    </marker>
    <marker
       inkscape:stockid="Dot_l"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Dot_l"
       style="overflow:visible;">
      <path
         id="path41"
         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;"
         transform="scale(0.8) translate(7.125493, 1)" />
    </marker>
    <marker
       inkscape:stockid="Scissors"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Scissors"
       style="overflow:visible;">
      <path
         id="schere"
         style="marker-start:none;"
         d="M 9.0898857,-3.6061018 C 8.1198849,-4.7769976 6.3697607,-4.7358294 5.0623558,-4.2327734 L -3.1500488,-1.1548705 C -5.5383421,-2.4615840 -7.8983361,-2.0874077 -7.8983361,-2.7236578 C -7.8983361,-3.2209742 -7.4416699,-3.1119800 -7.5100293,-4.4068519 C -7.5756648,-5.6501286 -8.8736064,-6.5699315 -10.100428,-6.4884954 C -11.327699,-6.4958500 -12.599867,-5.5553341 -12.610769,-4.2584343 C -12.702194,-2.9520479 -11.603560,-1.7387447 -10.304005,-1.6532027 C -8.7816644,-1.4265411 -6.0857470,-2.3487593 -4.8210600,-0.082342643 C -5.7633447,1.6559151 -7.4350844,1.6607341 -8.9465707,1.5737277 C -10.201445,1.5014928 -11.708664,1.8611256 -12.307219,3.0945882 C -12.885586,4.2766744 -12.318421,5.9591904 -10.990470,6.3210002 C -9.6502788,6.8128279 -7.8098011,6.1912892 -7.4910978,4.6502760 C -7.2454393,3.4624530 -8.0864637,2.9043186 -7.7636052,2.4731223 C -7.5199917,2.1477623 -5.9728246,2.3362771 -3.2164999,1.0982979 L 5.6763468,4.2330688 C 6.8000164,4.5467672 8.1730685,4.5362646 9.1684433,3.4313614 L -0.051640930,-0.053722219 L 9.0898857,-3.6061018 z M -9.2179159,-5.5066058 C -7.9233569,-4.7838060 -8.0290767,-2.8230356 -9.3743431,-2.4433169 C -10.590861,-2.0196559 -12.145370,-3.2022863 -11.757521,-4.5207817 C -11.530373,-5.6026336 -10.104134,-6.0014137 -9.2179159,-5.5066058 z M -9.1616516,2.5107591 C -7.8108215,3.0096239 -8.0402087,5.2951947 -9.4138723,5.6023681 C -10.324932,5.9187072 -11.627422,5.4635705 -11.719569,4.3902287 C -11.897178,3.0851737 -10.363484,1.9060805 -9.1616516,2.5107591 z " />
    </marker>
    <marker
       inkscape:stockid="Dot_s"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Dot_s"
       style="overflow:visible;">
      <path
         id="path933"
         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none;"
         transform="scale(0.2) translate(7.125493, 1)" />
    </marker>
    <marker
       inkscape:stockid="Arrow2M"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow2M"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="cccc"
         id="path1608"
         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
         transform="scale(0.6) translate(-5,0)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1M"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow1M"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="ccccc"
         id="path1614"
         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.4)" />
    </marker>
    <marker
       inkscape:stockid="Arrow1L"
       orient="auto"
       refY="0.0"
       refX="0.0"
       id="Arrow1L"
       style="overflow:visible;">
      <path
         sodipodi:nodetypes="ccccc"
         id="path1616"
         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
         transform="scale(0.8)" />
    </marker>
  </defs>
  <sodipodi:namedview
     inkscape:current-layer="svg1"
     inkscape:window-y="0"
     inkscape:window-x="0"
     inkscape:window-height="996"
     inkscape:window-width="1242"
     inkscape:cy="535.00000"
     inkscape:cx="359.00000"
     inkscape:zoom="5.6500000"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0.0"
     borderopacity="1.0"
     bordercolor="#666666"
     pagecolor="#ffffff"
     id="base" />
  <g transform="translate(-170,-290)">
  <path
     id="path1823"
     d="M 220.71555,563.03845 C 232.55220,560.72285 244.76291,564.70736 254.47298,571.46005 C 265.04924,578.78453 273.80766,588.52881 280.95471,599.16790 C 287.33090,608.97417 291.93287,619.78003 296.47275,630.51812"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:11.000000;stroke-dasharray:1.1000000 1.1000000 ;stroke-dashoffset:0.0000000;" />
  <rect
     rx="8.8173475"
     ry="8.8173475"
     y="432.16577"
     x="306.30634"
     height="30.770742"
     width="45.526302"
     id="rect1818"
     style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#000000;stroke-width:2.0000000;stroke-dasharray:0.50000000,0.50000000;stroke-dashoffset:0.0000000;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;" />
  <path
     sodipodi:nodetypes="cc"
     id="path1691"
     d="M 516.45542,588.86906 L 167.37149,588.86906"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:16.250000;stroke-miterlimit:4.0000000;stroke-dasharray:0.32500000,0.32500000;stroke-dashoffset:0.0000000;marker-start:none;marker-end:none;marker-mid:none;" />
  <path
     id="path1666"
     d="M 355.23716,524.46093 L 373.87265,524.46093"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-mid:none;marker-end:url(#Tail);marker-start:url(#Arrow1M);" />
  <path
     transform="matrix(-1.000000,0.000000,0.000000,1.000000,890.2529,2.842171e-14)"
     sodipodi:nodetypes="ccccccccccccccccc"
     id="path1667"
     d="M 332.85548,570.51460 L 346.88935,570.51460 L 360.92322,570.51460 L 374.95710,570.51460 L 388.99097,570.51460 L 403.02484,570.51460 L 417.05871,570.51460 L 431.09258,570.51460 L 445.12646,570.51460 L 459.16033,570.51460 L 473.19420,570.51460 L 487.22807,570.51460 L 501.26194,570.51460 L 515.29581,570.51460 L 529.32969,570.51460 L 543.36356,570.51460 L 557.39743,570.51460"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.37500000;stroke-miterlimit:4.0000000;marker-start:url(#Dot_l);marker-mid:url(#Tail);marker-end:url(#Dot_l);" />
  <path
     sodipodi:nodetypes="ccccccccc"
     id="path1668"
     d="M 329.78393,449.46093 L 339.10167,449.46093 L 348.41942,449.46093 L 357.73716,449.46093 L 367.05491,449.46093 L 376.37265,449.46093 L 385.69039,449.46093 L 395.00814,449.46093 L 404.32588,449.46093"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#DistanceIn);marker-mid:url(#StopM);marker-end:url(#DistanceOut);" />
  <path
     sodipodi:nodetypes="cc"
     id="path1669"
     d="M 115.33836,558.80564 L 289.88031,558.80564"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#DiamondL);marker-mid:none;stroke-miterlimit:4.0000000;stroke-dasharray:0.31250000,0.31250000;stroke-dashoffset:0.0000000;marker-end:url(#TriangleOutM);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1670"
     d="M 370.01292,458.90582 L 371.17764,460.92317 L 372.34236,462.94052 L 373.50707,464.95787 L 374.67179,466.97522 L 375.83651,468.99257 L 377.00123,471.00992 L 378.16595,473.02727 L 379.33067,475.04462 L 380.49538,477.06197 L 381.66010,479.07932 L 382.82482,481.09667 L 383.98954,483.11402 L 385.15426,485.13137 L 386.31897,487.14872 L 387.48369,489.16607 L 388.64841,491.18343 L 389.81313,493.20078 L 390.97785,495.21813 L 392.14256,497.23548 L 393.30728,499.25283 L 394.47200,501.27018 L 395.63672,503.28753 L 396.80144,505.30488 L 397.96616,507.32223 L 399.13087,509.33958 L 400.29559,511.35693 L 401.46031,513.37428 L 402.62503,515.39163 L 403.78975,517.40898 L 404.95446,519.42633 L 406.11918,521.44368 L 407.28390,523.46103"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#TriangleInL);marker-mid:url(#SquareL);marker-end:url(#TriangleOutL);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
     id="path1671"
     d="M 282.43598,396.97003 L 284.76542,401.00473 L 287.09485,405.03943 L 289.42429,409.07413 L 291.75372,413.10883 L 294.08316,417.14353 L 296.41260,421.17823 L 298.74203,425.21293 L 301.07147,429.24763 L 303.40091,433.28234 L 305.73034,437.31704 L 308.05978,441.35174 L 310.38921,445.38644 L 312.71865,449.42114 L 315.04809,453.45584 L 317.37752,457.49054 L 319.70696,461.52524 L 322.03640,465.55994 L 324.36583,469.59464 L 326.69527,473.62934 L 329.02471,477.66404 L 331.35414,481.69874 L 333.68358,485.73344 L 336.01301,489.76814 L 338.34245,493.80285 L 340.67189,497.83755 L 343.00132,501.87225 L 345.33076,505.90695 L 347.66020,509.94165 L 349.98963,513.97635 L 352.31907,518.01105 L 354.64850,522.04575 L 356.97794,526.08045 L 359.30738,530.11515 L 361.63681,534.14985 L 363.96625,538.18455 L 366.29569,542.21925 L 368.62512,546.25395 L 370.95456,550.28865 L 373.28399,554.32335 L 375.61343,558.35806 L 377.94287,562.39276 L 380.27230,566.42746 L 382.60174,570.46216 L 384.93118,574.49686 L 387.26061,578.53156 L 389.59005,582.56626 L 391.91948,586.60096 L 394.24892,590.63566 L 396.57836,594.67036 L 398.90779,598.70506 L 401.23723,602.73976 L 403.56667,606.77446 L 405.89610,610.80916 L 408.22554,614.84386 L 410.55497,618.87856 L 412.88441,622.91327 L 415.21385,626.94797 L 417.54328,630.98267 L 419.87272,635.01737 L 422.20216,639.05207 L 424.53159,643.08677 L 426.86103,647.12147 L 429.19046,651.15617 L 431.51990,655.19087"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.0000000 0.50000000 ;stroke-dashoffset:0.0000000;marker-start:none;marker-mid:url(#StopL);marker-end:none;" />
  <path
     id="path1672"
     d="M 285.01295,395.35051 L 434.09687,653.57135"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:0.50000000,0.50000000;stroke-dashoffset:0.0000000;" />
  <path
     id="path1673"
     d="M 332.16845,494.51469 L 294.89747,429.95947"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#DistanceOut);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccc"
     id="path1674"
     d="M 349.22770,476.12429 L 350.39242,478.14164 L 351.55714,480.15899 L 352.72185,482.17634 L 353.88657,484.19369 L 355.05129,486.21104 L 356.21601,488.22839 L 357.38073,490.24574 L 358.54544,492.26310 L 359.71016,494.28045 L 360.87488,496.29780 L 362.03960,498.31515 L 363.20432,500.33250 L 364.36904,502.34985 L 365.53375,504.36720 L 366.69847,506.38455 L 367.86319,508.40190"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.37500000;marker-start:url(#SemiCircleIn);marker-mid:url(#CurveIn);marker-end:url(#SemiCircleOut);" />
  <path
     id="path1675"
     d="M 309.78393,369.90570 L 384.32589,499.01614"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.37500000;marker-mid:none;stroke-miterlimit:4.0000000;stroke-dasharray:0.37500000,1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow1M);marker-end:url(#Arrow1M);" />
  <path
     id="path1676"
     d="M 391.99624,477.20000 L 373.36075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1677"
     d="M 417.73717,583.32212 L 436.37266,615.59973"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;" />
  <path
     sodipodi:nodetypes="csssc"
     id="path1678"
     d="M 444.56554,522.48988 C 430.11869,526.66148 415.67184,530.83308 401.22500,535.00468 C 386.77815,539.17627 372.33129,543.34787 357.88444,547.51947 C 343.43759,551.69107 328.99074,555.86268 314.54389,560.03429 C 300.09705,564.20590 285.65021,568.37752 271.20336,572.54913"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;stroke-dasharray:0.93730241 2.8119072 ;stroke-dashoffset:0.0000000;marker-start:none;marker-mid:url(#Scissors);marker-end:url(#StopL);" />
  <path
     id="path1679"
     d="M 397.68181,515.00735 L 253.67785,553.59311"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;marker-start:url(#DiamondS);marker-mid:none;marker-end:url(#Club);stroke-miterlimit:4.0000000;stroke-dasharray:3.0000000,0.75000000;stroke-dashoffset:0.0000000;" />
  <path
     id="path1680"
     d="M 361.18032,536.97701 L 325.17933,546.62345"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;marker-mid:none;" />
  <path
     sodipodi:nodetypes="ccccccccc"
     id="path1681"
     d="M 392.86851,550.60491 L 374.86802,555.42813 L 356.86752,560.25135 L 338.86703,565.07457 L 320.86653,569.89779 L 302.86604,574.72101 L 284.86554,579.54423 L 266.86505,584.36745 L 248.86455,589.19067"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;marker-start:url(#DiamondL);marker-mid:url(#Dot_s);marker-end:url(#DiamondL);" />
  <path
     id="path1682"
     d="M 501.33168,430.45098 L 357.32772,469.03674"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;stroke-dasharray:18.000000 18.000000 ;stroke-dashoffset:0.0000000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#StopL);" />
  <path
     id="path1683"
     d="M 413.86445,504.44721 L 269.86049,543.03297"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;stroke-dasharray:0.75000000 9.0000000 ;stroke-dashoffset:0.0000000;marker-start:url(#TriangleInL);marker-end:url(#TriangleOutL);" />
  <path
     sodipodi:nodetypes="ccccccccc"
     id="path1684"
     d="M 347.68180,587.50735 L 329.68131,592.33057 L 311.68081,597.15379 L 293.68032,601.97701 L 275.67982,606.80023 L 257.67933,611.62345 L 239.67883,616.44667 L 221.67834,621.26989 L 203.67784,626.09311"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.75000000;marker-mid:url(#SemiCircleIn);marker-end:none;marker-start:url(#SemiCircleIn);" />
  <path
     sodipodi:nodetypes="cc"
     id="path1685"
     d="M 423.36549,532.53630 L 423.36549,707.07825"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;stroke-dasharray:6.0000000 6.0000000 ;stroke-dashoffset:0.0000000;marker-start:none;marker-mid:none;marker-end:none;" />
  <path
     sodipodi:nodetypes="cc"
     id="path1686"
     d="M 460.67772,507.88656 L 460.67772,551.52205"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;stroke-dasharray:3.0000000 3.0000000 ;stroke-dashoffset:0.0000000;marker-start:url(#Dot_s);marker-mid:none;marker-end:url(#Dot_s);" />
  <path
     sodipodi:nodetypes="cc"
     id="path1687"
     d="M 266.00125,409.75728 L 266.00125,453.39277"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;marker-start:none;marker-mid:url(#DistanceLeft);marker-end:url(#StopM);" />
  <path
     sodipodi:nodetypes="cc"
     id="path1688"
     d="M 437.58798,470.56746 L 437.58798,557.83843"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:1.5000000,1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#StopM);marker-end:url(#StopM);" />
  <path
     id="path1689"
     d="M 294.35668,586.92104 L 312.99217,619.19865"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:0.37500000 0.12500000 ;stroke-dashoffset:0.0000000;marker-start:url(#Tail);marker-mid:none;" />
  <path
     id="path1690"
     d="M 305.23717,593.32212 L 323.87266,625.59973"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;" />
  <path
     transform="translate(-2.699170,6.478023)"
     d="M 285.75403,503.70724 C 285.63304,503.83009 285.52875,503.60476 285.54986,503.50615 C 285.60707,503.23893 285.94844,503.19346 286.15622,503.29891 C 286.52788,503.48753 286.57503,503.98432 286.36654,504.31053 C 286.06057,504.78924 285.39040,504.83856 284.94965,504.52392 C 284.36220,504.10455 284.31107,503.25570 284.73318,502.70178 C 285.26437,502.00472 286.29415,501.95196 286.96059,502.48223 C 287.76774,503.12446 287.82204,504.33632 287.18321,505.11490 C 286.43038,506.03244 285.03578,506.08823 284.14528,505.34060 C 283.11716,504.47743 283.05991,502.89967 283.91651,501.89740 C 284.88982,500.75856 286.65104,500.69987 287.76497,501.66555 C 289.01462,502.74890 289.07474,504.69377 287.99989,505.91928 C 286.80661,507.27982 284.67792,507.34135 283.34090,506.15728 C 281.86942,504.85412 281.80647,502.54152 283.09983,501.09303 C 284.51280,499.51057 287.00941,499.44620 288.56934,500.84888 C 290.26281,502.37163 290.32859,505.05231 288.81657,506.72365 C 287.18406,508.52816 284.31925,508.59535 282.53653,506.97395 C 280.62096,505.23173 280.55236,502.18274 282.28315,500.28865 C 284.13507,498.26200 287.36828,498.19200 289.37372,500.03220 C 291.51146,501.99380 291.58286,505.41126 289.63324,507.52803 C 287.56197,509.77688 283.96025,509.84969 281.73215,507.79063 C 279.37218,505.60970 279.29797,501.82368 281.46647,499.48427 C 283.75705,497.01318 287.72738,496.93757 290.17809,499.21552 C 292.76033,501.61573 292.83734,505.77039 290.44992,508.33240 C 287.94009,511.02578 283.60108,511.10419 280.92778,508.60731 C 278.12325,505.98785 278.04343,501.46449 280.64980,498.67990 C 283.37886,495.76422 288.08660,495.68300 290.98247,498.39885 C 294.00931,501.23752 294.09193,506.12964 291.26660,509.13678 C 288.31832,512.27478 283.24181,512.35880 280.12340,509.42398 C 276.87423,506.36611 276.78881,501.10520 279.83312,497.87552 C 283.00059,494.51519 288.44590,494.42836 291.78684,497.58217 C 295.25836,500.85923 295.34658,506.48895 292.08327,509.94115 C 288.69663,513.52384 282.88249,513.61347 279.31903,510.24066 C 275.62516,506.74443 275.53413,500.74587 279.01644,497.07115 C 282.62226,493.26610 288.80524,493.17367 292.59122,496.76549 C 296.50745,500.48089 296.60128,506.84830 292.89995,510.74553 C 289.07498,514.77295 282.52313,514.86817 278.51465,511.05734 C 274.37605,507.12279 274.27942,500.38650 278.19977,496.26677 C 282.24389,492.01698 289.16462,491.91895 293.39559,495.94881 C 297.75658,500.10251 297.85600,507.20769 293.71663,511.54990 C 289.45336,516.02208 282.16374,516.12291 277.71028,511.87401 C 273.12691,507.50118 273.02468,500.02710 277.38309,495.46240 C 281.86549,490.76784 289.52403,490.66421 294.19997,495.13214 C 299.00573,499.72411 299.11076,507.56710 294.53330,512.35428 C 289.83177,517.27123 281.80432,517.37766 276.90590,512.69069 C 271.87775,507.87959 271.76992,499.66768 276.56641,494.65802 C 281.48708,489.51867 289.88345,489.40944 295.00434,494.31546 C 300.25489,499.34569 300.36552,507.92652 295.34998,513.15865 C 290.21019,518.52040 281.44490,518.63243 276.10153,513.50737 C 270.62858,508.25802 270.51515,499.30825 275.74974,493.85365 C 281.10865,488.26950 290.24288,488.15467 295.80872,493.49878 C 301.50407,498.96725 301.62030,508.28596 296.16666,513.96303 C 290.58863,519.76958 281.08546,519.88721 275.29715,514.32404 C 269.37939,508.63646 269.26036,498.94881 274.93306,493.04927 C 280.73020,487.02031 290.60232,486.89988 296.61309,492.68211 C 302.75326,498.58881 302.87509,508.64540 296.98334,514.76740 C 290.96708,521.01877 280.72601,521.14201 274.49277,515.14072 C 268.13020,509.01491 268.00557,498.58936 274.11638,492.24490 C 280.35175,485.77112 290.96178,485.64509 297.41747,491.86543 C 304.00246,498.21035 304.12989,509.00486 297.80001,515.57178 C 291.34553,522.26797 280.36655,522.39680 273.68840,515.95740 C 266.88100,509.39337 266.75077,498.22990 273.29971,491.44052 C 279.97329,484.52192 291.32124,484.39028 298.22184,491.04875 C 305.25166,497.83189 305.38469,509.36432 298.61669,516.37616 C 291.72400,523.51718 280.00709,523.65161 272.88402,516.77408 C 265.63179,509.77183 265.49596,497.87044 272.48303,490.63615 C 279.59483,483.27271 291.68070,483.13548 299.02622,490.23208 C 306.50087,497.45343 306.63950,509.72378 299.43337,517.18053 C 292.10246,524.76639 279.64762,524.90642 272.07965,517.59075 C 266.03878,511.75128 264.43554,502.43099 268.11940,494.88976"
     sodipodi:t0="0.0000000"
     sodipodi:argument="-54.200062"
     sodipodi:radius="19.716188"
     sodipodi:revolution="17.200001"
     sodipodi:expansion="1.0000000"
     sodipodi:cy="503.70724"
     sodipodi:cx="285.75403"
     id="path1692"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.2625000;stroke-dasharray:1.1312500 2.2625000 ;stroke-dashoffset:0.0000000;marker-start:url(#Dot_s);marker-mid:none;marker-end:url(#Dot_m);"
     sodipodi:type="spiral" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1707"
     d="M 234.67230,345.35045 L 239.33117,353.41985 L 243.99004,361.48926 L 248.64892,369.55866 L 253.30779,377.62807 L 257.96666,385.69747 L 262.62553,393.76688 L 267.28441,401.83628 L 271.94328,409.90569 L 276.60215,417.97509 L 281.26103,426.04449 L 285.91990,434.11390 L 290.57877,442.18330 L 295.23764,450.25271 L 299.89652,458.32211 L 304.55539,466.39152 L 309.21426,474.46092 L 313.87313,482.53032 L 318.53201,490.59973 L 323.19088,498.66913 L 327.84975,506.73854 L 332.50862,514.80794 L 337.16750,522.87735 L 341.82637,530.94675 L 346.48524,539.01616 L 351.14411,547.08556 L 355.80299,555.15496 L 360.46186,563.22437 L 365.12073,571.29377 L 369.77960,579.36318 L 374.43848,587.43258 L 379.09735,595.50199 L 383.75622,603.57139"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:none;marker-mid:url(#Arrow1L);marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1737"
     d="M 307.25789,486.93201 L 306.09317,484.91466 L 304.92845,482.89731 L 303.76374,480.87996 L 302.59902,478.86261 L 301.43430,476.84526 L 300.26958,474.82791 L 299.10486,472.81056 L 297.94015,470.79321 L 296.77543,468.77585 L 295.61071,466.75850 L 294.44599,464.74115 L 293.28127,462.72380 L 292.11655,460.70645 L 290.95184,458.68910 L 289.78712,456.67175 L 288.62240,454.65440 L 287.45768,452.63705 L 286.29296,450.61970 L 285.12825,448.60235 L 283.96353,446.58500 L 282.79881,444.56765 L 281.63409,442.55030 L 280.46937,440.53295 L 279.30466,438.51560 L 278.13994,436.49824 L 276.97522,434.48089 L 275.81050,432.46354 L 274.64578,430.44619 L 273.48106,428.42884 L 272.31635,426.41149 L 271.15163,424.39414 L 269.98691,422.37679"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:url(#Dot_l);marker-end:url(#Arrow1L);" />
  <path
     id="path1738"
     d="M 311.66624,498.84872 C 313.06724,500.66644 313.62592,503.04587 313.31281,505.30707 C 312.73501,509.86998 309.99103,513.87362 309.64770,518.48623 C 309.53141,520.45595 309.87290,522.64885 311.35352,524.07851 C 312.30156,525.04929 313.83502,525.22639 315.04568,524.67547 C 315.08211,524.66029 315.22844,524.59725 315.26515,524.58096"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#Torso);marker-mid:none;marker-end:url(#Legs);" />
  <path
     sodipodi:nodetypes="cc"
     id="path1774"
     d="M 286.47382,463.75928 C 288.33830,469.44654 285.25077,473.14836 285.39414,475.63570"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#Torso);marker-end:url(#Legs);marker-mid:none;" />
  <path
     sodipodi:nodetypes="ccc"
     id="path1787"
     d="M 267.57949,476.53542 C 270.54302,500.19039 255.45061,478.47236 257.58060,498.55293 C 258.61869,515.79307 248.88938,513.90649 258.22230,528.71976"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#Torso);marker-end:url(#Legs);" />
  <path
     id="path1808"
     d="M 375.86075,444.92239 L 394.49624,477.20000"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1809"
     d="M 394.49624,477.20000 L 375.86075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1810"
     d="M 396.99624,477.20000 L 378.36075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1811"
     d="M 399.49624,477.20000 L 380.86075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1812"
     d="M 401.99624,477.20000 L 383.36075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1813"
     d="M 404.49624,477.20000 L 385.86075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1814"
     d="M 406.99624,477.20000 L 388.36075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1815"
     d="M 390.86075,444.92239 L 409.49624,477.20000"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1816"
     d="M 409.49624,477.20000 L 390.86075,444.92239"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Arrow2L);marker-mid:none;marker-end:url(#Arrow1S);" />
  <path
     id="path1817"
     d="M 405.23716,494.46093 L 423.87265,494.46093"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#Arrow2M);marker-mid:none;marker-end:url(#Tail);" />
  <path
     id="path1833"
     d="M 479.16134,600.57907 L 330.07746,600.57909"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:1.5000000 1.5000000 ;stroke-dashoffset:0.0000000;marker-start:url(#DiamondS);marker-mid:none;marker-end:url(#CurvyCross);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1840"
     d="M 301.71426,325.37699 L 301.71426,334.69473 L 301.71426,344.01249 L 301.71427,353.33022 L 301.71426,362.64798 L 301.71426,371.96572 L 301.71426,381.28347 L 301.71426,390.60121 L 301.71426,399.91896 L 301.71426,409.23670 L 301.71427,418.55445 L 301.71426,427.87220 L 301.71426,437.18993 L 301.71426,446.50769 L 301.71427,455.82543 L 301.71426,465.14318 L 301.71426,474.46092 L 301.71426,483.77866 L 301.71426,493.09641 L 301.71426,502.41415 L 301.71426,511.73191 L 301.71426,521.04964 L 301.71426,530.36740 L 301.71426,539.68514 L 301.71426,549.00289 L 301.71426,558.32063 L 301.71426,567.63837 L 301.71426,576.95612 L 301.71426,586.27386 L 301.71425,595.59162 L 301.71426,604.90935 L 301.71426,614.22711 L 301.71426,623.54485"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:none;marker-mid:url(#DistanceLeft);marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1841"
     d="M 413.69371,325.37699 L 413.69371,334.69473 L 413.69371,344.01249 L 413.69372,353.33022 L 413.69371,362.64798 L 413.69371,371.96572 L 413.69371,381.28347 L 413.69371,390.60121 L 413.69371,399.91896 L 413.69371,409.23670 L 413.69372,418.55445 L 413.69371,427.87220 L 413.69371,437.18993 L 413.69371,446.50769 L 413.69372,455.82543 L 413.69371,465.14318 L 413.69371,474.46092 L 413.69371,483.77866 L 413.69371,493.09641 L 413.69371,502.41415 L 413.69371,511.73191 L 413.69371,521.04964 L 413.69371,530.36740 L 413.69371,539.68514 L 413.69371,549.00289 L 413.69371,558.32063 L 413.69371,567.63837 L 413.69371,576.95612 L 413.69371,586.27386 L 413.69370,595.59162 L 413.69371,604.90935 L 413.69371,614.22711 L 413.69371,623.54485"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.25000000;marker-start:none;marker-mid:url(#DistanceLeft);marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
     id="path1842"
     d="M 322.06062,312.07347 L 322.06062,314.40290 L 322.06062,316.73234 L 322.06062,319.06178 L 322.06062,321.39121 L 322.06062,323.72065 L 322.06062,326.05009 L 322.06062,328.37953 L 322.06062,330.70897 L 322.06062,333.03840 L 322.06063,335.36784 L 322.06063,337.69727 L 322.06063,340.02670 L 322.06063,342.35614 L 322.06063,344.68558 L 322.06062,347.01502 L 322.06062,349.34446 L 322.06062,351.67390 L 322.06062,354.00333 L 322.06062,356.33276 L 322.06062,358.66220 L 322.06062,360.99164 L 322.06062,363.32107 L 322.06062,365.65051 L 322.06062,367.97995 L 322.06062,370.30939 L 322.06062,372.63882 L 322.06062,374.96825 L 322.06062,377.29769 L 322.06062,379.62713 L 322.06062,381.95657 L 322.06062,384.28600 L 322.06062,386.61544 L 322.06062,388.94488 L 322.06062,391.27431 L 322.06062,393.60375 L 322.06062,395.93318 L 322.06062,398.26262 L 322.06063,400.59206 L 322.06063,402.92149 L 322.06063,405.25093 L 322.06063,407.58037 L 322.06063,409.90980 L 322.06062,412.23924 L 322.06062,414.56868 L 322.06062,416.89811 L 322.06062,419.22755 L 322.06062,421.55698 L 322.06062,423.88641 L 322.06062,426.21585 L 322.06062,428.54529 L 322.06062,430.87473 L 322.06062,433.20417 L 322.06062,435.53361 L 322.06063,437.86304 L 322.06063,440.19248 L 322.06063,442.52191 L 322.06063,444.85135 L 322.06063,447.18079 L 322.06062,449.51022 L 322.06062,451.83966 L 322.06062,454.16910 L 322.06062,456.49853 L 322.06062,458.82797 L 322.06062,461.15740 L 322.06062,463.48683 L 322.06062,465.81627 L 322.06062,468.14571 L 322.06062,470.47514 L 322.06062,472.80458 L 322.06062,475.13402 L 322.06062,477.46345 L 322.06062,479.79289 L 322.06062,482.12233 L 322.06062,484.45176 L 322.06062,486.78119 L 322.06062,489.11063 L 322.06062,491.44007 L 322.06062,493.76951 L 322.06062,496.09895 L 322.06062,498.42839 L 322.06062,500.75782 L 322.06062,503.08726 L 322.06062,505.41669 L 322.06062,507.74612 L 322.06062,510.07556 L 322.06062,512.40500 L 322.06062,514.73444 L 322.06062,517.06388 L 322.06062,519.39331 L 322.06062,521.72275 L 322.06062,524.05219 L 322.06062,526.38162 L 322.06062,528.71106 L 322.06062,531.04050 L 322.06062,533.36993 L 322.06062,535.69937 L 322.06062,538.02881 L 322.06062,540.35824 L 322.06062,542.68768 L 322.06062,545.01711 L 322.06062,547.34655 L 322.06062,549.67598 L 322.06062,552.00542 L 322.06062,554.33485 L 322.06062,556.66429 L 322.06062,558.99373 L 322.06062,561.32316 L 322.06062,563.65260 L 322.06062,565.98204 L 322.06062,568.31147 L 322.06062,570.64091 L 322.06062,572.97034 L 322.06062,575.29978 L 322.06062,577.62922 L 322.06061,579.95866 L 322.06061,582.28810 L 322.06061,584.61753 L 322.06062,586.94697 L 322.06062,589.27640 L 322.06062,591.60583 L 322.06062,593.93527 L 322.06062,596.26471 L 322.06062,598.59415 L 322.06062,600.92359 L 322.06062,603.25303 L 322.06062,605.58246 L 322.06062,607.91190 L 322.06062,610.24133"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:none;marker-mid:url(#StopL);marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1843"
     d="M 254.21426,325.37699 L 254.21426,334.69473 L 254.21426,344.01249 L 254.21427,353.33022 L 254.21426,362.64798 L 254.21426,371.96572 L 254.21426,381.28347 L 254.21426,390.60121 L 254.21426,399.91896 L 254.21426,409.23670 L 254.21427,418.55445 L 254.21426,427.87220 L 254.21426,437.18993 L 254.21426,446.50769 L 254.21427,455.82543 L 254.21426,465.14318 L 254.21426,474.46092 L 254.21426,483.77866 L 254.21426,493.09641 L 254.21426,502.41415 L 254.21426,511.73191 L 254.21426,521.04964 L 254.21426,530.36740 L 254.21426,539.68514 L 254.21426,549.00289 L 254.21426,558.32063 L 254.21426,567.63837 L 254.21426,576.95612 L 254.21426,586.27386 L 254.21425,595.59162 L 254.21426,604.90935 L 254.21426,614.22711 L 254.21426,623.54485"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:none;marker-mid:url(#DistanceLeft);marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
     id="path1844"
     d="M 380.57009,436.83686 L 380.57009,439.16630 L 380.57009,441.49573 L 380.57009,443.82517 L 380.57009,446.15460 L 380.57009,448.48404 L 380.57009,450.81348 L 380.57009,453.14292 L 380.57009,455.47236 L 380.57009,457.80179 L 380.57010,460.13123 L 380.57010,462.46066 L 380.57010,464.79009 L 380.57010,467.11953 L 380.57010,469.44897 L 380.57009,471.77841 L 380.57009,474.10785 L 380.57009,476.43729 L 380.57009,478.76672 L 380.57009,481.09616 L 380.57009,483.42559 L 380.57009,485.75503 L 380.57009,488.08446 L 380.57009,490.41390 L 380.57009,492.74334 L 380.57009,495.07277 L 380.57009,497.40221 L 380.57009,499.73165 L 380.57009,502.06108 L 380.57009,504.39052 L 380.57009,506.71996 L 380.57009,509.04939 L 380.57009,511.37883 L 380.57009,513.70827 L 380.57009,516.03770 L 380.57009,518.36714 L 380.57009,520.69657 L 380.57009,523.02601 L 380.57010,525.35545 L 380.57010,527.68488 L 380.57010,530.01432 L 380.57010,532.34376 L 380.57010,534.67320 L 380.57009,537.00263 L 380.57009,539.33207 L 380.57009,541.66150 L 380.57009,543.99094 L 380.57009,546.32037 L 380.57009,548.64980 L 380.57009,550.97924 L 380.57009,553.30868 L 380.57009,555.63812 L 380.57009,557.96756 L 380.57009,560.29700 L 380.57010,562.62643 L 380.57010,564.95586 L 380.57010,567.28530 L 380.57010,569.61474 L 380.57010,571.94418 L 380.57009,574.27361 L 380.57009,576.60305 L 380.57009,578.93249 L 380.57009,581.26192 L 380.57009,583.59136 L 380.57009,585.92079 L 380.57009,588.25023 L 380.57009,590.57966 L 380.57009,592.90910 L 380.57009,595.23853 L 380.57009,597.56797 L 380.57009,599.89741 L 380.57009,602.22684 L 380.57009,604.55628 L 380.57009,606.88572 L 380.57009,609.21515 L 380.57009,611.54458 L 380.57009,613.87402 L 380.57009,616.20346 L 380.57009,618.53290 L 380.57009,620.86234 L 380.57009,623.19178 L 380.57009,625.52121 L 380.57009,627.85065 L 380.57009,630.18008 L 380.57009,632.50951 L 380.57009,634.83895 L 380.57009,637.16839 L 380.57009,639.49783 L 380.57009,641.82727 L 380.57009,644.15670 L 380.57009,646.48614 L 380.57009,648.81558 L 380.57009,651.14501 L 380.57009,653.47445 L 380.57009,655.80389 L 380.57009,658.13332 L 380.57009,660.46276 L 380.57009,662.79220 L 380.57009,665.12163 L 380.57009,667.45107 L 380.57009,669.78050 L 380.57009,672.10994 L 380.57009,674.43937 L 380.57009,676.76881 L 380.57009,679.09824 L 380.57009,681.42768 L 380.57009,683.75712 L 380.57009,686.08655 L 380.57009,688.41599 L 380.57009,690.74543 L 380.57009,693.07486 L 380.57009,695.40430 L 380.57009,697.73373 L 380.57009,700.06317 L 380.57008,702.39261 L 380.57008,704.72205 L 380.57008,707.05149 L 380.57008,709.38092 L 380.57008,711.71036 L 380.57009,714.03979 L 380.57009,716.36922 L 380.57009,718.69866 L 380.57009,721.02810 L 380.57009,723.35754 L 380.57009,725.68698 L 380.57009,728.01642 L 380.57009,730.34585 L 380.57009,732.67529 L 380.57009,735.00472"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;stroke-dasharray:0.12500000 6.0000000 ;stroke-dashoffset:0.0000000;marker-start:none;marker-mid:url(#Dot_l);marker-end:url(#Tail);" />
  <path
     id="path1846"
     d="M 279.81581,535.01783 C 282.12851,532.70513 282.88555,534.03346 284.85430,535.01783 C 287.11300,535.01783 289.49205,537.28757 291.51230,536.27745 C 292.63590,537.40105 292.08868,539.37308 293.49170,540.77610 C 294.75013,543.29296 298.53018,538.13872 298.53018,536.45740 C 300.67830,536.45740 300.96898,532.47177 305.36813,533.93816 C 307.43587,537.03976 304.64834,539.88094 304.64834,542.93545 C 306.45896,544.74606 309.32694,543.58544 309.32694,546.89426 C 311.75863,550.54179 312.98263,545.73568 314.90526,545.09480 C 319.53785,545.09480 317.96434,544.82327 317.96434,548.51377 C 317.96434,551.11016 324.50868,551.85223 326.24185,554.45198 C 327.84453,555.41360 334.08644,556.99557 328.22125,558.95063 C 326.81652,559.65300 328.95355,559.87540 330.02071,562.00971 C 331.51980,565.00789 335.59903,561.63499 335.59903,565.24874 C 337.34573,565.24874 337.46224,568.59267 337.03860,570.28722 C 337.03860,571.39971 337.93833,571.80317 337.93833,573.88614 C 337.93833,575.00531 341.17735,575.97386 341.17735,574.60592"
     style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-width:0.12500000;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:0.75;stroke-miterlimit:4.0000000;stroke-dasharray:0.12500000,0.12500000;marker-mid:url(#Scissors);stroke-dashoffset:0.0000000;marker-start:url(#Dot_l);marker-end:url(#DiamondL);" />
  <path
     id="path1847"
     d="M 265.60009,461.41997 C 265.08288,459.86833 267.57950,458.72894 267.57950,459.44057 C 268.78488,461.24865 266.85510,462.67959 265.42015,462.67959 C 264.96070,462.22015 263.92623,459.28780 266.49982,458.00100 C 267.23610,458.00100 270.30188,459.06908 268.11933,460.16035 C 267.27574,463.53471 264.70731,461.77708 264.70036,461.77986 C 264.70036,460.63863 263.73907,458.36089 264.88031,458.36089 C 264.88031,458.18192 267.57950,459.50793 267.57950,461.41997 C 267.57950,463.33632 264.43708,463.89755 263.08085,463.21943 C 261.50962,463.21943 263.60977,459.08068 266.13993,459.08068 C 269.26901,459.08068 267.63064,463.39938 264.88031,463.39938 C 261.84803,463.39938 264.68329,457.44409 266.49982,459.26062 C 266.49982,461.09722 263.98058,465.33480 263.98058,462.31970 C 262.20702,458.77259 266.45379,458.83936 268.11933,461.06008 C 268.11933,464.82870 266.71003,465.83486 263.44074,463.21943 C 258.63760,460.81786 265.94574,458.90073 268.11933,458.90073 C 271.27079,458.90073 267.98663,464.65900 263.98058,464.65900 C 258.05310,462.28801 262.92109,458.38086 267.39955,457.82106 C 273.89935,457.82106 267.41879,464.28468 265.24020,465.91862 C 260.36169,465.91862 257.83983,463.01144 262.36107,459.62051 C 266.78000,458.98924 273.33776,456.28570 273.33776,462.85954 C 274.46315,465.67300 264.34047,464.88938 264.34047,461.24003 C 261.45231,456.90778 270.50787,457.94796 272.25809,459.26062 C 276.44857,466.24476 264.26890,464.22720 261.46134,463.75927 C 257.40675,461.32652 260.66229,458.36089 264.16052,458.36089 C 267.46883,457.53382 269.75324,462.67959 265.95998,462.67959 C 265.95998,462.12029 265.97895,462.55655 265.60009,461.41997 z "
     style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-width:0.25000000;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:0.75;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:0.25000000,1.5000000;stroke-dashoffset:0.0000000;" />
  <path
     id="path1852"
     d="M 452.28392,544.46093 L 526.82588,544.46093"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:url(#Arrow2M);marker-mid:none;marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
     id="path1853"
     d="M 467.06062,312.07347 L 467.06062,314.40290 L 467.06062,316.73234 L 467.06062,319.06178 L 467.06062,321.39121 L 467.06062,323.72065 L 467.06062,326.05009 L 467.06062,328.37953 L 467.06062,330.70897 L 467.06062,333.03840 L 467.06063,335.36784 L 467.06063,337.69727 L 467.06063,340.02670 L 467.06063,342.35614 L 467.06063,344.68558 L 467.06062,347.01502 L 467.06062,349.34446 L 467.06062,351.67390 L 467.06062,354.00333 L 467.06062,356.33276 L 467.06062,358.66220 L 467.06062,360.99164 L 467.06062,363.32107 L 467.06062,365.65051 L 467.06062,367.97995 L 467.06062,370.30939 L 467.06062,372.63882 L 467.06062,374.96825 L 467.06062,377.29769 L 467.06062,379.62713 L 467.06062,381.95657 L 467.06062,384.28600 L 467.06062,386.61544 L 467.06062,388.94488 L 467.06062,391.27431 L 467.06062,393.60375 L 467.06062,395.93318 L 467.06062,398.26262 L 467.06063,400.59206 L 467.06063,402.92149 L 467.06063,405.25093 L 467.06063,407.58037 L 467.06063,409.90980 L 467.06062,412.23924 L 467.06062,414.56868 L 467.06062,416.89811 L 467.06062,419.22755 L 467.06062,421.55698 L 467.06062,423.88641 L 467.06062,426.21585 L 467.06062,428.54529 L 467.06062,430.87473 L 467.06062,433.20417 L 467.06062,435.53361 L 467.06063,437.86304 L 467.06063,440.19248 L 467.06063,442.52191 L 467.06063,444.85135 L 467.06063,447.18079 L 467.06062,449.51022 L 467.06062,451.83966 L 467.06062,454.16910 L 467.06062,456.49853 L 467.06062,458.82797 L 467.06062,461.15740 L 467.06062,463.48683 L 467.06062,465.81627 L 467.06062,468.14571 L 467.06062,470.47514 L 467.06062,472.80458 L 467.06062,475.13402 L 467.06062,477.46345 L 467.06062,479.79289 L 467.06062,482.12233 L 467.06062,484.45176 L 467.06062,486.78119 L 467.06062,489.11063 L 467.06062,491.44007 L 467.06062,493.76951 L 467.06062,496.09895 L 467.06062,498.42839 L 467.06062,500.75782 L 467.06062,503.08726 L 467.06062,505.41669 L 467.06062,507.74612 L 467.06062,510.07556 L 467.06062,512.40500 L 467.06062,514.73444 L 467.06062,517.06388 L 467.06062,519.39331 L 467.06062,521.72275 L 467.06062,524.05219 L 467.06062,526.38162 L 467.06062,528.71106 L 467.06062,531.04050 L 467.06062,533.36993 L 467.06062,535.69937 L 467.06062,538.02881 L 467.06062,540.35824 L 467.06062,542.68768 L 467.06062,545.01711 L 467.06062,547.34655 L 467.06062,549.67598 L 467.06062,552.00542 L 467.06062,554.33485 L 467.06062,556.66429 L 467.06062,558.99373 L 467.06062,561.32316 L 467.06062,563.65260 L 467.06062,565.98204 L 467.06062,568.31147 L 467.06062,570.64091 L 467.06062,572.97034 L 467.06062,575.29978 L 467.06062,577.62922 L 467.06061,579.95866 L 467.06061,582.28810 L 467.06061,584.61753 L 467.06062,586.94697 L 467.06062,589.27640 L 467.06062,591.60583 L 467.06062,593.93527 L 467.06062,596.26471 L 467.06062,598.59415 L 467.06062,600.92359 L 467.06062,603.25303 L 467.06062,605.58246 L 467.06062,607.91190 L 467.06062,610.24133"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:none;marker-mid:url(#StopL);marker-end:url(#Tail);" />
  <path
     id="path1854"
     d="M 499.32589,644.01614 L 424.78393,514.90570"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.37500000;stroke-dasharray:0.37500000 1.5000000 ;stroke-dashoffset:0.0000000;marker-start:url(#Arrow1M);marker-mid:none;marker-end:url(#Arrow1M);" />
  <path
     id="path1855"
     d="M 519.32589,639.01614 L 444.78393,509.90570"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.37500000;stroke-dasharray:0.37500000 1.5000000;stroke-dashoffset:0.0000000;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Tail);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1856"
     d="M 516.02333,565.57906 L 506.70559,565.57906 L 497.38785,565.57906 L 488.07011,565.57906 L 478.75235,565.57906 L 469.43461,565.57906 L 460.11687,565.57906 L 450.79913,565.57906 L 441.48139,565.57906 L 432.16365,565.57908 L 422.84591,565.57908 L 413.52817,565.57908 L 404.21043,565.57908 L 394.89267,565.57908 L 385.57493,565.57908 L 376.25719,565.57908 L 366.93945,565.57908 L 357.62171,565.57908 L 348.30397,565.57908 L 338.98623,565.57908 L 329.66847,565.57908 L 320.35073,565.57908 L 311.03299,565.57908 L 301.71525,565.57908 L 292.39751,565.57908 L 283.07977,565.57910 L 273.76203,565.57910 L 264.44429,565.57910 L 255.12653,565.57910 L 245.80879,565.57910 L 236.49105,565.57910 L 227.17331,565.57910 L 217.85557,565.57910"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.25000000;stroke-dashoffset:0.0000000;marker-start:url(#DiamondS);marker-mid:url(#CurvyCross);marker-end:url(#CurvyCross);" />
  <path
     sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
     id="path1857"
     d="M 515.84338,440.57906 L 506.52564,440.57906 L 497.20790,440.57906 L 487.89016,440.57906 L 478.57240,440.57906 L 469.25466,440.57906 L 459.93692,440.57906 L 450.61918,440.57906 L 441.30144,440.57906 L 431.98370,440.57908 L 422.66596,440.57908 L 413.34822,440.57908 L 404.03048,440.57908 L 394.71272,440.57908 L 385.39498,440.57908 L 376.07724,440.57908 L 366.75950,440.57908 L 357.44176,440.57908 L 348.12402,440.57908 L 338.80628,440.57908 L 329.48852,440.57908 L 320.17078,440.57908 L 310.85304,440.57908 L 301.53530,440.57908 L 292.21756,440.57908 L 282.89982,440.57910 L 273.58208,440.57910 L 264.26434,440.57910 L 254.94658,440.57910 L 245.62884,440.57910 L 236.31110,440.57910 L 226.99336,440.57910 L 217.67562,440.57910"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.25000000;stroke-dashoffset:0.0000000;marker-start:url(#DiamondS);marker-mid:url(#CurvyCross);marker-end:url(#CurvyCross);" />
  <path
     id="path1859"
     d="M 244.89747,387.45947 L 282.16845,452.01469"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#DistanceOut);" />
  <path
     id="path1860"
     d="M 244.89747,407.45947 L 282.16845,472.01469"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#DistanceOut);" />
  <path
     id="path1861"
     d="M 224.89747,419.95947 L 262.16845,484.51469"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#DistanceOut);" />
  <path
     id="path1862"
     d="M 222.39747,459.95947 L 259.66845,524.51469"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#DistanceOut);" />
  <path
     id="path1863"
     d="M 219.89747,472.45947 L 257.16845,537.01469"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#DistanceOut);" />
  <path
     id="path1864"
     d="M 439.42400,576.63454 L 476.69498,641.18976"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1L);marker-mid:none;marker-end:url(#Arrow1L);" />
  <path
     id="path1866"
     d="M 326.69498,611.18976 L 289.42400,546.63454"
     style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.12500000;marker-start:url(#Arrow1S);marker-mid:none;marker-end:url(#Arrow1L);" />
</g>
</svg>