From b6dd8c8b68c09eb655c76b1b9cf3c716ca06750d Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 12 May 2013 01:38:01 +0000 Subject: [PATCH] MFC r250012: Add an alternate version of beastie to the examples directory. PR: docs/38556 git-svn-id: svn://svn.freebsd.org/base/stable/8@250542 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/examples/BSD_daemon/README | 4 + share/examples/BSD_daemon/beastie2.eps | 2470 ++++++++++++++++++++++++ 2 files changed, 2474 insertions(+) create mode 100644 share/examples/BSD_daemon/beastie2.eps diff --git a/share/examples/BSD_daemon/README b/share/examples/BSD_daemon/README index 9aa117383..9ad7718f4 100644 --- a/share/examples/BSD_daemon/README +++ b/share/examples/BSD_daemon/README @@ -35,6 +35,10 @@ beastie.eps Before committing this, clean out the comment brought over from the .fig file to avoid Dollar-FreeBSD-Dollar junk +beastie2.eps + Written by Rahul Siddharthan beaste2.eps is a + smaller, simpler version of the beastie eps graphic. + eps.patch Add some comments about tweakables in the .eps file and set the linecaps to round to improve visual appearance. diff --git a/share/examples/BSD_daemon/beastie2.eps b/share/examples/BSD_daemon/beastie2.eps new file mode 100644 index 000000000..05761bf5b --- /dev/null +++ b/share/examples/BSD_daemon/beastie2.eps @@ -0,0 +1,2470 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Title: beastie1.ps +%%Creator: Sketch 0.6.12 +%%CreationDate: Sun May 26 00:37:36 2002 +%%For: Rahul Siddharthan +%%Pages: 1 +%%DocumentFonts: +%%BoundingBox: 385 514 545 694 +save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def +%%EndProlog +%%Page 1 1 + +/SketchDict 100 dict def +SketchDict begin +/bd { bind def } bind def +/x { exch } bd +/xd { exch def } bd +/PI 3.14159265358979323846264338327 def +/radgrad { 180 mul PI div } bd +/skstartmatrix matrix currentmatrix def +/tmpmat matrix def +/ISOLatin1Encoding dup where +{ pop pop } +{ [/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand +/quoteright /parenleft /parenright /asterisk /plus /comma /minus /period +/slash /zero /one /two /three /four /five /six /seven /eight /nine /colon +/semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J +/K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash +/bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i +/j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright +/asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +/.notdef /.notdef /dotlessi /grave /acute /circumflex /tilde /macron /breve +/dotaccent /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek +/caron /space /exclamdown /cent /sterling /currency /yen /brokenbar /section +/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen +/registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu +/paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright +/onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex +/Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex +/Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve +/Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute +/Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute +/acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute +/ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde +/ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave +/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] def +} +ifelse +/arct dup where +{pop pop} +{ +/arct {arcto pop pop pop pop} bd +} +ifelse +/size 0 def +/fontname 0 def +/newfont 0 def +/sf { +/size xd +/fontname xd +fontname findfont +dup /Encoding get StandardEncoding eq +{ +dup +length dict /newfont xd +{ +1 index +/FID ne +{ newfont 3 1 roll put } +{ pop pop } +ifelse +} forall +newfont /Encoding ISOLatin1Encoding put +fontname newfont definefont +} +if +size scalefont setfont +} bd +/pusht {matrix currentmatrix} bd +/popt {setmatrix} bd +/pushc {gsave} bd +/popc {grestore} bd +/rgb {setrgbcolor} bd +/w { setlinewidth } bd +/j { setlinejoin } bd +/J { setlinecap } bd +/d { setdash } bd +/F { eofill } bd +/f { closepath F } bd +/S { +pusht +skstartmatrix setmatrix stroke +popt +} bd +/s { closepath S } bd +/m { moveto } bd +/l { lineto } bd +/c { curveto } bd +/txt { +/tmpmat tmpmat currentmatrix def +dup type /arraytype eq {concat} {translate} ifelse +0 0 m +tmpmat +} bd +/T {txt x show popt} bd +/P {txt x true charpath popt} bd +/TP {txt x dup show 0 0 m true charpath popt} bd +/C {newpath 0 360 arc} bd +/R { +2 copy m +x 2 index l +x 2 index x l +l +closepath +} bd +/ellipse { +dup type /arraytype eq +{ +pusht x concat +0 0 1.0 C +popt +} +{ +pusht 5 1 roll +4 -1 roll concat +newpath +dup 2 eq { +0 0 m +} if +3 1 roll +radgrad x +radgrad x +0 0 1 5 -2 roll +arc +0 ne { closepath } if +popt +} +ifelse +} bd +/radius1 0 def +/radius2 0 def +/factor 0 def +/rect { +dup type /arraytype eq +{ +pusht x concat +0 0 m 1 0 l 1 1 l 0 1 l closepath +popt +} +{ +/radius2 xd +/radius1 xd +pusht x concat +radius1 radius2 div 1 scale +0 radius2 m +0 1 radius2 1 radius2 arct +radius2 radius1 div +dup 1 1 index 0 radius2 arct +0 0 0 radius2 arct +0 0 0 1 radius2 arct +closepath +popt +} +ifelse +} bd +/buf 0 def +/width 0 def +/height 0 def +/skcimg { +/tmpmat tmpmat currentmatrix def +{ concat } if +/height xd +/width xd +/buf width 3 mul string def +width height scale +width height 8 +[width 0 0 height neg 0 height] +{ currentfile buf readhexstring pop } bind +false 3 colorimage +tmpmat setmatrix +} bd +/skgimg { +/tmpmat tmpmat currentmatrix def +{ concat } if +/height xd +/width xd +/buf width string def +width height scale +width height 8 +[width 0 0 height neg 0 height] +{ currentfile buf readhexstring pop } bind +image +tmpmat setmatrix +} bd +/rclip { +4 2 roll m +dup 0 x rlineto +x 0 rlineto +neg 0 x rlineto +closepath +clip +} bd +/skeps { +10 dict begin +/sk_state save def +concat +3 index neg 3 index neg translate +rclip +0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin +10 setmiterlimit [ ] 0 setdash +newpath +/sk_dict_count countdictstack def +/sk_count count 1 sub def +userdict begin +/showpage { } def +/languagelevel where +{ +pop +languagelevel 1 ne +{ +false setstrokeadjust +false setoverprint +} if +} if +} bd +/skepsend { +count sk_count sub { pop } repeat +countdictstack sk_dict_count sub { end } repeat +sk_state restore +end +} bd +/gradidx 0 def +/gradient { +3 mul array +/gradidx 0 def +} bd +/$ { +3 index gradidx 5 -1 roll put +2 index gradidx 1 add 4 -1 roll put +1 index gradidx 2 add 3 -1 roll put +/gradidx gradidx 3 add def +} bd +/! { +3 +{ +dup dup gradidx dup 3 1 roll 3 sub get put +/gradidx gradidx 1 add def +} +repeat +} bd +/gradcolor { +3 mul dup 2 add 1 exch % idx 1 idx+2 +{ +1 index exch % array array i +get % array component +exch % component array +} +for +4 1 roll +} bd +/x0 0 def /y0 0 def /x1 0 def /y1 0 def +/left 0 def /right 0 def /top 0 def /bottom 0 def +/numcolors 0 def +/axial { +/y1 xd /x1 xd /y0 xd /x0 xd +dup length 3 idiv /numcolors xd +pusht exch % ctm array +x0 x1 ne y0 y1 ne or +{ +x0 y0 translate +[x1 x0 sub y1 y0 sub dup neg 2 index 0 0] concat +clippath flattenpath pathbbox +/top xd /right xd /bottom xd /left xd +newpath +0 gradcolor rgb clippath f +0 1 numcolors 1 sub +{ +dup numcolors div +3 1 roll +gradcolor rgb +exch +bottom right top R f +} +for +} +if +pop +popt +} bd +/r0 0 def /r1 0 def /dr 0 def +/radial { +/r1 xd /r0 xd /y0 xd /x0 xd +/dr r1 r0 sub def +dup length 3 idiv /numcolors xd +pusht exch % ctm array +r0 r1 ne +{ +x0 y0 translate +clippath flattenpath pathbbox +/top xd /right xd /bottom xd /left xd +newpath +dr 0 gt {numcolors 1 sub}{0} ifelse gradcolor rgb +clippath f +dr 0 gt {numcolors 1 sub -1 0} { 0 1 numcolors 1 sub} ifelse +{ +dup numcolors div dr mul r0 add +3 1 roll +gradcolor rgb +exch +0 0 3 -1 roll C f +} +for +} +if +pop +popt +} bd +/max { +2 copy lt {exch} if pop +} bd +/conical { +pusht 5 1 roll +3 1 roll /y0 xd /x0 xd +x0 y0 translate +radgrad rotate +dup length 3 idiv /numcolors xd +clippath flattenpath pathbbox newpath +4 { abs 4 1 roll} repeat +3 { max } repeat +2 mul +dup scale +0 gradcolor rgb +0 0 1 0 360 arc f +1 1 numcolors 1 sub +{ +dup numcolors div 180 mul +3 1 roll +gradcolor rgb +exch +0 0 moveto +0 0 1 4 -1 roll dup neg arc +closepath f +} +for +pop +popt +} bd +/XStep 0 def /YStep 0 def /imagedata 0 def /components 0 def +/tileimage2 { +exch 4 2 roll +/height xd +/width xd +mark +/components 2 index +/PatternType 1 +/PaintType 1 +/TilingType 1 +/BBox [0 0 width height] +/XStep width +/YStep height +/PaintProc { +begin +XStep YStep 8 +matrix +imagedata +false +components +colorimage +end +} +counttomark 2 div cvi dup dict begin +{ def } repeat +pop currentdict end +dup +/imagedata +4 -1 roll +width height mul mul string +currentfile exch readhexstring pop +put +exch +makepattern +setpattern +clippath +eofill +} bd +/tileimage1 { +concat +/components xd +/height xd +/width xd +/imagedata +currentfile +width height mul components mul string +readhexstring pop +def +clippath flattenpath pathbbox +/top xd /right xd /bottom xd /left xd +left width div floor width mul +bottom height div floor height mul +translate +top bottom sub height div ceiling cvi +{ +gsave +right left sub width div ceiling cvi +{ +width height 8 matrix +components 1 eq +{ +{ imagedata } +image +} +{ +imagedata +false components +colorimage +} +ifelse +width 0 translate +} +repeat +grestore +0 height translate +} +repeat +} bd +/makepattern where +{ +pop +/tileimage /tileimage2 load def +} +{ +/tileimage /tileimage1 load def +} +ifelse +end + + +10.433 setmiterlimit + +SketchDict begin +newpath +473.625 576.087 m +473.625 576.087 478.667 569.965 478.667 569.965 c +478.667 569.965 481.187 559.523 489.109 552.681 c +497.032 545.838 506.214 546.198 506.214 546.198 c +506.214 546.198 520.619 544.217 529.802 540.437 c +538.984 536.656 538.805 536.836 542.046 533.954 c +545.287 531.074 545.287 527.473 542.406 524.952 c +539.525 522.431 534.484 520.27 530.522 519.911 c +526.562 519.55 519.719 519.55 519.719 519.55 c +519.719 519.55 524.04 523.512 524.04 523.512 c +524.04 523.512 534.483 527.112 535.564 528.553 c +536.644 529.994 533.943 531.794 533.943 531.794 c +533.943 531.794 528.002 535.035 523.68 536.115 c +519.359 537.195 499.372 540.977 499.013 540.977 c +498.652 540.977 495.052 541.337 486.229 544.758 c +477.406 548.18 476.146 551.24 476.146 551.24 c +476.146 551.24 468.584 558.802 468.584 558.802 c +468.584 558.802 473.265 576.448 473.265 576.448 c +closepath +0.444 0 0 rgb +F +newpath +442.656 609.577 m +442.656 609.577 443.015 603.456 443.015 603.456 c +443.015 603.456 438.694 600.215 438.694 600.215 c +438.694 600.215 435.093 600.935 431.132 600.575 c +427.171 600.215 416.547 593.553 416.547 593.553 c +416.547 593.553 420.328 587.251 420.328 587.251 c +420.328 587.251 427.171 587.971 427.171 587.971 c +427.171 587.971 428.251 589.051 429.691 587.971 c +431.132 586.89 430.411 586.89 432.212 583.65 c +434.013 580.409 433.293 579.328 433.293 579.328 c +433.293 579.328 431.852 576.448 431.492 574.287 c +431.132 572.126 432.932 562.764 434.733 560.963 c +436.534 559.162 438.334 558.802 438.334 557.002 c +438.334 555.201 438.334 545.838 438.334 545.838 c +438.334 545.838 455.259 543.678 455.259 543.678 c +455.259 543.678 475.785 547.999 475.785 547.999 c +475.785 547.999 476.146 570.326 477.226 573.927 c +478.306 577.528 479.747 577.168 480.107 581.849 c +480.467 586.531 479.026 593.013 479.026 593.013 c +479.026 593.013 478.667 592.652 476.506 600.215 c +474.345 607.777 474.705 609.938 474.705 609.938 c +474.705 609.938 475.065 615.7 475.065 615.7 c +475.065 615.7 442.295 609.938 442.295 610.298 c +closepath +pushc +eoclip newpath +50 gradient +0.677 0 0 $ +! +! +! +! +! +! +! +! +! +! +0.679 0 0 $ +0.685 0 0 $ +0.69 0 0 $ +0.695 0 0 $ +0.7 0 0 $ +0.706 0 0 $ +0.711 0 0 $ +0.716 0 0 $ +0.721 0 0 $ +0.727 0 0 $ +0.732 0 0 $ +0.737 0 0 $ +0.742 0 0 $ +0.748 0 0 $ +0.753 0 0 $ +0.758 0 0 $ +0.763 0 0 $ +0.769 0 0 $ +0.774 0 0 $ +0.779 0 0 $ +0.784 0 0 $ +0.79 0 0 $ +0.795 0 0 $ +0.8 0 0 $ +0.805 0 0 $ +0.811 0 0 $ +0.816 0 0 $ +0.821 0 0 $ +0.826 0 0 $ +0.832 0 0 $ +0.837 0 0 $ +0.842 0 0 $ +0.847 0 0 $ +0.853 0 0 $ +0.858 0 0 $ +0.863 0 0 $ +0.868 0 0 $ +0.874 0 0 $ +0.879 0 0 $ +439.268 598.895 68.713 0 radial +popc +newpath +[14.6696 -1.68454 -2.67069 -23.6151 446.099 580.972] ellipse +pushc +eoclip newpath +50 gradient +0.778 0 0 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +0.788 0 0 $ +0.8 0 0 $ +0.811 0 0 $ +0.822 0 0 $ +0.834 0 0 $ +0.845 0 0 $ +0.856 0 0 $ +0.868 0 0 $ +0.879 0 0 $ +0.89 0 0 $ +0.902 0 0 $ +0.913 0 0 $ +0.925 0 0 $ +0.936 0 0 $ +0.947 0 0 $ +0.959 0 0 $ +0.97 0 0 $ +438.644 584.129 34.9312 0 radial +popc +newpath +newpath +428.972 600.575 m +428.251 599.855 430.772 601.655 434.373 601.655 c +437.974 601.655 439.414 600.215 439.414 600.215 c +439.414 600.215 452.738 598.414 452.378 598.055 c +452.018 597.694 457.059 596.253 455.619 592.293 c +454.179 588.331 457.42 588.691 457.06 588.691 c +456.7 588.691 445.536 593.373 442.295 596.614 c +439.055 599.855 437.254 589.051 432.212 588.691 c +427.171 588.331 425.01 586.89 425.01 586.89 c +425.01 586.89 425.01 591.572 425.731 592.652 c +426.451 593.733 428.251 598.774 428.251 598.774 c +closepath +pushc +eoclip newpath +50 gradient +0.455 0 0 $ +0.462 0 0 $ +0.47 0 0 $ +0.477 0 0 $ +0.485 0 0 $ +0.492 0 0 $ +0.499 0 0 $ +0.507 0 0 $ +0.514 0 0 $ +0.522 0 0 $ +0.529 0 0 $ +0.536 0 0 $ +0.544 0 0 $ +0.551 0 0 $ +0.559 0 0 $ +0.566 0 0 $ +0.574 0 0 $ +0.581 0 0 $ +0.588 0 0 $ +0.596 0 0 $ +0.603 0 0 $ +0.611 0 0 $ +0.618 0 0 $ +0.625 0 0 $ +0.633 0 0 $ +0.64 0 0 $ +0.648 0 0 $ +0.655 0 0 $ +0.662 0 0 $ +0.67 0 0 $ +0.677 0 0 $ +0.685 0 0 $ +0.692 0 0 $ +0.699 0 0 $ +0.707 0 0 $ +0.714 0 0 $ +0.722 0 0 $ +0.729 0 0 $ +0.737 0 0 $ +0.744 0 0 $ +0.751 0 0 $ +0.759 0 0 $ +0.766 0 0 $ +0.774 0 0 $ +0.781 0 0 $ +0.788 0 0 $ +0.796 0 0 $ +0.803 0 0 $ +0.811 0 0 $ +0.818 0 0 $ +425.429 602.455 456.669 586.091 axial +popc +newpath +newpath +474.975 612.368 m +474.975 612.368 474.616 608.408 474.795 607.687 c +474.975 606.967 476.596 599.945 476.596 599.765 c +476.596 599.585 479.657 591.122 479.657 591.122 c +479.657 591.122 480.557 587.161 480.197 582.66 c +479.837 578.158 479.117 578.698 477.856 574.917 c +476.596 571.136 476.596 565.914 476.596 565.914 c +476.596 565.914 476.235 556.371 476.056 556.371 c +475.876 556.371 476.596 551.87 475.696 552.951 c +474.795 554.031 469.213 556.011 469.034 556.011 c +468.854 556.011 457.87 556.011 457.87 556.011 c +457.87 556.011 450.128 556.011 450.128 556.011 c +450.128 556.011 445.086 556.732 444.906 556.192 c +444.726 555.651 449.228 560.873 452.828 560.333 c +456.43 559.793 454.99 565.915 454.99 566.275 c +454.99 566.635 463.631 567.535 463.812 569.875 c +463.992 572.216 433.563 578.698 431.763 585 c +429.962 591.302 446.887 579.598 445.086 585.721 c +443.286 591.843 459.851 583.92 460.931 586.441 c +462.012 588.961 465.793 586.62 467.773 588.961 c +469.754 591.302 469.394 591.482 470.114 593.823 c +470.834 596.163 470.654 597.964 470.474 600.125 c +470.294 602.285 469.394 605.706 469.394 606.066 c +469.394 606.427 468.314 606.607 465.612 607.507 c +462.911 608.408 458.05 606.787 454.269 607.147 c +450.488 607.507 449.587 609.488 449.587 609.488 c +449.587 609.488 475.336 612.909 475.336 612.909 c +closepath +pushc +eoclip newpath +50 gradient +1 0 0 $ +0.984 0 0 $ +0.968 0 0 $ +0.951 0 0 $ +0.935 0 0 $ +0.919 0 0 $ +0.903 0 0 $ +0.886 0 0 $ +0.87 0 0 $ +0.854 0 0 $ +0.838 0 0 $ +0.821 0 0 $ +0.805 0 0 $ +0.789 0 0 $ +0.773 0 0 $ +0.756 0 0 $ +0.74 0 0 $ +0.724 0 0 $ +0.708 0 0 $ +0.691 0 0 $ +0.675 0 0 $ +0.659 0 0 $ +0.643 0 0 $ +0.627 0 0 $ +0.61 0 0 $ +0.594 0 0 $ +0.578 0 0 $ +0.562 0 0 $ +0.545 0 0 $ +0.529 0 0 $ +0.513 0 0 $ +0.497 0 0 $ +0.48 0 0 $ +0.464 0 0 $ +0.456 0 0 $ +0.459 0 0 $ +0.461 0 0 $ +0.464 0 0 $ +0.466 0 0 $ +0.469 0 0 $ +0.472 0 0 $ +0.474 0 0 $ +0.477 0 0 $ +0.479 0 0 $ +0.482 0 0 $ +0.485 0 0 $ +0.487 0 0 $ +0.49 0 0 $ +0.492 0 0 $ +0.495 0 0 $ +424.951 602.224 486.96 563.468 axial +popc +newpath +newpath +424.29 654.951 m +424.29 654.951 422.129 670.076 423.21 673.317 c +424.29 676.558 427.531 679.079 430.411 681.24 c +433.293 683.4 436.894 688.441 440.855 690.962 c +444.816 693.483 446.706 693.483 447.337 693.483 c +447.967 693.483 450.218 693.753 450.578 692.763 c +450.939 691.773 450.218 690.242 449.858 690.242 c +449.497 690.242 446.617 687.721 446.256 687.721 c +445.897 687.721 442.205 683.49 441.935 682.32 c +441.665 681.149 441.935 679.079 441.935 679.079 c +441.935 679.079 443.376 675.117 443.736 675.117 c +444.096 675.117 446.977 676.648 448.777 677.278 c +450.578 677.908 450.668 678.088 453.459 678.358 c +456.25 678.628 459.941 678.358 460.301 678.358 c +460.661 678.358 468.314 677.009 468.673 677.009 c +469.034 677.009 474.345 675.117 477.226 673.317 c +480.107 671.517 480.647 670.256 480.647 670.256 c +480.647 670.256 483.348 666.835 483.348 666.835 c +483.348 666.835 485.598 666.565 486.409 665.935 c +487.219 665.304 484.428 665.755 488.029 666.115 c +491.63 666.475 493.971 667.375 493.971 667.375 c +493.971 667.375 494.871 668.996 494.871 668.996 c +494.871 668.996 495.952 671.877 495.952 672.596 c +495.952 673.317 495.232 677.638 495.232 677.999 c +495.232 678.358 494.151 682.32 494.151 682.32 c +494.151 682.32 491.63 685.921 491.63 685.921 c +491.63 685.921 490.55 686.281 490.91 686.281 c +491.271 686.281 490.19 687.001 493.431 687.361 c +496.672 687.721 499.013 684.841 500.273 683.76 c +501.534 682.68 507.295 678.179 509.096 673.497 c +510.897 668.816 510.897 664.314 510.177 661.073 c +509.456 657.833 507.115 654.591 505.855 652.43 c +504.595 650.27 500.993 647.389 499.192 646.309 c +497.392 645.229 491.271 642.347 491.271 642.347 c +491.271 642.347 490.19 641.267 489.83 639.827 c +489.47 638.387 490.19 630.824 490.19 630.824 c +490.19 630.824 489.83 625.422 488.029 622.901 c +486.229 620.381 480.107 617.32 480.107 617.32 c +480.107 617.32 476.866 614.259 474.705 612.098 c +472.545 609.938 462.101 607.958 457.78 608.317 c +453.459 608.678 455.619 608.317 452.738 607.957 c +449.858 607.597 446.617 607.777 446.617 607.777 c +446.617 607.777 443.015 607.777 438.694 609.577 c +434.373 611.378 433.653 612.098 433.293 612.459 c +432.932 612.818 426.991 617.68 426.991 617.68 c +426.991 617.68 422.849 620.381 421.049 621.101 c +419.248 621.821 417.448 625.063 416.368 627.223 c +415.287 629.384 415.287 631.544 415.287 631.544 c +415.287 631.544 414.026 633.885 416.547 637.846 c +419.068 641.807 419.068 639.467 421.589 643.788 c +424.11 648.109 421.949 643.068 423.39 647.389 c +424.83 651.71 424.29 657.112 424.29 657.112 c +closepath +pushc +eoclip newpath +50 gradient +0.626 0 0 $ +0.631 0 0 $ +0.636 0 0 $ +0.641 0 0 $ +0.645 0 0 $ +0.65 0 0 $ +0.655 0 0 $ +0.66 0 0 $ +0.665 0 0 $ +0.67 0 0 $ +0.674 0 0 $ +0.681 0 0 $ +0.689 0 0 $ +0.698 0 0 $ +0.706 0 0 $ +0.714 0 0 $ +0.723 0 0 $ +0.731 0 0 $ +0.74 0 0 $ +0.748 0 0 $ +0.756 0 0 $ +0.765 0 0 $ +0.773 0 0 $ +0.782 0 0 $ +0.79 0 0 $ +0.798 0 0 $ +0.807 0 0 $ +0.815 0 0 $ +0.824 0 0 $ +0.832 0 0 $ +0.84 0 0 $ +0.849 0 0 $ +0.857 0 0 $ +0.866 0 0 $ +0.874 0 0 $ +0.882 0 0 $ +0.891 0 0 $ +0.899 0 0 $ +0.908 0 0 $ +0.916 0 0 $ +0.924 0 0 $ +0.933 0 0 $ +0.941 0 0 $ +0.95 0 0 $ +0.958 0 0 $ +0.966 0 0 $ +0.975 0 0 $ +0.983 0 0 $ +0.992 0 0 $ +1 0 0 $ +446.857 653.484 78.4847 0 radial +popc +newpath +newpath +425.731 647.389 m +425.731 647.389 426.631 652.971 426.631 652.971 c +426.631 652.971 428.611 656.032 428.611 656.392 c +428.611 656.752 430.772 660.173 432.572 661.973 c +434.373 663.774 439.055 666.475 439.055 666.475 c +439.055 666.475 441.935 667.375 442.656 666.115 c +443.376 664.855 443.196 665.755 442.475 663.594 c +441.755 661.433 440.135 658.913 440.135 658.913 c +440.135 658.913 438.334 656.752 437.614 653.871 c +436.894 650.99 436.894 650.27 436.894 650.27 c +436.894 650.27 436.173 647.029 436.173 647.029 c +436.173 647.029 434.373 643.788 434.373 643.788 c +434.373 643.788 433.653 641.988 433.653 641.988 c +433.653 641.988 431.132 640.907 431.132 640.907 c +431.132 640.907 427.531 641.988 427.531 641.988 c +427.531 641.988 425.91 644.148 425.731 645.229 c +425.55 646.309 425.731 647.389 425.731 647.389 c +closepath +pushc +eoclip newpath +50 gradient +0.737 0.737 0.737 $ +0.746 0.746 0.746 $ +0.755 0.755 0.755 $ +0.764 0.764 0.764 $ +0.773 0.773 0.773 $ +0.782 0.782 0.782 $ +0.792 0.792 0.792 $ +0.801 0.801 0.801 $ +0.81 0.81 0.81 $ +0.819 0.819 0.819 $ +0.828 0.828 0.828 $ +0.837 0.837 0.837 $ +0.846 0.846 0.846 $ +0.855 0.855 0.855 $ +0.864 0.864 0.864 $ +0.873 0.873 0.873 $ +0.883 0.883 0.883 $ +0.892 0.892 0.892 $ +0.901 0.901 0.901 $ +0.91 0.91 0.91 $ +0.919 0.919 0.919 $ +0.928 0.928 0.928 $ +0.937 0.937 0.937 $ +0.946 0.946 0.946 $ +0.955 0.955 0.955 $ +0.964 0.964 0.964 $ +0.974 0.974 0.974 $ +0.983 0.983 0.983 $ +0.992 0.992 0.992 $ +1 1 1 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +427.937 655.141 20.8071 0 radial +popc +newpath +newpath +442.205 653.961 m +442.205 653.961 444.546 658.283 446.347 660.623 c +448.147 662.964 447.967 664.044 450.488 664.585 c +453.009 665.125 454.089 664.945 456.25 663.324 c +458.41 661.703 460.031 659.183 460.391 656.122 c +460.751 653.061 460.571 644.598 459.671 641.898 c +458.771 639.197 456.609 634.695 455.17 633.435 c +453.729 632.175 453.729 631.094 450.308 630.734 c +446.887 630.374 446.707 630.374 444.546 631.454 c +442.386 632.535 440.585 634.695 440.585 634.876 c +440.585 635.055 438.424 639.737 438.424 641.537 c +438.424 643.338 440.405 650.54 440.405 650.72 c +440.405 650.9 442.566 654.502 442.566 654.502 c +closepath +pushc +eoclip newpath +50 gradient +0.737 0.737 0.737 $ +0.746 0.746 0.746 $ +0.755 0.755 0.755 $ +0.764 0.764 0.764 $ +0.773 0.773 0.773 $ +0.782 0.782 0.782 $ +0.792 0.792 0.792 $ +0.801 0.801 0.801 $ +0.81 0.81 0.81 $ +0.819 0.819 0.819 $ +0.828 0.828 0.828 $ +0.837 0.837 0.837 $ +0.846 0.846 0.846 $ +0.855 0.855 0.855 $ +0.864 0.864 0.864 $ +0.873 0.873 0.873 $ +0.883 0.883 0.883 $ +0.892 0.892 0.892 $ +0.901 0.901 0.901 $ +0.91 0.91 0.91 $ +0.919 0.919 0.919 $ +0.928 0.928 0.928 $ +0.937 0.937 0.937 $ +0.946 0.946 0.946 $ +0.955 0.955 0.955 $ +0.964 0.964 0.964 $ +0.974 0.974 0.974 $ +0.983 0.983 0.983 $ +0.992 0.992 0.992 $ +1 1 1 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +440.796 648.261 26.5629 0 radial +popc +newpath +[5.36527 -1.21705 -1.81379 -8.99236 443.376 642.978] ellipse +pushc +eoclip newpath +50 gradient +0 0 0 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +0.013 0.013 0.013 $ +0.045 0.045 0.045 $ +0.078 0.078 0.078 $ +0.11 0.11 0.11 $ +0.143 0.143 0.143 $ +0.176 0.176 0.176 $ +0.208 0.208 0.208 $ +0.241 0.241 0.241 $ +0.273 0.273 0.273 $ +0.306 0.306 0.306 $ +0.338 0.338 0.338 $ +0.371 0.371 0.371 $ +0.403 0.403 0.403 $ +0.436 0.436 0.436 $ +0.468 0.468 0.468 $ +0.501 0.501 0.501 $ +0.533 0.533 0.533 $ +0.566 0.566 0.566 $ +442.162 646.91 14.7128 0 radial +popc +newpath +[3.50831 -0.944447 -1.42027 -6.48433 429.085 647.862] ellipse +pushc +eoclip newpath +50 gradient +0 0 0 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +0.013 0.013 0.013 $ +0.045 0.045 0.045 $ +0.078 0.078 0.078 $ +0.11 0.11 0.11 $ +0.143 0.143 0.143 $ +0.176 0.176 0.176 $ +0.208 0.208 0.208 $ +0.241 0.241 0.241 $ +0.273 0.273 0.273 $ +0.306 0.306 0.306 $ +0.338 0.338 0.338 $ +0.371 0.371 0.371 $ +0.403 0.403 0.403 $ +0.436 0.436 0.436 $ +0.468 0.468 0.468 $ +0.501 0.501 0.501 $ +0.533 0.533 0.533 $ +0.566 0.566 0.566 $ +427.643 651.138 11.1324 0 radial +popc +newpath +[0.500026 -0.204317 -0.340534 -0.833389 428.161 651.08] ellipse +1 1 1 rgb +F +[0.681665 -0.232484 -0.435916 -1.27814 442.408 647.052] ellipse +F +newpath +493.791 685.561 m +493.791 685.561 495.592 681.96 497.752 678.358 c +499.913 674.757 501.354 672.957 500.633 669.716 c +499.913 666.475 495.952 662.874 495.592 662.874 c +495.232 662.874 490.91 657.832 486.229 657.472 c +481.547 657.112 479.387 658.913 476.866 656.032 c +474.345 653.151 472.545 647.749 471.825 644.868 c +471.104 641.988 473.985 638.026 472.905 632.625 c +471.825 627.223 471.104 623.262 469.304 621.461 c +467.503 619.66 465.702 616.06 462.462 614.619 c +459.221 613.179 457.06 612.098 457.06 612.098 c +457.06 612.098 442.295 610.298 442.295 610.298 c +442.295 610.298 446.256 609.577 450.218 609.577 c +454.179 609.577 455.079 608.498 458.68 608.857 c +462.282 609.218 467.683 610.118 471.645 611.558 c +475.606 612.999 475.426 615.159 479.747 617.68 c +484.068 620.201 488.03 620.561 489.83 626.323 c +491.63 632.085 487.849 638.747 491.09 641.448 c +494.331 644.148 501.534 646.669 504.054 649.91 c +506.575 653.151 510.717 657.652 510.356 665.575 c +509.996 673.497 506.755 673.677 504.234 677.638 c +501.713 681.599 493.791 685.921 493.791 685.921 c +closepath +pushc +eoclip newpath +50 gradient +1 0 0 $ +0.99 0 0 $ +0.98 0 0 $ +0.97 0 0 $ +0.96 0 0 $ +0.95 0 0 $ +0.94 0 0 $ +0.93 0 0 $ +0.92 0 0 $ +0.91 0 0 $ +0.9 0 0 $ +0.89 0 0 $ +0.88 0 0 $ +0.87 0 0 $ +0.86 0 0 $ +0.85 0 0 $ +0.831 0 0 $ +0.809 0 0 $ +0.788 0 0 $ +0.767 0 0 $ +0.745 0 0 $ +0.724 0 0 $ +0.702 0 0 $ +0.681 0 0 $ +0.66 0 0 $ +0.638 0 0 $ +0.617 0 0 $ +0.595 0 0 $ +0.574 0 0 $ +0.553 0 0 $ +0.531 0 0 $ +0.51 0 0 $ +0.488 0 0 $ +0.467 0 0 $ +0.455 0 0 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +434.343 660.475 518.33 634.229 axial +popc +newpath +newpath +443.736 692.043 m +443.736 692.043 438.334 684.841 437.974 684.841 c +437.614 684.841 434.013 681.24 432.212 677.638 c +430.411 674.037 432.212 668.996 432.212 668.996 c +432.212 668.996 428.251 661.794 428.251 661.794 c +428.251 661.794 434.733 668.996 434.733 668.996 c +434.733 668.996 437.974 673.317 437.974 673.317 c +437.974 673.317 440.135 673.317 441.575 674.397 c +443.015 675.478 439.775 678.719 440.135 680.519 c +440.495 682.32 441.576 685.2 444.816 687.361 c +448.057 689.522 449.228 689.882 449.498 691.053 c +449.768 692.223 448.507 692.673 448.507 692.673 c +448.507 692.673 445.806 692.493 444.456 692.403 c +closepath +pushc +eoclip newpath +50 gradient +0.848 0 0 $ +0.836 0 0 $ +0.825 0 0 $ +0.813 0 0 $ +0.801 0 0 $ +0.789 0 0 $ +0.778 0 0 $ +0.766 0 0 $ +0.754 0 0 $ +0.743 0 0 $ +0.731 0 0 $ +0.719 0 0 $ +0.707 0 0 $ +0.696 0 0 $ +0.684 0 0 $ +0.672 0 0 $ +0.661 0 0 $ +0.649 0 0 $ +0.637 0 0 $ +0.626 0 0 $ +0.614 0 0 $ +0.602 0 0 $ +0.59 0 0 $ +0.579 0 0 $ +0.567 0 0 $ +0.555 0 0 $ +0.544 0 0 $ +0.532 0 0 $ +0.52 0 0 $ +0.508 0 0 $ +0.497 0 0 $ +0.485 0 0 $ +0.473 0 0 $ +0.462 0 0 $ +0.452 0 0 $ +0.444 0 0 $ +0.436 0 0 $ +0.428 0 0 $ +0.42 0 0 $ +0.412 0 0 $ +0.404 0 0 $ +0.396 0 0 $ +0.388 0 0 $ +0.38 0 0 $ +0.373 0 0 $ +0.365 0 0 $ +0.357 0 0 $ +0.349 0 0 $ +0.341 0 0 $ +0.333 0 0 $ +424.233 685.785 453.554 668.682 axial +popc +newpath +newpath +442.656 672.957 m +442.295 672.957 443.736 669.716 444.456 669.716 c +445.176 669.716 445.176 671.877 446.977 674.037 c +448.777 676.198 455.98 676.918 455.98 675.838 c +455.98 674.758 450.578 671.516 451.298 670.796 c +452.018 670.076 456.339 670.796 458.14 669.716 c +459.941 668.636 462.462 662.874 463.542 663.234 c +464.622 663.594 464.622 669.356 467.503 669.716 c +470.384 670.076 481.367 663.594 484.248 663.234 c +487.129 662.874 493.161 667.375 493.161 667.015 c +493.161 666.655 487.669 665.214 484.788 666.475 c +481.907 667.736 480.287 672.056 476.326 673.857 c +472.365 675.658 469.124 676.558 465.882 677.638 c +462.641 678.719 454.899 678.538 453.999 678.538 c +453.099 678.538 446.976 676.918 446.617 676.558 c +446.256 676.198 442.295 673.317 442.295 673.317 c +closepath +pushc +eoclip newpath +50 gradient +0.929 0 0 $ +0.915 0 0 $ +0.901 0 0 $ +0.887 0 0 $ +0.873 0 0 $ +0.858 0 0 $ +0.844 0 0 $ +0.83 0 0 $ +0.816 0 0 $ +0.802 0 0 $ +0.788 0 0 $ +0.774 0 0 $ +0.76 0 0 $ +0.745 0 0 $ +0.731 0 0 $ +0.717 0 0 $ +0.703 0 0 $ +0.689 0 0 $ +0.675 0 0 $ +0.661 0 0 $ +0.647 0 0 $ +0.632 0 0 $ +0.618 0 0 $ +0.604 0 0 $ +0.59 0 0 $ +0.576 0 0 $ +0.562 0 0 $ +0.548 0 0 $ +0.534 0 0 $ +0.519 0 0 $ +0.505 0 0 $ +0.491 0 0 $ +0.477 0 0 $ +0.463 0 0 $ +0.452 0 0 $ +0.444 0 0 $ +0.436 0 0 $ +0.428 0 0 $ +0.42 0 0 $ +0.412 0 0 $ +0.404 0 0 $ +0.396 0 0 $ +0.388 0 0 $ +0.38 0 0 $ +0.373 0 0 $ +0.365 0 0 $ +0.357 0 0 $ +0.349 0 0 $ +0.341 0 0 $ +0.333 0 0 $ +461.749 655.601 473.707 686.162 axial +popc +newpath +[8.98414 -1.89974 -1.2665 -5.98943 433.112 634.785] ellipse +pushc +eoclip newpath +50 gradient +0.424 0 0 $ +0.425 0 0 $ +0.426 0 0 $ +0.427 0 0 $ +0.428 0 0 $ +0.43 0 0 $ +0.431 0 0 $ +0.432 0 0 $ +0.433 0 0 $ +0.434 0 0 $ +0.435 0 0 $ +0.436 0 0 $ +0.437 0 0 $ +0.439 0 0 $ +0.44 0 0 $ +0.441 0 0 $ +0.442 0 0 $ +0.443 0 0 $ +0.444 0 0 $ +0.445 0 0 $ +0.446 0 0 $ +0.448 0 0 $ +0.449 0 0 $ +0.45 0 0 $ +0.451 0 0 $ +0.452 0 0 $ +0.453 0 0 $ +0.454 0 0 $ +0.463 0 0 $ +0.489 0 0 $ +0.515 0 0 $ +0.541 0 0 $ +0.566 0 0 $ +0.592 0 0 $ +0.618 0 0 $ +0.644 0 0 $ +0.67 0 0 $ +0.695 0 0 $ +0.721 0 0 $ +0.747 0 0 $ +0.773 0 0 $ +0.799 0 0 $ +0.824 0 0 $ +0.828 0 0 $ +! +! +! +! +! +! +430.304 636.461 14.3008 0 radial +popc +newpath +newpath +449.137 618.94 m +449.137 618.94 455.259 621.461 457.78 621.822 c +460.301 622.181 463.182 622.181 464.982 620.741 c +466.783 619.3 466.063 617.5 465.702 617.5 c +465.342 617.5 460.301 616.78 457.06 615.7 c +453.819 614.619 452.018 612.098 446.977 611.738 c +441.935 611.378 443.376 609.938 437.614 611.738 c +431.852 613.539 431.492 613.899 429.331 616.06 c +427.171 618.22 423.57 622.901 423.57 622.901 c +423.57 622.901 423.21 626.863 423.21 626.863 c +423.21 626.863 424.29 627.943 427.891 624.702 c +431.492 621.461 433.652 622.181 437.254 619.66 c +440.855 617.14 439.414 618.58 444.096 618.22 c +448.777 617.86 448.417 619.3 448.417 619.3 c +closepath +0.636 0 0 rgb +F +newpath +400.523 635.505 m +400.523 635.505 406.285 624.702 406.285 624.702 c +406.285 624.702 408.445 626.863 408.806 626.863 c +409.165 626.863 412.406 623.622 412.046 621.821 c +411.686 620.021 408.445 616.06 408.445 616.06 c +408.445 616.06 402.323 620.741 402.323 621.101 c +402.323 621.461 404.124 624.342 403.764 624.342 c +403.403 624.342 395.121 626.143 395.121 626.143 c +395.121 626.143 397.282 617.86 397.282 617.86 c +397.282 617.86 399.442 619.301 399.442 619.301 c +399.442 619.301 406.285 613.179 406.285 613.539 c +406.285 613.899 404.484 609.218 400.162 608.857 c +395.841 608.497 394.401 611.018 394.401 611.018 c +394.401 611.018 394.761 613.899 394.761 613.899 c +394.761 613.899 384.678 615.339 384.678 615.339 c +384.678 615.339 385.218 610.838 390.26 607.957 c +395.301 605.076 397.462 603.996 403.224 606.157 c +408.985 608.317 409.346 609.758 409.346 609.758 c +409.346 609.758 409.886 610.298 409.886 610.298 c +409.886 610.298 415.287 605.256 415.287 605.256 c +415.287 605.256 418.528 609.938 418.528 609.938 c +418.528 609.938 412.766 614.259 412.766 614.259 c +412.766 614.259 414.927 617.5 414.927 617.5 c +414.927 617.5 416.547 621.641 415.107 625.242 c +413.667 628.843 410.966 630.464 410.966 630.464 c +410.966 630.464 408.445 632.625 405.564 633.705 c +402.683 634.785 401.243 634.785 401.243 634.785 c +closepath +pushc +eoclip newpath +50 gradient +0.737 0.737 0.737 $ +0.731 0.731 0.731 $ +0.725 0.725 0.725 $ +0.718 0.718 0.718 $ +0.712 0.712 0.712 $ +0.706 0.706 0.706 $ +0.7 0.7 0.7 $ +0.694 0.694 0.694 $ +0.687 0.687 0.687 $ +0.681 0.681 0.681 $ +0.675 0.675 0.675 $ +0.669 0.669 0.669 $ +0.663 0.663 0.663 $ +0.656 0.656 0.656 $ +0.65 0.65 0.65 $ +0.644 0.644 0.644 $ +0.638 0.638 0.638 $ +0.631 0.631 0.631 $ +0.625 0.625 0.625 $ +0.619 0.619 0.619 $ +0.613 0.613 0.613 $ +0.607 0.607 0.607 $ +0.6 0.6 0.6 $ +0.594 0.594 0.594 $ +0.588 0.588 0.588 $ +0.582 0.582 0.582 $ +0.576 0.576 0.576 $ +0.569 0.569 0.569 $ +0.563 0.563 0.563 $ +0.557 0.557 0.557 $ +0.537 0.537 0.537 $ +0.514 0.514 0.514 $ +0.492 0.492 0.492 $ +0.469 0.469 0.469 $ +0.446 0.446 0.446 $ +0.424 0.424 0.424 $ +0.401 0.401 0.401 $ +0.384 0.384 0.384 $ +! +! +! +! +! +! +! +! +! +! +! +! +382.433 631.763 420.773 608.758 axial +popc +newpath +[6.26125 -1.34636 -0.426261 -8.21329 424.516 594.859] ellipse +pushc +eoclip newpath +50 gradient +0.424 0 0 $ +0.431 0 0 $ +0.438 0 0 $ +0.444 0 0 $ +0.451 0 0 $ +0.458 0 0 $ +0.465 0 0 $ +0.472 0 0 $ +0.479 0 0 $ +0.485 0 0 $ +0.492 0 0 $ +0.499 0 0 $ +0.506 0 0 $ +0.513 0 0 $ +0.519 0 0 $ +0.526 0 0 $ +0.533 0 0 $ +0.54 0 0 $ +0.547 0 0 $ +0.554 0 0 $ +0.56 0 0 $ +0.567 0 0 $ +0.574 0 0 $ +0.581 0 0 $ +0.588 0 0 $ +0.594 0 0 $ +0.601 0 0 $ +0.608 0 0 $ +0.615 0 0 $ +0.622 0 0 $ +0.628 0 0 $ +0.635 0 0 $ +0.642 0 0 $ +0.649 0 0 $ +0.656 0 0 $ +0.663 0 0 $ +0.669 0 0 $ +0.676 0 0 $ +0.683 0 0 $ +0.69 0 0 $ +0.697 0 0 $ +0.703 0 0 $ +0.71 0 0 $ +0.717 0 0 $ +0.724 0 0 $ +0.731 0 0 $ +0.738 0 0 $ +0.744 0 0 $ +0.751 0 0 $ +0.758 0 0 $ +422.275 598.188 14.4331 0 radial +popc +newpath +newpath +442.655 600.575 m +442.655 600.575 443.376 604.536 446.256 605.256 c +449.138 605.977 453.818 602.735 454.179 602.735 c +454.539 602.735 458.5 603.816 463.182 602.015 c +467.863 600.215 467.863 597.694 465.342 595.894 c +462.822 594.093 466.063 591.932 463.542 591.573 c +461.022 591.212 460.661 590.851 458.86 592.293 c +457.06 593.733 455.259 599.494 454.899 599.494 c +454.539 599.494 448.777 600.575 448.417 600.575 c +448.057 600.575 443.015 600.215 443.015 600.215 c +closepath +pushc +eoclip newpath +50 gradient +0.778 0 0 $ +0.772 0 0 $ +0.765 0 0 $ +0.759 0 0 $ +0.752 0 0 $ +0.746 0 0 $ +0.74 0 0 $ +0.733 0 0 $ +0.727 0 0 $ +0.721 0 0 $ +0.714 0 0 $ +0.708 0 0 $ +0.701 0 0 $ +0.695 0 0 $ +0.689 0 0 $ +0.682 0 0 $ +0.676 0 0 $ +0.669 0 0 $ +0.663 0 0 $ +0.657 0 0 $ +0.65 0 0 $ +0.644 0 0 $ +0.637 0 0 $ +0.631 0 0 $ +0.625 0 0 $ +0.618 0 0 $ +0.612 0 0 $ +0.606 0 0 $ +0.599 0 0 $ +0.593 0 0 $ +0.586 0 0 $ +0.58 0 0 $ +0.574 0 0 $ +0.567 0 0 $ +0.561 0 0 $ +0.554 0 0 $ +0.548 0 0 $ +0.542 0 0 $ +0.535 0 0 $ +0.529 0 0 $ +0.522 0 0 $ +0.516 0 0 $ +0.51 0 0 $ +0.503 0 0 $ +0.497 0 0 $ +0.491 0 0 $ +0.484 0 0 $ +0.478 0 0 $ +0.471 0 0 $ +0.465 0 0 $ +454.84 605.361 454.84 591.25 axial +popc +newpath +[5.36305 -1.08423 -0.365113 -6.61418 420.735 593.239] ellipse +pushc +eoclip newpath +50 gradient +0.424 0 0 $ +0.425 0 0 $ +0.426 0 0 $ +0.427 0 0 $ +0.428 0 0 $ +0.43 0 0 $ +0.431 0 0 $ +0.432 0 0 $ +0.433 0 0 $ +0.434 0 0 $ +0.435 0 0 $ +0.436 0 0 $ +0.437 0 0 $ +0.439 0 0 $ +0.44 0 0 $ +0.441 0 0 $ +0.442 0 0 $ +0.443 0 0 $ +0.444 0 0 $ +0.445 0 0 $ +0.446 0 0 $ +0.448 0 0 $ +0.449 0 0 $ +0.45 0 0 $ +0.451 0 0 $ +0.452 0 0 $ +0.453 0 0 $ +0.454 0 0 $ +0.463 0 0 $ +0.489 0 0 $ +0.515 0 0 $ +0.541 0 0 $ +0.566 0 0 $ +0.592 0 0 $ +0.618 0 0 $ +0.644 0 0 $ +0.67 0 0 $ +0.695 0 0 $ +0.721 0 0 $ +0.747 0 0 $ +0.773 0 0 $ +0.799 0 0 $ +0.824 0 0 $ +0.828 0 0 $ +! +! +! +! +! +! +419.172 595.338 11.2075 0 radial +popc +newpath +newpath +527.641 524.952 m +522.96 522.791 l +519.359 531.074 l +511.437 522.791 l +497.752 514.149 l +519.359 514.869 l +528.362 514.869 l +538.805 516.309 l +531.242 518.83 l +535.924 522.791 l +537.365 526.392 l +534.124 526.753 l +526.921 524.772 l +closepath +pushc +eoclip newpath +50 gradient +0.475 0 0 $ +0.474 0 0 $ +0.474 0 0 $ +0.473 0 0 $ +0.473 0 0 $ +0.472 0 0 $ +0.471 0 0 $ +0.471 0 0 $ +0.47 0 0 $ +0.47 0 0 $ +0.469 0 0 $ +0.468 0 0 $ +0.468 0 0 $ +0.467 0 0 $ +0.467 0 0 $ +0.466 0 0 $ +0.465 0 0 $ +0.465 0 0 $ +0.464 0 0 $ +0.464 0 0 $ +0.463 0 0 $ +0.462 0 0 $ +0.462 0 0 $ +0.461 0 0 $ +0.461 0 0 $ +0.46 0 0 $ +0.46 0 0 $ +0.459 0 0 $ +0.458 0 0 $ +0.458 0 0 $ +0.457 0 0 $ +0.457 0 0 $ +0.456 0 0 $ +0.455 0 0 $ +0.461 0 0 $ +0.476 0 0 $ +0.49 0 0 $ +0.504 0 0 $ +0.519 0 0 $ +0.533 0 0 $ +0.548 0 0 $ +0.562 0 0 $ +0.576 0 0 $ +0.591 0 0 $ +0.605 0 0 $ +0.619 0 0 $ +0.634 0 0 $ +0.648 0 0 $ +0.663 0 0 $ +0.677 0 0 $ +513.88 522.611 26.3224 0 radial +popc +newpath +[8.05766 -0.851211 -0.548558 -5.1927 421.229 605.796] ellipse +pushc +eoclip newpath +50 gradient +0.424 0 0 $ +0.425 0 0 $ +0.426 0 0 $ +0.427 0 0 $ +0.428 0 0 $ +0.43 0 0 $ +0.431 0 0 $ +0.432 0 0 $ +0.433 0 0 $ +0.434 0 0 $ +0.435 0 0 $ +0.436 0 0 $ +0.437 0 0 $ +0.439 0 0 $ +0.44 0 0 $ +0.441 0 0 $ +0.442 0 0 $ +0.443 0 0 $ +0.444 0 0 $ +0.445 0 0 $ +0.446 0 0 $ +0.448 0 0 $ +0.449 0 0 $ +0.45 0 0 $ +0.451 0 0 $ +0.452 0 0 $ +0.453 0 0 $ +0.454 0 0 $ +0.463 0 0 $ +0.489 0 0 $ +0.515 0 0 $ +0.541 0 0 $ +0.566 0 0 $ +0.592 0 0 $ +0.618 0 0 $ +0.644 0 0 $ +0.67 0 0 $ +0.695 0 0 $ +0.721 0 0 $ +0.747 0 0 $ +0.773 0 0 $ +0.799 0 0 $ +0.824 0 0 $ +0.828 0 0 $ +! +! +! +! +! +! +418.881 607.444 12.5065 0 radial +popc +newpath +[8.05766 -0.851211 -0.548558 -5.1927 417.831 599.877] ellipse +pushc +eoclip newpath +50 gradient +0.424 0 0 $ +0.425 0 0 $ +0.426 0 0 $ +0.427 0 0 $ +0.428 0 0 $ +0.43 0 0 $ +0.431 0 0 $ +0.432 0 0 $ +0.433 0 0 $ +0.434 0 0 $ +0.435 0 0 $ +0.436 0 0 $ +0.437 0 0 $ +0.439 0 0 $ +0.44 0 0 $ +0.441 0 0 $ +0.442 0 0 $ +0.443 0 0 $ +0.444 0 0 $ +0.445 0 0 $ +0.446 0 0 $ +0.448 0 0 $ +0.449 0 0 $ +0.45 0 0 $ +0.451 0 0 $ +0.452 0 0 $ +0.453 0 0 $ +0.454 0 0 $ +0.463 0 0 $ +0.489 0 0 $ +0.515 0 0 $ +0.541 0 0 $ +0.566 0 0 $ +0.592 0 0 $ +0.618 0 0 $ +0.644 0 0 $ +0.67 0 0 $ +0.695 0 0 $ +0.721 0 0 $ +0.747 0 0 $ +0.773 0 0 $ +0.799 0 0 $ +0.824 0 0 $ +0.828 0 0 $ +! +! +! +! +! +! +415.483 601.525 12.5065 0 radial +popc +newpath +newpath +416.727 544.758 m +417.088 544.758 428.972 546.558 430.052 546.558 c +431.132 546.558 434.733 546.919 436.173 548.719 c +437.614 550.52 436.534 552.681 436.534 552.681 c +436.534 552.681 434.733 558.082 435.093 558.442 c +435.453 558.802 444.456 557.002 444.456 557.002 c +444.456 557.002 450.938 557.362 452.378 555.561 c +453.819 553.761 452.739 547.999 452.739 547.999 c +452.739 547.999 450.218 544.037 449.858 544.037 c +449.497 544.037 445.536 541.517 440.495 540.797 c +435.453 540.077 435.814 542.598 431.132 541.157 c +426.451 539.716 422.849 537.556 422.849 537.556 c +422.849 537.556 417.448 544.758 417.448 544.758 c +closepath +pushc +eoclip newpath +50 gradient +0.556 0 0 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +0.564 0 0 $ +0.574 0 0 $ +0.585 0 0 $ +0.595 0 0 $ +0.606 0 0 $ +0.617 0 0 $ +0.627 0 0 $ +0.638 0 0 $ +0.648 0 0 $ +0.659 0 0 $ +0.669 0 0 $ +0.68 0 0 $ +0.691 0 0 $ +0.701 0 0 $ +0.712 0 0 $ +0.722 0 0 $ +0.733 0 0 $ +0.743 0 0 $ +0.754 0 0 $ +0.765 0 0 $ +0.775 0 0 $ +0.786 0 0 $ +0.796 0 0 $ +0.807 0 0 $ +0.817 0 0 $ +0.828 0 0 $ +432.761 549.418 23.5697 0 radial +popc +newpath +newpath +435.453 555.561 m +435.453 555.921 434.373 558.442 434.373 558.442 c +434.373 558.442 441.215 558.082 441.215 558.082 c +441.215 558.082 446.977 557.002 446.977 557.002 c +446.977 557.002 451.298 556.641 451.298 556.641 c +451.298 556.641 452.739 553.761 452.739 553.761 c +452.739 553.761 453.098 550.88 453.098 550.88 c +453.098 550.88 446.617 552.32 446.256 552.681 c +445.897 553.04 439.775 554.841 439.414 554.841 c +439.055 554.841 435.453 557.002 435.453 557.002 c +closepath +0.434 0 0 rgb +F +newpath +452.018 551.6 m +452.018 551.6 453.098 550.88 452.018 547.639 c +450.938 544.398 449.498 544.037 449.138 544.037 c +448.777 544.037 446.256 542.237 446.256 542.237 c +0.475 0 0 rgb +1 w +0 j +0 J +[] 0 d +S +newpath +434.373 558.442 m +434.373 558.442 434.733 558.082 435.814 555.201 c +436.894 552.32 437.974 554.12 436.534 550.52 c +435.093 546.919 434.733 547.278 434.733 547.278 c +434.733 547.278 432.932 547.278 432.932 547.278 c +S +newpath +475.065 553.401 m +475.065 553.401 476.866 545.478 476.866 545.118 c +476.866 544.758 479.747 539.356 479.387 539.356 c +479.026 539.356 475.426 537.195 471.464 535.755 c +467.503 534.315 462.462 531.794 459.221 531.434 c +455.98 531.074 446.256 531.794 446.256 531.794 c +446.256 531.794 445.897 535.395 441.575 537.916 c +437.254 540.437 428.972 541.517 428.972 541.517 c +428.972 541.517 439.775 543.678 439.775 543.678 c +439.775 543.678 448.777 545.478 448.777 545.478 c +448.777 545.478 450.218 554.481 450.218 554.481 c +450.218 554.481 455.619 555.561 455.98 555.561 c +456.339 555.561 467.863 555.921 468.223 555.921 c +468.584 555.921 474.345 554.12 474.345 554.12 c +closepath +pushc +eoclip newpath +50 gradient +0.556 0 0 $ +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +! +0.564 0 0 $ +0.574 0 0 $ +0.585 0 0 $ +0.595 0 0 $ +0.606 0 0 $ +0.617 0 0 $ +0.627 0 0 $ +0.638 0 0 $ +0.648 0 0 $ +0.659 0 0 $ +0.669 0 0 $ +0.68 0 0 $ +0.691 0 0 $ +0.701 0 0 $ +0.712 0 0 $ +0.722 0 0 $ +0.733 0 0 $ +0.743 0 0 $ +0.754 0 0 $ +0.765 0 0 $ +0.775 0 0 $ +0.786 0 0 $ +0.796 0 0 $ +0.807 0 0 $ +0.817 0 0 $ +0.828 0 0 $ +451.192 545.266 31.4774 0 radial +popc +newpath +newpath +453.098 555.561 m +463.542 559.162 l +473.265 559.523 l +475.785 553.401 l +476.866 547.639 l +477.586 543.318 l +474.705 546.198 l +467.863 549.079 l +458.14 550.88 l +453.098 552.32 l +450.938 554.481 l +452.739 555.921 l +closepath +0.434 0 0 rgb +F +453.098 555.561 m +463.542 559.162 l +473.265 559.523 l +475.785 553.401 l +476.866 547.639 l +477.586 543.318 l +474.705 546.198 l +467.863 549.079 l +458.14 550.88 l +453.098 552.32 l +450.938 554.481 l +452.739 555.921 l +0.475 0 0 rgb +1 w +0 j +0 J +[] 0 d +S +[15.1246 0 0 -7.74233 413.127 537.735] ellipse +pushc +eoclip newpath +50 gradient +0.576 0.576 0.576 $ +0.585 0.585 0.585 $ +0.593 0.593 0.593 $ +0.602 0.602 0.602 $ +0.611 0.611 0.611 $ +0.619 0.619 0.619 $ +0.628 0.628 0.628 $ +0.637 0.637 0.637 $ +0.645 0.645 0.645 $ +0.654 0.654 0.654 $ +0.663 0.663 0.663 $ +0.671 0.671 0.671 $ +0.68 0.68 0.68 $ +0.688 0.688 0.688 $ +0.697 0.697 0.697 $ +0.706 0.706 0.706 $ +0.714 0.714 0.714 $ +0.723 0.723 0.723 $ +0.732 0.732 0.732 $ +0.74 0.74 0.74 $ +0.749 0.749 0.749 $ +0.758 0.758 0.758 $ +0.766 0.766 0.766 $ +0.775 0.775 0.775 $ +0.784 0.784 0.784 $ +0.792 0.792 0.792 $ +0.801 0.801 0.801 $ +0.81 0.81 0.81 $ +0.818 0.818 0.818 $ +0.827 0.827 0.827 $ +0.836 0.836 0.836 $ +0.844 0.844 0.844 $ +0.853 0.853 0.853 $ +0.862 0.862 0.862 $ +0.87 0.87 0.87 $ +0.879 0.879 0.879 $ +0.888 0.888 0.888 $ +0.896 0.896 0.896 $ +0.905 0.905 0.905 $ +0.913 0.913 0.913 $ +0.922 0.922 0.922 $ +0.931 0.931 0.931 $ +0.939 0.939 0.939 $ +0.948 0.948 0.948 $ +0.957 0.957 0.957 $ +0.965 0.965 0.965 $ +0.974 0.974 0.974 $ +0.983 0.983 0.983 $ +0.991 0.991 0.991 $ +1 1 1 $ +406.645 540.058 23.8358 0 radial +popc +newpath +newpath +401.536 541.99 m +401.536 541.99 399.555 541.45 399.376 541.27 c +399.195 541.09 397.935 538.569 397.935 538.569 c +397.935 538.569 402.976 535.328 402.976 535.328 c +402.976 535.328 407.118 532.987 410.539 532.627 c +413.96 532.267 417.021 531.907 417.021 531.907 c +417.021 531.907 417.201 535.148 416.66 535.148 c +416.12 535.148 410.358 536.048 410.179 536.048 c +409.999 536.048 408.018 535.868 404.417 538.749 c +400.816 541.63 402.256 541.27 402.076 541.27 c +closepath +0.596 0.596 0.596 rgb +F +[15.1246 0 0 -7.74233 430.975 533.257] ellipse +pushc +eoclip newpath +50 gradient +0.576 0.576 0.576 $ +0.585 0.585 0.585 $ +0.593 0.593 0.593 $ +0.602 0.602 0.602 $ +0.611 0.611 0.611 $ +0.619 0.619 0.619 $ +0.628 0.628 0.628 $ +0.637 0.637 0.637 $ +0.645 0.645 0.645 $ +0.654 0.654 0.654 $ +0.663 0.663 0.663 $ +0.671 0.671 0.671 $ +0.68 0.68 0.68 $ +0.688 0.688 0.688 $ +0.697 0.697 0.697 $ +0.706 0.706 0.706 $ +0.714 0.714 0.714 $ +0.723 0.723 0.723 $ +0.732 0.732 0.732 $ +0.74 0.74 0.74 $ +0.749 0.749 0.749 $ +0.758 0.758 0.758 $ +0.766 0.766 0.766 $ +0.775 0.775 0.775 $ +0.784 0.784 0.784 $ +0.792 0.792 0.792 $ +0.801 0.801 0.801 $ +0.81 0.81 0.81 $ +0.818 0.818 0.818 $ +0.827 0.827 0.827 $ +0.836 0.836 0.836 $ +0.844 0.844 0.844 $ +0.853 0.853 0.853 $ +0.862 0.862 0.862 $ +0.87 0.87 0.87 $ +0.879 0.879 0.879 $ +0.888 0.888 0.888 $ +0.896 0.896 0.896 $ +0.905 0.905 0.905 $ +0.913 0.913 0.913 $ +0.922 0.922 0.922 $ +0.931 0.931 0.931 $ +0.939 0.939 0.939 $ +0.948 0.948 0.948 $ +0.957 0.957 0.957 $ +0.965 0.965 0.965 $ +0.974 0.974 0.974 $ +0.983 0.983 0.983 $ +0.991 0.991 0.991 $ +1 1 1 $ +424.493 535.58 23.8359 0 radial +popc +newpath +newpath +443.015 533.954 m +443.015 533.954 452.018 532.874 461.742 533.954 c +471.464 535.035 479.026 538.996 479.026 538.996 c +479.026 538.996 480.467 531.434 480.467 531.434 c +480.467 531.434 469.664 527.473 462.101 526.392 c +454.539 525.312 437.974 526.032 437.974 526.032 c +437.974 526.032 435.093 526.392 435.093 526.392 c +435.093 526.392 442.295 533.954 442.295 533.954 c +closepath +pushc +eoclip newpath +50 gradient +0.576 0.576 0.576 $ +0.585 0.585 0.585 $ +0.593 0.593 0.593 $ +0.602 0.602 0.602 $ +0.611 0.611 0.611 $ +0.619 0.619 0.619 $ +0.628 0.628 0.628 $ +0.637 0.637 0.637 $ +0.645 0.645 0.645 $ +0.654 0.654 0.654 $ +0.663 0.663 0.663 $ +0.671 0.671 0.671 $ +0.68 0.68 0.68 $ +0.688 0.688 0.688 $ +0.697 0.697 0.697 $ +0.706 0.706 0.706 $ +0.714 0.714 0.714 $ +0.723 0.723 0.723 $ +0.732 0.732 0.732 $ +0.74 0.74 0.74 $ +0.749 0.749 0.749 $ +0.758 0.758 0.758 $ +0.766 0.766 0.766 $ +0.775 0.775 0.775 $ +0.784 0.784 0.784 $ +0.792 0.792 0.792 $ +0.801 0.801 0.801 $ +0.81 0.81 0.81 $ +0.818 0.818 0.818 $ +0.827 0.827 0.827 $ +0.836 0.836 0.836 $ +0.844 0.844 0.844 $ +0.853 0.853 0.853 $ +0.862 0.862 0.862 $ +0.87 0.87 0.87 $ +0.879 0.879 0.879 $ +0.888 0.888 0.888 $ +0.896 0.896 0.896 $ +0.905 0.905 0.905 $ +0.913 0.913 0.913 $ +0.922 0.922 0.922 $ +0.931 0.931 0.931 $ +0.939 0.939 0.939 $ +0.948 0.948 0.948 $ +0.957 0.957 0.957 $ +0.965 0.965 0.965 $ +0.974 0.974 0.974 $ +0.983 0.983 0.983 $ +0.991 0.991 0.991 $ +1 1 1 $ +455.432 543.354 460.128 521.439 axial +popc +newpath +newpath +432.212 546.558 m +435.814 544.758 l +0.768 0.768 0.768 rgb +1 w +0 j +0 J +[] 0 d +S +newpath +435.093 548.359 m +439.055 545.838 l +S +newpath +444.456 544.037 m +449.497 542.598 l +S +newpath +448.057 545.838 m +451.298 544.758 l +S +newpath +428.972 525.492 m +429.331 525.852 432.572 531.794 432.572 531.794 c +432.572 531.794 443.015 530.353 443.015 530.353 c +443.015 530.353 451.838 530.173 452.558 529.813 c +453.279 529.453 468.943 532.154 469.304 532.515 c +469.664 532.874 479.387 537.195 479.387 537.195 c +479.387 537.195 481.547 531.254 481.187 531.254 c +480.827 531.254 480.467 529.813 465.342 527.112 c +450.218 524.412 450.938 525.132 442.656 525.492 c +434.373 525.852 428.611 525.672 428.611 525.672 c +closepath +0.596 0.596 0.596 rgb +F +newpath +420.058 538.366 m +420.058 538.366 418.078 537.826 417.898 537.646 c +417.718 537.465 416.457 534.945 416.457 534.945 c +416.457 534.945 421.499 531.704 421.499 531.704 c +421.499 531.704 425.64 529.363 429.061 529.003 c +432.483 528.643 433.563 529.543 433.563 529.543 c +433.563 529.543 434.103 531.884 433.563 531.884 c +433.023 531.884 428.881 532.424 428.701 532.424 c +428.521 532.424 426.541 532.244 422.94 535.125 c +419.338 538.006 420.779 537.646 420.599 537.646 c +closepath +F +newpath +426.451 622.542 m +426.451 622.542 433.112 618.58 433.833 617.32 c +434.553 616.06 439.414 613.179 442.295 613.179 c +445.176 613.179 451.298 615.7 451.298 615.7 c +451.298 615.7 461.742 619.301 461.742 619.301 c +461.742 619.301 455.799 618.761 450.038 616.96 c +444.276 615.159 444.816 615.339 441.935 615.339 c +439.055 615.339 434.013 619.301 433.653 619.301 c +433.293 619.301 426.451 622.542 426.451 622.542 c +closepath +pushc +eoclip newpath +50 gradient +0.616 0 0 $ +0.611 0 0 $ +0.606 0 0 $ +0.602 0 0 $ +0.597 0 0 $ +0.592 0 0 $ +0.587 0 0 $ +0.582 0 0 $ +0.578 0 0 $ +0.573 0 0 $ +0.568 0 0 $ +0.563 0 0 $ +0.558 0 0 $ +0.554 0 0 $ +0.549 0 0 $ +0.544 0 0 $ +0.539 0 0 $ +0.534 0 0 $ +0.53 0 0 $ +0.525 0 0 $ +0.52 0 0 $ +0.515 0 0 $ +0.51 0 0 $ +0.506 0 0 $ +0.501 0 0 $ +0.496 0 0 $ +0.491 0 0 $ +0.486 0 0 $ +0.482 0 0 $ +0.477 0 0 $ +0.472 0 0 $ +0.467 0 0 $ +0.463 0 0 $ +0.458 0 0 $ +0.455 0 0 $ +0.456 0 0 $ +0.457 0 0 $ +0.457 0 0 $ +0.458 0 0 $ +0.459 0 0 $ +0.459 0 0 $ +0.46 0 0 $ +0.46 0 0 $ +0.461 0 0 $ +0.462 0 0 $ +0.462 0 0 $ +0.463 0 0 $ +0.464 0 0 $ +0.464 0 0 $ +0.465 0 0 $ +444.096 617.86 18.256 0 radial +popc +newpath +newpath +246.446 791.099 m +246.263 653.969 l +257.252 653.969 l +266.043 663.649 l +266.043 779.806 l +259.45 790.292 l +246.263 790.292 l +closepath +1 1 1 rgb +F +newpath +338.281 563.853 m +261.027 609.375 l +271.99 609.375 l +286.201 606.162 l +351.486 567.602 l +350.801 564.121 l +337.645 564.121 l +closepath +F +newpath +71.1751 794.729 m +71.1751 739.474 l +83.6291 739.474 l +87.292 751.573 l +86.9257 784.646 l +82.5302 794.326 l +71.5414 794.326 l +closepath +F +newpath +165.457 562.648 m +134.401 580.991 l +146.827 580.991 l +157.281 576.974 l +175.504 565.995 l +176.559 562.782 l +165.596 562.782 l +closepath +F +newpath +71.1751 705.191 m +71.1751 649.936 l +83.6291 649.936 l +87.292 662.036 l +86.9257 695.108 l +82.5302 704.788 l +71.5414 704.788 l +closepath +F +newpath +115.134 592.371 m +84.0782 610.714 l +96.5032 610.714 l +106.958 606.698 l +125.181 595.719 l +126.236 592.505 l +115.272 592.505 l +closepath +F +showpage +end +%%Trailer +cleartomark countdictstack exch sub { end } repeat restore +%%EOF -- 2.45.0