-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHUSTGreen.eps
1544 lines (1544 loc) · 45.7 KB
/
HUSTGreen.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: Adobe Illustrator(TM) 3.2
%%AI8_CreatorVersion: 19.0.0
%%For: (Skinaze) ()
%%Title: (HUSTGreen.eps)
%%CreationDate: 5/18/2017 5:20 PM
%%Canvassize: 16383
%%BoundingBox: -79 318 692 473
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0
%%+ procset Adobe_cmykcolor 1.1 0
%%+ procset Adobe_cshow 1.1 0
%%+ procset Adobe_customcolor 1.0 0
%%+ procset Adobe_IllustratorA_AI3 1.0 1
%AI3_ColorUsage: Color
%AI3_TemplateBox: 306 396 306 396
%AI3_TileBox: -114.96 98.34 726.96 693.66
%AI3_DocumentPreview: Header
%%PageOrigin:0 0
%AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
%AI9_Flatten: 0
%AI12_CMSettings: 00.MS
%%EndComments
%%BeginProlog
%%BeginResource: procset Adobe_packedarray 2.0 0
%%Title: (Packed Array Operators)
%%Version: 2.0 0
%%CreationDate: (8/2/90) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
userdict /Adobe_packedarray 5 dict dup begin put
/initialize
{
/packedarray where
{
pop
}
{
Adobe_packedarray begin
Adobe_packedarray
{
dup xcheck
{
bind
} if
userdict 3 1 roll put
} forall
end
} ifelse
} def
/terminate
{
} def
/packedarray
{
array astore readonly
} def
/setpacking
{
pop
} def
/currentpacking
{
false
} def
currentdict readonly pop end
%%EndResource
Adobe_packedarray /initialize get exec
%%BeginResource: procset Adobe_cmykcolor 1.1 0
%%Title: (CMYK Color Operators)
%%Version: 1.1 0
%%CreationDate: (1/23/89) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_cmykcolor 4 dict dup begin put
/initialize
{
/setcmykcolor where
{
pop
}
{
userdict /Adobe_cmykcolor_vars 2 dict dup begin put
/_setrgbcolor
/setrgbcolor load def
/_currentrgbcolor
/currentrgbcolor load def
Adobe_cmykcolor begin
Adobe_cmykcolor
{
dup xcheck
{
bind
} if
pop pop
} forall
end
end
Adobe_cmykcolor begin
} ifelse
} def
/terminate
{
currentdict Adobe_cmykcolor eq
{
end
} if
} def
/setcmykcolor
{
1 sub 4 1 roll
3
{
3 index add neg dup 0 lt
{
pop 0
} if
3 1 roll
} repeat
Adobe_cmykcolor_vars /_setrgbcolor get exec
pop
} def
/currentcmykcolor
{
Adobe_cmykcolor_vars /_currentrgbcolor get exec
3
{
1 sub neg 3 1 roll
} repeat
0
} def
currentdict readonly pop end
setpacking
%%EndResource
%%BeginResource: procset Adobe_cshow 1.1 0
%%Title: (cshow Operator)
%%Version: 1.1 0
%%CreationDate: (1/23/89) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_cshow 3 dict dup begin put
/initialize
{
/cshow where
{
pop
}
{
userdict /Adobe_cshow_vars 1 dict dup begin put
/_cshow
{} def
Adobe_cshow begin
Adobe_cshow
{
dup xcheck
{
bind
} if
userdict 3 1 roll put
} forall
end
end
} ifelse
} def
/terminate
{
} def
/cshow
{
exch
Adobe_cshow_vars
exch /_cshow
exch put
{
0 0 Adobe_cshow_vars /_cshow get exec
} forall
} def
currentdict readonly pop end
setpacking
%%EndResource
%%BeginResource: procset Adobe_customcolor 1.0 0
%%Title: (Custom Color Operators)
%%Version: 1.0 0
%%CreationDate: (5/9/88) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_customcolor 5 dict dup begin put
/initialize
{
/setcustomcolor where
{
pop
}
{
Adobe_customcolor begin
Adobe_customcolor
{
dup xcheck
{
bind
} if
pop pop
} forall
end
Adobe_customcolor begin
} ifelse
} def
/terminate
{
currentdict Adobe_customcolor eq
{
end
} if
} def
/findcmykcustomcolor
{
5 packedarray
} def
/setcustomcolor
{
exch
aload pop pop
4
{
4 index mul 4 1 roll
} repeat
5 -1 roll pop
setcmykcolor
} def
/setoverprint
{
pop
} def
currentdict readonly pop end
setpacking
%%EndResource
%%BeginResource: procset Adobe_IllustratorA_AI3 1.1 3
%%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog)
%%Version: 1.1 3
%%CreationDate: (3/7/1994) ()
%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
currentpacking true setpacking
userdict /Adobe_IllustratorA_AI3 61 dict dup begin put
/initialize
{
userdict /Adobe_IllustratorA_AI3_vars 58 dict dup begin put
/_lp /none def
/_pf {} def
/_ps {} def
/_psf {} def
/_pss {} def
/_pjsf {} def
/_pjss {} def
/_pola 0 def
/_doClip 0 def
/cf currentflat def
/_tm matrix def
/_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def
/_renderEnd [null null null null /i1 /i1 /i1 /i1] def
/_render -1 def
/_rise 0 def
/_ax 0 def
/_ay 0 def
/_cx 0 def
/_cy 0 def
/_leading [0 0] def
/_ctm matrix def
/_mtx matrix def
/_sp 16#020 def
/_hyphen (-) def
/_fScl 0 def
/_cnt 0 def
/_hs 1 def
/_nativeEncoding 0 def
/_useNativeEncoding 0 def
/_tempEncode 0 def
/_pntr 0 def
/_tDict 2 dict def
/_wv 0 def
/Tx {} def
/Tj {} def
/CRender {} def
/_AI3_savepage {} def
/_gf null def
/_cf 4 array def
/_if null def
/_of false def
/_fc {} def
/_gs null def
/_cs 4 array def
/_is null def
/_os false def
/_sc {} def
/_i null def
Adobe_IllustratorA_AI3 begin
Adobe_IllustratorA_AI3
{
dup xcheck
{
bind
} if
pop pop
} forall
end
end
Adobe_IllustratorA_AI3 begin
Adobe_IllustratorA_AI3_vars begin
newpath
} def
/terminate
{
end
end
} def
/_
null def
/ddef
{
Adobe_IllustratorA_AI3_vars 3 1 roll put
} def
/xput
{
dup load dup length exch maxlength eq
{
dup dup load dup
length 2 mul dict copy def
} if
load begin def end
} def
/npop
{
{
pop
} repeat
} def
/sw
{
dup length exch stringwidth
exch 5 -1 roll 3 index mul add
4 1 roll 3 1 roll mul add
} def
/swj
{
dup 4 1 roll
dup length exch stringwidth
exch 5 -1 roll 3 index mul add
4 1 roll 3 1 roll mul add
6 2 roll /_cnt 0 ddef
{1 index eq {/_cnt _cnt 1 add ddef} if} forall pop
exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
} def
/ss
{
4 1 roll
{
2 npop
(0) exch 2 copy 0 exch put pop
gsave
false charpath currentpoint
4 index setmatrix
stroke
grestore
moveto
2 copy rmoveto
} exch cshow
3 npop
} def
/jss
{
4 1 roll
{
2 npop
(0) exch 2 copy 0 exch put
gsave
_sp eq
{
exch 6 index 6 index 6 index 5 -1 roll widthshow
currentpoint
}
{
false charpath currentpoint
4 index setmatrix stroke
}ifelse
grestore
moveto
2 copy rmoveto
} exch cshow
6 npop
} def
/sp
{
{
2 npop (0) exch
2 copy 0 exch put pop
false charpath
2 copy rmoveto
} exch cshow
2 npop
} def
/jsp
{
{
2 npop
(0) exch 2 copy 0 exch put
_sp eq
{
exch 5 index 5 index 5 index 5 -1 roll widthshow
}
{
false charpath
}ifelse
2 copy rmoveto
} exch cshow
5 npop
} def
/pl
{
transform
0.25 sub round 0.25 add exch
0.25 sub round 0.25 add exch
itransform
} def
/setstrokeadjust where
{
pop true setstrokeadjust
/c
{
curveto
} def
/C
/c load def
/v
{
currentpoint 6 2 roll curveto
} def
/V
/v load def
/y
{
2 copy curveto
} def
/Y
/y load def
/l
{
lineto
} def
/L
/l load def
/m
{
moveto
} def
}
{
/c
{
pl curveto
} def
/C
/c load def
/v
{
currentpoint 6 2 roll pl curveto
} def
/V
/v load def
/y
{
pl 2 copy curveto
} def
/Y
/y load def
/l
{
pl lineto
} def
/L
/l load def
/m
{
pl moveto
} def
}ifelse
/d
{
setdash
} def
/cf {} def
/i
{
dup 0 eq
{
pop cf
} if
setflat
} def
/j
{
setlinejoin
} def
/J
{
setlinecap
} def
/M
{
setmiterlimit
} def
/w
{
setlinewidth
} def
/H
{} def
/h
{
closepath
} def
/N
{
_pola 0 eq
{
_doClip 1 eq {clip /_doClip 0 ddef} if
newpath
}
{
/CRender {N} ddef
}ifelse
} def
/n
{N} def
/F
{
_pola 0 eq
{
_doClip 1 eq
{
gsave _pf grestore clip newpath /_lp /none ddef _fc
/_doClip 0 ddef
}
{
_pf
}ifelse
}
{
/CRender {F} ddef
}ifelse
} def
/f
{
closepath
F
} def
/S
{
_pola 0 eq
{
_doClip 1 eq
{
gsave _ps grestore clip newpath /_lp /none ddef _sc
/_doClip 0 ddef
}
{
_ps
}ifelse
}
{
/CRender {S} ddef
}ifelse
} def
/s
{
closepath
S
} def
/B
{
_pola 0 eq
{
_doClip 1 eq
gsave F grestore
{
gsave S grestore clip newpath /_lp /none ddef _sc
/_doClip 0 ddef
}
{
S
}ifelse
}
{
/CRender {B} ddef
}ifelse
} def
/b
{
closepath
B
} def
/W
{
/_doClip 1 ddef
} def
/*
{
count 0 ne
{
dup type (stringtype) eq {pop} if
} if
_pola 0 eq {newpath} if
} def
/u
{} def
/U
{} def
/q
{
_pola 0 eq {gsave} if
} def
/Q
{
_pola 0 eq {grestore} if
} def
/*u
{
_pola 1 add /_pola exch ddef
} def
/*U
{
_pola 1 sub /_pola exch ddef
_pola 0 eq {CRender} if
} def
/D
{pop} def
/*w
{} def
/*W
{} def
/`
{
/_i save ddef
6 1 roll 4 npop
concat pop
userdict begin
/showpage {} def
0 setgray
0 setlinecap
1 setlinewidth
0 setlinejoin
10 setmiterlimit
[] 0 setdash
/setstrokeadjust where {pop false setstrokeadjust} if
newpath
0 setgray
false setoverprint
} def
/~
{
end
_i restore
} def
/O
{
0 ne
/_of exch ddef
/_lp /none ddef
} def
/R
{
0 ne
/_os exch ddef
/_lp /none ddef
} def
/g
{
/_gf exch ddef
/_fc
{
_lp /fill ne
{
_of setoverprint
_gf setgray
/_lp /fill ddef
} if
} ddef
/_pf
{
_fc
fill
} ddef
/_psf
{
_fc
ashow
} ddef
/_pjsf
{
_fc
awidthshow
} ddef
/_lp /none ddef
} def
/G
{
/_gs exch ddef
/_sc
{
_lp /stroke ne
{
_os setoverprint
_gs setgray
/_lp /stroke ddef
} if
} ddef
/_ps
{
_sc
stroke
} ddef
/_pss
{
_sc
ss
} ddef
/_pjss
{
_sc
jss
} ddef
/_lp /none ddef
} def
/k
{
_cf astore pop
/_fc
{
_lp /fill ne
{
_of setoverprint
_cf aload pop setcmykcolor
/_lp /fill ddef
} if
} ddef
/_pf
{
_fc
fill
} ddef
/_psf
{
_fc
ashow
} ddef
/_pjsf
{
_fc
awidthshow
} ddef
/_lp /none ddef
} def
/K
{
_cs astore pop
/_sc
{
_lp /stroke ne
{
_os setoverprint
_cs aload pop setcmykcolor
/_lp /stroke ddef
} if
} ddef
/_ps
{
_sc
stroke
} ddef
/_pss
{
_sc
ss
} ddef
/_pjss
{
_sc
jss
} ddef
/_lp /none ddef
} def
/x
{
/_gf exch ddef
findcmykcustomcolor
/_if exch ddef
/_fc
{
_lp /fill ne
{
_of setoverprint
_if _gf 1 exch sub setcustomcolor
/_lp /fill ddef
} if
} ddef
/_pf
{
_fc
fill
} ddef
/_psf
{
_fc
ashow
} ddef
/_pjsf
{
_fc
awidthshow
} ddef
/_lp /none ddef
} def
/X
{
/_gs exch ddef
findcmykcustomcolor
/_is exch ddef
/_sc
{
_lp /stroke ne
{
_os setoverprint
_is _gs 1 exch sub setcustomcolor
/_lp /stroke ddef
} if
} ddef
/_ps
{
_sc
stroke
} ddef
/_pss
{
_sc
ss
} ddef
/_pjss
{
_sc
jss
} ddef
/_lp /none ddef
} def
/A
{
pop
} def
currentdict readonly pop end
setpacking
/annotatepage
{
} def
%%EndResource
%%EndProlog
%%BeginSetup
Adobe_cmykcolor /initialize get exec
Adobe_cshow /initialize get exec
Adobe_customcolor /initialize get exec
Adobe_IllustratorA_AI3 /initialize get exec
%%EndSetup
0 A
u
*u
0 O
0.901579 0.551873 1 0.297978 k
0 J 0 j 1 w 10 M []0 d-78.64 379.4 m
-78.231 381.4286 -76.7578 381.7765 -74.9557 382.0723 c
-57.1547 384.9944 -39.595 388.944 -22.4512 394.632 C
-19.2824 395.6833 -19.2453 395.6117 -18.969 398.9912 c
-18.8518 400.4242 -18.7219 401.8633 -18.956 403.2996 c
-19.2936 405.3705 -20.3958 405.9917 -22.0327 404.8055 c
-23.9155 403.4411 -25.9457 402.205 -27.3926 400.321 c
-29.4633 397.6247 -32.063 395.5244 -34.7865 393.5455 C
-36.1022 392.5895 -37.3431 392.6377 -38.4665 393.7785 C
-41.7093 397.0713 -45.0238 400.2801 -48.6714 403.1329 c
-49.7105 403.9456 -49.5141 404.8005 -48.2237 405.3433 C
-46.9589 405.8753 -45.6655 406.3027 -44.5739 407.2182 C
-43.7597 407.9011 -43.5458 408.5908 -43.8593 409.573 c
-44.9504 412.9917 -45.9931 416.4259 -47.0916 419.8422 c
-47.3192 420.55 -47.3781 421.2452 -47.3239 421.9669 c
-47.1589 424.1637 -45.6817 425.0235 -43.9277 423.7129 c
-40.2357 420.9542 -36.4622 418.2796 -33.2037 414.9826 C
-32.7821 414.556 -32.3901 414.0984 -31.9511 413.691 c
-30.1062 411.9791 -29.4062 412.1031 -28.1798 414.333 c
-26.8022 416.8377 -26.4227 416.9274 -24.1769 415.2 c
-23.2266 414.469 -22.3392 413.6546 -21.3722 412.9479 c
-20.1566 412.0596 -19.5852 412.3345 -19.3958 413.8612 c
-19.2032 415.4142 -19.1843 416.9298 -19.7942 418.4508 c
-20.3258 419.7763 -20.6014 421.2041 -20.9958 422.5851 C
-21.5533 424.5375 -20.6254 425.7731 -19.2221 427.049 c
-17.8986 428.2524 -16.7581 427.8777 -15.467 427.3226 c
-15.083 427.1575 -14.7146 426.9552 -14.3423 426.7637 c
-12.2788 425.7017 -11.9357 425.7848 -10.7286 427.6639 c
-9.95139 428.8736 -9.1418 430.0648 -8.41672 431.3051 c
-7.59451 432.7117 -8.19566 433.7323 -9.84953 433.7633 c
-11.9615 433.8029 -14.0538 433.4227 -16.0755 432.9471 c
-23.1188 431.2898 -30.1824 429.6647 -36.8041 426.6027 c
-38.297 425.9124 -39.8036 425.9326 -41.1986 426.9795 C
-44.2929 429.3016 -46.9185 432.0991 -49.2474 435.1565 c
-50.0146 436.1638 -50.5509 437.3904 -49.6139 438.7845 c
-48.7877 440.0139 -47.775 440.549 -46.3332 440.5112 c
-41.6748 440.3891 -37.0147 440.4231 -32.3542 440.3065 C
-26.8527 440.169 -21.341 440.441 -15.8337 440.5379 C
-14.8948 440.5545 -13.9546 440.8173 -13.5456 441.6587 c
-13.0981 442.5792 -14.0814 442.9866 -14.6187 443.4963 c
-15.7587 444.5779 -16.8924 445.7059 -17.3716 447.2204 C
-18.778 451.6659 -21.5738 455.2538 -24.3512 458.864 C
-25.2286 460.0044 -26.0638 461.1792 -26.9779 462.2893 c
-28.2982 463.8925 -28.2768 465.6645 -27.7707 467.5267 c
-27.4998 468.5233 -26.6451 468.8441 -25.8269 468.8151 c
-24.345 468.7625 -22.8693 468.6482 -21.4379 468.0362 c
-17.0237 466.149 -13.2958 463.2508 -9.59901 460.2837 c
-8.61563 459.4944 -8.61191 458.4314 -8.61893 457.3531 c
-8.63454 454.956 -9.06696 452.596 -9.27936 450.2173 C
-9.47771 447.9959 -9.876 445.8719 -10.7351 443.7883 c
-11.5665 441.7722 -11.1705 441.3453 -9.02565 441.3882 c
-5.43207 441.4602 -2.91448 443.0838 -1.58214 446.4854 c
-0.469507 449.3261 0.753557 452.1242 1.83201 454.9774 c
3.29423 458.8458 6.02372 461.7991 8.81354 464.677 c
10.416 466.3301 11.8232 466.1459 13.7537 464.759 c
17.9085 461.774 20.9051 457.6798 24.1412 453.847 C
25.6053 452.113 25.3493 449.5843 24.3896 447.685 c
23.4519 445.8293 22.1981 443.9712 20.2082 442.8655 c
17.7513 441.5004 15.538 439.7353 12.9663 438.543 c
9.99823 437.1669 6.87133 436.4123 3.66654 435.9387 c
2.00009 435.6925 0.691688 435.0634 -0.452593 433.7223 c
-2.78618 430.9876 -5.29419 428.3989 -7.78504 425.8026 c
-8.59546 424.9578 -8.68838 424.3443 -7.67843 423.6401 c
-6.22398 422.6258 -5.31183 421.1077 -4.21408 419.7664 c
-3.06447 418.3617 -1.84444 418.005 0.015891 418.617 C
6.58014 420.7764 8.98507 425.2006 9.20178 431.8217 C
9.28275 434.2955 10.9516 435.8543 13.1308 435.5882 c
13.7258 435.5156 14.1231 435.21 14.5293 434.8708 C
15.8631 433.7569 17.2071 432.6533 18.5012 431.4943 c
19.7474 430.3783 20.9316 429.3275 22.6708 428.8506 c
24.3104 428.4011 26.1529 427.4323 26.3451 425.5633 C
26.5303 423.7632 25.1178 422.4289 23.6336 421.4252 c
21.5052 419.9858 19.4524 418.425 16.9477 417.6249 C
15.91 417.2934 15.064 416.5719 14.3853 415.7175 C
12.5207 413.3701 10.6655 411.0145 8.85129 408.6281 c
8.40867 408.0458 7.75095 407.3976 8.41545 406.556 c
9.08581 405.707 9.73182 406.4545 10.3146 406.6842 C
14.9546 408.513 19.0755 411.3571 23.554 413.5059 C
26.4517 414.8964 29.2855 415.1144 31.9703 413.001 c
33.907 411.4764 35.7275 409.8786 36.6161 407.4431 C
37.5379 404.9167 37.1107 403.6815 34.6601 402.5878 c
26.6828 399.0276 18.6948 395.4913 10.7206 391.924 C
8.91896 391.118 7.13865 390.2593 5.38095 389.3613 c
3.27853 388.2873 3.26804 387.4606 5.32904 386.1558 C
9.02363 383.8167 12.7302 381.4964 16.4435 379.1871 C
18.762 377.7452 18.9211 375.8386 16.9065 373.9988 c
15.2072 372.4469 13.055 371.8503 10.982 371.1191 c
7.09307 369.7473 3.17032 368.4707 -0.745434 367.1758 C
-2.94314 366.4491 -3.75165 365.0901 -3.8488 362.6591 C
-4.14365 355.2804 -3.65269 347.9066 -3.87407 340.5483 C
-4.03982 335.0391 -4.62313 329.4453 -7.59622 324.4979 c
-8.82366 322.4553 -10.7465 321.0626 -12.3303 319.3534 C
-12.7292 318.9228 -13.2832 318.8239 -13.8282 318.9345 c
-15.1357 319.1998 -17.7976 322.5281 -18.1925 323.8384 C
-19.2619 327.3867 -18.428 330.9639 -18.6354 334.4925 C
-18.9385 339.6466 -18.6064 344.7783 -18.8222 349.9131 c
-18.8804 351.2984 -18.8488 352.6667 -18.655 354.0392 c
-18.5469 354.8047 -18.4795 355.5397 -19.1829 356.1853 c
-20.0495 356.9808 -19.2602 357.7495 -18.8516 358.3871 c
-18.4273 359.0493 -18.0577 359.6905 -18.5957 360.3391 c
-19.0852 360.9292 -19.7826 360.6569 -20.4241 360.4197 C
-24.6317 358.8639 -28.8788 357.4094 -33.0494 355.7609 C
-38.5624 353.5819 -44.051 351.3315 -49.9498 350.4272 C
-53.0055 349.9587 -55.3955 351.5013 -57.4215 353.5678 c
-58.1714 354.3326 -57.7068 355.1882 -56.9756 355.9009 C
-54.2246 358.582 -51.3241 361.0923 -48.4243 363.6087 C
-40.5693 370.4251 -31.5517 375.3723 -22.3196 379.9825 C
-19.4675 381.4067 -18.0673 383.6059 -18.3426 386.3267 c
-18.5714 388.587 -19.4477 389.0554 -21.5641 388.1017 C
-28.3783 385.0313 -35.1722 381.9138 -42.0262 378.9349 C
-47.1506 376.7077 -51.8694 373.7403 -56.7657 371.1011 C
-59.2815 369.7451 -61.785 369.7677 -64.4104 370.2911 C
-66.9568 370.7988 -69.3211 371.7493 -71.5327 373.1363 c
-73.9026 374.6227 -76.5267 375.703 -78.64 377.6 C
-78.64 378.2 -78.64 378.8 -78.64 379.4 C
f
1 D
-4.46698 406.3941 m
-4.57495 405.3158 -4.70867 404.4851 -4.73194 403.6513 c
-4.79641 401.3409 -3.81791 400.6796 -1.64268 401.2853 C
0.544279 401.8943 1.89724 403.2788 2.89565 405.2418 C
4.09611 407.6021 4.27057 410.1546 4.60539 412.6947 c
4.83029 414.4009 4.35058 415.1156 2.65201 415.3593 C
1.58863 415.5119 0.495977 415.5423 -0.537067 415.8081 c
-2.97539 416.4355 -4.05984 415.6635 -4.15991 413.1254 c
-4.25163 410.7992 -4.37108 408.4741 -4.46698 406.3941 C
f
-40.4836 363.6001 m