-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrest_black.eps
2910 lines (2909 loc) · 70.1 KB
/
crest_black.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-2.0 EPSF-1.2
%%Creator: FreeHand 3.1. Cut out by ceh. Hacked by jhr (10/5/95) to use LW resident fonts
%%Title: Warw crest
%%CreationDate: 5/10/94 5:28 am
%%BoundingBox: 0 0 64 80
%%DocumentProcSets: FreeHand_header 3 1
%%DocumentSuppliedProcSets: FreeHand_header 3 1
%%DocumentFonts: Times-Bold
%%+Helvetica
%%+Symbol
%%DocumentNeededFonts: Times-Bold
%%+Helvetica
%%+Symbol
%%EndComments
save
% scale to size of original letterhead
1.68 1.68 scale
% translate to put origin at bottom left
274.5 neg 613.9 neg translate
%%BeginProcSet: FreeHand_header 3 0
/FHIODict 30 dict def
FHIODict begin
/bdf{bind def}bind def
/d{setdash}bdf
/h{closepath}bdf
/H{}bdf
/J{setlinecap}bdf
/j{setlinejoin}bdf
/M{setmiterlimit}bdf
/n{newpath}bdf
/N{newpath}bdf
/q{gsave}bdf
/Q{grestore}bdf
/w{setlinewidth}bdf
/u{}bdf
/U{}bdf
/sepdef{
dup where not
{
FreeHandSepDict
}
if
3 1 roll exch put
}bdf
/`
{false setoverprint
end %. FreeHandDict
/-save0- save def
pop pop pop pop pop
concat
userdict begin
/showpage {} def
0 setgray 0 setlinecap 1 setlinewidth
0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
/languagelevel where {pop languagelevel 1 ne{false setstrokeadjust}if}if
} bdf
/~
{end
-save0- restore
FreeHandDict begin
}bdf
/FreeHandDict 191 dict def
FreeHandDict begin
/currentpacking where{pop true setpacking}if
/xdf{exch def}bdf
/ndf{1 index where{pop pop pop}{dup xcheck{bind}if def}ifelse}bdf
/min{2 copy gt{exch}if pop}bdf
/max{2 copy lt{exch}if pop}bdf
/isLino statusdict /product get (Lino) anchorsearch{pop pop true}{pop false}ifelse def
/dr{transform .25 sub round .25 add
exch .25 sub round .25 add exch itransform}bdf
/C{dr curveto}bdf
/L{dr lineto}bdf
/m{dr moveto}bdf
/printerRes
gsave
matrix defaultmatrix setmatrix
72 72 dtransform
abs exch abs
max
grestore
def
/maxsteps 256 def
/calcgraysteps {
currentscreen pop exch
printerRes exch div exch
2 copy
sin mul round dup mul
3 1 roll
cos mul round dup mul
add 1 add
dup maxsteps gt {pop maxsteps} if
} bdf
/bottom -0 def
/delta -0 def
/frac -0 def
/left -0 def
/numsteps -0 def
/numsteps1 -0 def
/radius -0 def
/right -0 def
/top -0 def
/xt -0 def
/yt -0 def
/df currentflat def
/tempstr 1 string def
/clipflatness currentflat def
/inverted?
0 currenttransfer exec .5 ge def
/level2
/languagelevel where {pop languagelevel 1 ne}{false}ifelse def
/colorexists
level2
{
statusdict/processcolors known
{statusdict/processcolors get exec}{1}ifelse
4 eq def
}
{systemdict/setcmykcolor known def}
ifelse
/tc1 [0 0 0 1] def
/tc2 [0 0 0 1] def
/fc [0 0 0 1] def
/sc [0 0 0 1] def
/concatprocs{
/packedarray where
{pop dup type /packedarraytype eq 2 index type /packedarraytype eq or}{false}ifelse
{
/proc2 exch cvlit def/proc1 exch cvlit def
proc1 aload pop proc2 aload pop
proc1 length proc2 length add packedarray cvx
}
{
/proc2 exch cvlit def/proc1 exch cvlit def
/newproc proc1 length proc2 length add array def
newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval
newproc cvx
}ifelse
}bdf
/storerect{/top xdf/right xdf/bottom xdf/left xdf}bdf
/rectpath{newpath left bottom m left top L
right top L right bottom L closepath}bdf
/i{dup 0 eq
{pop df dup}
{dup} ifelse
/clipflatness xdf setflat
}bdf
version cvr 38.0 le
{/setrgbcolor{
currenttransfer exec 3 1 roll
currenttransfer exec 3 1 roll
currenttransfer exec 3 1 roll
setrgbcolor}bdf}if
/gettint{0 get}bdf
/puttint{0 exch put}bdf
/vms {/vmsv save def} bdf
/vmr {vmsv restore} bdf
/vmrs{vmsv restore /vmsv save def}bdf
/eomode{
{/filler /eofill load def /clipper /eoclip load def}
{/filler /fill load def /clipper /clip load def}
ifelse
}bdf
/CD{/NF exch def{exch dup/FID ne 1 index/UniqueID ne and{exch NF 3 1 roll put}
{pop pop}ifelse}forall NF}bdf
/MN{1 index length/Len exch def
dup length Len add string dup
Len 4 -1 roll putinterval dup 0 4 -1 roll putinterval}bdf
/RC{4 -1 roll /ourvec xdf 256 string cvs(|______)anchorsearch
{1 index MN cvn/NewN exch def cvn
findfont dup maxlength dict CD dup/FontName NewN put dup
/Encoding ourvec put NewN exch definefont pop}{pop}ifelse}bdf
/RF{dup FontDirectory exch known{pop 3 -1 roll pop}{RC}ifelse}bdf
/FF{dup 256 string cvs(|______)exch MN cvn dup FontDirectory exch known
{exch pop findfont 3 -1 roll pop}{pop dup findfont dup maxlength dict CD dup dup
/Encoding exch /Encoding get 256 array copy 7 -1 roll {3 -1 roll dup 4 -2 roll put}forall put definefont}ifelse}bdf
userdict begin /BDFontDict 20 dict def end
BDFontDict begin
/bu{}def
/bn{}def
/setTxMode{av 70 ge{pop}if pop}def
/gm{m}def
/show{pop}def
/gr{pop}def
/fnt{pop pop pop}def
/fs{pop}def
/fz{pop}def
/lin{pop pop}def
end
/MacVec 256 array def
MacVec 0 /Helvetica findfont
/Encoding get 0 128 getinterval putinterval
MacVec 127 /DEL put MacVec 16#27 /quotesingle put MacVec 16#60 /grave put
/NUL/SOH/STX/ETX/EOT/ENQ/ACK/BEL/BS/HT/LF/VT/FF/CR/SO/SI
/DLE/DC1/DC2/DC3/DC4/NAK/SYN/ETB/CAN/EM/SUB/ESC/FS/GS/RS/US
MacVec 0 32 getinterval astore pop
/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis/Udieresis/aacute
/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute/egrave
/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde/oacute
/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex/udieresis
/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
/registered/copyright/trademark/acute/dieresis/notequal/AE/Oslash
/infinity/plusminus/lessequal/greaterequal/yen/mu/partialdiff/summation
/product/pi/integral/ordfeminine/ordmasculine/Omega/ae/oslash
/questiondown/exclamdown/logicalnot/radical/florin/approxequal/Delta/guillemotleft
/guillemotright/ellipsis/nbspace/Agrave/Atilde/Otilde/OE/oe
/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide/lozenge
/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright/fi/fl
/daggerdbl/periodcentered/quotesinglbase/quotedblbase
/perthousand/Acircumflex/Ecircumflex/Aacute
/Edieresis/Egrave/Iacute/Icircumflex/Idieresis/Igrave/Oacute/Ocircumflex
/apple/Ograve/Uacute/Ucircumflex/Ugrave/dotlessi/circumflex/tilde
/macron/breve/dotaccent/ring/cedilla/hungarumlaut/ogonek/caron
MacVec 128 128 getinterval astore pop
/fps{
currentflat
exch
dup 0 le{pop 1}if
{
dup setflat 3 index stopped
{1.3 mul dup 3 index gt{pop setflat pop pop stop}if}
{exit}
ifelse
}loop
pop setflat pop pop
}bdf
/fp{100 currentflat fps}bdf
/clipper{clip}bdf
/W{/clipper load 100 clipflatness fps}bdf
end%. FreeHandDict
end%. FHIODict
%%EndProcSet
%%EndProlog
%%BeginSetup
FHIODict begin
FreeHandDict begin
212 542 374 690 storerect rectpath clip newpath
/onlyk{false}ndf
/ccmyk{dup 5 -1 roll sub 0 max exch}ndf
/setcmykcolor{1 exch sub ccmyk ccmyk ccmyk pop setrgbcolor}ndf
/setcmykcoloroverprint{4{dup -1 eq{pop 0}if 4 1 roll}repeat setcmykcolor}ndf
/findcmykcustomcolor{5 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf
/setcustomcolor{exch aload pop pop 4{4 index mul 4 1 roll}repeat setcmykcolor pop}ndf
/setseparationgray{1 exch sub dup dup dup setcmykcolor}ndf
/setoverprint{pop}ndf
/currentoverprint false ndf
/colorimage{pop pop
[5 -1 roll/exec cvx 6 -1 roll/exec cvx 7 -1 roll/exec cvx 8 -1 roll/exec cvx
/cmykbufs2gray cvx]cvx image}
%. version 47.1 on Linotronic of Postscript defines colorimage incorrectly (rgb model only)
version cvr 47.1 le isLino and{userdict begin bdf end}{ndf}ifelse
/customcolorimage{
colorexists
{
aload pop pop 4 array astore
setimagecmyk
currentcolortransfer
{ik mul ik sub 1 add}concatprocs 4 1 roll
{iy mul iy sub 1 add}concatprocs 4 1 roll
{im mul im sub 1 add}concatprocs 4 1 roll
{ic mul ic sub 1 add}concatprocs 4 1 roll
setcolortransfer
/magentabuf 0 string def
/yellowbuf 0 string def
/blackbuf 0 string def
{invbuf dup length magentabuf length ne
{dup length dup dup
/magentabuf exch string def
/yellowbuf exch string def
/blackbuf exch string def}if
dup magentabuf copy yellowbuf copy blackbuf copy pop}concatprocs
{magentabuf}{yellowbuf}{blackbuf}true 4 colorimage
}
{
pop image
}
ifelse
}ndf
/separationimage{image}ndf
/newcmykcustomcolor{6 /packedarray where{pop packedarray}{array astore readonly}ifelse}ndf
/inkoverprint false ndf
/setinkoverprint{pop}ndf
/overprintprocess{pop}ndf
/setspotcolor
{spots exch get 0 5 getinterval exch setcustomcolor}ndf
/currentcolortransfer{currenttransfer dup dup dup}ndf
/setcolortransfer{systemdict begin settransfer end pop pop pop}ndf
/getcmyk {
dup length 4 eq
{aload pop}
{aload pop spots exch get 0 4 getinterval aload pop 4
{4 index mul 4 1 roll}repeat 5 -1 roll pop} ifelse
}bdf
/setimagecmyk{
getcmyk/ik xdf /iy xdf /im xdf /ic xdf
}ndf
/autospread{pop}ndf
/fhsetspreadsize{pop}ndf
/fhsetspreadallow{pop}ndf
/strokeopf false def
/fillopf false def
/R{0 ne /strokeopf xdf}bdf
/O{0 ne /fillopf xdf}bdf
/filler{fill}bdf
/F{fc fhsetcolor fillopf setoverprint false autospread
gsave /filler load fp grestore false setoverprint}bdf
/f{closepath F}bdf
/S{sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf
/s{closepath S}bdf
/B{fc fhsetcolor fillopf setoverprint gsave /filler load fp grestore
sc fhsetcolor strokeopf setoverprint true autospread {stroke}fp false setoverprint}bdf
/b{closepath B}bdf
/setcolorscreen where{pop}{/setcolorscreen{setscreen pop pop pop pop pop pop pop pop pop}bdf}ifelse
/fhsetcolor{dup length 4 eq
{aload overprintprocess setcmykcolor}
{aload 1 get spots exch get 5 get setinkoverprint setspotcolor}
ifelse
}ndf
/settextcolor{
dup fhsetcolor
textblackopf
{
dup length 4 eq
{onlyk{3 get 1.0 eq{true setinkoverprint}if}{pop}ifelse}
{pop}
ifelse
}
{pop}ifelse
}ndf
/ka{/fc xdf}bdf
/Ka{/sc xdf}bdf
/xa{/fc xdf} bdf
/Xa{/sc xdf} bdf
/bc2[0 0]def
/bc4[0 0 0 0]def
/absmax{2 copy abs exch abs gt{exch}if pop}bdf
/calcstep
{ {calcgraysteps}{maxsteps}ifelse
tc1 length 4 eq
{
0 1 3
{tc1 1 index get
tc2 3 -1 roll get
sub
}for
absmax absmax absmax
}
{
bc2 tc1 1 get 1 exch put
tc1 gettint tc2 gettint
sub abs
}
ifelse
mul abs round dup 0 eq{pop 1}if
dup /numsteps xdf 1 sub dup 0 eq{pop 1}if /numsteps1 xdf
}bdf
/cblend{
tc1 length 4 eq
{
0 1 3
{bc4 exch
tc1 1 index get
tc2 2 index get
1 index sub
frac mul add put
}for bc4
}
{
bc2
tc1 gettint
tc2 gettint
1 index sub
frac mul add
puttint bc2
}
ifelse
fhsetcolor
}bdf
/logtaper{/frac frac 9 mul 1 add log def}bdf
FHIODict begin
/origmtx matrix currentmatrix def
/iminv false def
/invbuf{0 1 2 index length 1 sub{dup 2 index exch get 255 exch sub 2 index 3 1 roll put}for}bdf
/cmykbufs2gray{
dup length 0 1 3 -1 roll 1 sub
{4 index 1 index get
4 index 2 index get
4 index 3 index get
4 index 4 index get
255 exch sub ccmyk ccmyk ccmyk pop 5 mul exch 45 mul add exch 14 mul add -6 bitshift
2 index 3 1 roll put}for
4 1 roll pop pop pop
}bdf
end
/textopf false def
/textblackopf true def
/curtextmtx{}def
/otw .25 def
/msf{dup/curtextmtx xdf makefont setfont}bdf
/makesetfont/msf load def
/curtextheight{.707104 .707104 curtextmtx dtransform
dup mul exch dup mul add sqrt}bdf
/ta{1 index
{tempstr 0 2 index put tempstr 2 index
gsave exec grestore
tempstr stringwidth rmoveto
5 index eq{6 index 6 index rmoveto}if
3 index 3 index rmoveto
}forall 7{pop}repeat}bdf
/sts{settextcolor textopf setoverprint/ts{awidthshow}def exec false setoverprint}bdf
/stol{/xt currentlinewidth def
setlinewidth settextcolor textopf setoverprint newpath
/ts{{false charpath stroke}ta}def exec
false setoverprint xt setlinewidth}bdf
/currentpacking where{pop false setpacking}if
/spots[1 0 0 0 (Process Cyan) false newcmykcustomcolor
0 1 0 0 (Process Magenta) false newcmykcustomcolor
0 0 1 0 (Process Yellow) false newcmykcustomcolor
0 0 0 1 (Process Black) false newcmykcustomcolor
0 0 0 0 (White) false
newcmykcustomcolor
0 0.91 0.76 0 (PANTONE 185 CV) false
newcmykcustomcolor
]def
%%EndSetup
%%IncludeFont: Symbol
0 dict dup begin
end
/f0 /Symbol FF def
[] 0 d
% BEGINCREST
3.863708 M
1 w
0 j
0 J
0 O
0 R
0 i
false eomode
[0 0 0 1] Ka
[0 0 0 1] ka
vms
u
q
[0.440552 0 0 0.440552 190.629318 470.2798] concat
vms
u
u
true fhsetspreadallow
205.2376 405.811 m
260.7359 405.811 L
260.7359 386.5592 L
205.2376 386.5592 L
205.2376 405.811 L
[0 0 0 0] ka
0.531 w
b
U
232.9868 335.7743 m
222.4315 336.5709 214.1997 345.7321 214.1997 345.7321 C
204.6402 356.5529 205.2376 368.5687 205.2376 368.5687 C
205.2376 405.811 L
260.7359 405.811 L
260.7359 368.5687 L
260.7359 368.5687 261.3334 356.5529 251.7738 345.7321 C
251.7738 345.7321 243.5421 336.5709 232.9868 335.7743 C
h
q
W n
vms
u
u
232.9868 386.5592 m
260.7359 386.5592 L
260.7359 363.0587 L
232.9868 363.0587 L
232.9868 386.5592 L
[0 0 0 1] ka
0.1328 w
b
U
u
205.2376 363.0587 m
232.9868 363.0587 L
232.9868 335.7079 L
205.2376 335.7079 L
205.2376 363.0587 L
b
U
u
210.3736 401.4921 m
210.3736 389.5171 L
0.531 w
S
209.3203 401.9306 m
209.3203 389.1675 L
S
208.267 401.4921 m
208.267 389.5171 L
S
218.2734 401.4921 m
218.2734 389.5171 L
S
217.2201 401.9306 m
217.2201 389.1675 L
S
216.1668 401.4921 m
216.1668 389.5171 L
S
226.1733 401.4921 m
226.1733 389.5171 L
S
225.12 401.9306 m
225.12 389.1675 L
S
224.0667 401.4921 m
224.0667 389.5171 L
S
234.0731 401.4921 m
234.0731 389.5171 L
S
233.0198 401.9306 m
233.0198 389.1675 L
S
231.9665 401.4921 m
231.9665 389.5171 L
S
241.9731 401.4921 m
241.9731 389.5171 L
S
240.9197 401.9306 m
240.9197 389.1675 L
S
239.8664 401.4921 m
239.8664 389.5171 L
S
249.8729 401.4921 m
249.8729 389.5171 L
S
248.8196 401.9306 m
248.8196 389.1675 L
S
247.7663 401.4921 m
247.7663 389.5171 L
S
vmrs
257.7728 401.4921 m
257.7728 389.5171 L
S
256.7194 401.9306 m
256.7194 389.1675 L
S
255.6661 401.4921 m
255.6661 389.5171 L
S
U
u
200.8042 402.0286 m
202.371 401.7674 203.9955 398.2697 204.9171 395.239 C
205.8388 392.2082 207.4632 388.2208 209.9114 389.0043 C
208.6383 388.7758 206.818 392.7958 205.8964 395.8265 C
204.9747 398.8572 203.2197 402.812 200.8042 402.0286 C
[0 0 0 1] ka
f
n
208.7036 402.0286 m
210.2705 401.7674 211.8949 398.2697 212.8166 395.239 C
213.7382 392.2082 215.3627 388.2208 217.8108 389.0043 C
216.5378 388.7758 214.7175 392.7958 213.7958 395.8265 C
212.8742 398.8572 211.1192 402.812 208.7036 402.0286 C
f
n
216.6031 402.0286 m
218.1699 401.7674 219.7944 398.2697 220.716 395.239 C
221.6377 392.2082 223.2621 388.2208 225.7103 389.0043 C
224.4372 388.7758 222.6169 392.7958 221.6953 395.8265 C
220.7736 398.8572 219.0186 402.812 216.6031 402.0286 C
f
n
224.5025 402.0286 m
226.0694 401.7674 227.6938 398.2697 228.6155 395.239 C
229.5371 392.2082 231.1616 388.2208 233.6097 389.0043 C
232.3367 388.7758 230.5164 392.7958 229.5947 395.8265 C
228.6731 398.8572 226.9181 402.812 224.5025 402.0286 C
f
n
232.402 402.0286 m
233.9688 401.7674 235.5933 398.2697 236.5149 395.239 C
237.4366 392.2082 239.061 388.2208 241.5092 389.0043 C
240.2361 388.7758 238.4158 392.7958 237.4942 395.8265 C
236.5725 398.8572 234.8175 402.812 232.402 402.0286 C
f
n
240.3014 402.0286 m
241.8683 401.7674 243.4927 398.2697 244.4144 395.239 C
245.336 392.2082 246.9605 388.2208 249.4086 389.0043 C
248.1356 388.7758 246.3153 392.7958 245.3936 395.8265 C
244.472 398.8572 242.717 402.812 240.3014 402.0286 C
f
n
248.2009 402.0286 m
249.7677 401.7674 251.3922 398.2697 252.3138 395.239 C
253.2355 392.2082 254.8599 388.2208 257.3081 389.0043 C
256.035 388.7758 254.2147 392.7958 253.2931 395.8265 C
252.3714 398.8572 250.6164 402.812 248.2009 402.0286 C
f
n
256.1003 402.0286 m
257.6672 401.7674 259.2916 398.2697 260.2133 395.239 C
261.1349 392.2082 262.7594 388.2208 265.2076 389.0043 C
263.9345 388.7758 262.1142 392.7958 261.1926 395.8265 C
260.2709 398.8572 258.5159 402.812 256.1003 402.0286 C
f
n
U
u
265.2076 402.0286 m
263.6407 401.7674 262.0163 398.2697 261.0946 395.239 C
260.173 392.2082 258.5485 388.2208 256.1003 389.0043 C
257.3734 388.7758 259.1937 392.7958 260.1153 395.8265 C
261.037 398.8572 262.792 402.812 265.2076 402.0286 C
f
n
257.3081 402.0286 m
255.7413 401.7674 254.1168 398.2697 253.1952 395.239 C
252.2735 392.2082 250.6491 388.2208 248.2009 389.0043 C
249.4739 388.7758 251.2943 392.7958 252.2159 395.8265 C
253.1375 398.8572 254.8926 402.812 257.3081 402.0286 C
f
n
249.4086 402.0286 m
247.8418 401.7674 246.2174 398.2697 245.2957 395.239 C
244.3741 392.2082 242.7496 388.2208 240.3014 389.0043 C
241.5745 388.7758 243.3948 392.7958 244.3164 395.8265 C
245.2381 398.8572 246.9931 402.812 249.4086 402.0286 C
f
n
241.5092 402.0286 m
239.9424 401.7674 238.3179 398.2697 237.3963 395.239 C
236.4746 392.2082 234.8502 388.2208 232.402 389.0043 C
233.675 388.7758 235.4953 392.7958 236.417 395.8265 C
237.3386 398.8572 239.0937 402.812 241.5092 402.0286 C
f
n
233.6097 402.0286 m
232.0429 401.7674 230.4185 398.2697 229.4968 395.239 C
228.5752 392.2082 226.9507 388.2208 224.5025 389.0043 C
225.7756 388.7758 227.5959 392.7958 228.5175 395.8265 C
229.4392 398.8572 231.1942 402.812 233.6097 402.0286 C
f
n
225.7103 402.0286 m
224.1435 401.7674 222.519 398.2697 221.5974 395.239 C
220.6757 392.2082 219.0513 388.2208 216.6031 389.0043 C
217.8761 388.7758 219.6964 392.7958 220.6181 395.8265 C
221.5397 398.8572 223.2948 402.812 225.7103 402.0286 C
f
n
217.8108 402.0286 m
216.244 401.7674 214.6196 398.2697 213.6979 395.239 C
212.7763 392.2082 211.1518 388.2208 208.7036 389.0043 C
209.9767 388.7758 211.797 392.7958 212.7186 395.8265 C
213.6403 398.8572 215.3953 402.812 217.8108 402.0286 C
f
n
vmrs
209.9114 402.0286 m
208.3446 401.7674 206.7201 398.2697 205.7984 395.239 C
204.8768 392.2082 203.2523 388.2208 200.8042 389.0043 C
202.0772 388.7758 203.8975 392.7958 204.8192 395.8265 C
205.7408 398.8572 207.4958 402.812 209.9114 402.0286 C
[0 0 0 1] ka
f
n
U
U
vmr
Q
0.7965 w
S
u
u
243.4073 376.5215 m
245.932 380.4091 249.3267 382.6849 250.9898 381.6046 C
252.6529 380.5243 251.9545 376.4971 249.4299 372.6095 C
246.9053 368.7218 243.5105 366.4461 241.8474 367.5264 C
240.1843 368.6067 240.8827 372.6339 243.4073 376.5215 C
0.531 w
[0 0 0 0] Ka
s
U
u
249.2768 377.9974 m
253.811 375.4837 256.7566 372.1294 255.8561 370.5052 C
254.9556 368.881 250.55 369.6021 246.0159 372.1158 C
241.4817 374.6295 238.5361 377.9839 239.4366 379.608 C
240.3371 381.2322 244.7427 380.5111 249.2768 377.9974 C
s
U
u
246.3685 378.4279 m
251.7109 380.1634 256.481 380.2175 257.023 378.5486 C
257.5649 376.8798 253.6736 374.12 248.3312 372.3845 C
242.9888 370.6489 238.2187 370.5949 237.6767 372.2637 C
237.1347 373.9326 241.0261 376.6923 246.3685 378.4279 C
s
U
u
245.7992 375.672 m
245.7992 375.8186 245.9181 375.9375 246.0647 375.9375 C
246.2113 375.9375 246.3302 375.8186 246.3302 375.672 C
246.3302 375.5253 246.2113 375.4064 246.0647 375.4064 C
245.9181 375.4064 245.7992 375.5253 245.7992 375.672 C
0.1328 w
b
U
u
246.3966 374.6098 m
246.3966 374.7564 246.5155 374.8753 246.6622 374.8753 C
246.8088 374.8753 246.9277 374.7564 246.9277 374.6098 C
246.9277 374.4631 246.8088 374.3443 246.6622 374.3443 C
246.5155 374.3443 246.3966 374.4631 246.3966 374.6098 C
b
U
u
247.5916 374.8753 m
247.5916 375.022 247.7104 375.1409 247.8571 375.1409 C
248.0038 375.1409 248.1227 375.022 248.1227 374.8753 C
248.1227 374.7287 248.0038 374.6098 247.8571 374.6098 C
247.7104 374.6098 247.5916 374.7287 247.5916 374.8753 C
b
U
u
247.658 376.0703 m
247.658 376.2169 247.7769 376.3358 247.9235 376.3358 C
248.0701 376.3358 248.189 376.2169 248.189 376.0703 C
248.189 375.9236 248.0701 375.8047 247.9235 375.8047 C
247.7769 375.8047 247.658 375.9236 247.658 376.0703 C
b
U
u
246.5958 376.4686 m
246.5958 376.6152 246.7147 376.7341 246.8613 376.7341 C
247.008 376.7341 247.1269 376.6152 247.1269 376.4686 C
247.1269 376.3219 247.008 376.203 246.8613 376.203 C
246.7147 376.203 246.5958 376.3219 246.5958 376.4686 C
b
U
u
246.795 375.4728 m
246.795 375.6194 246.9138 375.7383 247.0605 375.7383 C
247.2071 375.7383 247.326 375.6194 247.326 375.4728 C
247.326 375.3261 247.2071 375.2073 247.0605 375.2073 C
246.9138 375.2073 246.795 375.3261 246.795 375.4728 C
b
U
u
242.2143 380.3189 m
242.2143 380.6856 242.5116 380.9828 242.8782 380.9828 C
243.2448 380.9828 243.5421 380.6856 243.5421 380.3189 C
243.5421 379.9523 243.2448 379.6551 242.8782 379.6551 C
242.5116 379.6551 242.2143 379.9523 242.2143 380.3189 C
b
U
u
254.6284 379.5887 m
254.6284 379.9553 254.9256 380.2526 255.2923 380.2526 C
255.6589 380.2526 255.9561 379.9553 255.9561 379.5887 C
255.9561 379.2221 255.6589 378.9249 255.2923 378.9249 C
254.9256 378.9249 254.6284 379.2221 254.6284 379.5887 C
b
U
u
250.0478 374.8753 m
250.0478 375.242 250.345 375.5392 250.7117 375.5392 C
251.0783 375.5392 251.3755 375.242 251.3755 374.8753 C
251.3755 374.5087 251.0783 374.2115 250.7117 374.2115 C
250.345 374.2115 250.0478 374.5087 250.0478 374.8753 C
b
U
U
u
u
218.9492 355.3315 m
221.5261 359.2996 224.9314 361.6614 226.5551 360.6067 C
228.1788 359.5519 227.4061 355.4801 224.8292 351.512 C
222.2523 347.5438 218.847 345.182 217.2233 346.2368 C
215.5995 347.2915 216.3722 351.3633 218.9492 355.3315 C
0.531 w
s
U
u
224.4194 356.8814 m
228.8553 354.4222 231.7345 351.136 230.8504 349.5414 C
229.9663 347.9468 225.6537 348.6477 221.2178 351.1069 C
216.7819 353.5661 213.9027 356.8523 214.7868 358.4469 C
215.6709 360.0415 219.9835 359.3406 224.4194 356.8814 C
s
U
u
221.3436 357.0775 m
226.504 358.7539 231.1255 358.7634 231.6661 357.0986 C
232.2068 355.4339 228.4618 352.7255 223.3014 351.049 C
218.141 349.3726 213.5195 349.3631 212.9789 351.0278 C
212.4382 352.6926 216.1832 355.401 221.3436 357.0775 C
s
U
u
218.2492 359.0092 m
218.2492 359.3758 218.5464 359.673 218.913 359.673 C
219.2797 359.673 219.5769 359.3758 219.5769 359.0092 C
219.5769 358.6425 219.2797 358.3454 218.913 358.3454 C
218.5464 358.3454 218.2492 358.6425 218.2492 359.0092 C
0.1328 w
b
U
u
229.4019 358.0798 m
229.4019 358.4464 229.6992 358.7437 230.0658 358.7437 C
230.4324 358.7437 230.7297 358.4464 230.7297 358.0798 C
230.7297 357.7132 230.4324 357.416 230.0658 357.416 C
229.6992 357.416 229.4019 357.7132 229.4019 358.0798 C
b
U
u
225.3524 353.632 m
225.3524 353.9986 225.6496 354.2958 226.0163 354.2958 C
226.3829 354.2958 226.6801 353.9986 226.6801 353.632 C
226.6801 353.2653 226.3829 352.9681 226.0163 352.9681 C
225.6496 352.9681 225.3524 353.2653 225.3524 353.632 C
b
U
vmrs
u
true fhsetspreadallow
222.1327 354.2294 m
222.1327 354.3761 222.2516 354.495 222.3983 354.495 C
222.5449 354.495 222.6638 354.3761 222.6638 354.2294 C
222.6638 354.0828 222.5449 353.9639 222.3983 353.9639 C
222.2516 353.9639 222.1327 354.0828 222.1327 354.2294 C
[0 0 0 0] ka
[0 0 0 0] Ka
0.1328 w
b
U
u
221.1702 354.4286 m
221.1702 354.5752 221.289 354.6941 221.4357 354.6941 C
221.5823 354.6941 221.7012 354.5752 221.7012 354.4286 C
221.7012 354.282 221.5823 354.1631 221.4357 354.1631 C
221.289 354.1631 221.1702 354.282 221.1702 354.4286 C
b
U
u
222.5642 353.3664 m
222.5642 353.5131 222.6831 353.632 222.8298 353.632 C
222.9764 353.632 223.0953 353.5131 223.0953 353.3664 C
223.0953 353.2198 222.9764 353.1009 222.8298 353.1009 C
222.6831 353.1009 222.5642 353.2198 222.5642 353.3664 C
b
U
u
221.7676 355.0925 m
221.7676 355.2391 221.8865 355.358 222.0332 355.358 C
222.1798 355.358 222.2987 355.2391 222.2987 355.0925 C
222.2987 354.9458 222.1798 354.8269 222.0332 354.8269 C
221.8865 354.8269 221.7676 354.9458 221.7676 355.0925 C
b
U
u
221.5685 353.4992 m
221.5685 353.6458 221.6873 353.7647 221.834 353.7647 C
221.9807 353.7647 222.0995 353.6458 222.0995 353.4992 C
222.0995 353.3525 221.9807 353.2337 221.834 353.2337 C
221.6873 353.2337 221.5685 353.3525 221.5685 353.4992 C
b
U
u
222.697 355.0261 m
222.697 355.1727 222.8159 355.2916 222.9626 355.2916 C
223.1092 355.2916 223.2281 355.1727 223.2281 355.0261 C
223.2281 354.8794 223.1092 354.7605 222.9626 354.7605 C
222.8159 354.7605 222.697 354.8794 222.697 355.0261 C
b
U
u
223.0953 354.0967 m
223.0953 354.2433 223.2142 354.3622 223.3609 354.3622 C
223.5075 354.3622 223.6264 354.2433 223.6264 354.0967 C
223.6264 353.95 223.5075 353.8311 223.3609 353.8311 C
223.2142 353.8311 223.0953 353.95 223.0953 354.0967 C
b
U
U
262.7289 347.9633 m
261.094 345.5307 258.4587 342.8066 254.8276 340.0893 C
244.8034 332.5878 232.9868 333.0525 232.9868 333.0525 C
0.531 w
[0 0 0 1] Ka
S
257.6367 354.781 m
256.3173 351.8629 254.4409 348.751 251.7739 345.7321 C
S
S
true eomode
257.6354 354.7433 m
256.3101 351.7408 254.6635 348.9191 251.9066 345.7985 C
251.9066 345.7985 254.894 334.7121 267.5736 332.455 C
267.5736 332.455 272.287 331.9239 271.8887 334.7785 C
271.4904 337.6331 268.0383 336.1726 268.0383 336.1726 C
268.0383 336.1726 268.5713 337.5866 269.4324 339.2927 C
257.0183 340.7532 255.4519 351.8447 258.6116 355.2916 C
261.4211 357.9287 257.6354 354.7433 257.6354 354.7433 C
b
false eomode
262.3955 347.6573 m
259.8065 350.4455 257.7486 347.5245 257.7486 347.5245 C
256.8222 350.5018 257.3004 354.0544 258.6779 355.5572 C
261.5989 358.7437 264.0552 355.4244 264.0552 355.4244 C
265.3631 353.9091 264.9182 350.4455 262.3955 347.6573 C
f
q
W n
vms
u
u
263.9671 354.5339 m
263.9671 354.5339 263.1837 356.9494 260.7029 355.9049 C
260.7029 355.9049 260.1154 356.1008 260.5071 356.3619 C
260.5071 356.3619 263.5102 357.6023 263.9671 354.5339 C
[0 0 0 1] ka
f
n
true eomode
259.8433 353.7599 m
259.8433 353.7599 259.6962 354.8927 260.5986 354.4136 C
260.5986 354.4136 262.4516 347.8732 258.806 350.1991 C
258.806 350.1991 261.5458 348.0587 260.3358 352.7329 C
260.3083 353.2578 259.8433 353.7599 259.8433 353.7599 C
f
n
false eomode
258.2547 351.0738 m
258.2547 351.0738 257.5692 351.7593 258.0262 353.2609 C
258.0262 353.2609 258.418 354.2401 259.4625 353.8484 C
259.4625 353.8484 258.1568 352.9344 258.2547 351.0738 C
f
n
true eomode
259.0785 350.8202 m
259.0785 350.8202 256.0565 350.5443 258.2178 348.4545 C
257.492 349.9681 259.0785 350.8202 259.0785 350.8202 C
0.1031 w
b
u
false eomode
262.6227 353.1635 m
263.0702 352.983 263.6551 352.9053 264.4012 353.0825 C
264.4012 353.0825 264.6473 353.0441 264.473 352.7725 C
264.473 352.7725 261.827 351.5057 261.4865 350.5424 C
261.4865 350.5424 261.1424 350.3517 261.1852 350.7252 C
261.692 352.3804 261.0746 354.4062 261.0746 354.4062 C
261.1813 354.7107 261.3631 354.5404 261.3631 354.5404 C
261.6829 353.8434 262.1041 353.4303 262.5219 353.1887 C
262.6227 353.1635 L
f
n
true eomode
261.6181 351.9317 m
261.4692 351.4727 262.7498 353.5627 262.7498 353.5627 C
263.061 353.4776 262.9038 353.2843 262.9038 353.2843 C
262.2308 352.9167 261.848 352.4676 261.6362 352.0341 C
261.6181 351.9317 L
f
n
U
261.1499 354.7332 m
261.1499 354.7332 259.8425 356.3936 259.4417 354.3386 C
260.0505 355.3366 261.1499 354.7332 261.1499 354.7332 C
f
n
259.7514 355.8719 m
259.7514 356.3106 258.9288 355.8171 259.0385 355.2687 C
259.1481 354.7203 259.7514 355.4332 259.7514 355.8719 C
f
n
261.3601 349.552 m
261.3601 349.9364 260.6392 349.5039 260.7353 349.0233 C
260.8314 348.5427 261.3601 349.1675 261.3601 349.552 C
f
n
259.9779 352.0217 m
259.7292 352.3288 259.2433 351.3632 259.6562 351.062 C
260.0692 350.7607 260.2266 351.7146 259.9779 352.0217 C
f
n
false eomode
u
262.3539 354.9386 m
262.5415 355.1075 262.7913 355.1358 262.9119 355.0018 C