-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegion_A.eps
3459 lines (3437 loc) · 64.2 KB
/
Region_A.eps
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
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: graphviz version 2.26.3 (20100126.1600)
%%Title: G
%%Pages: 1
%%BoundingBox: 36 36 1507 1475
%%EndComments
save
%%BeginProlog
/DotDict 200 dict def
DotDict begin
/setupLatin1 {
mark
/EncodingVector 256 array def
EncodingVector 0
ISOLatin1Encoding 0 255 getinterval putinterval
EncodingVector 45 /hyphen put
% Set up ISO Latin 1 character encoding
/starnetISO {
dup dup findfont dup length dict begin
{ 1 index /FID ne { def }{ pop pop } ifelse
} forall
/Encoding EncodingVector def
currentdict end definefont
} def
/Times-Roman starnetISO def
/Times-Italic starnetISO def
/Times-Bold starnetISO def
/Times-BoldItalic starnetISO def
/Helvetica starnetISO def
/Helvetica-Oblique starnetISO def
/Helvetica-Bold starnetISO def
/Helvetica-BoldOblique starnetISO def
/Courier starnetISO def
/Courier-Oblique starnetISO def
/Courier-Bold starnetISO def
/Courier-BoldOblique starnetISO def
cleartomark
} bind def
%%BeginResource: procset graphviz 0 0
/coord-font-family /Times-Roman def
/default-font-family /Times-Roman def
/coordfont coord-font-family findfont 8 scalefont def
/InvScaleFactor 1.0 def
/set_scale {
dup 1 exch div /InvScaleFactor exch def
scale
} bind def
% styles
/solid { [] 0 setdash } bind def
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
/bold { 2 setlinewidth } bind def
/filled { } bind def
/unfilled { } bind def
/rounded { } bind def
/diagonals { } bind def
% hooks for setting color
/nodecolor { sethsbcolor } bind def
/edgecolor { sethsbcolor } bind def
/graphcolor { sethsbcolor } bind def
/nopcolor {pop pop pop} bind def
/beginpage { % i j npages
/npages exch def
/j exch def
/i exch def
/str 10 string def
npages 1 gt {
gsave
coordfont setfont
0 0 moveto
(\() show i str cvs show (,) show j str cvs show (\)) show
grestore
} if
} bind def
/set_font {
findfont exch
scalefont setfont
} def
% draw text fitted to its expected width
/alignedtext { % width text
/text exch def
/width exch def
gsave
width 0 gt {
[] 0 setdash
text stringwidth pop width exch sub text length div 0 text ashow
} if
grestore
} def
/boxprim { % xcorner ycorner xsize ysize
4 2 roll
moveto
2 copy
exch 0 rlineto
0 exch rlineto
pop neg 0 rlineto
closepath
} bind def
/ellipse_path {
/ry exch def
/rx exch def
/y exch def
/x exch def
matrix currentmatrix
newpath
x y translate
rx ry scale
0 0 1 0 360 arc
setmatrix
} bind def
/endpage { showpage } bind def
/showpage { } def
/layercolorseq
[ % layer color sequence - darkest to lightest
[0 0 0]
[.2 .8 .8]
[.4 .8 .8]
[.6 .8 .8]
[.8 .8 .8]
]
def
/layerlen layercolorseq length def
/setlayer {/maxlayer exch def /curlayer exch def
layercolorseq curlayer 1 sub layerlen mod get
aload pop sethsbcolor
/nodecolor {nopcolor} def
/edgecolor {nopcolor} def
/graphcolor {nopcolor} def
} bind def
/onlayer { curlayer ne {invis} if } def
/onlayers {
/myupper exch def
/mylower exch def
curlayer mylower lt
curlayer myupper gt
or
{invis} if
} def
/curlayer 0 def
%%EndResource
%%EndProlog
%%BeginSetup
14 default-font-family set_font
1 setmiterlimit
% /arrowlength 10 def
% /arrowwidth 5 def
% make sure pdfmark is harmless for PS-interpreters other than Distiller
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
% make '<<' and '>>' safe on PS Level 1 devices
/languagelevel where {pop languagelevel}{1} ifelse
2 lt {
userdict (<<) cvn ([) cvn load put
userdict (>>) cvn ([) cvn load put
} if
%%EndSetup
setupLatin1
%%Page: 1 1
%%PageBoundingBox: 36 36 1507 1475
%%PageOrientation: Portrait
0 0 1 beginpage
gsave
36 36 1471 1439 boxprim clip newpath
1 1 set_scale 0 rotate 40 41 translate
% 322
gsave
1 setlinewidth
0 0 0 nodecolor
988.04 295.99 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
974.04 292.39 moveto 28 (322) alignedtext
grestore
% 330
gsave
1 setlinewidth
0 0 0 nodecolor
889.15 432.23 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
875.15 428.63 moveto 28 (330) alignedtext
grestore
% 322->330
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 970.83 311.55 moveto
951.15 334.49 919.76 377.47 902.05 405.5 curveto
stroke
0 0 0 edgecolor
newpath 899.06 403.68 moveto
896.81 414.03 lineto
905.03 407.34 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 899.06 403.68 moveto
896.81 414.03 lineto
905.03 407.34 lineto
closepath stroke
grestore
% 326
gsave
1 setlinewidth
0 0 0 nodecolor
797.63 284.43 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
783.63 280.83 moveto 28 (326) alignedtext
grestore
% 326->330
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 803.86 302.85 moveto
817.03 329.36 846.86 378.16 867.63 407.69 curveto
stroke
0 0 0 edgecolor
newpath 864.8 409.76 moveto
873.49 415.84 lineto
870.49 405.67 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 864.8 409.76 moveto
873.49 415.84 lineto
870.49 405.67 lineto
closepath stroke
grestore
% 466
gsave
1 setlinewidth
0 0 0 nodecolor
655.08 178.67 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
641.08 175.07 moveto 28 (466) alignedtext
grestore
% 326->466
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 783.17 267.99 moveto
760.87 248.33 717.77 215.94 687.72 195.94 curveto
stroke
0 0 0 edgecolor
newpath 689.52 192.94 moveto
679.24 190.41 lineto
685.7 198.8 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 689.52 192.94 moveto
679.24 190.41 lineto
685.7 198.8 lineto
closepath stroke
grestore
% 330->322
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 906.36 416.67 moveto
926.04 393.72 957.43 350.74 975.14 322.71 curveto
stroke
0 0 0 edgecolor
newpath 978.13 324.53 moveto
980.38 314.18 lineto
972.17 320.87 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 978.13 324.53 moveto
980.38 314.18 lineto
972.17 320.87 lineto
closepath stroke
grestore
% 330->326
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 882.92 413.81 moveto
869.75 387.3 839.92 338.5 819.15 308.97 curveto
stroke
0 0 0 edgecolor
newpath 821.98 306.9 moveto
813.29 300.82 lineto
816.29 310.99 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 821.98 306.9 moveto
813.29 300.82 lineto
816.29 310.99 lineto
closepath stroke
grestore
% 484
gsave
1 setlinewidth
0 0 0 nodecolor
845.27 597.14 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
831.27 593.54 moveto 28 (484) alignedtext
grestore
% 330->484
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 884.28 450.51 moveto
876.64 479.23 861.76 535.16 852.75 569.03 curveto
stroke
0 0 0 edgecolor
newpath 849.34 568.21 moveto
850.15 578.78 lineto
856.11 570.01 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 849.34 568.21 moveto
850.15 578.78 lineto
856.11 570.01 lineto
closepath stroke
grestore
% 336
gsave
1 setlinewidth
0 0 0 nodecolor
701.39 19.5 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
687.39 15.9 moveto 28 (336) alignedtext
grestore
% 336->466
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 691.53 37.11 moveto
680.77 64.45 665.16 117.31 657.94 150.14 curveto
stroke
0 0 0 edgecolor
newpath 654.49 149.54 moveto
655.91 160.04 lineto
661.35 150.95 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 654.49 149.54 moveto
655.91 160.04 lineto
661.35 150.95 lineto
closepath stroke
grestore
% 464
gsave
1 setlinewidth
0 0 0 nodecolor
296.2 168.41 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
282.2 164.81 moveto 28 (464) alignedtext
grestore
% 465
gsave
1 setlinewidth
0 0 0 nodecolor
209.05 36.58 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
195.05 32.98 moveto 28 (465) alignedtext
grestore
% 464->465
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 289.66 150.26 moveto
277.27 126.93 250.96 86.51 231.65 60.65 curveto
stroke
0 0 0 edgecolor
newpath 234.26 58.29 moveto
225.4 52.48 lineto
228.7 62.55 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 234.26 58.29 moveto
225.4 52.48 lineto
228.7 62.55 lineto
closepath stroke
grestore
% 468
gsave
1 setlinewidth
0 0 0 nodecolor
471.71 186.26 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
457.71 182.66 moveto 28 (468) alignedtext
grestore
% 464->468
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 324.27 176.43 moveto
353 181.27 397.95 186.06 430.67 187.91 curveto
stroke
0 0 0 edgecolor
newpath 430.67 191.41 moveto
440.83 188.4 lineto
431.01 184.42 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 430.67 191.41 moveto
440.83 188.4 lineto
431.01 184.42 lineto
closepath stroke
grestore
% 470
gsave
1 setlinewidth
0 0 0 nodecolor
202.91 324.46 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
188.91 320.86 moveto 28 (470) alignedtext
grestore
% 464->470
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 281.01 184.88 moveto
261.84 211.67 229.9 264.77 213.27 297.23 curveto
stroke
0 0 0 edgecolor
newpath 210.13 295.68 moveto
208.82 306.19 lineto
216.4 298.79 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 210.13 295.68 moveto
208.82 306.19 lineto
216.4 298.79 lineto
closepath stroke
grestore
% 465->464
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 215.59 54.73 moveto
227.98 78.07 254.29 118.48 273.6 144.35 curveto
stroke
0 0 0 edgecolor
newpath 271 146.7 moveto
279.85 152.51 lineto
276.55 142.45 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 271 146.7 moveto
279.85 152.51 lineto
276.55 142.45 lineto
closepath stroke
grestore
% 466->326
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 669.54 195.11 moveto
691.84 214.77 734.94 247.16 764.99 267.16 curveto
stroke
0 0 0 edgecolor
newpath 763.19 270.16 moveto
773.47 272.7 lineto
767.01 264.3 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 763.19 270.16 moveto
773.47 272.7 lineto
767.01 264.3 lineto
closepath stroke
grestore
% 466->336
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 664.95 161.06 moveto
675.7 133.72 691.31 80.86 698.53 48.03 curveto
stroke
0 0 0 edgecolor
newpath 701.98 48.63 moveto
700.56 38.13 lineto
695.12 47.22 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 701.98 48.63 moveto
700.56 38.13 lineto
695.12 47.22 lineto
closepath stroke
grestore
% 466->468
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 624.58 174.76 moveto
593.44 174.12 544.96 175.96 510.96 178.97 curveto
stroke
0 0 0 edgecolor
newpath 510.53 175.49 moveto
500.91 179.94 lineto
511.2 182.46 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 510.53 175.49 moveto
500.91 179.94 lineto
511.2 182.46 lineto
closepath stroke
grestore
% 468->464
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 443.64 178.24 moveto
414.91 173.41 369.95 168.62 337.23 166.77 curveto
stroke
0 0 0 edgecolor
newpath 337.23 163.26 moveto
327.08 166.27 lineto
336.89 170.25 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 337.23 163.26 moveto
327.08 166.27 lineto
336.89 170.25 lineto
closepath stroke
grestore
% 468->466
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 502.2 190.17 moveto
533.35 190.81 581.83 188.97 615.83 185.96 curveto
stroke
0 0 0 edgecolor
newpath 616.26 189.44 moveto
625.88 185 lineto
615.59 182.47 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 616.26 189.44 moveto
625.88 185 lineto
615.59 182.47 lineto
closepath stroke
grestore
% 472
gsave
1 setlinewidth
0 0 0 nodecolor
366.49 317.02 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
352.49 313.42 moveto 28 (472) alignedtext
grestore
% 468->472
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 453.3 201.41 moveto
432.68 223.24 399.98 263.64 381.05 290.47 curveto
stroke
0 0 0 edgecolor
newpath 377.96 288.78 moveto
375.19 299.01 lineto
383.74 292.74 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 377.96 288.78 moveto
375.19 299.01 lineto
383.74 292.74 lineto
closepath stroke
grestore
% 470->464
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 218.1 307.99 moveto
237.27 281.19 269.21 228.1 285.84 195.64 curveto
stroke
0 0 0 edgecolor
newpath 288.98 197.19 moveto
290.29 186.68 lineto
282.71 194.08 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 288.98 197.19 moveto
290.29 186.68 lineto
282.71 194.08 lineto
closepath stroke
grestore
% 470->472
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 233.54 328.46 moveto
260.03 328.89 298.48 327.31 327.23 324.69 curveto
stroke
0 0 0 edgecolor
newpath 327.73 328.16 moveto
337.34 323.68 lineto
327.04 321.19 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 327.73 328.16 moveto
337.34 323.68 lineto
327.04 321.19 lineto
closepath stroke
grestore
% 476
gsave
1 setlinewidth
0 0 0 nodecolor
205.13 502.1 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
191.13 498.5 moveto 28 (476) alignedtext
grestore
% 470->476
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 198.83 342.85 moveto
196.26 373.87 196.78 436.79 199.66 473.57 curveto
stroke
0 0 0 edgecolor
newpath 196.18 474.01 moveto
200.58 483.65 lineto
203.15 473.37 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 196.18 474.01 moveto
200.58 483.65 lineto
203.15 473.37 lineto
closepath stroke
grestore
% 472->468
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 384.9 301.88 moveto
405.52 280.04 438.22 239.64 457.15 212.81 curveto
stroke
0 0 0 edgecolor
newpath 460.24 214.5 moveto
463.01 204.28 lineto
454.46 210.54 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 460.24 214.5 moveto
463.01 204.28 lineto
454.46 210.54 lineto
closepath stroke
grestore
% 472->470
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 335.86 313.02 moveto
309.37 312.59 270.92 314.17 242.17 316.79 curveto
stroke
0 0 0 edgecolor
newpath 241.67 313.32 moveto
232.06 317.8 lineto
242.36 320.29 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 241.67 313.32 moveto
232.06 317.8 lineto
242.36 320.29 lineto
closepath stroke
grestore
% 478
gsave
1 setlinewidth
0 0 0 nodecolor
375.02 479.34 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
361.02 475.74 moveto 28 (478) alignedtext
grestore
% 472->478
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 363 335.56 moveto
361.73 363.83 364.3 417.93 368.25 451.11 curveto
stroke
0 0 0 edgecolor
newpath 364.79 451.63 moveto
369.58 461.09 lineto
371.73 450.71 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 364.79 451.63 moveto
369.58 461.09 lineto
371.73 450.71 lineto
closepath stroke
grestore
% 474
gsave
1 setlinewidth
0 0 0 nodecolor
142.49 673.38 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
128.49 669.78 moveto 28 (474) alignedtext
grestore
% 474->476
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 153.6 655.92 moveto
167.48 626.31 189.73 566.06 200.16 530.38 curveto
stroke
0 0 0 edgecolor
newpath 203.58 531.15 moveto
202.89 520.58 lineto
196.84 529.28 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 203.58 531.15 moveto
202.89 520.58 lineto
196.84 529.28 lineto
closepath stroke
grestore
% 620
gsave
1 setlinewidth
0 0 0 nodecolor
200.07 849.59 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
186.07 845.99 moveto 28 (620) alignedtext
grestore
% 474->620
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 144.11 691.91 moveto
151.13 723.17 171.49 786.46 185.87 822.64 curveto
stroke
0 0 0 edgecolor
newpath 182.71 824.16 moveto
189.75 832.08 lineto
189.18 821.5 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 182.71 824.16 moveto
189.75 832.08 lineto
189.18 821.5 lineto
closepath stroke
grestore
% 476->470
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 209.21 483.7 moveto
211.78 452.68 211.26 389.77 208.38 352.98 curveto
stroke
0 0 0 edgecolor
newpath 211.86 352.55 moveto
207.46 342.91 lineto
204.89 353.19 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 211.86 352.55 moveto
207.46 342.91 lineto
204.89 353.19 lineto
closepath stroke
grestore
% 476->474
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 194.03 519.56 moveto
180.14 549.18 157.89 609.42 147.46 645.11 curveto
stroke
0 0 0 edgecolor
newpath 144.04 644.33 moveto
144.73 654.9 lineto
150.78 646.21 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 144.04 644.33 moveto
144.73 654.9 lineto
150.78 646.21 lineto
closepath stroke
grestore
% 476->478
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 236.21 503.3 moveto
264.7 501.25 306.96 495.74 337.36 490.19 curveto
stroke
0 0 0 edgecolor
newpath 338.41 493.55 moveto
347.57 488.23 lineto
337.09 486.68 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 338.41 493.55 moveto
347.57 488.23 lineto
337.09 486.68 lineto
closepath stroke
grestore
% 478->472
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 378.52 460.8 moveto
379.78 432.52 377.21 378.42 373.27 345.25 curveto
stroke
0 0 0 edgecolor
newpath 376.73 344.73 moveto
371.94 335.27 lineto
369.79 345.65 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 376.73 344.73 moveto
371.94 335.27 lineto
369.79 345.65 lineto
closepath stroke
grestore
% 478->476
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 343.94 478.14 moveto
315.45 480.19 273.2 485.7 242.8 491.25 curveto
stroke
0 0 0 edgecolor
newpath 241.74 487.88 moveto
232.58 493.2 lineto
243.06 494.76 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 241.74 487.88 moveto
232.58 493.2 lineto
243.06 494.76 lineto
closepath stroke
grestore
% 480
gsave
1 setlinewidth
0 0 0 nodecolor
502.81 588.67 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
488.81 585.07 moveto 28 (480) alignedtext
grestore
% 478->480
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 387.69 496.25 moveto
407.24 516.2 444.99 548.95 471.98 569.72 curveto
stroke
0 0 0 edgecolor
newpath 469.89 572.52 moveto
479.98 575.75 lineto
474.1 566.94 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 469.89 572.52 moveto
479.98 575.75 lineto
474.1 566.94 lineto
closepath stroke
grestore
% 480->478
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 490.14 571.76 moveto
470.59 551.81 432.84 519.06 405.85 498.29 curveto
stroke
0 0 0 edgecolor
newpath 407.94 495.49 moveto
397.85 492.26 lineto
403.73 501.07 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 407.94 495.49 moveto
397.85 492.26 lineto
403.73 501.07 lineto
closepath stroke
grestore
% 611
gsave
1 setlinewidth
0 0 0 nodecolor
681.33 561.69 31.11 18.38 ellipse_path stroke
0 0 0 nodecolor
14 /Times-Roman set_font
667.33 558.09 moveto 28 (611) alignedtext
grestore
% 480->611
gsave
1 setlinewidth
0 0 0 edgecolor
newpath 533.87 589.26 moveto
564.58 586.53 611.59 579.56 644.24 573 curveto
stroke
0 0 0 edgecolor
newpath 645.23 576.37 moveto
654.3 570.89 lineto
643.79 569.52 lineto
closepath fill
1 setlinewidth
solid
0 0 0 edgecolor
newpath 645.23 576.37 moveto
654.3 570.89 lineto
643.79 569.52 lineto
closepath stroke
grestore
% 612