[1363] | 1 | %!PS-Adobe-3.0 EPSF-3.0 |
---|
| 2 | %%Creator: Tk Canvas Widget |
---|
| 3 | %%Title: Window .12643984.12686360.12713056.12713216.12713176 |
---|
| 4 | %%CreationDate: Fri May 06 15:11:53 2005 |
---|
| 5 | %%BoundingBox: -6 222 619 571 |
---|
| 6 | %%Pages: 1 |
---|
| 7 | %%DocumentData: Clean7Bit |
---|
| 8 | %%Orientation: Portrait |
---|
| 9 | %%EndComments |
---|
| 10 | |
---|
| 11 | %%BeginProlog |
---|
| 12 | /CurrentEncoding [ |
---|
| 13 | /space/space/space/space/space/space/space/space |
---|
| 14 | /space/space/space/space/space/space/space/space |
---|
| 15 | /space/space/space/space/space/space/space/space |
---|
| 16 | /space/space/space/space/space/space/space/space |
---|
| 17 | /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle |
---|
| 18 | /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash |
---|
| 19 | /zero/one/two/three/four/five/six/seven |
---|
| 20 | /eight/nine/colon/semicolon/less/equal/greater/question |
---|
| 21 | /at/A/B/C/D/E/F/G |
---|
| 22 | /H/I/J/K/L/M/N/O |
---|
| 23 | /P/Q/R/S/T/U/V/W |
---|
| 24 | /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore |
---|
| 25 | /grave/a/b/c/d/e/f/g |
---|
| 26 | /h/i/j/k/l/m/n/o |
---|
| 27 | /p/q/r/s/t/u/v/w |
---|
| 28 | /x/y/z/braceleft/bar/braceright/asciitilde/space |
---|
| 29 | /Euro/space/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl |
---|
| 30 | /circumflex/perthousand/Scaron/guilsinglleft/OE/space/Zcaron/space |
---|
| 31 | /space/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash |
---|
| 32 | /tilde/trademark/scaron/guilsinglright/oe/space/zcaron/Ydieresis |
---|
| 33 | /space/exclamdown/cent/sterling/currency/yen/brokenbar/section |
---|
| 34 | /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron |
---|
| 35 | /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered |
---|
| 36 | /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown |
---|
| 37 | /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla |
---|
| 38 | /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis |
---|
| 39 | /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply |
---|
| 40 | /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls |
---|
| 41 | /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla |
---|
| 42 | /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis |
---|
| 43 | /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide |
---|
| 44 | /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis |
---|
| 45 | ] def |
---|
| 46 | |
---|
| 47 | 50 dict begin |
---|
| 48 | % This is a standard prolog for Postscript generated by Tk's canvas |
---|
| 49 | % widget. |
---|
| 50 | % RCS: @(#) $Id: mkpsenc.tcl,v 1.3 2002/07/19 14:37:21 drh Exp $ |
---|
| 51 | |
---|
| 52 | % The definitions below just define all of the variables used in |
---|
| 53 | % any of the procedures here. This is needed for obscure reasons |
---|
| 54 | % explained on p. 716 of the Postscript manual (Section H.2.7, |
---|
| 55 | % "Initializing Variables," in the section on Encapsulated Postscript). |
---|
| 56 | |
---|
| 57 | /baseline 0 def |
---|
| 58 | /stipimage 0 def |
---|
| 59 | /height 0 def |
---|
| 60 | /justify 0 def |
---|
| 61 | /lineLength 0 def |
---|
| 62 | /spacing 0 def |
---|
| 63 | /stipple 0 def |
---|
| 64 | /strings 0 def |
---|
| 65 | /xoffset 0 def |
---|
| 66 | /yoffset 0 def |
---|
| 67 | /tmpstip null def |
---|
| 68 | |
---|
| 69 | |
---|
| 70 | /cstringshow { |
---|
| 71 | { |
---|
| 72 | dup type /stringtype eq |
---|
| 73 | { show } { glyphshow } |
---|
| 74 | ifelse |
---|
| 75 | } |
---|
| 76 | forall |
---|
| 77 | } bind def |
---|
| 78 | |
---|
| 79 | |
---|
| 80 | |
---|
| 81 | /cstringwidth { |
---|
| 82 | 0 exch 0 exch |
---|
| 83 | { |
---|
| 84 | dup type /stringtype eq |
---|
| 85 | { stringwidth } { |
---|
| 86 | currentfont /Encoding get exch 1 exch put (\001) stringwidth |
---|
| 87 | } |
---|
| 88 | ifelse |
---|
| 89 | exch 3 1 roll add 3 1 roll add exch |
---|
| 90 | } |
---|
| 91 | forall |
---|
| 92 | } bind def |
---|
| 93 | |
---|
| 94 | % font ISOEncode font |
---|
| 95 | % This procedure changes the encoding of a font from the default |
---|
| 96 | % Postscript encoding to current system encoding. It's typically invoked just |
---|
| 97 | % before invoking "setfont". The body of this procedure comes from |
---|
| 98 | % Section 5.6.1 of the Postscript book. |
---|
| 99 | |
---|
| 100 | /ISOEncode { |
---|
| 101 | dup length dict begin |
---|
| 102 | {1 index /FID ne {def} {pop pop} ifelse} forall |
---|
| 103 | /Encoding CurrentEncoding def |
---|
| 104 | currentdict |
---|
| 105 | end |
---|
| 106 | |
---|
| 107 | % I'm not sure why it's necessary to use "definefont" on this new |
---|
| 108 | % font, but it seems to be important; just use the name "Temporary" |
---|
| 109 | % for the font. |
---|
| 110 | |
---|
| 111 | /Temporary exch definefont |
---|
| 112 | } bind def |
---|
| 113 | |
---|
| 114 | % StrokeClip |
---|
| 115 | % |
---|
| 116 | % This procedure converts the current path into a clip area under |
---|
| 117 | % the assumption of stroking. It's a bit tricky because some Postscript |
---|
| 118 | % interpreters get errors during strokepath for dashed lines. If |
---|
| 119 | % this happens then turn off dashes and try again. |
---|
| 120 | |
---|
| 121 | /StrokeClip { |
---|
| 122 | {strokepath} stopped { |
---|
| 123 | (This Postscript printer gets limitcheck overflows when) = |
---|
| 124 | (stippling dashed lines; lines will be printed solid instead.) = |
---|
| 125 | [] 0 setdash strokepath} if |
---|
| 126 | clip |
---|
| 127 | } bind def |
---|
| 128 | |
---|
| 129 | % desiredSize EvenPixels closestSize |
---|
| 130 | % |
---|
| 131 | % The procedure below is used for stippling. Given the optimal size |
---|
| 132 | % of a dot in a stipple pattern in the current user coordinate system, |
---|
| 133 | % compute the closest size that is an exact multiple of the device's |
---|
| 134 | % pixel size. This allows stipple patterns to be displayed without |
---|
| 135 | % aliasing effects. |
---|
| 136 | |
---|
| 137 | /EvenPixels { |
---|
| 138 | % Compute exact number of device pixels per stipple dot. |
---|
| 139 | dup 0 matrix currentmatrix dtransform |
---|
| 140 | dup mul exch dup mul add sqrt |
---|
| 141 | |
---|
| 142 | % Round to an integer, make sure the number is at least 1, and compute |
---|
| 143 | % user coord distance corresponding to this. |
---|
| 144 | dup round dup 1 lt {pop 1} if |
---|
| 145 | exch div mul |
---|
| 146 | } bind def |
---|
| 147 | |
---|
| 148 | % width height string StippleFill -- |
---|
| 149 | % |
---|
| 150 | % Given a path already set up and a clipping region generated from |
---|
| 151 | % it, this procedure will fill the clipping region with a stipple |
---|
| 152 | % pattern. "String" contains a proper image description of the |
---|
| 153 | % stipple pattern and "width" and "height" give its dimensions. Each |
---|
| 154 | % stipple dot is assumed to be about one unit across in the current |
---|
| 155 | % user coordinate system. This procedure trashes the graphics state. |
---|
| 156 | |
---|
| 157 | /StippleFill { |
---|
| 158 | % The following code is needed to work around a NeWSprint bug. |
---|
| 159 | |
---|
| 160 | /tmpstip 1 index def |
---|
| 161 | |
---|
| 162 | % Change the scaling so that one user unit in user coordinates |
---|
| 163 | % corresponds to the size of one stipple dot. |
---|
| 164 | 1 EvenPixels dup scale |
---|
| 165 | |
---|
| 166 | % Compute the bounding box occupied by the path (which is now |
---|
| 167 | % the clipping region), and round the lower coordinates down |
---|
| 168 | % to the nearest starting point for the stipple pattern. Be |
---|
| 169 | % careful about negative numbers, since the rounding works |
---|
| 170 | % differently on them. |
---|
| 171 | |
---|
| 172 | pathbbox |
---|
| 173 | 4 2 roll |
---|
| 174 | 5 index div dup 0 lt {1 sub} if cvi 5 index mul 4 1 roll |
---|
| 175 | 6 index div dup 0 lt {1 sub} if cvi 6 index mul 3 2 roll |
---|
| 176 | |
---|
| 177 | % Stack now: width height string y1 y2 x1 x2 |
---|
| 178 | % Below is a doubly-nested for loop to iterate across this area |
---|
| 179 | % in units of the stipple pattern size, going up columns then |
---|
| 180 | % across rows, blasting out a stipple-pattern-sized rectangle at |
---|
| 181 | % each position |
---|
| 182 | |
---|
| 183 | 6 index exch { |
---|
| 184 | 2 index 5 index 3 index { |
---|
| 185 | % Stack now: width height string y1 y2 x y |
---|
| 186 | |
---|
| 187 | gsave |
---|
| 188 | 1 index exch translate |
---|
| 189 | 5 index 5 index true matrix tmpstip imagemask |
---|
| 190 | grestore |
---|
| 191 | } for |
---|
| 192 | pop |
---|
| 193 | } for |
---|
| 194 | pop pop pop pop pop |
---|
| 195 | } bind def |
---|
| 196 | |
---|
| 197 | % -- AdjustColor -- |
---|
| 198 | % Given a color value already set for output by the caller, adjusts |
---|
| 199 | % that value to a grayscale or mono value if requested by the CL |
---|
| 200 | % variable. |
---|
| 201 | |
---|
| 202 | /AdjustColor { |
---|
| 203 | CL 2 lt { |
---|
| 204 | currentgray |
---|
| 205 | CL 0 eq { |
---|
| 206 | .5 lt {0} {1} ifelse |
---|
| 207 | } if |
---|
| 208 | setgray |
---|
| 209 | } if |
---|
| 210 | } bind def |
---|
| 211 | |
---|
| 212 | % x y strings spacing xoffset yoffset justify stipple DrawText -- |
---|
| 213 | % This procedure does all of the real work of drawing text. The |
---|
| 214 | % color and font must already have been set by the caller, and the |
---|
| 215 | % following arguments must be on the stack: |
---|
| 216 | % |
---|
| 217 | % x, y - Coordinates at which to draw text. |
---|
| 218 | % strings - An array of strings, one for each line of the text item, |
---|
| 219 | % in order from top to bottom. |
---|
| 220 | % spacing - Spacing between lines. |
---|
| 221 | % xoffset - Horizontal offset for text bbox relative to x and y: 0 for |
---|
| 222 | % nw/w/sw anchor, -0.5 for n/center/s, and -1.0 for ne/e/se. |
---|
| 223 | % yoffset - Vertical offset for text bbox relative to x and y: 0 for |
---|
| 224 | % nw/n/ne anchor, +0.5 for w/center/e, and +1.0 for sw/s/se. |
---|
| 225 | % justify - 0 for left justification, 0.5 for center, 1 for right justify. |
---|
| 226 | % stipple - Boolean value indicating whether or not text is to be |
---|
| 227 | % drawn in stippled fashion. If text is stippled, |
---|
| 228 | % procedure StippleText must have been defined to call |
---|
| 229 | % StippleFill in the right way. |
---|
| 230 | % |
---|
| 231 | % Also, when this procedure is invoked, the color and font must already |
---|
| 232 | % have been set for the text. |
---|
| 233 | |
---|
| 234 | /DrawText { |
---|
| 235 | /stipple exch def |
---|
| 236 | /justify exch def |
---|
| 237 | /yoffset exch def |
---|
| 238 | /xoffset exch def |
---|
| 239 | /spacing exch def |
---|
| 240 | /strings exch def |
---|
| 241 | |
---|
| 242 | % First scan through all of the text to find the widest line. |
---|
| 243 | |
---|
| 244 | /lineLength 0 def |
---|
| 245 | strings { |
---|
| 246 | cstringwidth pop |
---|
| 247 | dup lineLength gt {/lineLength exch def} {pop} ifelse |
---|
| 248 | newpath |
---|
| 249 | } forall |
---|
| 250 | |
---|
| 251 | % Compute the baseline offset and the actual font height. |
---|
| 252 | |
---|
| 253 | 0 0 moveto (TXygqPZ) false charpath |
---|
| 254 | pathbbox dup /baseline exch def |
---|
| 255 | exch pop exch sub /height exch def pop |
---|
| 256 | newpath |
---|
| 257 | |
---|
| 258 | % Translate coordinates first so that the origin is at the upper-left |
---|
| 259 | % corner of the text's bounding box. Remember that x and y for |
---|
| 260 | % positioning are still on the stack. |
---|
| 261 | |
---|
| 262 | translate |
---|
| 263 | lineLength xoffset mul |
---|
| 264 | strings length 1 sub spacing mul height add yoffset mul translate |
---|
| 265 | |
---|
| 266 | % Now use the baseline and justification information to translate so |
---|
| 267 | % that the origin is at the baseline and positioning point for the |
---|
| 268 | % first line of text. |
---|
| 269 | |
---|
| 270 | justify lineLength mul baseline neg translate |
---|
| 271 | |
---|
| 272 | % Iterate over each of the lines to output it. For each line, |
---|
| 273 | % compute its width again so it can be properly justified, then |
---|
| 274 | % display it. |
---|
| 275 | |
---|
| 276 | strings { |
---|
| 277 | dup cstringwidth pop |
---|
| 278 | justify neg mul 0 moveto |
---|
| 279 | stipple { |
---|
| 280 | |
---|
| 281 | |
---|
| 282 | % The text is stippled, so turn it into a path and print |
---|
| 283 | % by calling StippledText, which in turn calls StippleFill. |
---|
| 284 | % Unfortunately, many Postscript interpreters will get |
---|
| 285 | % overflow errors if we try to do the whole string at |
---|
| 286 | % once, so do it a character at a time. |
---|
| 287 | |
---|
| 288 | gsave |
---|
| 289 | /char (X) def |
---|
| 290 | { |
---|
| 291 | dup type /stringtype eq { |
---|
| 292 | % This segment is a string. |
---|
| 293 | { |
---|
| 294 | char 0 3 -1 roll put |
---|
| 295 | currentpoint |
---|
| 296 | gsave |
---|
| 297 | char true charpath clip StippleText |
---|
| 298 | grestore |
---|
| 299 | char stringwidth translate |
---|
| 300 | moveto |
---|
| 301 | } forall |
---|
| 302 | } { |
---|
| 303 | % This segment is glyph name |
---|
| 304 | % Temporary override |
---|
| 305 | currentfont /Encoding get exch 1 exch put |
---|
| 306 | currentpoint |
---|
| 307 | gsave (\001) true charpath clip StippleText |
---|
| 308 | grestore |
---|
| 309 | (\001) stringwidth translate |
---|
| 310 | moveto |
---|
| 311 | } ifelse |
---|
| 312 | } forall |
---|
| 313 | grestore |
---|
| 314 | } {cstringshow} ifelse |
---|
| 315 | 0 spacing neg translate |
---|
| 316 | } forall |
---|
| 317 | } bind def |
---|
| 318 | |
---|
| 319 | %%EndProlog |
---|
| 320 | %%BeginSetup |
---|
| 321 | /CL 2 def |
---|
| 322 | %%EndSetup |
---|
| 323 | |
---|
| 324 | %%Page: 1 1 |
---|
| 325 | save |
---|
| 326 | 306.0 396.0 translate |
---|
| 327 | 0.7507 0.7507 scale |
---|
| 328 | -453 -231 translate |
---|
| 329 | 37 463 moveto 869 463 lineto 869 0 lineto 37 0 lineto closepath clip newpath |
---|
| 330 | gsave |
---|
| 331 | 282 188 moveto |
---|
| 332 | 322.359287054409 249.127494456763 lineto |
---|
| 333 | 369 197 lineto |
---|
| 334 | 282 188 lineto |
---|
| 335 | 1 setlinejoin 1 setlinecap |
---|
| 336 | 1 setlinewidth |
---|
| 337 | [] 0 setdash |
---|
| 338 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 339 | stroke |
---|
| 340 | grestore |
---|
| 341 | gsave |
---|
| 342 | 282 188 moveto |
---|
| 343 | 369 197 lineto |
---|
| 344 | 312 143 lineto |
---|
| 345 | 282 188 lineto |
---|
| 346 | 1 setlinejoin 1 setlinecap |
---|
| 347 | 1 setlinewidth |
---|
| 348 | [] 0 setdash |
---|
| 349 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 350 | stroke |
---|
| 351 | grestore |
---|
| 352 | gsave |
---|
| 353 | 589 209 moveto |
---|
| 354 | 566 155 lineto |
---|
| 355 | 532.621862615588 201.114762219287 lineto |
---|
| 356 | 589 209 lineto |
---|
| 357 | 1 setlinejoin 1 setlinecap |
---|
| 358 | 1 setlinewidth |
---|
| 359 | [] 0 setdash |
---|
| 360 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 361 | stroke |
---|
| 362 | grestore |
---|
| 363 | gsave |
---|
| 364 | 369 197 moveto |
---|
| 365 | 377 157 lineto |
---|
| 366 | 312 143 lineto |
---|
| 367 | 369 197 lineto |
---|
| 368 | 1 setlinejoin 1 setlinecap |
---|
| 369 | 1 setlinewidth |
---|
| 370 | [] 0 setdash |
---|
| 371 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 372 | stroke |
---|
| 373 | grestore |
---|
| 374 | gsave |
---|
| 375 | 333 298 moveto |
---|
| 376 | 386 290 lineto |
---|
| 377 | 372 243 lineto |
---|
| 378 | 333 298 lineto |
---|
| 379 | 1 setlinejoin 1 setlinecap |
---|
| 380 | 1 setlinewidth |
---|
| 381 | [] 0 setdash |
---|
| 382 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 383 | stroke |
---|
| 384 | grestore |
---|
| 385 | gsave |
---|
| 386 | 322.359287054409 249.127494456763 moveto |
---|
| 387 | 372 243 lineto |
---|
| 388 | 369 197 lineto |
---|
| 389 | 322.359287054409 249.127494456763 lineto |
---|
| 390 | 1 setlinejoin 1 setlinecap |
---|
| 391 | 1 setlinewidth |
---|
| 392 | [] 0 setdash |
---|
| 393 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 394 | stroke |
---|
| 395 | grestore |
---|
| 396 | gsave |
---|
| 397 | 387 96 moveto |
---|
| 398 | 312 143 lineto |
---|
| 399 | 377 157 lineto |
---|
| 400 | 387 96 lineto |
---|
| 401 | 1 setlinejoin 1 setlinecap |
---|
| 402 | 1 setlinewidth |
---|
| 403 | [] 0 setdash |
---|
| 404 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 405 | stroke |
---|
| 406 | grestore |
---|
| 407 | gsave |
---|
| 408 | 333 298 moveto |
---|
| 409 | 322.359287054409 249.127494456763 lineto |
---|
| 410 | 278.5 276 lineto |
---|
| 411 | 333 298 lineto |
---|
| 412 | 1 setlinejoin 1 setlinecap |
---|
| 413 | 1 setlinewidth |
---|
| 414 | [] 0 setdash |
---|
| 415 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 416 | stroke |
---|
| 417 | grestore |
---|
| 418 | gsave |
---|
| 419 | 281 221 moveto |
---|
| 420 | 278.5 276 lineto |
---|
| 421 | 322.359287054409 249.127494456763 lineto |
---|
| 422 | 281 221 lineto |
---|
| 423 | 1 setlinejoin 1 setlinecap |
---|
| 424 | 1 setlinewidth |
---|
| 425 | [] 0 setdash |
---|
| 426 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 427 | stroke |
---|
| 428 | grestore |
---|
| 429 | gsave |
---|
| 430 | 333 298 moveto |
---|
| 431 | 278.5 276 lineto |
---|
| 432 | 305 324 lineto |
---|
| 433 | 333 298 lineto |
---|
| 434 | 1 setlinejoin 1 setlinecap |
---|
| 435 | 1 setlinewidth |
---|
| 436 | [] 0 setdash |
---|
| 437 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 438 | stroke |
---|
| 439 | grestore |
---|
| 440 | gsave |
---|
| 441 | 333 298 moveto |
---|
| 442 | 305 324 lineto |
---|
| 443 | 333 343 lineto |
---|
| 444 | 333 298 lineto |
---|
| 445 | 1 setlinejoin 1 setlinecap |
---|
| 446 | 1 setlinewidth |
---|
| 447 | [] 0 setdash |
---|
| 448 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 449 | stroke |
---|
| 450 | grestore |
---|
| 451 | gsave |
---|
| 452 | 305 324 moveto |
---|
| 453 | 276 331 lineto |
---|
| 454 | 333 343 lineto |
---|
| 455 | 305 324 lineto |
---|
| 456 | 1 setlinejoin 1 setlinecap |
---|
| 457 | 1 setlinewidth |
---|
| 458 | [] 0 setdash |
---|
| 459 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 460 | stroke |
---|
| 461 | grestore |
---|
| 462 | gsave |
---|
| 463 | 369 331 moveto |
---|
| 464 | 333 343 lineto |
---|
| 465 | 340 384 lineto |
---|
| 466 | 369 331 lineto |
---|
| 467 | 1 setlinejoin 1 setlinecap |
---|
| 468 | 1 setlinewidth |
---|
| 469 | [] 0 setdash |
---|
| 470 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 471 | stroke |
---|
| 472 | grestore |
---|
| 473 | gsave |
---|
| 474 | 333 343 moveto |
---|
| 475 | 369 331 lineto |
---|
| 476 | 333 298 lineto |
---|
| 477 | 333 343 lineto |
---|
| 478 | 1 setlinejoin 1 setlinecap |
---|
| 479 | 1 setlinewidth |
---|
| 480 | [] 0 setdash |
---|
| 481 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 482 | stroke |
---|
| 483 | grestore |
---|
| 484 | gsave |
---|
| 485 | 369 331 moveto |
---|
| 486 | 340 384 lineto |
---|
| 487 | 443 378 lineto |
---|
| 488 | 369 331 lineto |
---|
| 489 | 1 setlinejoin 1 setlinecap |
---|
| 490 | 1 setlinewidth |
---|
| 491 | [] 0 setdash |
---|
| 492 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 493 | stroke |
---|
| 494 | grestore |
---|
| 495 | gsave |
---|
| 496 | 340 384 moveto |
---|
| 497 | 333 343 lineto |
---|
| 498 | 276 331 lineto |
---|
| 499 | 340 384 lineto |
---|
| 500 | 1 setlinejoin 1 setlinecap |
---|
| 501 | 1 setlinewidth |
---|
| 502 | [] 0 setdash |
---|
| 503 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 504 | stroke |
---|
| 505 | grestore |
---|
| 506 | gsave |
---|
| 507 | 333 298 moveto |
---|
| 508 | 369 331 lineto |
---|
| 509 | 386 290 lineto |
---|
| 510 | 333 298 lineto |
---|
| 511 | 1 setlinejoin 1 setlinecap |
---|
| 512 | 1 setlinewidth |
---|
| 513 | [] 0 setdash |
---|
| 514 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 515 | stroke |
---|
| 516 | grestore |
---|
| 517 | gsave |
---|
| 518 | 571.5 267.5 moveto |
---|
| 519 | 532.621862615588 201.114762219287 lineto |
---|
| 520 | 502 264 lineto |
---|
| 521 | 571.5 267.5 lineto |
---|
| 522 | 1 setlinejoin 1 setlinecap |
---|
| 523 | 1 setlinewidth |
---|
| 524 | [] 0 setdash |
---|
| 525 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 526 | stroke |
---|
| 527 | grestore |
---|
| 528 | gsave |
---|
| 529 | 276 331 moveto |
---|
| 530 | 305 324 lineto |
---|
| 531 | 278.5 276 lineto |
---|
| 532 | 276 331 lineto |
---|
| 533 | 1 setlinejoin 1 setlinecap |
---|
| 534 | 1 setlinewidth |
---|
| 535 | [] 0 setdash |
---|
| 536 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 537 | stroke |
---|
| 538 | grestore |
---|
| 539 | gsave |
---|
| 540 | 465 81 moveto |
---|
| 541 | 387 96 lineto |
---|
| 542 | 433 146 lineto |
---|
| 543 | 465 81 lineto |
---|
| 544 | 1 setlinejoin 1 setlinecap |
---|
| 545 | 1 setlinewidth |
---|
| 546 | [] 0 setdash |
---|
| 547 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 548 | stroke |
---|
| 549 | grestore |
---|
| 550 | gsave |
---|
| 551 | 549 99 moveto |
---|
| 552 | 465 81 lineto |
---|
| 553 | 499.907128169979 144.483550376971 lineto |
---|
| 554 | 549 99 lineto |
---|
| 555 | 1 setlinejoin 1 setlinecap |
---|
| 556 | 1 setlinewidth |
---|
| 557 | [] 0 setdash |
---|
| 558 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 559 | stroke |
---|
| 560 | grestore |
---|
| 561 | gsave |
---|
| 562 | 566 155 moveto |
---|
| 563 | 499.907128169979 144.483550376971 lineto |
---|
| 564 | 532.621862615588 201.114762219287 lineto |
---|
| 565 | 566 155 lineto |
---|
| 566 | 1 setlinejoin 1 setlinecap |
---|
| 567 | 1 setlinewidth |
---|
| 568 | [] 0 setdash |
---|
| 569 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 570 | stroke |
---|
| 571 | grestore |
---|
| 572 | gsave |
---|
| 573 | 476 207 moveto |
---|
| 574 | 499.907128169979 144.483550376971 lineto |
---|
| 575 | 433 146 lineto |
---|
| 576 | 476 207 lineto |
---|
| 577 | 1 setlinejoin 1 setlinecap |
---|
| 578 | 1 setlinewidth |
---|
| 579 | [] 0 setdash |
---|
| 580 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 581 | stroke |
---|
| 582 | grestore |
---|
| 583 | gsave |
---|
| 584 | 499.907128169979 144.483550376971 moveto |
---|
| 585 | 566 155 lineto |
---|
| 586 | 549 99 lineto |
---|
| 587 | 499.907128169979 144.483550376971 lineto |
---|
| 588 | 1 setlinejoin 1 setlinecap |
---|
| 589 | 1 setlinewidth |
---|
| 590 | [] 0 setdash |
---|
| 591 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 592 | stroke |
---|
| 593 | grestore |
---|
| 594 | gsave |
---|
| 595 | 333 298 moveto |
---|
| 596 | 372 243 lineto |
---|
| 597 | 322.359287054409 249.127494456763 lineto |
---|
| 598 | 333 298 lineto |
---|
| 599 | 1 setlinejoin 1 setlinecap |
---|
| 600 | 1 setlinewidth |
---|
| 601 | [] 0 setdash |
---|
| 602 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 603 | stroke |
---|
| 604 | grestore |
---|
| 605 | gsave |
---|
| 606 | 532.621862615588 201.114762219287 moveto |
---|
| 607 | 499.907128169979 144.483550376971 lineto |
---|
| 608 | 476 207 lineto |
---|
| 609 | 532.621862615588 201.114762219287 lineto |
---|
| 610 | 1 setlinejoin 1 setlinecap |
---|
| 611 | 1 setlinewidth |
---|
| 612 | [] 0 setdash |
---|
| 613 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 614 | stroke |
---|
| 615 | grestore |
---|
| 616 | gsave |
---|
| 617 | 281 221 moveto |
---|
| 618 | 322.359287054409 249.127494456763 lineto |
---|
| 619 | 282 188 lineto |
---|
| 620 | 281 221 lineto |
---|
| 621 | 1 setlinejoin 1 setlinecap |
---|
| 622 | 1 setlinewidth |
---|
| 623 | [] 0 setdash |
---|
| 624 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 625 | stroke |
---|
| 626 | grestore |
---|
| 627 | gsave |
---|
| 628 | 443 378 moveto |
---|
| 629 | 428 311 lineto |
---|
| 630 | 369 331 lineto |
---|
| 631 | 443 378 lineto |
---|
| 632 | 1 setlinejoin 1 setlinecap |
---|
| 633 | 1 setlinewidth |
---|
| 634 | [] 0 setdash |
---|
| 635 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 636 | stroke |
---|
| 637 | grestore |
---|
| 638 | gsave |
---|
| 639 | 589 209 moveto |
---|
| 640 | 532.621862615588 201.114762219287 lineto |
---|
| 641 | 571.5 267.5 lineto |
---|
| 642 | 589 209 lineto |
---|
| 643 | 1 setlinejoin 1 setlinecap |
---|
| 644 | 1 setlinewidth |
---|
| 645 | [] 0 setdash |
---|
| 646 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 647 | stroke |
---|
| 648 | grestore |
---|
| 649 | gsave |
---|
| 650 | 428 311 moveto |
---|
| 651 | 443 378 lineto |
---|
| 652 | 472 310 lineto |
---|
| 653 | 428 311 lineto |
---|
| 654 | 1 setlinejoin 1 setlinecap |
---|
| 655 | 1 setlinewidth |
---|
| 656 | [] 0 setdash |
---|
| 657 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 658 | stroke |
---|
| 659 | grestore |
---|
| 660 | gsave |
---|
| 661 | 369 331 moveto |
---|
| 662 | 428 311 lineto |
---|
| 663 | 386 290 lineto |
---|
| 664 | 369 331 lineto |
---|
| 665 | 1 setlinejoin 1 setlinecap |
---|
| 666 | 1 setlinewidth |
---|
| 667 | [] 0 setdash |
---|
| 668 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 669 | stroke |
---|
| 670 | grestore |
---|
| 671 | gsave |
---|
| 672 | 571.5 267.5 moveto |
---|
| 673 | 502 264 lineto |
---|
| 674 | 554 326 lineto |
---|
| 675 | 571.5 267.5 lineto |
---|
| 676 | 1 setlinejoin 1 setlinecap |
---|
| 677 | 1 setlinewidth |
---|
| 678 | [] 0 setdash |
---|
| 679 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 680 | stroke |
---|
| 681 | grestore |
---|
| 682 | gsave |
---|
| 683 | 554 326 moveto |
---|
| 684 | 472 310 lineto |
---|
| 685 | 498.5 352 lineto |
---|
| 686 | 554 326 lineto |
---|
| 687 | 1 setlinejoin 1 setlinecap |
---|
| 688 | 1 setlinewidth |
---|
| 689 | [] 0 setdash |
---|
| 690 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 691 | stroke |
---|
| 692 | grestore |
---|
| 693 | gsave |
---|
| 694 | 498.5 352 moveto |
---|
| 695 | 472 310 lineto |
---|
| 696 | 443 378 lineto |
---|
| 697 | 498.5 352 lineto |
---|
| 698 | 1 setlinejoin 1 setlinecap |
---|
| 699 | 1 setlinewidth |
---|
| 700 | [] 0 setdash |
---|
| 701 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 702 | stroke |
---|
| 703 | grestore |
---|
| 704 | gsave |
---|
| 705 | 472 310 moveto |
---|
| 706 | 554 326 lineto |
---|
| 707 | 502 264 lineto |
---|
| 708 | 472 310 lineto |
---|
| 709 | 1 setlinejoin 1 setlinecap |
---|
| 710 | 1 setlinewidth |
---|
| 711 | [] 0 setdash |
---|
| 712 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 713 | stroke |
---|
| 714 | grestore |
---|
| 715 | gsave |
---|
| 716 | 499.907128169979 144.483550376971 moveto |
---|
| 717 | 465 81 lineto |
---|
| 718 | 433 146 lineto |
---|
| 719 | 499.907128169979 144.483550376971 lineto |
---|
| 720 | 1 setlinejoin 1 setlinecap |
---|
| 721 | 1 setlinewidth |
---|
| 722 | [] 0 setdash |
---|
| 723 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 724 | stroke |
---|
| 725 | grestore |
---|
| 726 | gsave |
---|
| 727 | 502 264 moveto |
---|
| 728 | 532.621862615588 201.114762219287 lineto |
---|
| 729 | 476 207 lineto |
---|
| 730 | 502 264 lineto |
---|
| 731 | 1 setlinejoin 1 setlinecap |
---|
| 732 | 1 setlinewidth |
---|
| 733 | [] 0 setdash |
---|
| 734 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 735 | stroke |
---|
| 736 | grestore |
---|
| 737 | gsave |
---|
| 738 | 377 157 moveto |
---|
| 739 | 433 146 lineto |
---|
| 740 | 387 96 lineto |
---|
| 741 | 377 157 lineto |
---|
| 742 | 1 setlinejoin 1 setlinecap |
---|
| 743 | 1 setlinewidth |
---|
| 744 | [] 0 setdash |
---|
| 745 | 0.000 1.000 0.000 setrgbcolor AdjustColor |
---|
| 746 | stroke |
---|
| 747 | grestore |
---|
| 748 | gsave |
---|
| 749 | 428 311 moveto |
---|
| 750 | 472 310 lineto |
---|
| 751 | 0 setlinecap |
---|
| 752 | 1 setlinejoin |
---|
| 753 | 1 setlinewidth |
---|
| 754 | [] 0 setdash |
---|
| 755 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 756 | stroke |
---|
| 757 | grestore |
---|
| 758 | gsave |
---|
| 759 | 386 290 moveto |
---|
| 760 | 428 311 lineto |
---|
| 761 | 0 setlinecap |
---|
| 762 | 1 setlinejoin |
---|
| 763 | 1 setlinewidth |
---|
| 764 | [] 0 setdash |
---|
| 765 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 766 | stroke |
---|
| 767 | grestore |
---|
| 768 | gsave |
---|
| 769 | 372 243 moveto |
---|
| 770 | 386 290 lineto |
---|
| 771 | 0 setlinecap |
---|
| 772 | 1 setlinejoin |
---|
| 773 | 1 setlinewidth |
---|
| 774 | [] 0 setdash |
---|
| 775 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 776 | stroke |
---|
| 777 | grestore |
---|
| 778 | gsave |
---|
| 779 | 369 197 moveto |
---|
| 780 | 372 243 lineto |
---|
| 781 | 0 setlinecap |
---|
| 782 | 1 setlinejoin |
---|
| 783 | 1 setlinewidth |
---|
| 784 | [] 0 setdash |
---|
| 785 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 786 | stroke |
---|
| 787 | grestore |
---|
| 788 | gsave |
---|
| 789 | 377 157 moveto |
---|
| 790 | 369 197 lineto |
---|
| 791 | 0 setlinecap |
---|
| 792 | 1 setlinejoin |
---|
| 793 | 1 setlinewidth |
---|
| 794 | [] 0 setdash |
---|
| 795 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 796 | stroke |
---|
| 797 | grestore |
---|
| 798 | gsave |
---|
| 799 | 433 146 moveto |
---|
| 800 | 377 157 lineto |
---|
| 801 | 0 setlinecap |
---|
| 802 | 1 setlinejoin |
---|
| 803 | 1 setlinewidth |
---|
| 804 | [] 0 setdash |
---|
| 805 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 806 | stroke |
---|
| 807 | grestore |
---|
| 808 | gsave |
---|
| 809 | 476 207 moveto |
---|
| 810 | 433 146 lineto |
---|
| 811 | 0 setlinecap |
---|
| 812 | 1 setlinejoin |
---|
| 813 | 1 setlinewidth |
---|
| 814 | [] 0 setdash |
---|
| 815 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 816 | stroke |
---|
| 817 | grestore |
---|
| 818 | gsave |
---|
| 819 | 502 264 moveto |
---|
| 820 | 476 207 lineto |
---|
| 821 | 0 setlinecap |
---|
| 822 | 1 setlinejoin |
---|
| 823 | 1 setlinewidth |
---|
| 824 | [] 0 setdash |
---|
| 825 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 826 | stroke |
---|
| 827 | grestore |
---|
| 828 | gsave |
---|
| 829 | 472 310 moveto |
---|
| 830 | 502 264 lineto |
---|
| 831 | 0 setlinecap |
---|
| 832 | 1 setlinejoin |
---|
| 833 | 1 setlinewidth |
---|
| 834 | [] 0 setdash |
---|
| 835 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 836 | stroke |
---|
| 837 | grestore |
---|
| 838 | gsave |
---|
| 839 | 305 324 moveto |
---|
| 840 | 333 343 lineto |
---|
| 841 | 0 setlinecap |
---|
| 842 | 1 setlinejoin |
---|
| 843 | 1 setlinewidth |
---|
| 844 | [] 0 setdash |
---|
| 845 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 846 | stroke |
---|
| 847 | grestore |
---|
| 848 | gsave |
---|
| 849 | 333 298 moveto |
---|
| 850 | 305 324 lineto |
---|
| 851 | 0 setlinecap |
---|
| 852 | 1 setlinejoin |
---|
| 853 | 1 setlinewidth |
---|
| 854 | [] 0 setdash |
---|
| 855 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 856 | stroke |
---|
| 857 | grestore |
---|
| 858 | gsave |
---|
| 859 | 369 331 moveto |
---|
| 860 | 333 298 lineto |
---|
| 861 | 0 setlinecap |
---|
| 862 | 1 setlinejoin |
---|
| 863 | 1 setlinewidth |
---|
| 864 | [] 0 setdash |
---|
| 865 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 866 | stroke |
---|
| 867 | grestore |
---|
| 868 | gsave |
---|
| 869 | 333 343 moveto |
---|
| 870 | 369 331 lineto |
---|
| 871 | 0 setlinecap |
---|
| 872 | 1 setlinejoin |
---|
| 873 | 1 setlinewidth |
---|
| 874 | [] 0 setdash |
---|
| 875 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 876 | stroke |
---|
| 877 | grestore |
---|
| 878 | gsave |
---|
| 879 | 276 331 moveto |
---|
| 880 | 281 221 lineto |
---|
| 881 | 0 setlinecap |
---|
| 882 | 1 setlinejoin |
---|
| 883 | 1 setlinewidth |
---|
| 884 | [] 0 setdash |
---|
| 885 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 886 | stroke |
---|
| 887 | grestore |
---|
| 888 | gsave |
---|
| 889 | 312 143 moveto |
---|
| 890 | 387 96 lineto |
---|
| 891 | 0 setlinecap |
---|
| 892 | 1 setlinejoin |
---|
| 893 | 1 setlinewidth |
---|
| 894 | [] 0 setdash |
---|
| 895 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 896 | stroke |
---|
| 897 | grestore |
---|
| 898 | gsave |
---|
| 899 | 282 188 moveto |
---|
| 900 | 312 143 lineto |
---|
| 901 | 0 setlinecap |
---|
| 902 | 1 setlinejoin |
---|
| 903 | 1 setlinewidth |
---|
| 904 | [] 0 setdash |
---|
| 905 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 906 | stroke |
---|
| 907 | grestore |
---|
| 908 | gsave |
---|
| 909 | 340 384 moveto |
---|
| 910 | 276 331 lineto |
---|
| 911 | 0 setlinecap |
---|
| 912 | 1 setlinejoin |
---|
| 913 | 1 setlinewidth |
---|
| 914 | [] 0 setdash |
---|
| 915 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 916 | stroke |
---|
| 917 | grestore |
---|
| 918 | gsave |
---|
| 919 | 281 221 moveto |
---|
| 920 | 282 188 lineto |
---|
| 921 | 0 setlinecap |
---|
| 922 | 1 setlinejoin |
---|
| 923 | 1 setlinewidth |
---|
| 924 | [] 0 setdash |
---|
| 925 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 926 | stroke |
---|
| 927 | grestore |
---|
| 928 | gsave |
---|
| 929 | 387 96 moveto |
---|
| 930 | 465 81 lineto |
---|
| 931 | 0 setlinecap |
---|
| 932 | 1 setlinejoin |
---|
| 933 | 1 setlinewidth |
---|
| 934 | [] 0 setdash |
---|
| 935 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 936 | stroke |
---|
| 937 | grestore |
---|
| 938 | gsave |
---|
| 939 | 549 99 moveto |
---|
| 940 | 566 155 lineto |
---|
| 941 | 0 setlinecap |
---|
| 942 | 1 setlinejoin |
---|
| 943 | 1 setlinewidth |
---|
| 944 | [] 0 setdash |
---|
| 945 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 946 | stroke |
---|
| 947 | grestore |
---|
| 948 | gsave |
---|
| 949 | 465 81 moveto |
---|
| 950 | 549 99 lineto |
---|
| 951 | 0 setlinecap |
---|
| 952 | 1 setlinejoin |
---|
| 953 | 1 setlinewidth |
---|
| 954 | [] 0 setdash |
---|
| 955 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 956 | stroke |
---|
| 957 | grestore |
---|
| 958 | gsave |
---|
| 959 | 554 326 moveto |
---|
| 960 | 443 378 lineto |
---|
| 961 | 0 setlinecap |
---|
| 962 | 1 setlinejoin |
---|
| 963 | 1 setlinewidth |
---|
| 964 | [] 0 setdash |
---|
| 965 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 966 | stroke |
---|
| 967 | grestore |
---|
| 968 | gsave |
---|
| 969 | 443 378 moveto |
---|
| 970 | 340 384 lineto |
---|
| 971 | 0 setlinecap |
---|
| 972 | 1 setlinejoin |
---|
| 973 | 1 setlinewidth |
---|
| 974 | [] 0 setdash |
---|
| 975 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 976 | stroke |
---|
| 977 | grestore |
---|
| 978 | gsave |
---|
| 979 | 589 209 moveto |
---|
| 980 | 554 326 lineto |
---|
| 981 | 0 setlinecap |
---|
| 982 | 1 setlinejoin |
---|
| 983 | 1 setlinewidth |
---|
| 984 | [] 0 setdash |
---|
| 985 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 986 | stroke |
---|
| 987 | grestore |
---|
| 988 | gsave |
---|
| 989 | 566 155 moveto |
---|
| 990 | 589 209 lineto |
---|
| 991 | 0 setlinecap |
---|
| 992 | 1 setlinejoin |
---|
| 993 | 1 setlinewidth |
---|
| 994 | [] 0 setdash |
---|
| 995 | 0.000 0.000 1.000 setrgbcolor AdjustColor |
---|
| 996 | stroke |
---|
| 997 | grestore |
---|
| 998 | gsave |
---|
| 999 | 551 329 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1000 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1001 | fill |
---|
| 1002 | 551 329 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1003 | 0 setlinejoin 2 setlinecap |
---|
| 1004 | 1 setlinewidth |
---|
| 1005 | [] 0 setdash |
---|
| 1006 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1007 | stroke |
---|
| 1008 | grestore |
---|
| 1009 | gsave |
---|
| 1010 | 440 381 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1011 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1012 | fill |
---|
| 1013 | 440 381 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1014 | 0 setlinejoin 2 setlinecap |
---|
| 1015 | 1 setlinewidth |
---|
| 1016 | [] 0 setdash |
---|
| 1017 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1018 | stroke |
---|
| 1019 | grestore |
---|
| 1020 | gsave |
---|
| 1021 | 337 387 moveto 5.99999999999994 0 rlineto 0 -6 rlineto -5.99999999999994 0 rlineto closepath |
---|
| 1022 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1023 | fill |
---|
| 1024 | 337 387 moveto 5.99999999999994 0 rlineto 0 -6 rlineto -5.99999999999994 0 rlineto closepath |
---|
| 1025 | 0 setlinejoin 2 setlinecap |
---|
| 1026 | 1 setlinewidth |
---|
| 1027 | [] 0 setdash |
---|
| 1028 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1029 | stroke |
---|
| 1030 | grestore |
---|
| 1031 | gsave |
---|
| 1032 | 273 334 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1033 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1034 | fill |
---|
| 1035 | 273 334 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1036 | 0 setlinejoin 2 setlinecap |
---|
| 1037 | 1 setlinewidth |
---|
| 1038 | [] 0 setdash |
---|
| 1039 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1040 | stroke |
---|
| 1041 | grestore |
---|
| 1042 | gsave |
---|
| 1043 | 278 224 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1044 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1045 | fill |
---|
| 1046 | 278 224 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1047 | 0 setlinejoin 2 setlinecap |
---|
| 1048 | 1 setlinewidth |
---|
| 1049 | [] 0 setdash |
---|
| 1050 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1051 | stroke |
---|
| 1052 | grestore |
---|
| 1053 | gsave |
---|
| 1054 | 279 191 moveto 6 0 rlineto 0 -5.99999999999994 rlineto -6 0 rlineto closepath |
---|
| 1055 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1056 | fill |
---|
| 1057 | 279 191 moveto 6 0 rlineto 0 -5.99999999999994 rlineto -6 0 rlineto closepath |
---|
| 1058 | 0 setlinejoin 2 setlinecap |
---|
| 1059 | 1 setlinewidth |
---|
| 1060 | [] 0 setdash |
---|
| 1061 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1062 | stroke |
---|
| 1063 | grestore |
---|
| 1064 | gsave |
---|
| 1065 | 309 146 moveto 6 0 rlineto 0 -5.99999999999994 rlineto -6 0 rlineto closepath |
---|
| 1066 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1067 | fill |
---|
| 1068 | 309 146 moveto 6 0 rlineto 0 -5.99999999999994 rlineto -6 0 rlineto closepath |
---|
| 1069 | 0 setlinejoin 2 setlinecap |
---|
| 1070 | 1 setlinewidth |
---|
| 1071 | [] 0 setdash |
---|
| 1072 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1073 | stroke |
---|
| 1074 | grestore |
---|
| 1075 | gsave |
---|
| 1076 | 384 99 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1077 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1078 | fill |
---|
| 1079 | 384 99 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1080 | 0 setlinejoin 2 setlinecap |
---|
| 1081 | 1 setlinewidth |
---|
| 1082 | [] 0 setdash |
---|
| 1083 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1084 | stroke |
---|
| 1085 | grestore |
---|
| 1086 | gsave |
---|
| 1087 | 462 84.0000000000001 moveto 5.99999999999994 0 rlineto 0 -6.00000000000006 rlineto -5.99999999999994 0 rlineto closepath |
---|
| 1088 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1089 | fill |
---|
| 1090 | 462 84.0000000000001 moveto 5.99999999999994 0 rlineto 0 -6.00000000000006 rlineto -5.99999999999994 0 rlineto closepath |
---|
| 1091 | 0 setlinejoin 2 setlinecap |
---|
| 1092 | 1 setlinewidth |
---|
| 1093 | [] 0 setdash |
---|
| 1094 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1095 | stroke |
---|
| 1096 | grestore |
---|
| 1097 | gsave |
---|
| 1098 | 546 102 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1099 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1100 | fill |
---|
| 1101 | 546 102 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1102 | 0 setlinejoin 2 setlinecap |
---|
| 1103 | 1 setlinewidth |
---|
| 1104 | [] 0 setdash |
---|
| 1105 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1106 | stroke |
---|
| 1107 | grestore |
---|
| 1108 | gsave |
---|
| 1109 | 563 158 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1110 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1111 | fill |
---|
| 1112 | 563 158 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1113 | 0 setlinejoin 2 setlinecap |
---|
| 1114 | 1 setlinewidth |
---|
| 1115 | [] 0 setdash |
---|
| 1116 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1117 | stroke |
---|
| 1118 | grestore |
---|
| 1119 | gsave |
---|
| 1120 | 586 212 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1121 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1122 | fill |
---|
| 1123 | 586 212 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1124 | 0 setlinejoin 2 setlinecap |
---|
| 1125 | 1 setlinewidth |
---|
| 1126 | [] 0 setdash |
---|
| 1127 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1128 | stroke |
---|
| 1129 | grestore |
---|
| 1130 | gsave |
---|
| 1131 | 469 313 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1132 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1133 | fill |
---|
| 1134 | 469 313 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1135 | 0 setlinejoin 2 setlinecap |
---|
| 1136 | 1 setlinewidth |
---|
| 1137 | [] 0 setdash |
---|
| 1138 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1139 | stroke |
---|
| 1140 | grestore |
---|
| 1141 | gsave |
---|
| 1142 | 374 160 moveto 6 0 rlineto 0 -6.00000000000006 rlineto -6 0 rlineto closepath |
---|
| 1143 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1144 | fill |
---|
| 1145 | 374 160 moveto 6 0 rlineto 0 -6.00000000000006 rlineto -6 0 rlineto closepath |
---|
| 1146 | 0 setlinejoin 2 setlinecap |
---|
| 1147 | 1 setlinewidth |
---|
| 1148 | [] 0 setdash |
---|
| 1149 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1150 | stroke |
---|
| 1151 | grestore |
---|
| 1152 | gsave |
---|
| 1153 | 425 314 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1154 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1155 | fill |
---|
| 1156 | 425 314 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1157 | 0 setlinejoin 2 setlinecap |
---|
| 1158 | 1 setlinewidth |
---|
| 1159 | [] 0 setdash |
---|
| 1160 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1161 | stroke |
---|
| 1162 | grestore |
---|
| 1163 | gsave |
---|
| 1164 | 383 293 moveto 6.00000000000006 0 rlineto 0 -6 rlineto -6.00000000000006 0 rlineto closepath |
---|
| 1165 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1166 | fill |
---|
| 1167 | 383 293 moveto 6.00000000000006 0 rlineto 0 -6 rlineto -6.00000000000006 0 rlineto closepath |
---|
| 1168 | 0 setlinejoin 2 setlinecap |
---|
| 1169 | 1 setlinewidth |
---|
| 1170 | [] 0 setdash |
---|
| 1171 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1172 | stroke |
---|
| 1173 | grestore |
---|
| 1174 | gsave |
---|
| 1175 | 369 246 moveto 6 0 rlineto 0 -5.99999999999994 rlineto -6 0 rlineto closepath |
---|
| 1176 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1177 | fill |
---|
| 1178 | 369 246 moveto 6 0 rlineto 0 -5.99999999999994 rlineto -6 0 rlineto closepath |
---|
| 1179 | 0 setlinejoin 2 setlinecap |
---|
| 1180 | 1 setlinewidth |
---|
| 1181 | [] 0 setdash |
---|
| 1182 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1183 | stroke |
---|
| 1184 | grestore |
---|
| 1185 | gsave |
---|
| 1186 | 366 200 moveto 6 0 rlineto 0 -6.00000000000006 rlineto -6 0 rlineto closepath |
---|
| 1187 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1188 | fill |
---|
| 1189 | 366 200 moveto 6 0 rlineto 0 -6.00000000000006 rlineto -6 0 rlineto closepath |
---|
| 1190 | 0 setlinejoin 2 setlinecap |
---|
| 1191 | 1 setlinewidth |
---|
| 1192 | [] 0 setdash |
---|
| 1193 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1194 | stroke |
---|
| 1195 | grestore |
---|
| 1196 | gsave |
---|
| 1197 | 430 149 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1198 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1199 | fill |
---|
| 1200 | 430 149 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1201 | 0 setlinejoin 2 setlinecap |
---|
| 1202 | 1 setlinewidth |
---|
| 1203 | [] 0 setdash |
---|
| 1204 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1205 | stroke |
---|
| 1206 | grestore |
---|
| 1207 | gsave |
---|
| 1208 | 473 210 moveto 6.00000000000006 0 rlineto 0 -6.00000000000006 rlineto -6.00000000000006 0 rlineto closepath |
---|
| 1209 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1210 | fill |
---|
| 1211 | 473 210 moveto 6.00000000000006 0 rlineto 0 -6.00000000000006 rlineto -6.00000000000006 0 rlineto closepath |
---|
| 1212 | 0 setlinejoin 2 setlinecap |
---|
| 1213 | 1 setlinewidth |
---|
| 1214 | [] 0 setdash |
---|
| 1215 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1216 | stroke |
---|
| 1217 | grestore |
---|
| 1218 | gsave |
---|
| 1219 | 499 267 moveto 6.00000000000006 0 rlineto 0 -6 rlineto -6.00000000000006 0 rlineto closepath |
---|
| 1220 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1221 | fill |
---|
| 1222 | 499 267 moveto 6.00000000000006 0 rlineto 0 -6 rlineto -6.00000000000006 0 rlineto closepath |
---|
| 1223 | 0 setlinejoin 2 setlinecap |
---|
| 1224 | 1 setlinewidth |
---|
| 1225 | [] 0 setdash |
---|
| 1226 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1227 | stroke |
---|
| 1228 | grestore |
---|
| 1229 | gsave |
---|
| 1230 | 330 346 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1231 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1232 | fill |
---|
| 1233 | 330 346 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1234 | 0 setlinejoin 2 setlinecap |
---|
| 1235 | 1 setlinewidth |
---|
| 1236 | [] 0 setdash |
---|
| 1237 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1238 | stroke |
---|
| 1239 | grestore |
---|
| 1240 | gsave |
---|
| 1241 | 302 327 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1242 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1243 | fill |
---|
| 1244 | 302 327 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1245 | 0 setlinejoin 2 setlinecap |
---|
| 1246 | 1 setlinewidth |
---|
| 1247 | [] 0 setdash |
---|
| 1248 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1249 | stroke |
---|
| 1250 | grestore |
---|
| 1251 | gsave |
---|
| 1252 | 330 301 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1253 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1254 | fill |
---|
| 1255 | 330 301 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1256 | 0 setlinejoin 2 setlinecap |
---|
| 1257 | 1 setlinewidth |
---|
| 1258 | [] 0 setdash |
---|
| 1259 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1260 | stroke |
---|
| 1261 | grestore |
---|
| 1262 | gsave |
---|
| 1263 | 366 334 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1264 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1265 | fill |
---|
| 1266 | 366 334 moveto 6 0 rlineto 0 -6 rlineto -6 0 rlineto closepath |
---|
| 1267 | 0 setlinejoin 2 setlinecap |
---|
| 1268 | 1 setlinewidth |
---|
| 1269 | [] 0 setdash |
---|
| 1270 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1271 | stroke |
---|
| 1272 | grestore |
---|
| 1273 | gsave |
---|
| 1274 | matrix currentmatrix |
---|
| 1275 | 418 236 translate 3 3 scale 1 0 moveto 0 0 1 0 360 arc |
---|
| 1276 | setmatrix |
---|
| 1277 | 1.000 1.000 1.000 setrgbcolor AdjustColor |
---|
| 1278 | fill |
---|
| 1279 | matrix currentmatrix |
---|
| 1280 | 418 236 translate 3 3 scale 1 0 moveto 0 0 1 0 360 arc |
---|
| 1281 | setmatrix |
---|
| 1282 | 0 setlinejoin 2 setlinecap |
---|
| 1283 | 1 setlinewidth |
---|
| 1284 | [] 0 setdash |
---|
| 1285 | 0.627 0.125 0.941 setrgbcolor AdjustColor |
---|
| 1286 | stroke |
---|
| 1287 | grestore |
---|
| 1288 | gsave |
---|
| 1289 | 334 328 moveto |
---|
| 1290 | 334 325 lineto |
---|
| 1291 | 337 325 lineto |
---|
| 1292 | 334 325 lineto |
---|
| 1293 | 334 322 lineto |
---|
| 1294 | 334 325 lineto |
---|
| 1295 | 331 325 lineto |
---|
| 1296 | 334 325 lineto |
---|
| 1297 | 334 328 lineto |
---|
| 1298 | 1 setlinejoin 1 setlinecap |
---|
| 1299 | 1 setlinewidth |
---|
| 1300 | [] 0 setdash |
---|
| 1301 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1302 | stroke |
---|
| 1303 | grestore |
---|
| 1304 | gsave |
---|
| 1305 | 691 226 moveto |
---|
| 1306 | 691 223 lineto |
---|
| 1307 | 694 223 lineto |
---|
| 1308 | 691 223 lineto |
---|
| 1309 | 691 220 lineto |
---|
| 1310 | 691 223 lineto |
---|
| 1311 | 688 223 lineto |
---|
| 1312 | 691 223 lineto |
---|
| 1313 | 691 226 lineto |
---|
| 1314 | 1 setlinejoin 1 setlinecap |
---|
| 1315 | 1 setlinewidth |
---|
| 1316 | [] 0 setdash |
---|
| 1317 | 0.000 0.000 0.000 setrgbcolor AdjustColor |
---|
| 1318 | stroke |
---|
| 1319 | grestore |
---|
| 1320 | restore showpage |
---|
| 1321 | |
---|
| 1322 | %%Trailer |
---|
| 1323 | end |
---|
| 1324 | %%EOF |
---|