%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: msp %%Title: Window .xe20570.c %%CreationDate: Tue Jul 16 14:56:12 2019 %%BoundingBox: 184 300 428 493 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font DejaVuSansMono-Bold %%EndComments %%BeginProlog % This is a standard prolog for Postscript generated by Tk's canvas % widget. /CurrentEncoding [ /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/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 /grave/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/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /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 50 dict begin /baseline 0 def /stipimage 0 def /height 0 def /justify 0 def /lineLength 0 def /spacing 0 def /stipple 0 def /strings 0 def /xoffset 0 def /yoffset 0 def /tmpstip null def /baselineSampler ( TXygqPZ) def baselineSampler 0 196 put /cstringshow {{ dup type /stringtype eq { show } { glyphshow } ifelse } forall } bind def /cstringwidth {0 exch 0 exch { dup type /stringtype eq { stringwidth } { currentfont /Encoding get exch 1 exch put (\001) stringwidth } ifelse exch 3 1 roll add 3 1 roll add exch } forall } bind def /ISOEncode {dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding CurrentEncoding def currentdict end /Temporary exch definefont } bind def /StrokeClip {{strokepath} stopped { (This Postscript printer gets limitcheck overflows when) = (stippling dashed lines; lines will be printed solid instead.) = [] 0 setdash strokepath} if clip } bind def /EvenPixels {dup 0 matrix currentmatrix dtransform dup mul exch dup mul add sqrt dup round dup 1 lt {pop 1} if exch div mul } bind def /StippleFill {/tmpstip 1 index def 1 EvenPixels dup scale pathbbox 4 2 roll 5 index div dup 0 lt {1 sub} if cvi 5 index mul 4 1 roll 6 index div dup 0 lt {1 sub} if cvi 6 index mul 3 2 roll 6 index exch { 2 index 5 index 3 index { gsave 1 index exch translate 5 index 5 index true matrix tmpstip imagemask grestore } for pop } for pop pop pop pop pop } bind def /AdjustColor {CL 2 lt { currentgray CL 0 eq { .5 lt {0} {1} ifelse } if setgray } if } bind def /DrawText {/stipple exch def /justify exch def /yoffset exch def /xoffset exch def /spacing exch def /strings exch def /lineLength 0 def strings { cstringwidth pop dup lineLength gt {/lineLength exch def} {pop} ifelse newpath } forall 0 0 moveto baselineSampler false charpath pathbbox dup /baseline exch def exch pop exch sub /height exch def pop newpath translate rotate lineLength xoffset mul strings length 1 sub spacing mul height add yoffset mul translate justify lineLength mul baseline neg translate strings { dup cstringwidth pop justify neg mul 0 moveto stipple { gsave /char (X) def { dup type /stringtype eq { { char 0 3 -1 roll put currentpoint gsave char true charpath clip StippleText grestore char stringwidth translate moveto } forall } { currentfont /Encoding get exch 1 exch put currentpoint gsave (\001) true charpath clip StippleText grestore (\001) stringwidth translate moveto } ifelse } forall grestore } {cstringshow} ifelse 0 spacing neg translate } forall } bind def /TkPhotoColor {gsave 32 dict begin /tinteger exch def /transparent 1 string def transparent 0 tinteger put /olddict exch def olddict /DataSource get dup type /filetype ne { olddict /DataSource 3 -1 roll 0 () /SubFileDecode filter put } { pop } ifelse /newdict olddict maxlength dict def olddict newdict copy pop /w newdict /Width get def /crpp newdict /Decode get length 2 idiv def /str w string def /pix w crpp mul string def /substrlen 2 w log 2 log div floor exp cvi def /substrs [ { substrlen string 0 1 substrlen 1 sub { 1 index exch tinteger put } for /substrlen substrlen 2 idiv def substrlen 0 eq {exit} if } loop ] def /h newdict /Height get def 1 w div 1 h div matrix scale olddict /ImageMatrix get exch matrix concatmatrix matrix invertmatrix concat newdict /Height 1 put newdict /DataSource pix put /mat [w 0 0 h 0 0] def newdict /ImageMatrix mat put 0 1 h 1 sub { mat 5 3 -1 roll neg put olddict /DataSource get str readstring pop pop /tail str def /x 0 def olddict /DataSource get pix readstring pop pop { tail transparent search dup /done exch not def {exch pop exch pop} if /w1 exch length def w1 0 ne { newdict /DataSource pix x crpp mul w1 crpp mul getinterval put newdict /Width w1 put mat 4 x neg put /x x w1 add def newdict image /tail tail w1 tail length w1 sub getinterval def } if done {exit} if tail substrs { anchorsearch {pop} if } forall /tail exch def tail length 0 eq {exit} if /x w tail length sub def } loop } for end grestore } bind def /TkPhotoMono {gsave 32 dict begin /dummyInteger exch def /olddict exch def olddict /DataSource get dup type /filetype ne { olddict /DataSource 3 -1 roll 0 () /SubFileDecode filter put } { pop } ifelse /newdict olddict maxlength dict def olddict newdict copy pop /w newdict /Width get def /pix w 7 add 8 idiv string def /h newdict /Height get def 1 w div 1 h div matrix scale olddict /ImageMatrix get exch matrix concatmatrix matrix invertmatrix concat newdict /Height 1 put newdict /DataSource pix put /mat [w 0 0 h 0 0] def newdict /ImageMatrix mat put 0 1 h 1 sub { mat 5 3 -1 roll neg put 0.000 0.000 0.000 setrgbcolor olddict /DataSource get pix readstring pop pop newdict /DataSource pix put newdict imagemask 1.000 1.000 1.000 setrgbcolor olddict /DataSource get pix readstring pop pop newdict /DataSource pix put newdict imagemask } for end grestore } bind def %%EndProlog %%BeginSetup /CL 2 def %%IncludeResource: font DejaVuSansMono-Bold %%EndSetup %%Page: 1 1 save 306.0 396.0 translate 0.7485 0.7485 scale -162 -128 translate 0 257 moveto 324 257 lineto 324 0 lineto 0 0 lineto closepath clip newpath gsave 74 241 moveto 107 241 lineto 111 237 lineto 111 222 lineto 74 222 lineto 74 241 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 224 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 224 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 241 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 241 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 76 238 [ [(0)] ] 15 -0 0 0 false DrawText grestore gsave 74 217 moveto 113 217 lineto 113 197 lineto 74 197 lineto 74 217 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 199 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 199 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 106 199 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 106 199 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 217 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 217 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 76 214 [ [(t f b)] ] 15 -0 0 0 false DrawText grestore gsave 106 188 moveto 187 188 lineto 187 168 lineto 106 168 lineto 106 188 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 106 170 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 106 170 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 106 188 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 106 188 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 108 185 [ [(samplerate~)] ] 15 -0 0 0 false DrawText grestore gsave 74 188 moveto 99 188 lineto 99 168 lineto 74 168 lineto 74 188 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 170 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 170 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 188 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 188 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 92 188 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 92 188 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 76 185 [ [(/ )] ] 15 -0 0 0 false DrawText grestore gsave 126 153 moveto 159 153 lineto 163 149 lineto 163 134 lineto 126 134 lineto 126 153 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 136 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 136 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 153 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 153 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 128 150 [ [(0)] ] 15 -0 0 0 false DrawText grestore gsave 126 129 moveto 165 129 lineto 165 109 lineto 126 109 lineto 126 129 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 111 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 111 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 158 111 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 158 111 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 129 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 129 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 128 126 [ [(t f b)] ] 15 -0 0 0 false DrawText grestore gsave 158 101 moveto 239 101 lineto 239 81 lineto 158 81 lineto 158 101 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 158 83 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 158 83 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 158 101 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 158 101 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 160 98 [ [(samplerate~)] ] 15 -0 0 0 false DrawText grestore gsave 126 100 moveto 151 100 lineto 151 80 lineto 126 80 lineto 126 100 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 82 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 82 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 100 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 100 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 144 100 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 144 100 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 128 97 [ [(/ )] ] 15 -0 0 0 false DrawText grestore gsave 22 62 moveto 159 62 lineto 159 42 lineto 22 42 lineto 22 62 lineto 2 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 22 44 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 22 44 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 22 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 22 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 48 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 48 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 74 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 74 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 100 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 100 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 126 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 126 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 152 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0.000 0.000 0.000 setrgbcolor AdjustColor fill 152 62 moveto 7 0 rlineto 0 -2 rlineto -7 0 rlineto closepath 0 setlinejoin 2 setlinecap 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 24 59 [ [(slop~ 1e+09 0 0 0 0)] ] 15 -0 0 0 false DrawText grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 124 239 [ [(max downward slope)] ] 15 -0 0 0 false DrawText grestore gsave /DejaVuSansMono-Bold findfont 9 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 0 176 151 [ [(max upward slope)] ] 15 -0 0 0 false DrawText grestore gsave 77 223 moveto 77 216 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 77 198 moveto 77 187 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 109 198 moveto 109 187 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 109 169 moveto 95 187 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 77 169 moveto 77 61 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 129 135 moveto 129 128 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 129 110 moveto 129 99 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 161 110 moveto 161 100 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 161 82 moveto 147 99 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 129 81 moveto 129 61 lineto 0 setlinecap 1 setlinejoin 1 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore restore showpage %%Trailer end %%EOF