anbangx | cdc5917 | 2013-04-11 04:49:31 +0000 | [diff] [blame^] | 1 | %!PS-Adobe-3.0 |
| 2 | %%Creator: graphviz version 2.26.3 (20100126.1600) |
| 3 | %%Title: G |
| 4 | %%Pages: (atend) |
| 5 | %%BoundingBox: (atend) |
| 6 | %%EndComments |
| 7 | save |
| 8 | %%BeginProlog |
| 9 | /DotDict 200 dict def |
| 10 | DotDict begin |
| 11 | |
| 12 | /setupLatin1 { |
| 13 | mark |
| 14 | /EncodingVector 256 array def |
| 15 | EncodingVector 0 |
| 16 | |
| 17 | ISOLatin1Encoding 0 255 getinterval putinterval |
| 18 | EncodingVector 45 /hyphen put |
| 19 | |
| 20 | % Set up ISO Latin 1 character encoding |
| 21 | /starnetISO { |
| 22 | dup dup findfont dup length dict begin |
| 23 | { 1 index /FID ne { def }{ pop pop } ifelse |
| 24 | } forall |
| 25 | /Encoding EncodingVector def |
| 26 | currentdict end definefont |
| 27 | } def |
| 28 | /Times-Roman starnetISO def |
| 29 | /Times-Italic starnetISO def |
| 30 | /Times-Bold starnetISO def |
| 31 | /Times-BoldItalic starnetISO def |
| 32 | /Helvetica starnetISO def |
| 33 | /Helvetica-Oblique starnetISO def |
| 34 | /Helvetica-Bold starnetISO def |
| 35 | /Helvetica-BoldOblique starnetISO def |
| 36 | /Courier starnetISO def |
| 37 | /Courier-Oblique starnetISO def |
| 38 | /Courier-Bold starnetISO def |
| 39 | /Courier-BoldOblique starnetISO def |
| 40 | cleartomark |
| 41 | } bind def |
| 42 | |
| 43 | %%BeginResource: procset graphviz 0 0 |
| 44 | /coord-font-family /Times-Roman def |
| 45 | /default-font-family /Times-Roman def |
| 46 | /coordfont coord-font-family findfont 8 scalefont def |
| 47 | |
| 48 | /InvScaleFactor 1.0 def |
| 49 | /set_scale { |
| 50 | dup 1 exch div /InvScaleFactor exch def |
| 51 | scale |
| 52 | } bind def |
| 53 | |
| 54 | % styles |
| 55 | /solid { [] 0 setdash } bind def |
| 56 | /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| 57 | /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| 58 | /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| 59 | /bold { 2 setlinewidth } bind def |
| 60 | /filled { } bind def |
| 61 | /unfilled { } bind def |
| 62 | /rounded { } bind def |
| 63 | /diagonals { } bind def |
| 64 | |
| 65 | % hooks for setting color |
| 66 | /nodecolor { sethsbcolor } bind def |
| 67 | /edgecolor { sethsbcolor } bind def |
| 68 | /graphcolor { sethsbcolor } bind def |
| 69 | /nopcolor {pop pop pop} bind def |
| 70 | |
| 71 | /beginpage { % i j npages |
| 72 | /npages exch def |
| 73 | /j exch def |
| 74 | /i exch def |
| 75 | /str 10 string def |
| 76 | npages 1 gt { |
| 77 | gsave |
| 78 | coordfont setfont |
| 79 | 0 0 moveto |
| 80 | (\() show i str cvs show (,) show j str cvs show (\)) show |
| 81 | grestore |
| 82 | } if |
| 83 | } bind def |
| 84 | |
| 85 | /set_font { |
| 86 | findfont exch |
| 87 | scalefont setfont |
| 88 | } def |
| 89 | |
| 90 | % draw text fitted to its expected width |
| 91 | /alignedtext { % width text |
| 92 | /text exch def |
| 93 | /width exch def |
| 94 | gsave |
| 95 | width 0 gt { |
| 96 | [] 0 setdash |
| 97 | text stringwidth pop width exch sub text length div 0 text ashow |
| 98 | } if |
| 99 | grestore |
| 100 | } def |
| 101 | |
| 102 | /boxprim { % xcorner ycorner xsize ysize |
| 103 | 4 2 roll |
| 104 | moveto |
| 105 | 2 copy |
| 106 | exch 0 rlineto |
| 107 | 0 exch rlineto |
| 108 | pop neg 0 rlineto |
| 109 | closepath |
| 110 | } bind def |
| 111 | |
| 112 | /ellipse_path { |
| 113 | /ry exch def |
| 114 | /rx exch def |
| 115 | /y exch def |
| 116 | /x exch def |
| 117 | matrix currentmatrix |
| 118 | newpath |
| 119 | x y translate |
| 120 | rx ry scale |
| 121 | 0 0 1 0 360 arc |
| 122 | setmatrix |
| 123 | } bind def |
| 124 | |
| 125 | /endpage { showpage } bind def |
| 126 | /showpage { } def |
| 127 | |
| 128 | /layercolorseq |
| 129 | [ % layer color sequence - darkest to lightest |
| 130 | [0 0 0] |
| 131 | [.2 .8 .8] |
| 132 | [.4 .8 .8] |
| 133 | [.6 .8 .8] |
| 134 | [.8 .8 .8] |
| 135 | ] |
| 136 | def |
| 137 | |
| 138 | /layerlen layercolorseq length def |
| 139 | |
| 140 | /setlayer {/maxlayer exch def /curlayer exch def |
| 141 | layercolorseq curlayer 1 sub layerlen mod get |
| 142 | aload pop sethsbcolor |
| 143 | /nodecolor {nopcolor} def |
| 144 | /edgecolor {nopcolor} def |
| 145 | /graphcolor {nopcolor} def |
| 146 | } bind def |
| 147 | |
| 148 | /onlayer { curlayer ne {invis} if } def |
| 149 | |
| 150 | /onlayers { |
| 151 | /myupper exch def |
| 152 | /mylower exch def |
| 153 | curlayer mylower lt |
| 154 | curlayer myupper gt |
| 155 | or |
| 156 | {invis} if |
| 157 | } def |
| 158 | |
| 159 | /curlayer 0 def |
| 160 | |
| 161 | %%EndResource |
| 162 | %%EndProlog |
| 163 | %%BeginSetup |
| 164 | 14 default-font-family set_font |
| 165 | 1 setmiterlimit |
| 166 | % /arrowlength 10 def |
| 167 | % /arrowwidth 5 def |
| 168 | |
| 169 | % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| 170 | /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| 171 | % make '<<' and '>>' safe on PS Level 1 devices |
| 172 | /languagelevel where {pop languagelevel}{1} ifelse |
| 173 | 2 lt { |
| 174 | userdict (<<) cvn ([) cvn load put |
| 175 | userdict (>>) cvn ([) cvn load put |
| 176 | } if |
| 177 | |
| 178 | %%EndSetup |
| 179 | setupLatin1 |
| 180 | %%Page: 1 1 |
| 181 | %%PageBoundingBox: 36 36 248 674 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 212 638 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % ACCCC |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | 47 241 45.96 18.38 ellipse_path stroke |
| 192 | 0 0 0 nodecolor |
| 193 | 14 /Times-Roman set_font |
| 194 | 22.5 237.4 moveto 49 (ACCCC) alignedtext |
| 195 | grestore |
| 196 | % CCCCG |
| 197 | gsave |
| 198 | 1 setlinewidth |
| 199 | 0 0 0 nodecolor |
| 200 | 47 167 46.88 18.38 ellipse_path stroke |
| 201 | 0 0 0 nodecolor |
| 202 | 14 /Times-Roman set_font |
| 203 | 21.5 163.4 moveto 51 (CCCCG) alignedtext |
| 204 | grestore |
| 205 | % ACCCC->CCCCG |
| 206 | gsave |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 edgecolor |
| 209 | newpath 47 222.33 moveto |
| 210 | 47 214.26 47 204.65 47 195.71 curveto |
| 211 | stroke |
| 212 | 0 0 0 edgecolor |
| 213 | newpath 50.5 195.67 moveto |
| 214 | 47 185.67 lineto |
| 215 | 43.5 195.67 lineto |
| 216 | closepath fill |
| 217 | 1 setlinewidth |
| 218 | solid |
| 219 | 0 0 0 edgecolor |
| 220 | newpath 50.5 195.67 moveto |
| 221 | 47 185.67 lineto |
| 222 | 43.5 195.67 lineto |
| 223 | closepath stroke |
| 224 | grestore |
| 225 | % CCCGT |
| 226 | gsave |
| 227 | 1 setlinewidth |
| 228 | 0 0 0 nodecolor |
| 229 | 48 93 45.96 18.38 ellipse_path stroke |
| 230 | 0 0 0 nodecolor |
| 231 | 14 /Times-Roman set_font |
| 232 | 23.5 89.4 moveto 49 (CCCGT) alignedtext |
| 233 | grestore |
| 234 | % CCCCG->CCCGT |
| 235 | gsave |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 edgecolor |
| 238 | newpath 47.25 148.33 moveto |
| 239 | 47.36 140.26 47.49 130.65 47.61 121.71 curveto |
| 240 | stroke |
| 241 | 0 0 0 edgecolor |
| 242 | newpath 51.11 121.71 moveto |
| 243 | 47.75 111.67 lineto |
| 244 | 44.11 121.62 lineto |
| 245 | closepath fill |
| 246 | 1 setlinewidth |
| 247 | solid |
| 248 | 0 0 0 edgecolor |
| 249 | newpath 51.11 121.71 moveto |
| 250 | 47.75 111.67 lineto |
| 251 | 44.11 121.62 lineto |
| 252 | closepath stroke |
| 253 | grestore |
| 254 | % CCGTG |
| 255 | gsave |
| 256 | 1 setlinewidth |
| 257 | 0 0 0 nodecolor |
| 258 | 102 19 46.88 18.38 ellipse_path stroke |
| 259 | 0 0 0 nodecolor |
| 260 | 14 /Times-Roman set_font |
| 261 | 76.5 15.4 moveto 51 (CCGTG) alignedtext |
| 262 | grestore |
| 263 | % CCCGT->CCGTG |
| 264 | gsave |
| 265 | 1 setlinewidth |
| 266 | 0 0 0 edgecolor |
| 267 | newpath 61.07 75.09 moveto |
| 268 | 67.59 66.15 75.6 55.18 82.8 45.31 curveto |
| 269 | stroke |
| 270 | 0 0 0 edgecolor |
| 271 | newpath 85.79 47.15 moveto |
| 272 | 88.86 37 lineto |
| 273 | 80.14 43.02 lineto |
| 274 | closepath fill |
| 275 | 1 setlinewidth |
| 276 | solid |
| 277 | 0 0 0 edgecolor |
| 278 | newpath 85.79 47.15 moveto |
| 279 | 88.86 37 lineto |
| 280 | 80.14 43.02 lineto |
| 281 | closepath stroke |
| 282 | grestore |
| 283 | % CTCCG |
| 284 | gsave |
| 285 | 1 setlinewidth |
| 286 | 0 0 0 nodecolor |
| 287 | 158 167 45.96 18.38 ellipse_path stroke |
| 288 | 0 0 0 nodecolor |
| 289 | 14 /Times-Roman set_font |
| 290 | 133.5 163.4 moveto 49 (CTCCG) alignedtext |
| 291 | grestore |
| 292 | % TCCGT |
| 293 | gsave |
| 294 | 1 setlinewidth |
| 295 | 0 0 0 nodecolor |
| 296 | 157 93 44.76 18.38 ellipse_path stroke |
| 297 | 0 0 0 nodecolor |
| 298 | 14 /Times-Roman set_font |
| 299 | 133 89.4 moveto 48 (TCCGT) alignedtext |
| 300 | grestore |
| 301 | % CTCCG->TCCGT |
| 302 | gsave |
| 303 | 1 setlinewidth |
| 304 | 0 0 0 edgecolor |
| 305 | newpath 157.75 148.33 moveto |
| 306 | 157.64 140.26 157.51 130.65 157.39 121.71 curveto |
| 307 | stroke |
| 308 | 0 0 0 edgecolor |
| 309 | newpath 160.89 121.62 moveto |
| 310 | 157.25 111.67 lineto |
| 311 | 153.89 121.71 lineto |
| 312 | closepath fill |
| 313 | 1 setlinewidth |
| 314 | solid |
| 315 | 0 0 0 edgecolor |
| 316 | newpath 160.89 121.62 moveto |
| 317 | 157.25 111.67 lineto |
| 318 | 153.89 121.71 lineto |
| 319 | closepath stroke |
| 320 | grestore |
| 321 | % TCCGT->CCGTG |
| 322 | gsave |
| 323 | 1 setlinewidth |
| 324 | 0 0 0 edgecolor |
| 325 | newpath 143.69 75.09 moveto |
| 326 | 137.05 66.15 128.89 55.18 121.56 45.31 curveto |
| 327 | stroke |
| 328 | 0 0 0 edgecolor |
| 329 | newpath 124.16 42.94 moveto |
| 330 | 115.38 37 lineto |
| 331 | 118.54 47.12 lineto |
| 332 | closepath fill |
| 333 | 1 setlinewidth |
| 334 | solid |
| 335 | 0 0 0 edgecolor |
| 336 | newpath 124.16 42.94 moveto |
| 337 | 115.38 37 lineto |
| 338 | 118.54 47.12 lineto |
| 339 | closepath stroke |
| 340 | grestore |
| 341 | % TTCCA |
| 342 | gsave |
| 343 | 1 setlinewidth |
| 344 | 0 0 0 nodecolor |
| 345 | 102 537 44.05 18.38 ellipse_path stroke |
| 346 | 0 0 0 nodecolor |
| 347 | 14 /Times-Roman set_font |
| 348 | 78.5 533.4 moveto 47 (TTCCA) alignedtext |
| 349 | grestore |
| 350 | % TCCAC |
| 351 | gsave |
| 352 | 1 setlinewidth |
| 353 | 0 0 0 nodecolor |
| 354 | 102 463 44.76 18.38 ellipse_path stroke |
| 355 | 0 0 0 nodecolor |
| 356 | 14 /Times-Roman set_font |
| 357 | 78 459.4 moveto 48 (TCCAC) alignedtext |
| 358 | grestore |
| 359 | % TTCCA->TCCAC |
| 360 | gsave |
| 361 | 1 setlinewidth |
| 362 | 0 0 0 edgecolor |
| 363 | newpath 102 518.33 moveto |
| 364 | 102 510.26 102 500.65 102 491.71 curveto |
| 365 | stroke |
| 366 | 0 0 0 edgecolor |
| 367 | newpath 105.5 491.67 moveto |
| 368 | 102 481.67 lineto |
| 369 | 98.5 491.67 lineto |
| 370 | closepath fill |
| 371 | 1 setlinewidth |
| 372 | solid |
| 373 | 0 0 0 edgecolor |
| 374 | newpath 105.5 491.67 moveto |
| 375 | 102 481.67 lineto |
| 376 | 98.5 491.67 lineto |
| 377 | closepath stroke |
| 378 | grestore |
| 379 | % CCACC |
| 380 | gsave |
| 381 | 1 setlinewidth |
| 382 | 0 0 0 nodecolor |
| 383 | 47 389 45.96 18.38 ellipse_path stroke |
| 384 | 0 0 0 nodecolor |
| 385 | 14 /Times-Roman set_font |
| 386 | 22.5 385.4 moveto 49 (CCACC) alignedtext |
| 387 | grestore |
| 388 | % TCCAC->CCACC |
| 389 | gsave |
| 390 | 1 setlinewidth |
| 391 | 0 0 0 edgecolor |
| 392 | newpath 88.69 445.09 moveto |
| 393 | 81.93 436 73.6 424.79 66.17 414.79 curveto |
| 394 | stroke |
| 395 | 0 0 0 edgecolor |
| 396 | newpath 68.97 412.69 moveto |
| 397 | 60.19 406.75 lineto |
| 398 | 63.35 416.86 lineto |
| 399 | closepath fill |
| 400 | 1 setlinewidth |
| 401 | solid |
| 402 | 0 0 0 edgecolor |
| 403 | newpath 68.97 412.69 moveto |
| 404 | 60.19 406.75 lineto |
| 405 | 63.35 416.86 lineto |
| 406 | closepath stroke |
| 407 | grestore |
| 408 | % CCACT |
| 409 | gsave |
| 410 | 1 setlinewidth |
| 411 | 0 0 0 nodecolor |
| 412 | 157 389 45.96 18.38 ellipse_path stroke |
| 413 | 0 0 0 nodecolor |
| 414 | 14 /Times-Roman set_font |
| 415 | 132.5 385.4 moveto 49 (CCACT) alignedtext |
| 416 | grestore |
| 417 | % TCCAC->CCACT |
| 418 | gsave |
| 419 | 1 setlinewidth |
| 420 | 0 0 0 edgecolor |
| 421 | newpath 115.31 445.09 moveto |
| 422 | 122.07 436 130.4 424.79 137.83 414.79 curveto |
| 423 | stroke |
| 424 | 0 0 0 edgecolor |
| 425 | newpath 140.65 416.86 moveto |
| 426 | 143.81 406.75 lineto |
| 427 | 135.03 412.69 lineto |
| 428 | closepath fill |
| 429 | 1 setlinewidth |
| 430 | solid |
| 431 | 0 0 0 edgecolor |
| 432 | newpath 140.65 416.86 moveto |
| 433 | 143.81 406.75 lineto |
| 434 | 135.03 412.69 lineto |
| 435 | closepath stroke |
| 436 | grestore |
| 437 | % ACTCC |
| 438 | gsave |
| 439 | 1 setlinewidth |
| 440 | 0 0 0 nodecolor |
| 441 | 157 241 44.76 18.38 ellipse_path stroke |
| 442 | 0 0 0 nodecolor |
| 443 | 14 /Times-Roman set_font |
| 444 | 133 237.4 moveto 48 (ACTCC) alignedtext |
| 445 | grestore |
| 446 | % ACTCC->CTCCG |
| 447 | gsave |
| 448 | 1 setlinewidth |
| 449 | 0 0 0 edgecolor |
| 450 | newpath 157.25 222.33 moveto |
| 451 | 157.36 214.26 157.49 204.65 157.61 195.71 curveto |
| 452 | stroke |
| 453 | 0 0 0 edgecolor |
| 454 | newpath 161.11 195.71 moveto |
| 455 | 157.75 185.67 lineto |
| 456 | 154.11 195.62 lineto |
| 457 | closepath fill |
| 458 | 1 setlinewidth |
| 459 | solid |
| 460 | 0 0 0 edgecolor |
| 461 | newpath 161.11 195.71 moveto |
| 462 | 157.75 185.67 lineto |
| 463 | 154.11 195.62 lineto |
| 464 | closepath stroke |
| 465 | grestore |
| 466 | % CACCC |
| 467 | gsave |
| 468 | 1 setlinewidth |
| 469 | 0 0 0 nodecolor |
| 470 | 47 315 45.96 18.38 ellipse_path stroke |
| 471 | 0 0 0 nodecolor |
| 472 | 14 /Times-Roman set_font |
| 473 | 22.5 311.4 moveto 49 (CACCC) alignedtext |
| 474 | grestore |
| 475 | % CCACC->CACCC |
| 476 | gsave |
| 477 | 1 setlinewidth |
| 478 | 0 0 0 edgecolor |
| 479 | newpath 47 370.33 moveto |
| 480 | 47 362.26 47 352.65 47 343.71 curveto |
| 481 | stroke |
| 482 | 0 0 0 edgecolor |
| 483 | newpath 50.5 343.67 moveto |
| 484 | 47 333.67 lineto |
| 485 | 43.5 343.67 lineto |
| 486 | closepath fill |
| 487 | 1 setlinewidth |
| 488 | solid |
| 489 | 0 0 0 edgecolor |
| 490 | newpath 50.5 343.67 moveto |
| 491 | 47 333.67 lineto |
| 492 | 43.5 343.67 lineto |
| 493 | closepath stroke |
| 494 | grestore |
| 495 | % CACTC |
| 496 | gsave |
| 497 | 1 setlinewidth |
| 498 | 0 0 0 nodecolor |
| 499 | 157 315 44.76 18.38 ellipse_path stroke |
| 500 | 0 0 0 nodecolor |
| 501 | 14 /Times-Roman set_font |
| 502 | 133 311.4 moveto 48 (CACTC) alignedtext |
| 503 | grestore |
| 504 | % CCACT->CACTC |
| 505 | gsave |
| 506 | 1 setlinewidth |
| 507 | 0 0 0 edgecolor |
| 508 | newpath 157 370.33 moveto |
| 509 | 157 362.26 157 352.65 157 343.71 curveto |
| 510 | stroke |
| 511 | 0 0 0 edgecolor |
| 512 | newpath 160.5 343.67 moveto |
| 513 | 157 333.67 lineto |
| 514 | 153.5 343.67 lineto |
| 515 | closepath fill |
| 516 | 1 setlinewidth |
| 517 | solid |
| 518 | 0 0 0 edgecolor |
| 519 | newpath 160.5 343.67 moveto |
| 520 | 157 333.67 lineto |
| 521 | 153.5 343.67 lineto |
| 522 | closepath stroke |
| 523 | grestore |
| 524 | % CACCC->ACCCC |
| 525 | gsave |
| 526 | 1 setlinewidth |
| 527 | 0 0 0 edgecolor |
| 528 | newpath 47 296.33 moveto |
| 529 | 47 288.26 47 278.65 47 269.71 curveto |
| 530 | stroke |
| 531 | 0 0 0 edgecolor |
| 532 | newpath 50.5 269.67 moveto |
| 533 | 47 259.67 lineto |
| 534 | 43.5 269.67 lineto |
| 535 | closepath fill |
| 536 | 1 setlinewidth |
| 537 | solid |
| 538 | 0 0 0 edgecolor |
| 539 | newpath 50.5 269.67 moveto |
| 540 | 47 259.67 lineto |
| 541 | 43.5 269.67 lineto |
| 542 | closepath stroke |
| 543 | grestore |
| 544 | % CACTC->ACTCC |
| 545 | gsave |
| 546 | 1 setlinewidth |
| 547 | 0 0 0 edgecolor |
| 548 | newpath 157 296.33 moveto |
| 549 | 157 288.26 157 278.65 157 269.71 curveto |
| 550 | stroke |
| 551 | 0 0 0 edgecolor |
| 552 | newpath 160.5 269.67 moveto |
| 553 | 157 259.67 lineto |
| 554 | 153.5 269.67 lineto |
| 555 | closepath fill |
| 556 | 1 setlinewidth |
| 557 | solid |
| 558 | 0 0 0 edgecolor |
| 559 | newpath 160.5 269.67 moveto |
| 560 | 157 259.67 lineto |
| 561 | 153.5 269.67 lineto |
| 562 | closepath stroke |
| 563 | grestore |
| 564 | % TTTCC |
| 565 | gsave |
| 566 | 1 setlinewidth |
| 567 | 0 0 0 nodecolor |
| 568 | 102 611 43.84 18.38 ellipse_path stroke |
| 569 | 0 0 0 nodecolor |
| 570 | 14 /Times-Roman set_font |
| 571 | 79 607.4 moveto 46 (TTTCC) alignedtext |
| 572 | grestore |
| 573 | % TTTCC->TTCCA |
| 574 | gsave |
| 575 | 1 setlinewidth |
| 576 | 0 0 0 edgecolor |
| 577 | newpath 102 592.33 moveto |
| 578 | 102 584.26 102 574.65 102 565.71 curveto |
| 579 | stroke |
| 580 | 0 0 0 edgecolor |
| 581 | newpath 105.5 565.67 moveto |
| 582 | 102 555.67 lineto |
| 583 | 98.5 565.67 lineto |
| 584 | closepath fill |
| 585 | 1 setlinewidth |
| 586 | solid |
| 587 | 0 0 0 edgecolor |
| 588 | newpath 105.5 565.67 moveto |
| 589 | 102 555.67 lineto |
| 590 | 98.5 565.67 lineto |
| 591 | closepath stroke |
| 592 | grestore |
| 593 | endpage |
| 594 | showpage |
| 595 | grestore |
| 596 | %%PageTrailer |
| 597 | %%EndPage: 1 |
| 598 | %%Trailer |
| 599 | %%Pages: 1 |
| 600 | %%BoundingBox: 36 36 248 674 |
| 601 | end |
| 602 | restore |
| 603 | %%EOF |