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 366 452 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 330 416 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % AAGAC |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | 48 389 48.08 18.38 ellipse_path stroke |
| 192 | 0 0 0 nodecolor |
| 193 | 14 /Times-Roman set_font |
| 194 | 22 385.4 moveto 52 (AAGAC) alignedtext |
| 195 | grestore |
| 196 | % AGACA |
| 197 | gsave |
| 198 | 1 setlinewidth |
| 199 | 0 0 0 nodecolor |
| 200 | 48 315 46.88 18.38 ellipse_path stroke |
| 201 | 0 0 0 nodecolor |
| 202 | 14 /Times-Roman set_font |
| 203 | 22.5 311.4 moveto 51 (AGACA) alignedtext |
| 204 | grestore |
| 205 | % AAGAC->AGACA |
| 206 | gsave |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 edgecolor |
| 209 | newpath 48 370.33 moveto |
| 210 | 48 362.26 48 352.65 48 343.71 curveto |
| 211 | stroke |
| 212 | 0 0 0 edgecolor |
| 213 | newpath 51.5 343.67 moveto |
| 214 | 48 333.67 lineto |
| 215 | 44.5 343.67 lineto |
| 216 | closepath fill |
| 217 | 1 setlinewidth |
| 218 | solid |
| 219 | 0 0 0 edgecolor |
| 220 | newpath 51.5 343.67 moveto |
| 221 | 48 333.67 lineto |
| 222 | 44.5 343.67 lineto |
| 223 | closepath stroke |
| 224 | grestore |
| 225 | % GACAG |
| 226 | gsave |
| 227 | 1 setlinewidth |
| 228 | 0 0 0 nodecolor |
| 229 | 48 241 48.08 18.38 ellipse_path stroke |
| 230 | 0 0 0 nodecolor |
| 231 | 14 /Times-Roman set_font |
| 232 | 22 237.4 moveto 52 (GACAG) alignedtext |
| 233 | grestore |
| 234 | % AGACA->GACAG |
| 235 | gsave |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 edgecolor |
| 238 | newpath 48 296.33 moveto |
| 239 | 48 288.26 48 278.65 48 269.71 curveto |
| 240 | stroke |
| 241 | 0 0 0 edgecolor |
| 242 | newpath 51.5 269.67 moveto |
| 243 | 48 259.67 lineto |
| 244 | 44.5 269.67 lineto |
| 245 | closepath fill |
| 246 | 1 setlinewidth |
| 247 | solid |
| 248 | 0 0 0 edgecolor |
| 249 | newpath 51.5 269.67 moveto |
| 250 | 48 259.67 lineto |
| 251 | 44.5 269.67 lineto |
| 252 | closepath stroke |
| 253 | grestore |
| 254 | % CAGCA |
| 255 | gsave |
| 256 | 1 setlinewidth |
| 257 | 0 0 0 nodecolor |
| 258 | 48 93 46.88 18.38 ellipse_path stroke |
| 259 | 0 0 0 nodecolor |
| 260 | 14 /Times-Roman set_font |
| 261 | 22.5 89.4 moveto 51 (CAGCA) alignedtext |
| 262 | grestore |
| 263 | % AGCAC |
| 264 | gsave |
| 265 | 1 setlinewidth |
| 266 | 0 0 0 nodecolor |
| 267 | 48 19 46.88 18.38 ellipse_path stroke |
| 268 | 0 0 0 nodecolor |
| 269 | 14 /Times-Roman set_font |
| 270 | 22.5 15.4 moveto 51 (AGCAC) alignedtext |
| 271 | grestore |
| 272 | % CAGCA->AGCAC |
| 273 | gsave |
| 274 | 1 setlinewidth |
| 275 | 0 0 0 edgecolor |
| 276 | newpath 48 74.33 moveto |
| 277 | 48 66.26 48 56.65 48 47.71 curveto |
| 278 | stroke |
| 279 | 0 0 0 edgecolor |
| 280 | newpath 51.5 47.67 moveto |
| 281 | 48 37.67 lineto |
| 282 | 44.5 47.67 lineto |
| 283 | closepath fill |
| 284 | 1 setlinewidth |
| 285 | solid |
| 286 | 0 0 0 edgecolor |
| 287 | newpath 51.5 47.67 moveto |
| 288 | 48 37.67 lineto |
| 289 | 44.5 47.67 lineto |
| 290 | closepath stroke |
| 291 | grestore |
| 292 | % TCGCA |
| 293 | gsave |
| 294 | 1 setlinewidth |
| 295 | 0 0 0 nodecolor |
| 296 | 160 167 45.96 18.38 ellipse_path stroke |
| 297 | 0 0 0 nodecolor |
| 298 | 14 /Times-Roman set_font |
| 299 | 135.5 163.4 moveto 49 (TCGCA) alignedtext |
| 300 | grestore |
| 301 | % CGCAT |
| 302 | gsave |
| 303 | 1 setlinewidth |
| 304 | 0 0 0 nodecolor |
| 305 | 160 93 45.96 18.38 ellipse_path stroke |
| 306 | 0 0 0 nodecolor |
| 307 | 14 /Times-Roman set_font |
| 308 | 135.5 89.4 moveto 49 (CGCAT) alignedtext |
| 309 | grestore |
| 310 | % TCGCA->CGCAT |
| 311 | gsave |
| 312 | 1 setlinewidth |
| 313 | 0 0 0 edgecolor |
| 314 | newpath 160 148.33 moveto |
| 315 | 160 140.26 160 130.65 160 121.71 curveto |
| 316 | stroke |
| 317 | 0 0 0 edgecolor |
| 318 | newpath 163.5 121.67 moveto |
| 319 | 160 111.67 lineto |
| 320 | 156.5 121.67 lineto |
| 321 | closepath fill |
| 322 | 1 setlinewidth |
| 323 | solid |
| 324 | 0 0 0 edgecolor |
| 325 | newpath 163.5 121.67 moveto |
| 326 | 160 111.67 lineto |
| 327 | 156.5 121.67 lineto |
| 328 | closepath stroke |
| 329 | grestore |
| 330 | % GCATC |
| 331 | gsave |
| 332 | 1 setlinewidth |
| 333 | 0 0 0 nodecolor |
| 334 | 160 19 45.96 18.38 ellipse_path stroke |
| 335 | 0 0 0 nodecolor |
| 336 | 14 /Times-Roman set_font |
| 337 | 135.5 15.4 moveto 49 (GCATC) alignedtext |
| 338 | grestore |
| 339 | % CGCAT->GCATC |
| 340 | gsave |
| 341 | 1 setlinewidth |
| 342 | 0 0 0 edgecolor |
| 343 | newpath 160 74.33 moveto |
| 344 | 160 66.26 160 56.65 160 47.71 curveto |
| 345 | stroke |
| 346 | 0 0 0 edgecolor |
| 347 | newpath 163.5 47.67 moveto |
| 348 | 160 37.67 lineto |
| 349 | 156.5 47.67 lineto |
| 350 | closepath fill |
| 351 | 1 setlinewidth |
| 352 | solid |
| 353 | 0 0 0 edgecolor |
| 354 | newpath 163.5 47.67 moveto |
| 355 | 160 37.67 lineto |
| 356 | 156.5 47.67 lineto |
| 357 | closepath stroke |
| 358 | grestore |
| 359 | % CGGCA |
| 360 | gsave |
| 361 | 1 setlinewidth |
| 362 | 0 0 0 nodecolor |
| 363 | 273 315 48.08 18.38 ellipse_path stroke |
| 364 | 0 0 0 nodecolor |
| 365 | 14 /Times-Roman set_font |
| 366 | 247 311.4 moveto 52 (CGGCA) alignedtext |
| 367 | grestore |
| 368 | % GGCAA |
| 369 | gsave |
| 370 | 1 setlinewidth |
| 371 | 0 0 0 nodecolor |
| 372 | 273 241 48.79 18.38 ellipse_path stroke |
| 373 | 0 0 0 nodecolor |
| 374 | 14 /Times-Roman set_font |
| 375 | 246.5 237.4 moveto 53 (GGCAA) alignedtext |
| 376 | grestore |
| 377 | % CGGCA->GGCAA |
| 378 | gsave |
| 379 | 1 setlinewidth |
| 380 | 0 0 0 edgecolor |
| 381 | newpath 273 296.33 moveto |
| 382 | 273 288.26 273 278.65 273 269.71 curveto |
| 383 | stroke |
| 384 | 0 0 0 edgecolor |
| 385 | newpath 276.5 269.67 moveto |
| 386 | 273 259.67 lineto |
| 387 | 269.5 269.67 lineto |
| 388 | closepath fill |
| 389 | 1 setlinewidth |
| 390 | solid |
| 391 | 0 0 0 edgecolor |
| 392 | newpath 276.5 269.67 moveto |
| 393 | 273 259.67 lineto |
| 394 | 269.5 269.67 lineto |
| 395 | closepath stroke |
| 396 | grestore |
| 397 | % GCAAG |
| 398 | gsave |
| 399 | 1 setlinewidth |
| 400 | 0 0 0 nodecolor |
| 401 | 273 167 48.79 18.38 ellipse_path stroke |
| 402 | 0 0 0 nodecolor |
| 403 | 14 /Times-Roman set_font |
| 404 | 246.5 163.4 moveto 53 (GCAAG) alignedtext |
| 405 | grestore |
| 406 | % GGCAA->GCAAG |
| 407 | gsave |
| 408 | 1 setlinewidth |
| 409 | 0 0 0 edgecolor |
| 410 | newpath 273 222.33 moveto |
| 411 | 273 214.26 273 204.65 273 195.71 curveto |
| 412 | stroke |
| 413 | 0 0 0 edgecolor |
| 414 | newpath 276.5 195.67 moveto |
| 415 | 273 185.67 lineto |
| 416 | 269.5 195.67 lineto |
| 417 | closepath fill |
| 418 | 1 setlinewidth |
| 419 | solid |
| 420 | 0 0 0 edgecolor |
| 421 | newpath 276.5 195.67 moveto |
| 422 | 273 185.67 lineto |
| 423 | 269.5 195.67 lineto |
| 424 | closepath stroke |
| 425 | grestore |
| 426 | % TATCG |
| 427 | gsave |
| 428 | 1 setlinewidth |
| 429 | 0 0 0 nodecolor |
| 430 | 160 315 44.05 18.38 ellipse_path stroke |
| 431 | 0 0 0 nodecolor |
| 432 | 14 /Times-Roman set_font |
| 433 | 136.5 311.4 moveto 47 (TATCG) alignedtext |
| 434 | grestore |
| 435 | % ATCGC |
| 436 | gsave |
| 437 | 1 setlinewidth |
| 438 | 0 0 0 nodecolor |
| 439 | 160 241 45.96 18.38 ellipse_path stroke |
| 440 | 0 0 0 nodecolor |
| 441 | 14 /Times-Roman set_font |
| 442 | 135.5 237.4 moveto 49 (ATCGC) alignedtext |
| 443 | grestore |
| 444 | % TATCG->ATCGC |
| 445 | gsave |
| 446 | 1 setlinewidth |
| 447 | 0 0 0 edgecolor |
| 448 | newpath 160 296.33 moveto |
| 449 | 160 288.26 160 278.65 160 269.71 curveto |
| 450 | stroke |
| 451 | 0 0 0 edgecolor |
| 452 | newpath 163.5 269.67 moveto |
| 453 | 160 259.67 lineto |
| 454 | 156.5 269.67 lineto |
| 455 | closepath fill |
| 456 | 1 setlinewidth |
| 457 | solid |
| 458 | 0 0 0 edgecolor |
| 459 | newpath 163.5 269.67 moveto |
| 460 | 160 259.67 lineto |
| 461 | 156.5 269.67 lineto |
| 462 | closepath stroke |
| 463 | grestore |
| 464 | % ATCGC->TCGCA |
| 465 | gsave |
| 466 | 1 setlinewidth |
| 467 | 0 0 0 edgecolor |
| 468 | newpath 160 222.33 moveto |
| 469 | 160 214.26 160 204.65 160 195.71 curveto |
| 470 | stroke |
| 471 | 0 0 0 edgecolor |
| 472 | newpath 163.5 195.67 moveto |
| 473 | 160 185.67 lineto |
| 474 | 156.5 195.67 lineto |
| 475 | closepath fill |
| 476 | 1 setlinewidth |
| 477 | solid |
| 478 | 0 0 0 edgecolor |
| 479 | newpath 163.5 195.67 moveto |
| 480 | 160 185.67 lineto |
| 481 | 156.5 195.67 lineto |
| 482 | closepath stroke |
| 483 | grestore |
| 484 | % CAAGA |
| 485 | gsave |
| 486 | 1 setlinewidth |
| 487 | 0 0 0 nodecolor |
| 488 | 273 93 48.08 18.38 ellipse_path stroke |
| 489 | 0 0 0 nodecolor |
| 490 | 14 /Times-Roman set_font |
| 491 | 247 89.4 moveto 52 (CAAGA) alignedtext |
| 492 | grestore |
| 493 | % AAGAA |
| 494 | gsave |
| 495 | 1 setlinewidth |
| 496 | 0 0 0 nodecolor |
| 497 | 273 19 48.08 18.38 ellipse_path stroke |
| 498 | 0 0 0 nodecolor |
| 499 | 14 /Times-Roman set_font |
| 500 | 247 15.4 moveto 52 (AAGAA) alignedtext |
| 501 | grestore |
| 502 | % CAAGA->AAGAA |
| 503 | gsave |
| 504 | 1 setlinewidth |
| 505 | 0 0 0 edgecolor |
| 506 | newpath 273 74.33 moveto |
| 507 | 273 66.26 273 56.65 273 47.71 curveto |
| 508 | stroke |
| 509 | 0 0 0 edgecolor |
| 510 | newpath 276.5 47.67 moveto |
| 511 | 273 37.67 lineto |
| 512 | 269.5 47.67 lineto |
| 513 | closepath fill |
| 514 | 1 setlinewidth |
| 515 | solid |
| 516 | 0 0 0 edgecolor |
| 517 | newpath 276.5 47.67 moveto |
| 518 | 273 37.67 lineto |
| 519 | 269.5 47.67 lineto |
| 520 | closepath stroke |
| 521 | grestore |
| 522 | % ACAGC |
| 523 | gsave |
| 524 | 1 setlinewidth |
| 525 | 0 0 0 nodecolor |
| 526 | 48 167 46.88 18.38 ellipse_path stroke |
| 527 | 0 0 0 nodecolor |
| 528 | 14 /Times-Roman set_font |
| 529 | 22.5 163.4 moveto 51 (ACAGC) alignedtext |
| 530 | grestore |
| 531 | % ACAGC->CAGCA |
| 532 | gsave |
| 533 | 1 setlinewidth |
| 534 | 0 0 0 edgecolor |
| 535 | newpath 48 148.33 moveto |
| 536 | 48 140.26 48 130.65 48 121.71 curveto |
| 537 | stroke |
| 538 | 0 0 0 edgecolor |
| 539 | newpath 51.5 121.67 moveto |
| 540 | 48 111.67 lineto |
| 541 | 44.5 121.67 lineto |
| 542 | closepath fill |
| 543 | 1 setlinewidth |
| 544 | solid |
| 545 | 0 0 0 edgecolor |
| 546 | newpath 51.5 121.67 moveto |
| 547 | 48 111.67 lineto |
| 548 | 44.5 121.67 lineto |
| 549 | closepath stroke |
| 550 | grestore |
| 551 | % GCGGC |
| 552 | gsave |
| 553 | 1 setlinewidth |
| 554 | 0 0 0 nodecolor |
| 555 | 273 389 49 18.38 ellipse_path stroke |
| 556 | 0 0 0 nodecolor |
| 557 | 14 /Times-Roman set_font |
| 558 | 246 385.4 moveto 54 (GCGGC) alignedtext |
| 559 | grestore |
| 560 | % GCGGC->CGGCA |
| 561 | gsave |
| 562 | 1 setlinewidth |
| 563 | 0 0 0 edgecolor |
| 564 | newpath 273 370.33 moveto |
| 565 | 273 362.26 273 352.65 273 343.71 curveto |
| 566 | stroke |
| 567 | 0 0 0 edgecolor |
| 568 | newpath 276.5 343.67 moveto |
| 569 | 273 333.67 lineto |
| 570 | 269.5 343.67 lineto |
| 571 | closepath fill |
| 572 | 1 setlinewidth |
| 573 | solid |
| 574 | 0 0 0 edgecolor |
| 575 | newpath 276.5 343.67 moveto |
| 576 | 273 333.67 lineto |
| 577 | 269.5 343.67 lineto |
| 578 | closepath stroke |
| 579 | grestore |
| 580 | % ATATC |
| 581 | gsave |
| 582 | 1 setlinewidth |
| 583 | 0 0 0 nodecolor |
| 584 | 160 389 43.13 18.38 ellipse_path stroke |
| 585 | 0 0 0 nodecolor |
| 586 | 14 /Times-Roman set_font |
| 587 | 137.5 385.4 moveto 45 (ATATC) alignedtext |
| 588 | grestore |
| 589 | % ATATC->TATCG |
| 590 | gsave |
| 591 | 1 setlinewidth |
| 592 | 0 0 0 edgecolor |
| 593 | newpath 160 370.33 moveto |
| 594 | 160 362.26 160 352.65 160 343.71 curveto |
| 595 | stroke |
| 596 | 0 0 0 edgecolor |
| 597 | newpath 163.5 343.67 moveto |
| 598 | 160 333.67 lineto |
| 599 | 156.5 343.67 lineto |
| 600 | closepath fill |
| 601 | 1 setlinewidth |
| 602 | solid |
| 603 | 0 0 0 edgecolor |
| 604 | newpath 163.5 343.67 moveto |
| 605 | 160 333.67 lineto |
| 606 | 156.5 343.67 lineto |
| 607 | closepath stroke |
| 608 | grestore |
| 609 | % GCAAG->CAAGA |
| 610 | gsave |
| 611 | 1 setlinewidth |
| 612 | 0 0 0 edgecolor |
| 613 | newpath 273 148.33 moveto |
| 614 | 273 140.26 273 130.65 273 121.71 curveto |
| 615 | stroke |
| 616 | 0 0 0 edgecolor |
| 617 | newpath 276.5 121.67 moveto |
| 618 | 273 111.67 lineto |
| 619 | 269.5 121.67 lineto |
| 620 | closepath fill |
| 621 | 1 setlinewidth |
| 622 | solid |
| 623 | 0 0 0 edgecolor |
| 624 | newpath 276.5 121.67 moveto |
| 625 | 273 111.67 lineto |
| 626 | 269.5 121.67 lineto |
| 627 | closepath stroke |
| 628 | grestore |
| 629 | % GACAG->ACAGC |
| 630 | gsave |
| 631 | 1 setlinewidth |
| 632 | 0 0 0 edgecolor |
| 633 | newpath 48 222.33 moveto |
| 634 | 48 214.26 48 204.65 48 195.71 curveto |
| 635 | stroke |
| 636 | 0 0 0 edgecolor |
| 637 | newpath 51.5 195.67 moveto |
| 638 | 48 185.67 lineto |
| 639 | 44.5 195.67 lineto |
| 640 | closepath fill |
| 641 | 1 setlinewidth |
| 642 | solid |
| 643 | 0 0 0 edgecolor |
| 644 | newpath 51.5 195.67 moveto |
| 645 | 48 185.67 lineto |
| 646 | 44.5 195.67 lineto |
| 647 | closepath stroke |
| 648 | grestore |
| 649 | endpage |
| 650 | showpage |
| 651 | grestore |
| 652 | %%PageTrailer |
| 653 | %%EndPage: 1 |
| 654 | %%Trailer |
| 655 | %%Pages: 1 |
| 656 | %%BoundingBox: 36 36 366 452 |
| 657 | end |
| 658 | restore |
| 659 | %%EOF |