]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/examples/BSD_daemon/beastie2.eps
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / examples / BSD_daemon / beastie2.eps
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Title: beastie1.ps
3 %%Creator: Sketch 0.6.12
4 %%CreationDate: Sun May 26 00:37:36 2002
5 %%For: Rahul Siddharthan
6 %%Pages: 1
7 %%DocumentFonts:
8 %%BoundingBox: 385 514 545 694
9 save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def
10 %%EndProlog
11 %%Page 1 1
12
13 /SketchDict 100 dict def
14 SketchDict begin
15 /bd { bind def } bind def
16 /x { exch } bd
17 /xd { exch def } bd
18 /PI 3.14159265358979323846264338327 def
19 /radgrad { 180 mul PI div } bd
20 /skstartmatrix matrix currentmatrix def
21 /tmpmat matrix def
22 /ISOLatin1Encoding dup where
23 { pop pop }
24 {  [/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
25 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
26 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
27 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28 /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
29 /quoteright /parenleft /parenright /asterisk /plus /comma /minus /period
30 /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon
31 /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J
32 /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
33 /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i
34 /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright
35 /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
36 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
37 /.notdef /.notdef /dotlessi /grave /acute /circumflex /tilde /macron /breve
38 /dotaccent /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek
39 /caron /space /exclamdown /cent /sterling /currency /yen /brokenbar /section
40 /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen
41 /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu
42 /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright
43 /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex
44 /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex
45 /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve
46 /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute
47 /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute
48 /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute
49 /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde
50 /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
51 /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] def
52 }
53 ifelse
54 /arct dup where
55 {pop pop}
56 {
57 /arct {arcto pop pop pop pop} bd
58 }
59 ifelse
60 /size 0 def
61 /fontname 0 def
62 /newfont 0 def
63 /sf {
64 /size xd
65 /fontname xd
66 fontname findfont
67 dup /Encoding get StandardEncoding eq
68 {
69 dup
70 length dict /newfont xd
71 {
72 1 index
73 /FID ne
74 { newfont 3 1 roll put }
75 { pop pop }
76 ifelse
77 } forall
78 newfont /Encoding ISOLatin1Encoding put
79 fontname newfont definefont
80 }
81 if
82 size scalefont setfont
83 } bd
84 /pusht {matrix currentmatrix} bd
85 /popt {setmatrix} bd
86 /pushc {gsave} bd
87 /popc {grestore} bd
88 /rgb {setrgbcolor} bd
89 /w { setlinewidth } bd
90 /j { setlinejoin } bd
91 /J { setlinecap } bd
92 /d { setdash } bd
93 /F { eofill } bd
94 /f { closepath F } bd
95 /S {
96 pusht
97 skstartmatrix setmatrix stroke 
98 popt
99 } bd
100 /s { closepath S } bd
101 /m { moveto } bd
102 /l { lineto } bd
103 /c { curveto } bd
104 /txt {
105 /tmpmat tmpmat currentmatrix def
106 dup type /arraytype eq {concat} {translate} ifelse
107 0 0 m
108 tmpmat
109 } bd
110 /T {txt x show popt} bd
111 /P {txt x true charpath popt} bd
112 /TP {txt x dup show 0 0 m true charpath popt} bd
113 /C {newpath 0 360 arc} bd
114 /R {
115 2 copy m
116 x 2 index l
117 x 2 index x l
118 l
119 closepath
120 } bd
121 /ellipse { 
122 dup type /arraytype eq
123 {
124 pusht x concat
125 0 0 1.0 C 
126 popt
127 }       
128 {
129 pusht 5 1 roll
130 4 -1 roll concat
131 newpath
132 dup 2 eq {
133 0 0 m 
134 } if 
135 3 1 roll
136 radgrad x
137 radgrad x
138 0 0 1   5 -2 roll
139 arc
140 0 ne { closepath } if
141 popt
142 }
143 ifelse
144 } bd
145 /radius1 0 def
146 /radius2 0 def
147 /factor 0 def
148 /rect {
149 dup type /arraytype eq
150 {
151 pusht x concat
152 0 0 m  1 0 l  1 1 l  0 1 l  closepath
153 popt
154 }
155 {
156 /radius2 xd
157 /radius1 xd
158 pusht x concat
159 radius1 radius2 div  1  scale
160 0 radius2 m
161 0 1  radius2 1  radius2  arct
162 radius2 radius1 div
163 dup 1  1 index 0  radius2  arct
164 0  0 0  radius2  arct
165 0 0  0 1  radius2 arct
166 closepath
167 popt
168 }
169 ifelse
170 } bd
171 /buf 0 def
172 /width 0 def
173 /height 0 def
174 /skcimg {
175 /tmpmat tmpmat currentmatrix def
176 { concat } if
177 /height xd
178 /width xd
179 /buf width 3 mul string def
180 width height scale
181 width height 8
182 [width   0   0   height neg       0  height]
183 { currentfile buf readhexstring pop } bind
184 false 3 colorimage
185 tmpmat setmatrix
186 } bd
187 /skgimg {
188 /tmpmat tmpmat currentmatrix def
189 { concat } if
190 /height xd
191 /width xd
192 /buf width string def
193 width height scale
194 width height 8
195 [width   0   0   height neg       0  height]
196 { currentfile buf readhexstring pop } bind
197 image
198 tmpmat setmatrix
199 } bd
200 /rclip {
201 4 2 roll m
202 dup 0 x rlineto
203 x 0 rlineto
204 neg 0 x rlineto
205 closepath
206 clip
207 } bd
208 /skeps {
209 10 dict begin
210 /sk_state save def
211 concat
212 3 index neg 3 index neg translate
213 rclip
214 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
215 10 setmiterlimit [ ] 0 setdash
216 newpath
217 /sk_dict_count countdictstack def
218 /sk_count count 1 sub def
219 userdict begin
220 /showpage { } def
221 /languagelevel where
222 {
223 pop
224 languagelevel 1 ne
225 {
226 false setstrokeadjust
227 false setoverprint
228 } if
229 } if
230 } bd 
231 /skepsend {
232 count sk_count sub { pop } repeat
233 countdictstack sk_dict_count sub { end } repeat
234 sk_state restore
235 end
236 } bd
237 /gradidx 0 def
238 /gradient { 
239 3 mul array
240 /gradidx 0 def
241 } bd
242 /$ {
243 3 index gradidx       5 -1 roll put 
244 2 index gradidx 1 add 4 -1 roll put 
245 1 index gradidx 2 add 3 -1 roll put 
246 /gradidx gradidx 3 add def
247 } bd
248 /! { 
249
250 {
251 dup dup gradidx dup 3 1 roll 3 sub get put
252 /gradidx gradidx 1 add def
253 }
254 repeat
255 } bd
256 /gradcolor {
257 3 mul dup 2 add 1 exch  % idx  1  idx+2
258 {
259 1 index exch    % array array i
260 get             % array component
261 exch            % component array
262 }
263 for
264 4 1 roll
265 } bd
266 /x0 0 def /y0 0 def /x1 0 def /y1 0 def
267 /left 0 def /right 0 def /top 0 def /bottom 0 def
268 /numcolors 0 def
269 /axial  {
270 /y1 xd /x1 xd /y0 xd /x0 xd
271 dup length 3 idiv /numcolors xd
272 pusht exch  % ctm array
273 x0 x1 ne y0 y1 ne or
274 {
275 x0 y0 translate
276 [x1 x0 sub  y1 y0 sub   dup neg    2 index    0     0] concat
277 clippath flattenpath pathbbox
278 /top xd /right xd /bottom xd /left xd
279 newpath
280 0 gradcolor rgb clippath f
281 0 1 numcolors 1 sub
282 {
283 dup numcolors div
284 3 1 roll
285 gradcolor rgb
286 exch
287 bottom right top R f
288 }
289 for
290 }
291 if 
292 pop
293 popt
294 } bd
295 /r0 0 def /r1 0 def /dr 0 def
296 /radial {
297 /r1 xd /r0 xd /y0 xd /x0 xd
298 /dr r1 r0 sub def
299 dup length 3 idiv /numcolors xd
300 pusht exch  % ctm array
301 r0 r1 ne
302 {
303 x0 y0 translate
304 clippath flattenpath pathbbox
305 /top xd /right xd /bottom xd /left xd
306 newpath
307 dr 0 gt {numcolors 1 sub}{0} ifelse gradcolor rgb
308 clippath f
309 dr 0 gt {numcolors 1 sub -1 0} { 0 1 numcolors 1 sub} ifelse
310 {
311 dup numcolors div dr mul r0 add
312 3 1 roll
313 gradcolor rgb
314 exch
315 0 0 3 -1 roll C f
316 }
317 for
318 }
319 if 
320 pop
321 popt
322 } bd
323 /max {
324 2 copy lt {exch} if pop
325 } bd
326 /conical {
327 pusht 5 1 roll
328 3 1 roll /y0 xd /x0 xd
329 x0 y0 translate
330 radgrad rotate
331 dup length 3 idiv /numcolors xd
332 clippath flattenpath pathbbox newpath
333 4 { abs 4 1 roll} repeat
334 3 { max } repeat
335 2 mul
336 dup scale
337 0 gradcolor rgb
338 0 0 1 0 360 arc f
339 1 1 numcolors 1 sub
340 {
341 dup numcolors div 180 mul
342 3 1 roll
343 gradcolor rgb
344 exch
345 0 0 moveto
346 0 0 1  4 -1 roll  dup neg  arc
347 closepath f
348 }
349 for
350 pop
351 popt
352 } bd
353 /XStep 0 def /YStep 0 def /imagedata 0 def /components 0 def
354 /tileimage2 {
355 exch 4 2 roll
356 /height xd
357 /width xd
358 mark
359 /components 2 index
360 /PatternType 1
361 /PaintType 1
362 /TilingType 1
363 /BBox [0 0 width height]
364 /XStep width
365 /YStep height
366 /PaintProc {
367 begin
368 XStep YStep 8
369 matrix
370 imagedata
371 false
372 components
373 colorimage
374 end
375 }
376 counttomark 2 div cvi dup dict begin
377 { def } repeat
378 pop currentdict end
379 dup
380 /imagedata
381 4 -1 roll
382 width height mul mul string
383 currentfile exch readhexstring pop
384 put
385 exch
386 makepattern
387 setpattern
388 clippath
389 eofill
390 } bd
391 /tileimage1 {
392 concat
393 /components xd
394 /height xd
395 /width xd
396 /imagedata
397 currentfile
398 width height mul components mul string
399 readhexstring pop
400 def
401 clippath flattenpath pathbbox
402 /top xd /right xd /bottom xd /left xd
403 left width div floor width mul
404 bottom height div floor height mul
405 translate
406 top bottom sub height div ceiling cvi
407 {
408 gsave
409 right left sub width div ceiling cvi
410 {
411 width height 8 matrix
412 components 1 eq
413 {
414 { imagedata }
415 image
416 }
417 {
418 imagedata
419 false components
420 colorimage
421 }
422 ifelse
423 width 0 translate
424 }
425 repeat
426 grestore
427 0 height translate
428 }
429 repeat
430 } bd
431 /makepattern where
432 {
433 pop
434 /tileimage /tileimage2 load def
435 }
436 {
437 /tileimage /tileimage1 load def
438 }
439 ifelse
440 end
441
442
443 10.433 setmiterlimit
444
445 SketchDict begin
446 newpath
447 473.625 576.087 m
448 473.625 576.087 478.667 569.965 478.667 569.965 c
449 478.667 569.965 481.187 559.523 489.109 552.681 c
450 497.032 545.838 506.214 546.198 506.214 546.198 c
451 506.214 546.198 520.619 544.217 529.802 540.437 c
452 538.984 536.656 538.805 536.836 542.046 533.954 c
453 545.287 531.074 545.287 527.473 542.406 524.952 c
454 539.525 522.431 534.484 520.27 530.522 519.911 c
455 526.562 519.55 519.719 519.55 519.719 519.55 c
456 519.719 519.55 524.04 523.512 524.04 523.512 c
457 524.04 523.512 534.483 527.112 535.564 528.553 c
458 536.644 529.994 533.943 531.794 533.943 531.794 c
459 533.943 531.794 528.002 535.035 523.68 536.115 c
460 519.359 537.195 499.372 540.977 499.013 540.977 c
461 498.652 540.977 495.052 541.337 486.229 544.758 c
462 477.406 548.18 476.146 551.24 476.146 551.24 c
463 476.146 551.24 468.584 558.802 468.584 558.802 c
464 468.584 558.802 473.265 576.448 473.265 576.448 c
465 closepath
466 0.444 0 0 rgb
467 F
468 newpath
469 442.656 609.577 m
470 442.656 609.577 443.015 603.456 443.015 603.456 c
471 443.015 603.456 438.694 600.215 438.694 600.215 c
472 438.694 600.215 435.093 600.935 431.132 600.575 c
473 427.171 600.215 416.547 593.553 416.547 593.553 c
474 416.547 593.553 420.328 587.251 420.328 587.251 c
475 420.328 587.251 427.171 587.971 427.171 587.971 c
476 427.171 587.971 428.251 589.051 429.691 587.971 c
477 431.132 586.89 430.411 586.89 432.212 583.65 c
478 434.013 580.409 433.293 579.328 433.293 579.328 c
479 433.293 579.328 431.852 576.448 431.492 574.287 c
480 431.132 572.126 432.932 562.764 434.733 560.963 c
481 436.534 559.162 438.334 558.802 438.334 557.002 c
482 438.334 555.201 438.334 545.838 438.334 545.838 c
483 438.334 545.838 455.259 543.678 455.259 543.678 c
484 455.259 543.678 475.785 547.999 475.785 547.999 c
485 475.785 547.999 476.146 570.326 477.226 573.927 c
486 478.306 577.528 479.747 577.168 480.107 581.849 c
487 480.467 586.531 479.026 593.013 479.026 593.013 c
488 479.026 593.013 478.667 592.652 476.506 600.215 c
489 474.345 607.777 474.705 609.938 474.705 609.938 c
490 474.705 609.938 475.065 615.7 475.065 615.7 c
491 475.065 615.7 442.295 609.938 442.295 610.298 c
492 closepath
493 pushc
494 eoclip newpath
495 50 gradient
496 0.677 0 0 $
497 !
498 !
499 !
500 !
501 !
502 !
503 !
504 !
505 !
506 !
507 0.679 0 0 $
508 0.685 0 0 $
509 0.69 0 0 $
510 0.695 0 0 $
511 0.7 0 0 $
512 0.706 0 0 $
513 0.711 0 0 $
514 0.716 0 0 $
515 0.721 0 0 $
516 0.727 0 0 $
517 0.732 0 0 $
518 0.737 0 0 $
519 0.742 0 0 $
520 0.748 0 0 $
521 0.753 0 0 $
522 0.758 0 0 $
523 0.763 0 0 $
524 0.769 0 0 $
525 0.774 0 0 $
526 0.779 0 0 $
527 0.784 0 0 $
528 0.79 0 0 $
529 0.795 0 0 $
530 0.8 0 0 $
531 0.805 0 0 $
532 0.811 0 0 $
533 0.816 0 0 $
534 0.821 0 0 $
535 0.826 0 0 $
536 0.832 0 0 $
537 0.837 0 0 $
538 0.842 0 0 $
539 0.847 0 0 $
540 0.853 0 0 $
541 0.858 0 0 $
542 0.863 0 0 $
543 0.868 0 0 $
544 0.874 0 0 $
545 0.879 0 0 $
546 439.268 598.895 68.713 0 radial
547 popc
548 newpath
549 [14.6696 -1.68454 -2.67069 -23.6151 446.099 580.972] ellipse
550 pushc
551 eoclip newpath
552 50 gradient
553 0.778 0 0 $
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 0.788 0 0 $
587 0.8 0 0 $
588 0.811 0 0 $
589 0.822 0 0 $
590 0.834 0 0 $
591 0.845 0 0 $
592 0.856 0 0 $
593 0.868 0 0 $
594 0.879 0 0 $
595 0.89 0 0 $
596 0.902 0 0 $
597 0.913 0 0 $
598 0.925 0 0 $
599 0.936 0 0 $
600 0.947 0 0 $
601 0.959 0 0 $
602 0.97 0 0 $
603 438.644 584.129 34.9312 0 radial
604 popc
605 newpath
606 newpath
607 428.972 600.575 m
608 428.251 599.855 430.772 601.655 434.373 601.655 c
609 437.974 601.655 439.414 600.215 439.414 600.215 c
610 439.414 600.215 452.738 598.414 452.378 598.055 c
611 452.018 597.694 457.059 596.253 455.619 592.293 c
612 454.179 588.331 457.42 588.691 457.06 588.691 c
613 456.7 588.691 445.536 593.373 442.295 596.614 c
614 439.055 599.855 437.254 589.051 432.212 588.691 c
615 427.171 588.331 425.01 586.89 425.01 586.89 c
616 425.01 586.89 425.01 591.572 425.731 592.652 c
617 426.451 593.733 428.251 598.774 428.251 598.774 c
618 closepath
619 pushc
620 eoclip newpath
621 50 gradient
622 0.455 0 0 $
623 0.462 0 0 $
624 0.47 0 0 $
625 0.477 0 0 $
626 0.485 0 0 $
627 0.492 0 0 $
628 0.499 0 0 $
629 0.507 0 0 $
630 0.514 0 0 $
631 0.522 0 0 $
632 0.529 0 0 $
633 0.536 0 0 $
634 0.544 0 0 $
635 0.551 0 0 $
636 0.559 0 0 $
637 0.566 0 0 $
638 0.574 0 0 $
639 0.581 0 0 $
640 0.588 0 0 $
641 0.596 0 0 $
642 0.603 0 0 $
643 0.611 0 0 $
644 0.618 0 0 $
645 0.625 0 0 $
646 0.633 0 0 $
647 0.64 0 0 $
648 0.648 0 0 $
649 0.655 0 0 $
650 0.662 0 0 $
651 0.67 0 0 $
652 0.677 0 0 $
653 0.685 0 0 $
654 0.692 0 0 $
655 0.699 0 0 $
656 0.707 0 0 $
657 0.714 0 0 $
658 0.722 0 0 $
659 0.729 0 0 $
660 0.737 0 0 $
661 0.744 0 0 $
662 0.751 0 0 $
663 0.759 0 0 $
664 0.766 0 0 $
665 0.774 0 0 $
666 0.781 0 0 $
667 0.788 0 0 $
668 0.796 0 0 $
669 0.803 0 0 $
670 0.811 0 0 $
671 0.818 0 0 $
672 425.429 602.455 456.669 586.091 axial
673 popc
674 newpath
675 newpath
676 474.975 612.368 m
677 474.975 612.368 474.616 608.408 474.795 607.687 c
678 474.975 606.967 476.596 599.945 476.596 599.765 c
679 476.596 599.585 479.657 591.122 479.657 591.122 c
680 479.657 591.122 480.557 587.161 480.197 582.66 c
681 479.837 578.158 479.117 578.698 477.856 574.917 c
682 476.596 571.136 476.596 565.914 476.596 565.914 c
683 476.596 565.914 476.235 556.371 476.056 556.371 c
684 475.876 556.371 476.596 551.87 475.696 552.951 c
685 474.795 554.031 469.213 556.011 469.034 556.011 c
686 468.854 556.011 457.87 556.011 457.87 556.011 c
687 457.87 556.011 450.128 556.011 450.128 556.011 c
688 450.128 556.011 445.086 556.732 444.906 556.192 c
689 444.726 555.651 449.228 560.873 452.828 560.333 c
690 456.43 559.793 454.99 565.915 454.99 566.275 c
691 454.99 566.635 463.631 567.535 463.812 569.875 c
692 463.992 572.216 433.563 578.698 431.763 585 c
693 429.962 591.302 446.887 579.598 445.086 585.721 c
694 443.286 591.843 459.851 583.92 460.931 586.441 c
695 462.012 588.961 465.793 586.62 467.773 588.961 c
696 469.754 591.302 469.394 591.482 470.114 593.823 c
697 470.834 596.163 470.654 597.964 470.474 600.125 c
698 470.294 602.285 469.394 605.706 469.394 606.066 c
699 469.394 606.427 468.314 606.607 465.612 607.507 c
700 462.911 608.408 458.05 606.787 454.269 607.147 c
701 450.488 607.507 449.587 609.488 449.587 609.488 c
702 449.587 609.488 475.336 612.909 475.336 612.909 c
703 closepath
704 pushc
705 eoclip newpath
706 50 gradient
707 1 0 0 $
708 0.984 0 0 $
709 0.968 0 0 $
710 0.951 0 0 $
711 0.935 0 0 $
712 0.919 0 0 $
713 0.903 0 0 $
714 0.886 0 0 $
715 0.87 0 0 $
716 0.854 0 0 $
717 0.838 0 0 $
718 0.821 0 0 $
719 0.805 0 0 $
720 0.789 0 0 $
721 0.773 0 0 $
722 0.756 0 0 $
723 0.74 0 0 $
724 0.724 0 0 $
725 0.708 0 0 $
726 0.691 0 0 $
727 0.675 0 0 $
728 0.659 0 0 $
729 0.643 0 0 $
730 0.627 0 0 $
731 0.61 0 0 $
732 0.594 0 0 $
733 0.578 0 0 $
734 0.562 0 0 $
735 0.545 0 0 $
736 0.529 0 0 $
737 0.513 0 0 $
738 0.497 0 0 $
739 0.48 0 0 $
740 0.464 0 0 $
741 0.456 0 0 $
742 0.459 0 0 $
743 0.461 0 0 $
744 0.464 0 0 $
745 0.466 0 0 $
746 0.469 0 0 $
747 0.472 0 0 $
748 0.474 0 0 $
749 0.477 0 0 $
750 0.479 0 0 $
751 0.482 0 0 $
752 0.485 0 0 $
753 0.487 0 0 $
754 0.49 0 0 $
755 0.492 0 0 $
756 0.495 0 0 $
757 424.951 602.224 486.96 563.468 axial
758 popc
759 newpath
760 newpath
761 424.29 654.951 m
762 424.29 654.951 422.129 670.076 423.21 673.317 c
763 424.29 676.558 427.531 679.079 430.411 681.24 c
764 433.293 683.4 436.894 688.441 440.855 690.962 c
765 444.816 693.483 446.706 693.483 447.337 693.483 c
766 447.967 693.483 450.218 693.753 450.578 692.763 c
767 450.939 691.773 450.218 690.242 449.858 690.242 c
768 449.497 690.242 446.617 687.721 446.256 687.721 c
769 445.897 687.721 442.205 683.49 441.935 682.32 c
770 441.665 681.149 441.935 679.079 441.935 679.079 c
771 441.935 679.079 443.376 675.117 443.736 675.117 c
772 444.096 675.117 446.977 676.648 448.777 677.278 c
773 450.578 677.908 450.668 678.088 453.459 678.358 c
774 456.25 678.628 459.941 678.358 460.301 678.358 c
775 460.661 678.358 468.314 677.009 468.673 677.009 c
776 469.034 677.009 474.345 675.117 477.226 673.317 c
777 480.107 671.517 480.647 670.256 480.647 670.256 c
778 480.647 670.256 483.348 666.835 483.348 666.835 c
779 483.348 666.835 485.598 666.565 486.409 665.935 c
780 487.219 665.304 484.428 665.755 488.029 666.115 c
781 491.63 666.475 493.971 667.375 493.971 667.375 c
782 493.971 667.375 494.871 668.996 494.871 668.996 c
783 494.871 668.996 495.952 671.877 495.952 672.596 c
784 495.952 673.317 495.232 677.638 495.232 677.999 c
785 495.232 678.358 494.151 682.32 494.151 682.32 c
786 494.151 682.32 491.63 685.921 491.63 685.921 c
787 491.63 685.921 490.55 686.281 490.91 686.281 c
788 491.271 686.281 490.19 687.001 493.431 687.361 c
789 496.672 687.721 499.013 684.841 500.273 683.76 c
790 501.534 682.68 507.295 678.179 509.096 673.497 c
791 510.897 668.816 510.897 664.314 510.177 661.073 c
792 509.456 657.833 507.115 654.591 505.855 652.43 c
793 504.595 650.27 500.993 647.389 499.192 646.309 c
794 497.392 645.229 491.271 642.347 491.271 642.347 c
795 491.271 642.347 490.19 641.267 489.83 639.827 c
796 489.47 638.387 490.19 630.824 490.19 630.824 c
797 490.19 630.824 489.83 625.422 488.029 622.901 c
798 486.229 620.381 480.107 617.32 480.107 617.32 c
799 480.107 617.32 476.866 614.259 474.705 612.098 c
800 472.545 609.938 462.101 607.958 457.78 608.317 c
801 453.459 608.678 455.619 608.317 452.738 607.957 c
802 449.858 607.597 446.617 607.777 446.617 607.777 c
803 446.617 607.777 443.015 607.777 438.694 609.577 c
804 434.373 611.378 433.653 612.098 433.293 612.459 c
805 432.932 612.818 426.991 617.68 426.991 617.68 c
806 426.991 617.68 422.849 620.381 421.049 621.101 c
807 419.248 621.821 417.448 625.063 416.368 627.223 c
808 415.287 629.384 415.287 631.544 415.287 631.544 c
809 415.287 631.544 414.026 633.885 416.547 637.846 c
810 419.068 641.807 419.068 639.467 421.589 643.788 c
811 424.11 648.109 421.949 643.068 423.39 647.389 c
812 424.83 651.71 424.29 657.112 424.29 657.112 c
813 closepath
814 pushc
815 eoclip newpath
816 50 gradient
817 0.626 0 0 $
818 0.631 0 0 $
819 0.636 0 0 $
820 0.641 0 0 $
821 0.645 0 0 $
822 0.65 0 0 $
823 0.655 0 0 $
824 0.66 0 0 $
825 0.665 0 0 $
826 0.67 0 0 $
827 0.674 0 0 $
828 0.681 0 0 $
829 0.689 0 0 $
830 0.698 0 0 $
831 0.706 0 0 $
832 0.714 0 0 $
833 0.723 0 0 $
834 0.731 0 0 $
835 0.74 0 0 $
836 0.748 0 0 $
837 0.756 0 0 $
838 0.765 0 0 $
839 0.773 0 0 $
840 0.782 0 0 $
841 0.79 0 0 $
842 0.798 0 0 $
843 0.807 0 0 $
844 0.815 0 0 $
845 0.824 0 0 $
846 0.832 0 0 $
847 0.84 0 0 $
848 0.849 0 0 $
849 0.857 0 0 $
850 0.866 0 0 $
851 0.874 0 0 $
852 0.882 0 0 $
853 0.891 0 0 $
854 0.899 0 0 $
855 0.908 0 0 $
856 0.916 0 0 $
857 0.924 0 0 $
858 0.933 0 0 $
859 0.941 0 0 $
860 0.95 0 0 $
861 0.958 0 0 $
862 0.966 0 0 $
863 0.975 0 0 $
864 0.983 0 0 $
865 0.992 0 0 $
866 1 0 0 $
867 446.857 653.484 78.4847 0 radial
868 popc
869 newpath
870 newpath
871 425.731 647.389 m
872 425.731 647.389 426.631 652.971 426.631 652.971 c
873 426.631 652.971 428.611 656.032 428.611 656.392 c
874 428.611 656.752 430.772 660.173 432.572 661.973 c
875 434.373 663.774 439.055 666.475 439.055 666.475 c
876 439.055 666.475 441.935 667.375 442.656 666.115 c
877 443.376 664.855 443.196 665.755 442.475 663.594 c
878 441.755 661.433 440.135 658.913 440.135 658.913 c
879 440.135 658.913 438.334 656.752 437.614 653.871 c
880 436.894 650.99 436.894 650.27 436.894 650.27 c
881 436.894 650.27 436.173 647.029 436.173 647.029 c
882 436.173 647.029 434.373 643.788 434.373 643.788 c
883 434.373 643.788 433.653 641.988 433.653 641.988 c
884 433.653 641.988 431.132 640.907 431.132 640.907 c
885 431.132 640.907 427.531 641.988 427.531 641.988 c
886 427.531 641.988 425.91 644.148 425.731 645.229 c
887 425.55 646.309 425.731 647.389 425.731 647.389 c
888 closepath
889 pushc
890 eoclip newpath
891 50 gradient
892 0.737 0.737 0.737 $
893 0.746 0.746 0.746 $
894 0.755 0.755 0.755 $
895 0.764 0.764 0.764 $
896 0.773 0.773 0.773 $
897 0.782 0.782 0.782 $
898 0.792 0.792 0.792 $
899 0.801 0.801 0.801 $
900 0.81 0.81 0.81 $
901 0.819 0.819 0.819 $
902 0.828 0.828 0.828 $
903 0.837 0.837 0.837 $
904 0.846 0.846 0.846 $
905 0.855 0.855 0.855 $
906 0.864 0.864 0.864 $
907 0.873 0.873 0.873 $
908 0.883 0.883 0.883 $
909 0.892 0.892 0.892 $
910 0.901 0.901 0.901 $
911 0.91 0.91 0.91 $
912 0.919 0.919 0.919 $
913 0.928 0.928 0.928 $
914 0.937 0.937 0.937 $
915 0.946 0.946 0.946 $
916 0.955 0.955 0.955 $
917 0.964 0.964 0.964 $
918 0.974 0.974 0.974 $
919 0.983 0.983 0.983 $
920 0.992 0.992 0.992 $
921 1 1 1 $
922 !
923 !
924 !
925 !
926 !
927 !
928 !
929 !
930 !
931 !
932 !
933 !
934 !
935 !
936 !
937 !
938 !
939 !
940 !
941 !
942 427.937 655.141 20.8071 0 radial
943 popc
944 newpath
945 newpath
946 442.205 653.961 m
947 442.205 653.961 444.546 658.283 446.347 660.623 c
948 448.147 662.964 447.967 664.044 450.488 664.585 c
949 453.009 665.125 454.089 664.945 456.25 663.324 c
950 458.41 661.703 460.031 659.183 460.391 656.122 c
951 460.751 653.061 460.571 644.598 459.671 641.898 c
952 458.771 639.197 456.609 634.695 455.17 633.435 c
953 453.729 632.175 453.729 631.094 450.308 630.734 c
954 446.887 630.374 446.707 630.374 444.546 631.454 c
955 442.386 632.535 440.585 634.695 440.585 634.876 c
956 440.585 635.055 438.424 639.737 438.424 641.537 c
957 438.424 643.338 440.405 650.54 440.405 650.72 c
958 440.405 650.9 442.566 654.502 442.566 654.502 c
959 closepath
960 pushc
961 eoclip newpath
962 50 gradient
963 0.737 0.737 0.737 $
964 0.746 0.746 0.746 $
965 0.755 0.755 0.755 $
966 0.764 0.764 0.764 $
967 0.773 0.773 0.773 $
968 0.782 0.782 0.782 $
969 0.792 0.792 0.792 $
970 0.801 0.801 0.801 $
971 0.81 0.81 0.81 $
972 0.819 0.819 0.819 $
973 0.828 0.828 0.828 $
974 0.837 0.837 0.837 $
975 0.846 0.846 0.846 $
976 0.855 0.855 0.855 $
977 0.864 0.864 0.864 $
978 0.873 0.873 0.873 $
979 0.883 0.883 0.883 $
980 0.892 0.892 0.892 $
981 0.901 0.901 0.901 $
982 0.91 0.91 0.91 $
983 0.919 0.919 0.919 $
984 0.928 0.928 0.928 $
985 0.937 0.937 0.937 $
986 0.946 0.946 0.946 $
987 0.955 0.955 0.955 $
988 0.964 0.964 0.964 $
989 0.974 0.974 0.974 $
990 0.983 0.983 0.983 $
991 0.992 0.992 0.992 $
992 1 1 1 $
993 !
994 !
995 !
996 !
997 !
998 !
999 !
1000 !
1001 !
1002 !
1003 !
1004 !
1005 !
1006 !
1007 !
1008 !
1009 !
1010 !
1011 !
1012 !
1013 440.796 648.261 26.5629 0 radial
1014 popc
1015 newpath
1016 [5.36527 -1.21705 -1.81379 -8.99236 443.376 642.978] ellipse
1017 pushc
1018 eoclip newpath
1019 50 gradient
1020 0 0 0 $
1021 !
1022 !
1023 !
1024 !
1025 !
1026 !
1027 !
1028 !
1029 !
1030 !
1031 !
1032 !
1033 !
1034 !
1035 !
1036 !
1037 !
1038 !
1039 !
1040 !
1041 !
1042 !
1043 !
1044 !
1045 !
1046 !
1047 !
1048 !
1049 !
1050 !
1051 !
1052 0.013 0.013 0.013 $
1053 0.045 0.045 0.045 $
1054 0.078 0.078 0.078 $
1055 0.11 0.11 0.11 $
1056 0.143 0.143 0.143 $
1057 0.176 0.176 0.176 $
1058 0.208 0.208 0.208 $
1059 0.241 0.241 0.241 $
1060 0.273 0.273 0.273 $
1061 0.306 0.306 0.306 $
1062 0.338 0.338 0.338 $
1063 0.371 0.371 0.371 $
1064 0.403 0.403 0.403 $
1065 0.436 0.436 0.436 $
1066 0.468 0.468 0.468 $
1067 0.501 0.501 0.501 $
1068 0.533 0.533 0.533 $
1069 0.566 0.566 0.566 $
1070 442.162 646.91 14.7128 0 radial
1071 popc
1072 newpath
1073 [3.50831 -0.944447 -1.42027 -6.48433 429.085 647.862] ellipse
1074 pushc
1075 eoclip newpath
1076 50 gradient
1077 0 0 0 $
1078 !
1079 !
1080 !
1081 !
1082 !
1083 !
1084 !
1085 !
1086 !
1087 !
1088 !
1089 !
1090 !
1091 !
1092 !
1093 !
1094 !
1095 !
1096 !
1097 !
1098 !
1099 !
1100 !
1101 !
1102 !
1103 !
1104 !
1105 !
1106 !
1107 !
1108 !
1109 0.013 0.013 0.013 $
1110 0.045 0.045 0.045 $
1111 0.078 0.078 0.078 $
1112 0.11 0.11 0.11 $
1113 0.143 0.143 0.143 $
1114 0.176 0.176 0.176 $
1115 0.208 0.208 0.208 $
1116 0.241 0.241 0.241 $
1117 0.273 0.273 0.273 $
1118 0.306 0.306 0.306 $
1119 0.338 0.338 0.338 $
1120 0.371 0.371 0.371 $
1121 0.403 0.403 0.403 $
1122 0.436 0.436 0.436 $
1123 0.468 0.468 0.468 $
1124 0.501 0.501 0.501 $
1125 0.533 0.533 0.533 $
1126 0.566 0.566 0.566 $
1127 427.643 651.138 11.1324 0 radial
1128 popc
1129 newpath
1130 [0.500026 -0.204317 -0.340534 -0.833389 428.161 651.08] ellipse
1131 1 1 1 rgb
1132 F
1133 [0.681665 -0.232484 -0.435916 -1.27814 442.408 647.052] ellipse
1134 F
1135 newpath
1136 493.791 685.561 m
1137 493.791 685.561 495.592 681.96 497.752 678.358 c
1138 499.913 674.757 501.354 672.957 500.633 669.716 c
1139 499.913 666.475 495.952 662.874 495.592 662.874 c
1140 495.232 662.874 490.91 657.832 486.229 657.472 c
1141 481.547 657.112 479.387 658.913 476.866 656.032 c
1142 474.345 653.151 472.545 647.749 471.825 644.868 c
1143 471.104 641.988 473.985 638.026 472.905 632.625 c
1144 471.825 627.223 471.104 623.262 469.304 621.461 c
1145 467.503 619.66 465.702 616.06 462.462 614.619 c
1146 459.221 613.179 457.06 612.098 457.06 612.098 c
1147 457.06 612.098 442.295 610.298 442.295 610.298 c
1148 442.295 610.298 446.256 609.577 450.218 609.577 c
1149 454.179 609.577 455.079 608.498 458.68 608.857 c
1150 462.282 609.218 467.683 610.118 471.645 611.558 c
1151 475.606 612.999 475.426 615.159 479.747 617.68 c
1152 484.068 620.201 488.03 620.561 489.83 626.323 c
1153 491.63 632.085 487.849 638.747 491.09 641.448 c
1154 494.331 644.148 501.534 646.669 504.054 649.91 c
1155 506.575 653.151 510.717 657.652 510.356 665.575 c
1156 509.996 673.497 506.755 673.677 504.234 677.638 c
1157 501.713 681.599 493.791 685.921 493.791 685.921 c
1158 closepath
1159 pushc
1160 eoclip newpath
1161 50 gradient
1162 1 0 0 $
1163 0.99 0 0 $
1164 0.98 0 0 $
1165 0.97 0 0 $
1166 0.96 0 0 $
1167 0.95 0 0 $
1168 0.94 0 0 $
1169 0.93 0 0 $
1170 0.92 0 0 $
1171 0.91 0 0 $
1172 0.9 0 0 $
1173 0.89 0 0 $
1174 0.88 0 0 $
1175 0.87 0 0 $
1176 0.86 0 0 $
1177 0.85 0 0 $
1178 0.831 0 0 $
1179 0.809 0 0 $
1180 0.788 0 0 $
1181 0.767 0 0 $
1182 0.745 0 0 $
1183 0.724 0 0 $
1184 0.702 0 0 $
1185 0.681 0 0 $
1186 0.66 0 0 $
1187 0.638 0 0 $
1188 0.617 0 0 $
1189 0.595 0 0 $
1190 0.574 0 0 $
1191 0.553 0 0 $
1192 0.531 0 0 $
1193 0.51 0 0 $
1194 0.488 0 0 $
1195 0.467 0 0 $
1196 0.455 0 0 $
1197 !
1198 !
1199 !
1200 !
1201 !
1202 !
1203 !
1204 !
1205 !
1206 !
1207 !
1208 !
1209 !
1210 !
1211 !
1212 434.343 660.475 518.33 634.229 axial
1213 popc
1214 newpath
1215 newpath
1216 443.736 692.043 m
1217 443.736 692.043 438.334 684.841 437.974 684.841 c
1218 437.614 684.841 434.013 681.24 432.212 677.638 c
1219 430.411 674.037 432.212 668.996 432.212 668.996 c
1220 432.212 668.996 428.251 661.794 428.251 661.794 c
1221 428.251 661.794 434.733 668.996 434.733 668.996 c
1222 434.733 668.996 437.974 673.317 437.974 673.317 c
1223 437.974 673.317 440.135 673.317 441.575 674.397 c
1224 443.015 675.478 439.775 678.719 440.135 680.519 c
1225 440.495 682.32 441.576 685.2 444.816 687.361 c
1226 448.057 689.522 449.228 689.882 449.498 691.053 c
1227 449.768 692.223 448.507 692.673 448.507 692.673 c
1228 448.507 692.673 445.806 692.493 444.456 692.403 c
1229 closepath
1230 pushc
1231 eoclip newpath
1232 50 gradient
1233 0.848 0 0 $
1234 0.836 0 0 $
1235 0.825 0 0 $
1236 0.813 0 0 $
1237 0.801 0 0 $
1238 0.789 0 0 $
1239 0.778 0 0 $
1240 0.766 0 0 $
1241 0.754 0 0 $
1242 0.743 0 0 $
1243 0.731 0 0 $
1244 0.719 0 0 $
1245 0.707 0 0 $
1246 0.696 0 0 $
1247 0.684 0 0 $
1248 0.672 0 0 $
1249 0.661 0 0 $
1250 0.649 0 0 $
1251 0.637 0 0 $
1252 0.626 0 0 $
1253 0.614 0 0 $
1254 0.602 0 0 $
1255 0.59 0 0 $
1256 0.579 0 0 $
1257 0.567 0 0 $
1258 0.555 0 0 $
1259 0.544 0 0 $
1260 0.532 0 0 $
1261 0.52 0 0 $
1262 0.508 0 0 $
1263 0.497 0 0 $
1264 0.485 0 0 $
1265 0.473 0 0 $
1266 0.462 0 0 $
1267 0.452 0 0 $
1268 0.444 0 0 $
1269 0.436 0 0 $
1270 0.428 0 0 $
1271 0.42 0 0 $
1272 0.412 0 0 $
1273 0.404 0 0 $
1274 0.396 0 0 $
1275 0.388 0 0 $
1276 0.38 0 0 $
1277 0.373 0 0 $
1278 0.365 0 0 $
1279 0.357 0 0 $
1280 0.349 0 0 $
1281 0.341 0 0 $
1282 0.333 0 0 $
1283 424.233 685.785 453.554 668.682 axial
1284 popc
1285 newpath
1286 newpath
1287 442.656 672.957 m
1288 442.295 672.957 443.736 669.716 444.456 669.716 c
1289 445.176 669.716 445.176 671.877 446.977 674.037 c
1290 448.777 676.198 455.98 676.918 455.98 675.838 c
1291 455.98 674.758 450.578 671.516 451.298 670.796 c
1292 452.018 670.076 456.339 670.796 458.14 669.716 c
1293 459.941 668.636 462.462 662.874 463.542 663.234 c
1294 464.622 663.594 464.622 669.356 467.503 669.716 c
1295 470.384 670.076 481.367 663.594 484.248 663.234 c
1296 487.129 662.874 493.161 667.375 493.161 667.015 c
1297 493.161 666.655 487.669 665.214 484.788 666.475 c
1298 481.907 667.736 480.287 672.056 476.326 673.857 c
1299 472.365 675.658 469.124 676.558 465.882 677.638 c
1300 462.641 678.719 454.899 678.538 453.999 678.538 c
1301 453.099 678.538 446.976 676.918 446.617 676.558 c
1302 446.256 676.198 442.295 673.317 442.295 673.317 c
1303 closepath
1304 pushc
1305 eoclip newpath
1306 50 gradient
1307 0.929 0 0 $
1308 0.915 0 0 $
1309 0.901 0 0 $
1310 0.887 0 0 $
1311 0.873 0 0 $
1312 0.858 0 0 $
1313 0.844 0 0 $
1314 0.83 0 0 $
1315 0.816 0 0 $
1316 0.802 0 0 $
1317 0.788 0 0 $
1318 0.774 0 0 $
1319 0.76 0 0 $
1320 0.745 0 0 $
1321 0.731 0 0 $
1322 0.717 0 0 $
1323 0.703 0 0 $
1324 0.689 0 0 $
1325 0.675 0 0 $
1326 0.661 0 0 $
1327 0.647 0 0 $
1328 0.632 0 0 $
1329 0.618 0 0 $
1330 0.604 0 0 $
1331 0.59 0 0 $
1332 0.576 0 0 $
1333 0.562 0 0 $
1334 0.548 0 0 $
1335 0.534 0 0 $
1336 0.519 0 0 $
1337 0.505 0 0 $
1338 0.491 0 0 $
1339 0.477 0 0 $
1340 0.463 0 0 $
1341 0.452 0 0 $
1342 0.444 0 0 $
1343 0.436 0 0 $
1344 0.428 0 0 $
1345 0.42 0 0 $
1346 0.412 0 0 $
1347 0.404 0 0 $
1348 0.396 0 0 $
1349 0.388 0 0 $
1350 0.38 0 0 $
1351 0.373 0 0 $
1352 0.365 0 0 $
1353 0.357 0 0 $
1354 0.349 0 0 $
1355 0.341 0 0 $
1356 0.333 0 0 $
1357 461.749 655.601 473.707 686.162 axial
1358 popc
1359 newpath
1360 [8.98414 -1.89974 -1.2665 -5.98943 433.112 634.785] ellipse
1361 pushc
1362 eoclip newpath
1363 50 gradient
1364 0.424 0 0 $
1365 0.425 0 0 $
1366 0.426 0 0 $
1367 0.427 0 0 $
1368 0.428 0 0 $
1369 0.43 0 0 $
1370 0.431 0 0 $
1371 0.432 0 0 $
1372 0.433 0 0 $
1373 0.434 0 0 $
1374 0.435 0 0 $
1375 0.436 0 0 $
1376 0.437 0 0 $
1377 0.439 0 0 $
1378 0.44 0 0 $
1379 0.441 0 0 $
1380 0.442 0 0 $
1381 0.443 0 0 $
1382 0.444 0 0 $
1383 0.445 0 0 $
1384 0.446 0 0 $
1385 0.448 0 0 $
1386 0.449 0 0 $
1387 0.45 0 0 $
1388 0.451 0 0 $
1389 0.452 0 0 $
1390 0.453 0 0 $
1391 0.454 0 0 $
1392 0.463 0 0 $
1393 0.489 0 0 $
1394 0.515 0 0 $
1395 0.541 0 0 $
1396 0.566 0 0 $
1397 0.592 0 0 $
1398 0.618 0 0 $
1399 0.644 0 0 $
1400 0.67 0 0 $
1401 0.695 0 0 $
1402 0.721 0 0 $
1403 0.747 0 0 $
1404 0.773 0 0 $
1405 0.799 0 0 $
1406 0.824 0 0 $
1407 0.828 0 0 $
1408 !
1409 !
1410 !
1411 !
1412 !
1413 !
1414 430.304 636.461 14.3008 0 radial
1415 popc
1416 newpath
1417 newpath
1418 449.137 618.94 m
1419 449.137 618.94 455.259 621.461 457.78 621.822 c
1420 460.301 622.181 463.182 622.181 464.982 620.741 c
1421 466.783 619.3 466.063 617.5 465.702 617.5 c
1422 465.342 617.5 460.301 616.78 457.06 615.7 c
1423 453.819 614.619 452.018 612.098 446.977 611.738 c
1424 441.935 611.378 443.376 609.938 437.614 611.738 c
1425 431.852 613.539 431.492 613.899 429.331 616.06 c
1426 427.171 618.22 423.57 622.901 423.57 622.901 c
1427 423.57 622.901 423.21 626.863 423.21 626.863 c
1428 423.21 626.863 424.29 627.943 427.891 624.702 c
1429 431.492 621.461 433.652 622.181 437.254 619.66 c
1430 440.855 617.14 439.414 618.58 444.096 618.22 c
1431 448.777 617.86 448.417 619.3 448.417 619.3 c
1432 closepath
1433 0.636 0 0 rgb
1434 F
1435 newpath
1436 400.523 635.505 m
1437 400.523 635.505 406.285 624.702 406.285 624.702 c
1438 406.285 624.702 408.445 626.863 408.806 626.863 c
1439 409.165 626.863 412.406 623.622 412.046 621.821 c
1440 411.686 620.021 408.445 616.06 408.445 616.06 c
1441 408.445 616.06 402.323 620.741 402.323 621.101 c
1442 402.323 621.461 404.124 624.342 403.764 624.342 c
1443 403.403 624.342 395.121 626.143 395.121 626.143 c
1444 395.121 626.143 397.282 617.86 397.282 617.86 c
1445 397.282 617.86 399.442 619.301 399.442 619.301 c
1446 399.442 619.301 406.285 613.179 406.285 613.539 c
1447 406.285 613.899 404.484 609.218 400.162 608.857 c
1448 395.841 608.497 394.401 611.018 394.401 611.018 c
1449 394.401 611.018 394.761 613.899 394.761 613.899 c
1450 394.761 613.899 384.678 615.339 384.678 615.339 c
1451 384.678 615.339 385.218 610.838 390.26 607.957 c
1452 395.301 605.076 397.462 603.996 403.224 606.157 c
1453 408.985 608.317 409.346 609.758 409.346 609.758 c
1454 409.346 609.758 409.886 610.298 409.886 610.298 c
1455 409.886 610.298 415.287 605.256 415.287 605.256 c
1456 415.287 605.256 418.528 609.938 418.528 609.938 c
1457 418.528 609.938 412.766 614.259 412.766 614.259 c
1458 412.766 614.259 414.927 617.5 414.927 617.5 c
1459 414.927 617.5 416.547 621.641 415.107 625.242 c
1460 413.667 628.843 410.966 630.464 410.966 630.464 c
1461 410.966 630.464 408.445 632.625 405.564 633.705 c
1462 402.683 634.785 401.243 634.785 401.243 634.785 c
1463 closepath
1464 pushc
1465 eoclip newpath
1466 50 gradient
1467 0.737 0.737 0.737 $
1468 0.731 0.731 0.731 $
1469 0.725 0.725 0.725 $
1470 0.718 0.718 0.718 $
1471 0.712 0.712 0.712 $
1472 0.706 0.706 0.706 $
1473 0.7 0.7 0.7 $
1474 0.694 0.694 0.694 $
1475 0.687 0.687 0.687 $
1476 0.681 0.681 0.681 $
1477 0.675 0.675 0.675 $
1478 0.669 0.669 0.669 $
1479 0.663 0.663 0.663 $
1480 0.656 0.656 0.656 $
1481 0.65 0.65 0.65 $
1482 0.644 0.644 0.644 $
1483 0.638 0.638 0.638 $
1484 0.631 0.631 0.631 $
1485 0.625 0.625 0.625 $
1486 0.619 0.619 0.619 $
1487 0.613 0.613 0.613 $
1488 0.607 0.607 0.607 $
1489 0.6 0.6 0.6 $
1490 0.594 0.594 0.594 $
1491 0.588 0.588 0.588 $
1492 0.582 0.582 0.582 $
1493 0.576 0.576 0.576 $
1494 0.569 0.569 0.569 $
1495 0.563 0.563 0.563 $
1496 0.557 0.557 0.557 $
1497 0.537 0.537 0.537 $
1498 0.514 0.514 0.514 $
1499 0.492 0.492 0.492 $
1500 0.469 0.469 0.469 $
1501 0.446 0.446 0.446 $
1502 0.424 0.424 0.424 $
1503 0.401 0.401 0.401 $
1504 0.384 0.384 0.384 $
1505 !
1506 !
1507 !
1508 !
1509 !
1510 !
1511 !
1512 !
1513 !
1514 !
1515 !
1516 !
1517 382.433 631.763 420.773 608.758 axial
1518 popc
1519 newpath
1520 [6.26125 -1.34636 -0.426261 -8.21329 424.516 594.859] ellipse
1521 pushc
1522 eoclip newpath
1523 50 gradient
1524 0.424 0 0 $
1525 0.431 0 0 $
1526 0.438 0 0 $
1527 0.444 0 0 $
1528 0.451 0 0 $
1529 0.458 0 0 $
1530 0.465 0 0 $
1531 0.472 0 0 $
1532 0.479 0 0 $
1533 0.485 0 0 $
1534 0.492 0 0 $
1535 0.499 0 0 $
1536 0.506 0 0 $
1537 0.513 0 0 $
1538 0.519 0 0 $
1539 0.526 0 0 $
1540 0.533 0 0 $
1541 0.54 0 0 $
1542 0.547 0 0 $
1543 0.554 0 0 $
1544 0.56 0 0 $
1545 0.567 0 0 $
1546 0.574 0 0 $
1547 0.581 0 0 $
1548 0.588 0 0 $
1549 0.594 0 0 $
1550 0.601 0 0 $
1551 0.608 0 0 $
1552 0.615 0 0 $
1553 0.622 0 0 $
1554 0.628 0 0 $
1555 0.635 0 0 $
1556 0.642 0 0 $
1557 0.649 0 0 $
1558 0.656 0 0 $
1559 0.663 0 0 $
1560 0.669 0 0 $
1561 0.676 0 0 $
1562 0.683 0 0 $
1563 0.69 0 0 $
1564 0.697 0 0 $
1565 0.703 0 0 $
1566 0.71 0 0 $
1567 0.717 0 0 $
1568 0.724 0 0 $
1569 0.731 0 0 $
1570 0.738 0 0 $
1571 0.744 0 0 $
1572 0.751 0 0 $
1573 0.758 0 0 $
1574 422.275 598.188 14.4331 0 radial
1575 popc
1576 newpath
1577 newpath
1578 442.655 600.575 m
1579 442.655 600.575 443.376 604.536 446.256 605.256 c
1580 449.138 605.977 453.818 602.735 454.179 602.735 c
1581 454.539 602.735 458.5 603.816 463.182 602.015 c
1582 467.863 600.215 467.863 597.694 465.342 595.894 c
1583 462.822 594.093 466.063 591.932 463.542 591.573 c
1584 461.022 591.212 460.661 590.851 458.86 592.293 c
1585 457.06 593.733 455.259 599.494 454.899 599.494 c
1586 454.539 599.494 448.777 600.575 448.417 600.575 c
1587 448.057 600.575 443.015 600.215 443.015 600.215 c
1588 closepath
1589 pushc
1590 eoclip newpath
1591 50 gradient
1592 0.778 0 0 $
1593 0.772 0 0 $
1594 0.765 0 0 $
1595 0.759 0 0 $
1596 0.752 0 0 $
1597 0.746 0 0 $
1598 0.74 0 0 $
1599 0.733 0 0 $
1600 0.727 0 0 $
1601 0.721 0 0 $
1602 0.714 0 0 $
1603 0.708 0 0 $
1604 0.701 0 0 $
1605 0.695 0 0 $
1606 0.689 0 0 $
1607 0.682 0 0 $
1608 0.676 0 0 $
1609 0.669 0 0 $
1610 0.663 0 0 $
1611 0.657 0 0 $
1612 0.65 0 0 $
1613 0.644 0 0 $
1614 0.637 0 0 $
1615 0.631 0 0 $
1616 0.625 0 0 $
1617 0.618 0 0 $
1618 0.612 0 0 $
1619 0.606 0 0 $
1620 0.599 0 0 $
1621 0.593 0 0 $
1622 0.586 0 0 $
1623 0.58 0 0 $
1624 0.574 0 0 $
1625 0.567 0 0 $
1626 0.561 0 0 $
1627 0.554 0 0 $
1628 0.548 0 0 $
1629 0.542 0 0 $
1630 0.535 0 0 $
1631 0.529 0 0 $
1632 0.522 0 0 $
1633 0.516 0 0 $
1634 0.51 0 0 $
1635 0.503 0 0 $
1636 0.497 0 0 $
1637 0.491 0 0 $
1638 0.484 0 0 $
1639 0.478 0 0 $
1640 0.471 0 0 $
1641 0.465 0 0 $
1642 454.84 605.361 454.84 591.25 axial
1643 popc
1644 newpath
1645 [5.36305 -1.08423 -0.365113 -6.61418 420.735 593.239] ellipse
1646 pushc
1647 eoclip newpath
1648 50 gradient
1649 0.424 0 0 $
1650 0.425 0 0 $
1651 0.426 0 0 $
1652 0.427 0 0 $
1653 0.428 0 0 $
1654 0.43 0 0 $
1655 0.431 0 0 $
1656 0.432 0 0 $
1657 0.433 0 0 $
1658 0.434 0 0 $
1659 0.435 0 0 $
1660 0.436 0 0 $
1661 0.437 0 0 $
1662 0.439 0 0 $
1663 0.44 0 0 $
1664 0.441 0 0 $
1665 0.442 0 0 $
1666 0.443 0 0 $
1667 0.444 0 0 $
1668 0.445 0 0 $
1669 0.446 0 0 $
1670 0.448 0 0 $
1671 0.449 0 0 $
1672 0.45 0 0 $
1673 0.451 0 0 $
1674 0.452 0 0 $
1675 0.453 0 0 $
1676 0.454 0 0 $
1677 0.463 0 0 $
1678 0.489 0 0 $
1679 0.515 0 0 $
1680 0.541 0 0 $
1681 0.566 0 0 $
1682 0.592 0 0 $
1683 0.618 0 0 $
1684 0.644 0 0 $
1685 0.67 0 0 $
1686 0.695 0 0 $
1687 0.721 0 0 $
1688 0.747 0 0 $
1689 0.773 0 0 $
1690 0.799 0 0 $
1691 0.824 0 0 $
1692 0.828 0 0 $
1693 !
1694 !
1695 !
1696 !
1697 !
1698 !
1699 419.172 595.338 11.2075 0 radial
1700 popc
1701 newpath
1702 newpath
1703 527.641 524.952 m
1704 522.96 522.791 l
1705 519.359 531.074 l
1706 511.437 522.791 l
1707 497.752 514.149 l
1708 519.359 514.869 l
1709 528.362 514.869 l
1710 538.805 516.309 l
1711 531.242 518.83 l
1712 535.924 522.791 l
1713 537.365 526.392 l
1714 534.124 526.753 l
1715 526.921 524.772 l
1716 closepath
1717 pushc
1718 eoclip newpath
1719 50 gradient
1720 0.475 0 0 $
1721 0.474 0 0 $
1722 0.474 0 0 $
1723 0.473 0 0 $
1724 0.473 0 0 $
1725 0.472 0 0 $
1726 0.471 0 0 $
1727 0.471 0 0 $
1728 0.47 0 0 $
1729 0.47 0 0 $
1730 0.469 0 0 $
1731 0.468 0 0 $
1732 0.468 0 0 $
1733 0.467 0 0 $
1734 0.467 0 0 $
1735 0.466 0 0 $
1736 0.465 0 0 $
1737 0.465 0 0 $
1738 0.464 0 0 $
1739 0.464 0 0 $
1740 0.463 0 0 $
1741 0.462 0 0 $
1742 0.462 0 0 $
1743 0.461 0 0 $
1744 0.461 0 0 $
1745 0.46 0 0 $
1746 0.46 0 0 $
1747 0.459 0 0 $
1748 0.458 0 0 $
1749 0.458 0 0 $
1750 0.457 0 0 $
1751 0.457 0 0 $
1752 0.456 0 0 $
1753 0.455 0 0 $
1754 0.461 0 0 $
1755 0.476 0 0 $
1756 0.49 0 0 $
1757 0.504 0 0 $
1758 0.519 0 0 $
1759 0.533 0 0 $
1760 0.548 0 0 $
1761 0.562 0 0 $
1762 0.576 0 0 $
1763 0.591 0 0 $
1764 0.605 0 0 $
1765 0.619 0 0 $
1766 0.634 0 0 $
1767 0.648 0 0 $
1768 0.663 0 0 $
1769 0.677 0 0 $
1770 513.88 522.611 26.3224 0 radial
1771 popc
1772 newpath
1773 [8.05766 -0.851211 -0.548558 -5.1927 421.229 605.796] ellipse
1774 pushc
1775 eoclip newpath
1776 50 gradient
1777 0.424 0 0 $
1778 0.425 0 0 $
1779 0.426 0 0 $
1780 0.427 0 0 $
1781 0.428 0 0 $
1782 0.43 0 0 $
1783 0.431 0 0 $
1784 0.432 0 0 $
1785 0.433 0 0 $
1786 0.434 0 0 $
1787 0.435 0 0 $
1788 0.436 0 0 $
1789 0.437 0 0 $
1790 0.439 0 0 $
1791 0.44 0 0 $
1792 0.441 0 0 $
1793 0.442 0 0 $
1794 0.443 0 0 $
1795 0.444 0 0 $
1796 0.445 0 0 $
1797 0.446 0 0 $
1798 0.448 0 0 $
1799 0.449 0 0 $
1800 0.45 0 0 $
1801 0.451 0 0 $
1802 0.452 0 0 $
1803 0.453 0 0 $
1804 0.454 0 0 $
1805 0.463 0 0 $
1806 0.489 0 0 $
1807 0.515 0 0 $
1808 0.541 0 0 $
1809 0.566 0 0 $
1810 0.592 0 0 $
1811 0.618 0 0 $
1812 0.644 0 0 $
1813 0.67 0 0 $
1814 0.695 0 0 $
1815 0.721 0 0 $
1816 0.747 0 0 $
1817 0.773 0 0 $
1818 0.799 0 0 $
1819 0.824 0 0 $
1820 0.828 0 0 $
1821 !
1822 !
1823 !
1824 !
1825 !
1826 !
1827 418.881 607.444 12.5065 0 radial
1828 popc
1829 newpath
1830 [8.05766 -0.851211 -0.548558 -5.1927 417.831 599.877] ellipse
1831 pushc
1832 eoclip newpath
1833 50 gradient
1834 0.424 0 0 $
1835 0.425 0 0 $
1836 0.426 0 0 $
1837 0.427 0 0 $
1838 0.428 0 0 $
1839 0.43 0 0 $
1840 0.431 0 0 $
1841 0.432 0 0 $
1842 0.433 0 0 $
1843 0.434 0 0 $
1844 0.435 0 0 $
1845 0.436 0 0 $
1846 0.437 0 0 $
1847 0.439 0 0 $
1848 0.44 0 0 $
1849 0.441 0 0 $
1850 0.442 0 0 $
1851 0.443 0 0 $
1852 0.444 0 0 $
1853 0.445 0 0 $
1854 0.446 0 0 $
1855 0.448 0 0 $
1856 0.449 0 0 $
1857 0.45 0 0 $
1858 0.451 0 0 $
1859 0.452 0 0 $
1860 0.453 0 0 $
1861 0.454 0 0 $
1862 0.463 0 0 $
1863 0.489 0 0 $
1864 0.515 0 0 $
1865 0.541 0 0 $
1866 0.566 0 0 $
1867 0.592 0 0 $
1868 0.618 0 0 $
1869 0.644 0 0 $
1870 0.67 0 0 $
1871 0.695 0 0 $
1872 0.721 0 0 $
1873 0.747 0 0 $
1874 0.773 0 0 $
1875 0.799 0 0 $
1876 0.824 0 0 $
1877 0.828 0 0 $
1878 !
1879 !
1880 !
1881 !
1882 !
1883 !
1884 415.483 601.525 12.5065 0 radial
1885 popc
1886 newpath
1887 newpath
1888 416.727 544.758 m
1889 417.088 544.758 428.972 546.558 430.052 546.558 c
1890 431.132 546.558 434.733 546.919 436.173 548.719 c
1891 437.614 550.52 436.534 552.681 436.534 552.681 c
1892 436.534 552.681 434.733 558.082 435.093 558.442 c
1893 435.453 558.802 444.456 557.002 444.456 557.002 c
1894 444.456 557.002 450.938 557.362 452.378 555.561 c
1895 453.819 553.761 452.739 547.999 452.739 547.999 c
1896 452.739 547.999 450.218 544.037 449.858 544.037 c
1897 449.497 544.037 445.536 541.517 440.495 540.797 c
1898 435.453 540.077 435.814 542.598 431.132 541.157 c
1899 426.451 539.716 422.849 537.556 422.849 537.556 c
1900 422.849 537.556 417.448 544.758 417.448 544.758 c
1901 closepath
1902 pushc
1903 eoclip newpath
1904 50 gradient
1905 0.556 0 0 $
1906 !
1907 !
1908 !
1909 !
1910 !
1911 !
1912 !
1913 !
1914 !
1915 !
1916 !
1917 !
1918 !
1919 !
1920 !
1921 !
1922 !
1923 !
1924 !
1925 !
1926 !
1927 !
1928 !
1929 0.564 0 0 $
1930 0.574 0 0 $
1931 0.585 0 0 $
1932 0.595 0 0 $
1933 0.606 0 0 $
1934 0.617 0 0 $
1935 0.627 0 0 $
1936 0.638 0 0 $
1937 0.648 0 0 $
1938 0.659 0 0 $
1939 0.669 0 0 $
1940 0.68 0 0 $
1941 0.691 0 0 $
1942 0.701 0 0 $
1943 0.712 0 0 $
1944 0.722 0 0 $
1945 0.733 0 0 $
1946 0.743 0 0 $
1947 0.754 0 0 $
1948 0.765 0 0 $
1949 0.775 0 0 $
1950 0.786 0 0 $
1951 0.796 0 0 $
1952 0.807 0 0 $
1953 0.817 0 0 $
1954 0.828 0 0 $
1955 432.761 549.418 23.5697 0 radial
1956 popc
1957 newpath
1958 newpath
1959 435.453 555.561 m
1960 435.453 555.921 434.373 558.442 434.373 558.442 c
1961 434.373 558.442 441.215 558.082 441.215 558.082 c
1962 441.215 558.082 446.977 557.002 446.977 557.002 c
1963 446.977 557.002 451.298 556.641 451.298 556.641 c
1964 451.298 556.641 452.739 553.761 452.739 553.761 c
1965 452.739 553.761 453.098 550.88 453.098 550.88 c
1966 453.098 550.88 446.617 552.32 446.256 552.681 c
1967 445.897 553.04 439.775 554.841 439.414 554.841 c
1968 439.055 554.841 435.453 557.002 435.453 557.002 c
1969 closepath
1970 0.434 0 0 rgb
1971 F
1972 newpath
1973 452.018 551.6 m
1974 452.018 551.6 453.098 550.88 452.018 547.639 c
1975 450.938 544.398 449.498 544.037 449.138 544.037 c
1976 448.777 544.037 446.256 542.237 446.256 542.237 c
1977 0.475 0 0 rgb
1978 1 w
1979 0 j
1980 0 J
1981 [] 0 d
1982 S
1983 newpath
1984 434.373 558.442 m
1985 434.373 558.442 434.733 558.082 435.814 555.201 c
1986 436.894 552.32 437.974 554.12 436.534 550.52 c
1987 435.093 546.919 434.733 547.278 434.733 547.278 c
1988 434.733 547.278 432.932 547.278 432.932 547.278 c
1989 S
1990 newpath
1991 475.065 553.401 m
1992 475.065 553.401 476.866 545.478 476.866 545.118 c
1993 476.866 544.758 479.747 539.356 479.387 539.356 c
1994 479.026 539.356 475.426 537.195 471.464 535.755 c
1995 467.503 534.315 462.462 531.794 459.221 531.434 c
1996 455.98 531.074 446.256 531.794 446.256 531.794 c
1997 446.256 531.794 445.897 535.395 441.575 537.916 c
1998 437.254 540.437 428.972 541.517 428.972 541.517 c
1999 428.972 541.517 439.775 543.678 439.775 543.678 c
2000 439.775 543.678 448.777 545.478 448.777 545.478 c
2001 448.777 545.478 450.218 554.481 450.218 554.481 c
2002 450.218 554.481 455.619 555.561 455.98 555.561 c
2003 456.339 555.561 467.863 555.921 468.223 555.921 c
2004 468.584 555.921 474.345 554.12 474.345 554.12 c
2005 closepath
2006 pushc
2007 eoclip newpath
2008 50 gradient
2009 0.556 0 0 $
2010 !
2011 !
2012 !
2013 !
2014 !
2015 !
2016 !
2017 !
2018 !
2019 !
2020 !
2021 !
2022 !
2023 !
2024 !
2025 !
2026 !
2027 !
2028 !
2029 !
2030 !
2031 !
2032 !
2033 0.564 0 0 $
2034 0.574 0 0 $
2035 0.585 0 0 $
2036 0.595 0 0 $
2037 0.606 0 0 $
2038 0.617 0 0 $
2039 0.627 0 0 $
2040 0.638 0 0 $
2041 0.648 0 0 $
2042 0.659 0 0 $
2043 0.669 0 0 $
2044 0.68 0 0 $
2045 0.691 0 0 $
2046 0.701 0 0 $
2047 0.712 0 0 $
2048 0.722 0 0 $
2049 0.733 0 0 $
2050 0.743 0 0 $
2051 0.754 0 0 $
2052 0.765 0 0 $
2053 0.775 0 0 $
2054 0.786 0 0 $
2055 0.796 0 0 $
2056 0.807 0 0 $
2057 0.817 0 0 $
2058 0.828 0 0 $
2059 451.192 545.266 31.4774 0 radial
2060 popc
2061 newpath
2062 newpath
2063 453.098 555.561 m
2064 463.542 559.162 l
2065 473.265 559.523 l
2066 475.785 553.401 l
2067 476.866 547.639 l
2068 477.586 543.318 l
2069 474.705 546.198 l
2070 467.863 549.079 l
2071 458.14 550.88 l
2072 453.098 552.32 l
2073 450.938 554.481 l
2074 452.739 555.921 l
2075 closepath
2076 0.434 0 0 rgb
2077 F
2078 453.098 555.561 m
2079 463.542 559.162 l
2080 473.265 559.523 l
2081 475.785 553.401 l
2082 476.866 547.639 l
2083 477.586 543.318 l
2084 474.705 546.198 l
2085 467.863 549.079 l
2086 458.14 550.88 l
2087 453.098 552.32 l
2088 450.938 554.481 l
2089 452.739 555.921 l
2090 0.475 0 0 rgb
2091 1 w
2092 0 j
2093 0 J
2094 [] 0 d
2095 S
2096 [15.1246 0 0 -7.74233 413.127 537.735] ellipse
2097 pushc
2098 eoclip newpath
2099 50 gradient
2100 0.576 0.576 0.576 $
2101 0.585 0.585 0.585 $
2102 0.593 0.593 0.593 $
2103 0.602 0.602 0.602 $
2104 0.611 0.611 0.611 $
2105 0.619 0.619 0.619 $
2106 0.628 0.628 0.628 $
2107 0.637 0.637 0.637 $
2108 0.645 0.645 0.645 $
2109 0.654 0.654 0.654 $
2110 0.663 0.663 0.663 $
2111 0.671 0.671 0.671 $
2112 0.68 0.68 0.68 $
2113 0.688 0.688 0.688 $
2114 0.697 0.697 0.697 $
2115 0.706 0.706 0.706 $
2116 0.714 0.714 0.714 $
2117 0.723 0.723 0.723 $
2118 0.732 0.732 0.732 $
2119 0.74 0.74 0.74 $
2120 0.749 0.749 0.749 $
2121 0.758 0.758 0.758 $
2122 0.766 0.766 0.766 $
2123 0.775 0.775 0.775 $
2124 0.784 0.784 0.784 $
2125 0.792 0.792 0.792 $
2126 0.801 0.801 0.801 $
2127 0.81 0.81 0.81 $
2128 0.818 0.818 0.818 $
2129 0.827 0.827 0.827 $
2130 0.836 0.836 0.836 $
2131 0.844 0.844 0.844 $
2132 0.853 0.853 0.853 $
2133 0.862 0.862 0.862 $
2134 0.87 0.87 0.87 $
2135 0.879 0.879 0.879 $
2136 0.888 0.888 0.888 $
2137 0.896 0.896 0.896 $
2138 0.905 0.905 0.905 $
2139 0.913 0.913 0.913 $
2140 0.922 0.922 0.922 $
2141 0.931 0.931 0.931 $
2142 0.939 0.939 0.939 $
2143 0.948 0.948 0.948 $
2144 0.957 0.957 0.957 $
2145 0.965 0.965 0.965 $
2146 0.974 0.974 0.974 $
2147 0.983 0.983 0.983 $
2148 0.991 0.991 0.991 $
2149 1 1 1 $
2150 406.645 540.058 23.8358 0 radial
2151 popc
2152 newpath
2153 newpath
2154 401.536 541.99 m
2155 401.536 541.99 399.555 541.45 399.376 541.27 c
2156 399.195 541.09 397.935 538.569 397.935 538.569 c
2157 397.935 538.569 402.976 535.328 402.976 535.328 c
2158 402.976 535.328 407.118 532.987 410.539 532.627 c
2159 413.96 532.267 417.021 531.907 417.021 531.907 c
2160 417.021 531.907 417.201 535.148 416.66 535.148 c
2161 416.12 535.148 410.358 536.048 410.179 536.048 c
2162 409.999 536.048 408.018 535.868 404.417 538.749 c
2163 400.816 541.63 402.256 541.27 402.076 541.27 c
2164 closepath
2165 0.596 0.596 0.596 rgb
2166 F
2167 [15.1246 0 0 -7.74233 430.975 533.257] ellipse
2168 pushc
2169 eoclip newpath
2170 50 gradient
2171 0.576 0.576 0.576 $
2172 0.585 0.585 0.585 $
2173 0.593 0.593 0.593 $
2174 0.602 0.602 0.602 $
2175 0.611 0.611 0.611 $
2176 0.619 0.619 0.619 $
2177 0.628 0.628 0.628 $
2178 0.637 0.637 0.637 $
2179 0.645 0.645 0.645 $
2180 0.654 0.654 0.654 $
2181 0.663 0.663 0.663 $
2182 0.671 0.671 0.671 $
2183 0.68 0.68 0.68 $
2184 0.688 0.688 0.688 $
2185 0.697 0.697 0.697 $
2186 0.706 0.706 0.706 $
2187 0.714 0.714 0.714 $
2188 0.723 0.723 0.723 $
2189 0.732 0.732 0.732 $
2190 0.74 0.74 0.74 $
2191 0.749 0.749 0.749 $
2192 0.758 0.758 0.758 $
2193 0.766 0.766 0.766 $
2194 0.775 0.775 0.775 $
2195 0.784 0.784 0.784 $
2196 0.792 0.792 0.792 $
2197 0.801 0.801 0.801 $
2198 0.81 0.81 0.81 $
2199 0.818 0.818 0.818 $
2200 0.827 0.827 0.827 $
2201 0.836 0.836 0.836 $
2202 0.844 0.844 0.844 $
2203 0.853 0.853 0.853 $
2204 0.862 0.862 0.862 $
2205 0.87 0.87 0.87 $
2206 0.879 0.879 0.879 $
2207 0.888 0.888 0.888 $
2208 0.896 0.896 0.896 $
2209 0.905 0.905 0.905 $
2210 0.913 0.913 0.913 $
2211 0.922 0.922 0.922 $
2212 0.931 0.931 0.931 $
2213 0.939 0.939 0.939 $
2214 0.948 0.948 0.948 $
2215 0.957 0.957 0.957 $
2216 0.965 0.965 0.965 $
2217 0.974 0.974 0.974 $
2218 0.983 0.983 0.983 $
2219 0.991 0.991 0.991 $
2220 1 1 1 $
2221 424.493 535.58 23.8359 0 radial
2222 popc
2223 newpath
2224 newpath
2225 443.015 533.954 m
2226 443.015 533.954 452.018 532.874 461.742 533.954 c
2227 471.464 535.035 479.026 538.996 479.026 538.996 c
2228 479.026 538.996 480.467 531.434 480.467 531.434 c
2229 480.467 531.434 469.664 527.473 462.101 526.392 c
2230 454.539 525.312 437.974 526.032 437.974 526.032 c
2231 437.974 526.032 435.093 526.392 435.093 526.392 c
2232 435.093 526.392 442.295 533.954 442.295 533.954 c
2233 closepath
2234 pushc
2235 eoclip newpath
2236 50 gradient
2237 0.576 0.576 0.576 $
2238 0.585 0.585 0.585 $
2239 0.593 0.593 0.593 $
2240 0.602 0.602 0.602 $
2241 0.611 0.611 0.611 $
2242 0.619 0.619 0.619 $
2243 0.628 0.628 0.628 $
2244 0.637 0.637 0.637 $
2245 0.645 0.645 0.645 $
2246 0.654 0.654 0.654 $
2247 0.663 0.663 0.663 $
2248 0.671 0.671 0.671 $
2249 0.68 0.68 0.68 $
2250 0.688 0.688 0.688 $
2251 0.697 0.697 0.697 $
2252 0.706 0.706 0.706 $
2253 0.714 0.714 0.714 $
2254 0.723 0.723 0.723 $
2255 0.732 0.732 0.732 $
2256 0.74 0.74 0.74 $
2257 0.749 0.749 0.749 $
2258 0.758 0.758 0.758 $
2259 0.766 0.766 0.766 $
2260 0.775 0.775 0.775 $
2261 0.784 0.784 0.784 $
2262 0.792 0.792 0.792 $
2263 0.801 0.801 0.801 $
2264 0.81 0.81 0.81 $
2265 0.818 0.818 0.818 $
2266 0.827 0.827 0.827 $
2267 0.836 0.836 0.836 $
2268 0.844 0.844 0.844 $
2269 0.853 0.853 0.853 $
2270 0.862 0.862 0.862 $
2271 0.87 0.87 0.87 $
2272 0.879 0.879 0.879 $
2273 0.888 0.888 0.888 $
2274 0.896 0.896 0.896 $
2275 0.905 0.905 0.905 $
2276 0.913 0.913 0.913 $
2277 0.922 0.922 0.922 $
2278 0.931 0.931 0.931 $
2279 0.939 0.939 0.939 $
2280 0.948 0.948 0.948 $
2281 0.957 0.957 0.957 $
2282 0.965 0.965 0.965 $
2283 0.974 0.974 0.974 $
2284 0.983 0.983 0.983 $
2285 0.991 0.991 0.991 $
2286 1 1 1 $
2287 455.432 543.354 460.128 521.439 axial
2288 popc
2289 newpath
2290 newpath
2291 432.212 546.558 m
2292 435.814 544.758 l
2293 0.768 0.768 0.768 rgb
2294 1 w
2295 0 j
2296 0 J
2297 [] 0 d
2298 S
2299 newpath
2300 435.093 548.359 m
2301 439.055 545.838 l
2302 S
2303 newpath
2304 444.456 544.037 m
2305 449.497 542.598 l
2306 S
2307 newpath
2308 448.057 545.838 m
2309 451.298 544.758 l
2310 S
2311 newpath
2312 428.972 525.492 m
2313 429.331 525.852 432.572 531.794 432.572 531.794 c
2314 432.572 531.794 443.015 530.353 443.015 530.353 c
2315 443.015 530.353 451.838 530.173 452.558 529.813 c
2316 453.279 529.453 468.943 532.154 469.304 532.515 c
2317 469.664 532.874 479.387 537.195 479.387 537.195 c
2318 479.387 537.195 481.547 531.254 481.187 531.254 c
2319 480.827 531.254 480.467 529.813 465.342 527.112 c
2320 450.218 524.412 450.938 525.132 442.656 525.492 c
2321 434.373 525.852 428.611 525.672 428.611 525.672 c
2322 closepath
2323 0.596 0.596 0.596 rgb
2324 F
2325 newpath
2326 420.058 538.366 m
2327 420.058 538.366 418.078 537.826 417.898 537.646 c
2328 417.718 537.465 416.457 534.945 416.457 534.945 c
2329 416.457 534.945 421.499 531.704 421.499 531.704 c
2330 421.499 531.704 425.64 529.363 429.061 529.003 c
2331 432.483 528.643 433.563 529.543 433.563 529.543 c
2332 433.563 529.543 434.103 531.884 433.563 531.884 c
2333 433.023 531.884 428.881 532.424 428.701 532.424 c
2334 428.521 532.424 426.541 532.244 422.94 535.125 c
2335 419.338 538.006 420.779 537.646 420.599 537.646 c
2336 closepath
2337 F
2338 newpath
2339 426.451 622.542 m
2340 426.451 622.542 433.112 618.58 433.833 617.32 c
2341 434.553 616.06 439.414 613.179 442.295 613.179 c
2342 445.176 613.179 451.298 615.7 451.298 615.7 c
2343 451.298 615.7 461.742 619.301 461.742 619.301 c
2344 461.742 619.301 455.799 618.761 450.038 616.96 c
2345 444.276 615.159 444.816 615.339 441.935 615.339 c
2346 439.055 615.339 434.013 619.301 433.653 619.301 c
2347 433.293 619.301 426.451 622.542 426.451 622.542 c
2348 closepath
2349 pushc
2350 eoclip newpath
2351 50 gradient
2352 0.616 0 0 $
2353 0.611 0 0 $
2354 0.606 0 0 $
2355 0.602 0 0 $
2356 0.597 0 0 $
2357 0.592 0 0 $
2358 0.587 0 0 $
2359 0.582 0 0 $
2360 0.578 0 0 $
2361 0.573 0 0 $
2362 0.568 0 0 $
2363 0.563 0 0 $
2364 0.558 0 0 $
2365 0.554 0 0 $
2366 0.549 0 0 $
2367 0.544 0 0 $
2368 0.539 0 0 $
2369 0.534 0 0 $
2370 0.53 0 0 $
2371 0.525 0 0 $
2372 0.52 0 0 $
2373 0.515 0 0 $
2374 0.51 0 0 $
2375 0.506 0 0 $
2376 0.501 0 0 $
2377 0.496 0 0 $
2378 0.491 0 0 $
2379 0.486 0 0 $
2380 0.482 0 0 $
2381 0.477 0 0 $
2382 0.472 0 0 $
2383 0.467 0 0 $
2384 0.463 0 0 $
2385 0.458 0 0 $
2386 0.455 0 0 $
2387 0.456 0 0 $
2388 0.457 0 0 $
2389 0.457 0 0 $
2390 0.458 0 0 $
2391 0.459 0 0 $
2392 0.459 0 0 $
2393 0.46 0 0 $
2394 0.46 0 0 $
2395 0.461 0 0 $
2396 0.462 0 0 $
2397 0.462 0 0 $
2398 0.463 0 0 $
2399 0.464 0 0 $
2400 0.464 0 0 $
2401 0.465 0 0 $
2402 444.096 617.86 18.256 0 radial
2403 popc
2404 newpath
2405 newpath
2406 246.446 791.099 m
2407 246.263 653.969 l
2408 257.252 653.969 l
2409 266.043 663.649 l
2410 266.043 779.806 l
2411 259.45 790.292 l
2412 246.263 790.292 l
2413 closepath
2414 1 1 1 rgb
2415 F
2416 newpath
2417 338.281 563.853 m
2418 261.027 609.375 l
2419 271.99 609.375 l
2420 286.201 606.162 l
2421 351.486 567.602 l
2422 350.801 564.121 l
2423 337.645 564.121 l
2424 closepath
2425 F
2426 newpath
2427 71.1751 794.729 m
2428 71.1751 739.474 l
2429 83.6291 739.474 l
2430 87.292 751.573 l
2431 86.9257 784.646 l
2432 82.5302 794.326 l
2433 71.5414 794.326 l
2434 closepath
2435 F
2436 newpath
2437 165.457 562.648 m
2438 134.401 580.991 l
2439 146.827 580.991 l
2440 157.281 576.974 l
2441 175.504 565.995 l
2442 176.559 562.782 l
2443 165.596 562.782 l
2444 closepath
2445 F
2446 newpath
2447 71.1751 705.191 m
2448 71.1751 649.936 l
2449 83.6291 649.936 l
2450 87.292 662.036 l
2451 86.9257 695.108 l
2452 82.5302 704.788 l
2453 71.5414 704.788 l
2454 closepath
2455 F
2456 newpath
2457 115.134 592.371 m
2458 84.0782 610.714 l
2459 96.5032 610.714 l
2460 106.958 606.698 l
2461 125.181 595.719 l
2462 126.236 592.505 l
2463 115.272 592.505 l
2464 closepath
2465 F
2466 showpage
2467 end
2468 %%Trailer
2469 cleartomark countdictstack exch sub { end } repeat restore
2470 %%EOF