blob: c3de737b1159c8bc1d4abc34efccb9207bb130b2 (
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
|
%!PS-Adobe-2.0 EPSF-2.0
%%Title: /me/radius.eps
%%Creator: SuperDraw
%%CreationDate: Sat Jan 1 00:53:20 2000
%%For: me
%%DocumentFonts: (atend)
%%Pages: 0 0
%%BoundingBox: 226 289 467 530
%%NXNextStepVersion: 3.0
%%EndComments
%%BeginProcSet: /usr/lib/NextStep/printPackage.ps 3.0
%!
% NeXT Printing Package
% Version: 3.1
% Copyright: 1988, NeXT, Inc.
/__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
/__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
/UserObjects 10 array __NXdef
/defineuserobject{
exch dup 1 add dup UserObjects length gt{
array dup 0 UserObjects putinterval
/UserObjects exch def
}{pop}ifelse UserObjects exch 3 -1 roll put
}__NXbdef
/undefineuserobject{UserObjects exch null put}__NXbdef
/execuserobject{UserObjects exch get exec}__NXbdef
/__NXRectPath{4 2 roll moveto 1 index 0 rlineto
0 exch rlineto neg 0 rlineto closepath}__NXbdef
/__NXProcessRectArgs{
1 index type /arraytype eq{
exch 0 4 2 index length 1 sub{
dup 3 add 1 exch{1 index exch get exch}for
5 1 roll 5 index exec
}for pop pop
}{exec}ifelse
}__NXbdef
/rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
/rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
/rectstroke{
gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
{gsave __NXRectPath null concat stroke grestore}
dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
}{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
}__NXbdef
/_NXLevel2 systemdict /languagelevel known {languagelevel 2 ge}{false}ifelse __NXdef
/xyshow{
0 1 3 index length 1 sub{
currentpoint 4 index 3 index 1 getinterval show
3 index 3 index 2 mul 1 add get add exch
3 index 3 index 2 mul get add exch moveto pop
}for pop pop
}__NXbdef
/xshow{
0 1 3 index length 1 sub{
currentpoint 4 index 3 index 1 getinterval show
exch 3 index 3 index get add exch moveto pop
}for pop pop
}__NXbdef
/yshow{
0 1 3 index length 1 sub{
currentpoint 4 index 3 index 1 getinterval show
3 index 3 index get add moveto pop
}for pop pop
}__NXbdef
/arct{arcto pop pop pop pop}__NXbdef
/setbbox{pop pop pop pop}__NXbdef
/ucache{}__NXbdef
/ucachestatus{mark 0 0 0 0 0}__NXbdef
/setucacheparams{cleartomark}__NXbdef
/uappend{systemdict begin cvx exec end}__NXbdef
/ueofill{gsave newpath uappend eofill grestore}__NXbdef
/ufill{gsave newpath uappend fill grestore}__NXbdef
/ustroke{
gsave newpath dup length 6 eq
{exch uappend concat}{uappend}ifelse
stroke grestore
}__NXbdef
/__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
/ustrokepath{
newpath dup length 6 eq{
exch uappend __NXustrokepathMatrix currentmatrix exch concat
strokepath setmatrix
}{uappend strokepath}ifelse
} __NXbdef
/upath{
[exch {/ucache cvx}if pathbbox /setbbox cvx
{/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
} __NXbdef
/setstrokeadjust{pop}__NXbdef
/currentstrokeadjust{false}__NXbdef
/selectfont{exch findfont exch
dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
/_NXCombineArrays{
counttomark dup 2 add index dup length 3 -1 roll {
2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
}repeat pop pop pop
}__NXbdef
/flushgraphics{}def
/setwindowtype{pop pop}def
/currentwindowtype{pop 0}def
/setalpha{pop}def
/currentalpha{1.0}def
/hidecursor{}def
/obscurecursor{}def
/revealcursor{}def
/setcursor{4 {pop}repeat}bind def
/showcursor{}def
/NextStepEncoding where not{
/NextStepEncoding StandardEncoding 256 array copy def
0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
/Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
/aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
/ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
/ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
/ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
{dup type /nametype eq
{NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
}forall pop
/NextStepEncoding NextStepEncoding readonly def
/_NXfstr 128 string dup 0 (_NX) putinterval def
/_NXfindfont /findfont load def
/findfont{
% Because we can never let NextStepEncoding get into
% SharedFontDirectory, we cannot reencode a font to NextStepEncoding
% if we are in shared mode. So if currentshared is true,
% we call the normal findfont and return that
/currentshared where {pop currentshared} {false} ifelse
{_NXfindfont}
{dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
getinterval cvn exch FontDirectory 2 index known
{pop FontDirectory exch get}
{_NXfindfont dup /Encoding get StandardEncoding eq
{ dup length dict exch
{1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
dup /Encoding NextStepEncoding put definefont
}{exch pop} ifelse
}ifelse
}ifelse
}bind def
}{pop}ifelse
/_NXImageString {/__NXImageString where{pop}{/__NXImageString 4000 string __NXdef}ifelse __NXImageString}__NXbdef
/_NXDoImageOp{
3 dict begin /parr 5 array def 1 index{dup}{1}ifelse /chans exch def
chans 2 add 2 roll parr 0 chans getinterval astore pop
5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
4 index mul /totbytes exch def pop exch pop
gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
{0 1 chans 1 sub{parr exch get exec length totbytes exch sub /totbytes exch def}for totbytes 0 le{exit}if}loop end
}__NXbdef
/alphaimage{1 add _NXDoImageOp}def
_NXLevel2{
/NXCalibratedRGBColorSpace where{pop}{
/NXCalibratedRGBColorSpace
{mark /NXCalibratedRGB /ColorSpace findresource exch pop}stopped
{cleartomark /NXCalibratedRGB[/CIEBasedABC 2 dict dup begin
/MatrixLMN[.4124 .2126 .0193 .3576 .7152 .1192 .1805 .0722 .9505]def
/WhitePoint[.9505 1 1.089] def end] /ColorSpace defineresource}if def}ifelse
/nxsetrgbcolor{NXCalibratedRGBColorSpace setcolorspace setcolor}__NXbdef
/nxsetgray{dup dup nxsetrgbcolor}__NXbdef
/_NXCalibratedImage{exch{array astore dup length true}{false}ifelse
8 -1 roll{NXCalibratedRGBColorSpace setcolorspace}if
8 dict dup 9 1 roll begin /ImageType 1 def /MultipleDataSources exch def
currentcolorspace 0 get /Indexed eq{pop /Decode[0 2 6 index exp 1 sub]def}
{2 mul dup array /Decode exch def 1 sub 0 1 3 -1 roll{Decode exch dup 2 mod put}for}ifelse
/DataSource exch def /ImageMatrix exch def
/BitsPerComponent exch def /Height exch def /Width exch def end image}__NXbdef
} {
/setcmykcolor{
1.0 exch sub dup dup 6 -1 roll sub dup 0 lt{pop 0}if 5 1 roll
4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll exch sub dup 0 lt{pop 0}if setrgbcolor}__NXbdef
/currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
/colorimage{2 copy 3 ne or{_NXDoImageOp}{4 index dup 8 ne exch 4 ne and{_NXDoImageOp}{
pop pop save 6 1 roll 12 dict begin/Proc exch def/Res 0 string def
/Alloc{2 index length mul 2 add dup 2 index load length gt{1.2 mul round cvi string def}{pop pop}ifelse}def
1 index 8 eq{/Unpack{.34 Alloc}def}{
/Wid 4 index 3 mul def exch pop 8 exch/Str1 0 string def/Lim Wid def
/Unpack{.67 Alloc/Str1 2 Alloc 0 exch Lim exch
{dup -4 bitshift 17 mul Str1 exch 4 index exch put 15 and 17 mul Str1 exch 3 index 1 add exch put
2 sub dup 0 le{0 lt Wid exch{exch 1 sub exch}if}if exch 2 add exch
}forall/Lim exch def Str1 exch 0 exch getinterval
}def
}ifelse
/Ops[{.3 mul add 1}{.59 mul add 2}{.11 mul add round cvi Res exch 2 index exch put 1 add 0.0 0}]def/Val 0.0 def/Phase 0 def
{0 Val Phase Proc/Res Unpack{exch Ops exch get exec}forall/Phase exch def/Val exch def Res exch 0 exch getinterval}
image end restore}ifelse}ifelse
}__NXbdef
/nxsetrgbcolor{setrgbcolor}__NXbdef /nxsetgray{setgray}__NXbdef
/setpattern{pop .5 setgray}__NXbdef
/_NXCalibratedImage{dup 1 eq {pop pop image}{colorimage}ifelse pop}__NXbdef
} ifelse
/_NXSetCMYKOrRGB where{pop}{
mark{systemdict /currentwindow get exec}stopped
{{pop pop pop setcmykcolor}}{{nxsetrgbcolor pop pop pop pop}}ifelse /_NXSetCMYKOrRGB exch def cleartomark
}ifelse
%%EndProcSet
gsave
/__NXbasematrix matrix currentmatrix def
grestore
%%EndProlog
%%BeginSetup
/linear {
/te exch def /ts exch def /ns exch def /nd ns 1 sub def ns 1 le {
/ns 1 def /nd 1 def
} if /dy te ts sub ns div def /factor te ts sub nd div def 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 6 index 5 index 4 index 3 index setcmykcolor ts dy te {
0 exch 1 dy rectfill 1 index add 8 2 roll 1 index add 8 2 roll 1 index add 8 2 roll 1 index add 8 2 roll 6 index 5 index 4 index 3 index setcmykcolor
} for pop pop pop pop pop pop pop pop
} bind def /alinear {
/te exch def /ts exch def /ns exch def /nd ns 1 sub def ns 1 le {
/ns 1 def /nd 1 def
} if /dy te ts sub ns div def /factor te ts sub nd div def 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 6 index setalpha 4 index 3 index 2 index setrgbcolor ts dy te {
0 exch 1 dy rectfill 1 index add 8 2 roll 1 index add 8 2 roll 1 index add 8 2 roll 1 index add 8 2 roll 6 index setalpha 4 index 3 index 2 index setrgbcolor
} for pop pop pop pop pop pop pop pop
} def /radial {
/te exch def /ts exch def /fy exch def /fx exch def /ns exch def /nd ns 1 sub def ns 1 le {
/ns 1 def /nd 1 def
} if /dy te ts sub ns div def /factor te ts sub nd div def 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 6 index 5 index 4 index 3 index setcmykcolor fx dy mul 0.5 1 te sub fx mul add fy dy mul 0.5 1 te sub fy mul add /total 2 sqrt 0.5 mul def te total mul dy total mul neg ts total mul {
newpath 3 index 2 index 2 index 0 360 arc fill pop 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 10 index 9 index 8 index 7 index setcmykcolor
} for pop pop pop pop pop pop pop pop pop pop pop pop
} bind def /aradial {
/te exch def /ts exch def /fy exch def /fx exch def /ns exch def /nd ns 1 sub def ns 1 le {
/ns 1 def /nd 1 def
} if /dy te ts sub ns div def /factor te ts sub nd div def 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 1 index sub factor mul exch 8 2 roll 6 index setalpha 4 index 3 index 2 index setrgbcolor fx dy mul 0.5 1 te sub fx mul add fy dy mul 0.5 1 te sub fy mul add /total 2 sqrt 0.5 mul def te total mul dy total mul neg ts total mul {
newpath 3 index 2 index 2 index 0 360 arc fill pop 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 1 index add 12 2 roll 10 index setalpha 8 index 7 index 6 index setrgbcolor
} for pop pop pop pop pop pop pop pop pop pop pop pop
} def /getnumpaths {
/nPaths 0 def {
/y exch def /x exch def /nPaths nPaths 1 add def
} {
/y exch def /x exch def
} {
/y3 exch def /x3 exch def /y2 exch def /x2 exch def /y1 exch def /x1 exch def
} {
} pathforall nPaths
} def /getpathinfo {
/pathNum exch def /numMoveto 0 def /numLineto 0 def /numCurveto 0 def /numClosepath 0 def {
/y exch def /x exch def /numMoveto numMoveto 1 add def
} {
/y exch def /x exch def numMoveto pathNum eq {
/numLineto numLineto 1 add def
} if
} {
/y3 exch def /x3 exch def /y2 exch def /x2 exch def /y1 exch def /x1 exch def numMoveto pathNum eq {
/numCurveto numCurveto 1 add def
} if
} {
numMoveto pathNum eq {
/numClosepath numClosepath 1 add def
} if
} pathforall numClosepath numCurveto numLineto
} def /getpathcoords {
/pathNum exch def /numMoveto 0 def /numLineto 0 def /numCurveto 0 def /numClosepath 0 def {
/y exch def /x exch def /numMoveto numMoveto 1 add def numMoveto pathNum eq {
y x
} if
} {
/y exch def /x exch def numMoveto pathNum eq {
/numLineto numLineto 1 add def 1 index 1 index y x y x
} if
} {
/y3 exch def /x3 exch def /y2 exch def /x2 exch def /y1 exch def /x1 exch def numMoveto pathNum eq {
/numCurveto numCurveto 1 add def y1 x1 y2 x2 y3 x3
} if
} {
numMoveto pathNum eq {
/numClosepath numClosepath 1 add def
} if
} pathforall
} def
%%EndSetup
gsave
0 0 466.5 529.5 rectclip
226.5 289.5 240 240 rectclip
gsave
234 297 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 112.5 moveto
0 174.375 50.625 225 112.5 225 curveto
174.375 225 225 174.375 225 112.5 curveto
225 50.625 174.375 0 112.5 0 curveto
50.625 0 0 50.625 0 112.5 curveto
closepath
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
252.125 314.875 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 94.5 moveto
0 146.475006 42.524998 189 94.5 189 curveto
146.475006 189 189 146.475006 189 94.5 curveto
189 42.524998 146.475006 0 94.5 0 curveto
42.524998 0 0 42.524998 0 94.5 curveto
closepath
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
288 351 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 58.5 moveto
0 90.675003 26.325001 117 58.5 117 curveto
90.675003 117 117 90.675003 117 58.5 curveto
117 26.325001 90.675003 0 58.5 0 curveto
26.325001 0 0 26.325001 0 58.5 curveto
closepath
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
315 378 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 31.5 moveto
0 48.825001 14.174999 63 31.5 63 curveto
48.825001 63 63 48.825001 63 31.5 curveto
63 14.174999 48.825001 0 31.5 0 curveto
14.174999 0 0 14.174999 0 31.5 curveto
closepath
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
346.5 409.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 13.922666 0 23.246397 0 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
gsave
0 setlinejoin 0 setlinecap
0 setlinewidth
31.5 0 moveto 0 dup rotate 1.5 dup scale -7 -2 rlineto 1 2 rlineto -1 2 rlineto closepath 1 1.5 div dup scale neg rotate
0 nxsetgray
gsave
fill
grestore
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
346.5 409.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 31.514927 11.473175 46.493904 16.926352 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
gsave
0 setlinejoin 0 setlinecap
0 setlinewidth
54.25 19.75 moveto 20.004309 dup rotate 1.5 dup scale -7 -2 rlineto 1 2 rlineto -1 2 rlineto closepath 1 1.5 div dup scale neg rotate
0 nxsetgray
gsave
fill
grestore
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
346.5 409.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 51.261066 35.899441 69.986763 49.013531 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
gsave
0 setlinejoin 0 setlinecap
0 setlinewidth
76.75 53.75 moveto 35.004547 dup rotate 1.5 dup scale -7 -2 rlineto 1 2 rlineto -1 2 rlineto closepath 1 1.5 div dup scale neg rotate
0 nxsetgray
gsave
fill
grestore
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
346.5 409.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 51.935329 57.493614 69.217117 76.624962 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
gsave
0 setlinejoin 0 setlinecap
0 setlinewidth
74.75 82.75 moveto 47.907799 dup rotate 1.5 dup scale -7 -2 rlineto 1 2 rlineto -1 2 rlineto closepath 1 1.5 div dup scale neg rotate
0 nxsetgray
gsave
fill
grestore
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
408.444366 475.675171 translate
[0.741554 -0.670893 0.670893 0.741554 0 0] concat
gsave
0 0 moveto
0 0 0 7.837523 0 7.837523 curveto
0 7.837523 16.048899 7.837523 16.048899 7.837523 curveto
16.048899 7.837523 16.048899 0 16.048899 0 curveto
16.048899 0 0 0 0 0 curveto
closepath
1 nxsetgray
fill
grestore
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 0 7.837523 0 7.837523 curveto
0 7.837523 16.048899 7.837523 16.048899 7.837523 curveto
16.048899 7.837523 16.048899 0 16.048899 0 curveto
16.048899 0 0 0 0 0 curveto
closepath
1 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
272.5 500.5 translate
[1 0 0 1 0 0] concat
gsave
0 0 moveto
0 0 0 27 0 27 curveto
0 27 148.5 27 148.5 27 curveto
148.5 27 148.5 0 148.5 0 curveto
148.5 0 0 0 0 0 curveto
closepath
1 nxsetgray
fill
grestore
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 0 27 0 27 curveto
0 27 148.5 27 148.5 27 curveto
148.5 27 148.5 0 148.5 0 curveto
148.5 0 0 0 0 0 curveto
closepath
1 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
274 291.5 translate
[1 0 0 1 0 0] concat
gsave
0 0 moveto
0 0 0 27 0 27 curveto
0 27 148.5 27 148.5 27 curveto
148.5 27 148.5 0 148.5 0 curveto
148.5 0 0 0 0 0 curveto
closepath
1 nxsetgray
fill
grestore
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 0 27 0 27 curveto
0 27 148.5 27 148.5 27 curveto
148.5 27 148.5 0 148.5 0 curveto
148.5 0 0 0 0 0 curveto
closepath
1 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
446.5 350.75 translate
[1 0 0 1 0 0] concat
gsave
0 0 moveto
0 0 0 117 0 117 curveto
0 117 18 117 18 117 curveto
18 117 18 0 18 0 curveto
18 0 0 0 0 0 curveto
closepath
1 nxsetgray
fill
grestore
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 0 117 0 117 curveto
0 117 18 117 18 117 curveto
18 117 18 0 18 0 curveto
18 0 0 0 0 0 curveto
closepath
1 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
228.5 351.25 translate
[1 0 0 1 0 0] concat
gsave
0 0 moveto
0 0 0 117 0 117 curveto
0 117 18 117 18 117 curveto
18 117 18 0 18 0 curveto
18 0 0 0 0 0 curveto
closepath
1 nxsetgray
fill
grestore
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 0 117 0 117 curveto
0 117 18 117 18 117 curveto
18 117 18 0 18 0 curveto
18 0 0 0 0 0 curveto
closepath
1 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
356 391.5 translate
[1 0 0 1 0 0] concat
gsave
1 -1 scale
0 -20 translate
gsave
2 0 19 19 rectclip
2 12 translate
/Helvetica findfont 12 scalefont [1 0 0 -1 0 0] makefont
10
exch
defineuserobject
10 execuserobject setfont
0 setgray
0 0 moveto
(R) show
10 execuserobject setfont
0 setgray
8.664 4 moveto
(1) show
15.335999 4 moveto
( ) show
grestore
grestore
grestore
gsave
381.5 405.5 translate
[1 0 0 1 0 0] concat
gsave
1 -1 scale
0 -20 translate
gsave
2 0 19 19 rectclip
2 12 translate
10 execuserobject setfont
0 setgray
0 0 moveto
(R) show
10 execuserobject setfont
0 setgray
8.664 4 moveto
(2) show
15.335999 4 moveto
( ) show
grestore
grestore
grestore
gsave
408 436.375 translate
[1 0 0 1 0 0] concat
gsave
1 -1 scale
0 -20 translate
gsave
2 0 19 19 rectclip
2 12 translate
10 execuserobject setfont
0 setgray
0 0 moveto
(R) show
10 execuserobject setfont
0 setgray
8.664 4 moveto
(3) show
15.335999 4 moveto
( ) show
grestore
grestore
grestore
gsave
409.5 464 translate
[1 0 0 1 0 0] concat
gsave
1 -1 scale
0 -20 translate
gsave
2 0 19 19 rectclip
2 12 translate
10 execuserobject setfont
0 setgray
0 0 moveto
(R) show
10 execuserobject setfont
0 setgray
8.664 4 moveto
(4) show
15.335999 4 moveto
( ) show
grestore
grestore
grestore
gsave
247.5 499.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 198 0 198 0 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
445.5 319.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 180 moveto
0 180 0 0 0 0 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
247.5 319.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
198 0 moveto
198 0 0 0 0 0 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
gsave
247.5 319.5 translate
[1 0 0 1 0 0] concat
gsave
0 setlinejoin 0 setlinecap 0 0 eq {
10 setmiterlimit
} if
[72 0 0 0 0 0] 0 setdash
1 setlinewidth
0 0 moveto
0 0 0 180 0 180 curveto
0 nxsetgray
matrix currentmatrix matrix defaultmatrix setmatrix 1 1 scale stroke setmatrix
grestore
grestore
grestore
%%Trailer
%%DocumentFonts: Helvetica
|