Anbang Xu | 6f88379 | 2013-08-12 11:40:30 -0700 | [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 1382 370 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 1346 334 boxprim clip newpath |
| 186 | 1 1 set_scale 0 rotate 40 41 translate |
| 187 | % AAA |
| 188 | gsave |
| 189 | 1 setlinewidth |
| 190 | 0 0 0 nodecolor |
| 191 | newpath 0 112 moveto |
| 192 | 0 216 lineto |
| 193 | 56 216 lineto |
| 194 | 56 112 lineto |
| 195 | closepath stroke |
| 196 | 0 0 0 nodecolor |
| 197 | 14 /Times-Roman set_font |
| 198 | 12.5 199.4 moveto 31 (AAA) alignedtext |
| 199 | 1 setlinewidth |
| 200 | 0 0 0 nodecolor |
| 201 | newpath 0 190 moveto |
| 202 | 56 190 lineto |
| 203 | stroke |
| 204 | 0 0 0 nodecolor |
| 205 | 14 /Times-Roman set_font |
| 206 | 14 173.4 moveto 28 (5':[]) alignedtext |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 nodecolor |
| 209 | newpath 0 164 moveto |
| 210 | 56 164 lineto |
| 211 | stroke |
| 212 | 0 0 0 nodecolor |
| 213 | 14 /Times-Roman set_font |
| 214 | 8 147.4 moveto 40 (~5':[]) alignedtext |
| 215 | 1 setlinewidth |
| 216 | 0 0 0 nodecolor |
| 217 | newpath 0 138 moveto |
| 218 | 56 138 lineto |
| 219 | stroke |
| 220 | 0 0 0 nodecolor |
| 221 | 14 /Times-Roman set_font |
| 222 | 16.5 121.4 moveto 23 (1.0) alignedtext |
| 223 | grestore |
| 224 | % AAT |
| 225 | gsave |
| 226 | 1 setlinewidth |
| 227 | 0 0 0 nodecolor |
| 228 | newpath 140 173 moveto |
| 229 | 140 277 lineto |
| 230 | 196 277 lineto |
| 231 | 196 173 lineto |
| 232 | closepath stroke |
| 233 | 0 0 0 nodecolor |
| 234 | 14 /Times-Roman set_font |
| 235 | 153.5 260.4 moveto 29 (AAT) alignedtext |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 nodecolor |
| 238 | newpath 140 251 moveto |
| 239 | 196 251 lineto |
| 240 | stroke |
| 241 | 0 0 0 nodecolor |
| 242 | 14 /Times-Roman set_font |
| 243 | 154 234.4 moveto 28 (5':[]) alignedtext |
| 244 | 1 setlinewidth |
| 245 | 0 0 0 nodecolor |
| 246 | newpath 140 225 moveto |
| 247 | 196 225 lineto |
| 248 | stroke |
| 249 | 0 0 0 nodecolor |
| 250 | 14 /Times-Roman set_font |
| 251 | 148 208.4 moveto 40 (~5':[]) alignedtext |
| 252 | 1 setlinewidth |
| 253 | 0 0 0 nodecolor |
| 254 | newpath 140 199 moveto |
| 255 | 196 199 lineto |
| 256 | stroke |
| 257 | 0 0 0 nodecolor |
| 258 | 14 /Times-Roman set_font |
| 259 | 156.5 182.4 moveto 23 (1.0) alignedtext |
| 260 | grestore |
| 261 | % AAA->AAT |
| 262 | gsave |
| 263 | 1 setlinewidth |
| 264 | 0 0 0 edgecolor |
| 265 | newpath 56.1 192.19 moveto |
| 266 | 61.69 196.67 67.77 200.85 74 204 curveto |
| 267 | 91.22 212.7 112.01 217.82 129.65 220.83 curveto |
| 268 | stroke |
| 269 | 0 0 0 edgecolor |
| 270 | newpath 129.21 224.3 moveto |
| 271 | 139.62 222.36 lineto |
| 272 | 130.27 217.38 lineto |
| 273 | closepath fill |
| 274 | 1 setlinewidth |
| 275 | solid |
| 276 | 0 0 0 edgecolor |
| 277 | newpath 129.21 224.3 moveto |
| 278 | 139.62 222.36 lineto |
| 279 | 130.27 217.38 lineto |
| 280 | closepath stroke |
| 281 | 0 0 0 edgecolor |
| 282 | 14 /Times-Roman set_font |
| 283 | 75.5 224.4 moveto 45 (FF: [2]) alignedtext |
| 284 | grestore |
| 285 | % CAA |
| 286 | gsave |
| 287 | 1 setlinewidth |
| 288 | 0 0 0 nodecolor |
| 289 | newpath 140 51 moveto |
| 290 | 140 155 lineto |
| 291 | 196 155 lineto |
| 292 | 196 51 lineto |
| 293 | closepath stroke |
| 294 | 0 0 0 nodecolor |
| 295 | 14 /Times-Roman set_font |
| 296 | 152.5 138.4 moveto 31 (CAA) alignedtext |
| 297 | 1 setlinewidth |
| 298 | 0 0 0 nodecolor |
| 299 | newpath 140 129 moveto |
| 300 | 196 129 lineto |
| 301 | stroke |
| 302 | 0 0 0 nodecolor |
| 303 | 14 /Times-Roman set_font |
| 304 | 154 112.4 moveto 28 (5':[]) alignedtext |
| 305 | 1 setlinewidth |
| 306 | 0 0 0 nodecolor |
| 307 | newpath 140 103 moveto |
| 308 | 196 103 lineto |
| 309 | stroke |
| 310 | 0 0 0 nodecolor |
| 311 | 14 /Times-Roman set_font |
| 312 | 148 86.4 moveto 40 (~5':[]) alignedtext |
| 313 | 1 setlinewidth |
| 314 | 0 0 0 nodecolor |
| 315 | newpath 140 77 moveto |
| 316 | 196 77 lineto |
| 317 | stroke |
| 318 | 0 0 0 nodecolor |
| 319 | 14 /Times-Roman set_font |
| 320 | 156.5 60.4 moveto 23 (1.0) alignedtext |
| 321 | grestore |
| 322 | % AAA->CAA |
| 323 | gsave |
| 324 | 1 setlinewidth |
| 325 | 0 1 1 edgecolor |
| 326 | newpath 56.33 151.66 moveto |
| 327 | 77.68 142.35 107.16 129.51 130.47 119.35 curveto |
| 328 | stroke |
| 329 | 0 1 1 edgecolor |
| 330 | newpath 131.94 122.53 moveto |
| 331 | 139.71 115.33 lineto |
| 332 | 129.15 116.11 lineto |
| 333 | closepath fill |
| 334 | 1 setlinewidth |
| 335 | solid |
| 336 | 0 1 1 edgecolor |
| 337 | newpath 131.94 122.53 moveto |
| 338 | 139.71 115.33 lineto |
| 339 | 129.15 116.11 lineto |
| 340 | closepath stroke |
| 341 | 0 0 0 edgecolor |
| 342 | 14 /Times-Roman set_font |
| 343 | 74 148.4 moveto 48 (RR: [2]) alignedtext |
| 344 | grestore |
| 345 | % AAT->AAA |
| 346 | gsave |
| 347 | 1 setlinewidth |
| 348 | 0 1 1 edgecolor |
| 349 | newpath 139.97 194.29 moveto |
| 350 | 134.42 189.58 128.33 185.22 122 182 curveto |
| 351 | 104.79 173.25 83.84 168.73 66.09 166.41 curveto |
| 352 | stroke |
| 353 | 0 1 1 edgecolor |
| 354 | newpath 66.38 162.92 moveto |
| 355 | 56.06 165.28 lineto |
| 356 | 65.6 169.88 lineto |
| 357 | closepath fill |
| 358 | 1 setlinewidth |
| 359 | solid |
| 360 | 0 1 1 edgecolor |
| 361 | newpath 66.38 162.92 moveto |
| 362 | 56.06 165.28 lineto |
| 363 | 65.6 169.88 lineto |
| 364 | closepath stroke |
| 365 | 0 0 0 edgecolor |
| 366 | 14 /Times-Roman set_font |
| 367 | 74 187.4 moveto 48 (RR: [2]) alignedtext |
| 368 | grestore |
| 369 | % ATC |
| 370 | gsave |
| 371 | 1 setlinewidth |
| 372 | 0 0 0 nodecolor |
| 373 | newpath 280 188 moveto |
| 374 | 280 292 lineto |
| 375 | 336 292 lineto |
| 376 | 336 188 lineto |
| 377 | closepath stroke |
| 378 | 0 0 0 nodecolor |
| 379 | 14 /Times-Roman set_font |
| 380 | 294 275.4 moveto 28 (ATC) alignedtext |
| 381 | 1 setlinewidth |
| 382 | 0 0 0 nodecolor |
| 383 | newpath 280 266 moveto |
| 384 | 336 266 lineto |
| 385 | stroke |
| 386 | 0 0 0 nodecolor |
| 387 | 14 /Times-Roman set_font |
| 388 | 294 249.4 moveto 28 (5':[]) alignedtext |
| 389 | 1 setlinewidth |
| 390 | 0 0 0 nodecolor |
| 391 | newpath 280 240 moveto |
| 392 | 336 240 lineto |
| 393 | stroke |
| 394 | 0 0 0 nodecolor |
| 395 | 14 /Times-Roman set_font |
| 396 | 288 223.4 moveto 40 (~5':[]) alignedtext |
| 397 | 1 setlinewidth |
| 398 | 0 0 0 nodecolor |
| 399 | newpath 280 214 moveto |
| 400 | 336 214 lineto |
| 401 | stroke |
| 402 | 0 0 0 nodecolor |
| 403 | 14 /Times-Roman set_font |
| 404 | 296.5 197.4 moveto 23 (1.0) alignedtext |
| 405 | grestore |
| 406 | % AAT->ATC |
| 407 | gsave |
| 408 | 1 setlinewidth |
| 409 | 0 0 0 edgecolor |
| 410 | newpath 196.33 228.04 moveto |
| 411 | 217.39 230.29 246.37 233.4 269.53 235.88 curveto |
| 412 | stroke |
| 413 | 0 0 0 edgecolor |
| 414 | newpath 269.4 239.38 moveto |
| 415 | 279.71 236.97 lineto |
| 416 | 270.14 232.42 lineto |
| 417 | closepath fill |
| 418 | 1 setlinewidth |
| 419 | solid |
| 420 | 0 0 0 edgecolor |
| 421 | newpath 269.4 239.38 moveto |
| 422 | 279.71 236.97 lineto |
| 423 | 270.14 232.42 lineto |
| 424 | closepath stroke |
| 425 | 0 0 0 edgecolor |
| 426 | 14 /Times-Roman set_font |
| 427 | 215.5 239.4 moveto 45 (FF: [2]) alignedtext |
| 428 | grestore |
| 429 | % CAA->AAA |
| 430 | gsave |
| 431 | 1 setlinewidth |
| 432 | 0 0 0 edgecolor |
| 433 | newpath 139.77 96.66 moveto |
| 434 | 120.27 93.75 94.3 92.88 74 103 curveto |
| 435 | 70.36 104.81 66.94 107.06 63.73 109.62 curveto |
| 436 | stroke |
| 437 | 0 0 0 edgecolor |
| 438 | newpath 61.19 107.21 moveto |
| 439 | 56.19 116.55 lineto |
| 440 | 65.92 112.36 lineto |
| 441 | closepath fill |
| 442 | 1 setlinewidth |
| 443 | solid |
| 444 | 0 0 0 edgecolor |
| 445 | newpath 61.19 107.21 moveto |
| 446 | 56.19 116.55 lineto |
| 447 | 65.92 112.36 lineto |
| 448 | closepath stroke |
| 449 | 0 0 0 edgecolor |
| 450 | 14 /Times-Roman set_font |
| 451 | 75.5 108.4 moveto 45 (FF: [2]) alignedtext |
| 452 | grestore |
| 453 | % TCA |
| 454 | gsave |
| 455 | 1 setlinewidth |
| 456 | 0 0 0 nodecolor |
| 457 | newpath 280 61 moveto |
| 458 | 280 165 lineto |
| 459 | 336 165 lineto |
| 460 | 336 61 lineto |
| 461 | closepath stroke |
| 462 | 0 0 0 nodecolor |
| 463 | 14 /Times-Roman set_font |
| 464 | 294 148.4 moveto 28 (TCA) alignedtext |
| 465 | 1 setlinewidth |
| 466 | 0 0 0 nodecolor |
| 467 | newpath 280 139 moveto |
| 468 | 336 139 lineto |
| 469 | stroke |
| 470 | 0 0 0 nodecolor |
| 471 | 14 /Times-Roman set_font |
| 472 | 294 122.4 moveto 28 (5':[]) alignedtext |
| 473 | 1 setlinewidth |
| 474 | 0 0 0 nodecolor |
| 475 | newpath 280 113 moveto |
| 476 | 336 113 lineto |
| 477 | stroke |
| 478 | 0 0 0 nodecolor |
| 479 | 14 /Times-Roman set_font |
| 480 | 288 96.4 moveto 40 (~5':[]) alignedtext |
| 481 | 1 setlinewidth |
| 482 | 0 0 0 nodecolor |
| 483 | newpath 280 87 moveto |
| 484 | 336 87 lineto |
| 485 | stroke |
| 486 | 0 0 0 nodecolor |
| 487 | 14 /Times-Roman set_font |
| 488 | 296.5 70.4 moveto 23 (2.0) alignedtext |
| 489 | grestore |
| 490 | % CAA->TCA |
| 491 | gsave |
| 492 | 1 setlinewidth |
| 493 | 0 1 1 edgecolor |
| 494 | newpath 196.17 116.65 moveto |
| 495 | 201.94 118.87 208.07 120.82 214 122 curveto |
| 496 | 232.11 125.59 252.48 124.28 269.61 121.69 curveto |
| 497 | stroke |
| 498 | 0 1 1 edgecolor |
| 499 | newpath 270.55 125.08 moveto |
| 500 | 279.82 119.94 lineto |
| 501 | 269.37 118.18 lineto |
| 502 | closepath fill |
| 503 | 1 setlinewidth |
| 504 | solid |
| 505 | 0 1 1 edgecolor |
| 506 | newpath 270.55 125.08 moveto |
| 507 | 279.82 119.94 lineto |
| 508 | 269.37 118.18 lineto |
| 509 | closepath stroke |
| 510 | 0 0 0 edgecolor |
| 511 | 14 /Times-Roman set_font |
| 512 | 214 130.4 moveto 48 (RR: [2]) alignedtext |
| 513 | grestore |
| 514 | % TCA->CAA |
| 515 | gsave |
| 516 | 1 setlinewidth |
| 517 | 0 0 0 edgecolor |
| 518 | newpath 279.55 103.65 moveto |
| 519 | 273.8 102.13 267.75 100.8 262 100 curveto |
| 520 | 243.78 97.48 223.4 97.75 206.29 98.86 curveto |
| 521 | stroke |
| 522 | 0 0 0 edgecolor |
| 523 | newpath 205.81 95.38 moveto |
| 524 | 196.1 99.63 lineto |
| 525 | 206.34 102.36 lineto |
| 526 | closepath fill |
| 527 | 1 setlinewidth |
| 528 | solid |
| 529 | 0 0 0 edgecolor |
| 530 | newpath 205.81 95.38 moveto |
| 531 | 196.1 99.63 lineto |
| 532 | 206.34 102.36 lineto |
| 533 | closepath stroke |
| 534 | 0 0 0 edgecolor |
| 535 | 14 /Times-Roman set_font |
| 536 | 215.5 105.4 moveto 45 (FF: [2]) alignedtext |
| 537 | grestore |
| 538 | % ATG |
| 539 | gsave |
| 540 | 1 setlinewidth |
| 541 | 0 0 0 nodecolor |
| 542 | newpath 434 122 moveto |
| 543 | 434 226 lineto |
| 544 | 490 226 lineto |
| 545 | 490 122 lineto |
| 546 | closepath stroke |
| 547 | 0 0 0 nodecolor |
| 548 | 14 /Times-Roman set_font |
| 549 | 447 209.4 moveto 30 (ATG) alignedtext |
| 550 | 1 setlinewidth |
| 551 | 0 0 0 nodecolor |
| 552 | newpath 434 200 moveto |
| 553 | 490 200 lineto |
| 554 | stroke |
| 555 | 0 0 0 nodecolor |
| 556 | 14 /Times-Roman set_font |
| 557 | 448 183.4 moveto 28 (5':[]) alignedtext |
| 558 | 1 setlinewidth |
| 559 | 0 0 0 nodecolor |
| 560 | newpath 434 174 moveto |
| 561 | 490 174 lineto |
| 562 | stroke |
| 563 | 0 0 0 nodecolor |
| 564 | 14 /Times-Roman set_font |
| 565 | 442 157.4 moveto 40 (~5':[]) alignedtext |
| 566 | 1 setlinewidth |
| 567 | 0 0 0 nodecolor |
| 568 | newpath 434 148 moveto |
| 569 | 490 148 lineto |
| 570 | stroke |
| 571 | 0 0 0 nodecolor |
| 572 | 14 /Times-Roman set_font |
| 573 | 450.5 131.4 moveto 23 (2.0) alignedtext |
| 574 | grestore |
| 575 | % TCA->ATG |
| 576 | gsave |
| 577 | 1 setlinewidth |
| 578 | 0.66667 1 1 edgecolor |
| 579 | newpath 336.03 141.33 moveto |
| 580 | 341.62 145.8 347.72 149.94 354 153 curveto |
| 581 | 375.69 163.58 402.27 168.83 423.63 171.44 curveto |
| 582 | stroke |
| 583 | 0.66667 1 1 edgecolor |
| 584 | newpath 423.34 174.93 moveto |
| 585 | 433.66 172.52 lineto |
| 586 | 424.09 167.97 lineto |
| 587 | closepath fill |
| 588 | 1 setlinewidth |
| 589 | solid |
| 590 | 0.66667 1 1 edgecolor |
| 591 | newpath 423.34 174.93 moveto |
| 592 | 433.66 172.52 lineto |
| 593 | 424.09 167.97 lineto |
| 594 | closepath stroke |
| 595 | 0 0 0 edgecolor |
| 596 | 14 /Times-Roman set_font |
| 597 | 362 176.4 moveto 46 (FR: [1]) alignedtext |
| 598 | grestore |
| 599 | % CTC |
| 600 | gsave |
| 601 | 1 setlinewidth |
| 602 | 0 0 0 nodecolor |
| 603 | newpath 434 0 moveto |
| 604 | 434 104 lineto |
| 605 | 490 104 lineto |
| 606 | 490 0 lineto |
| 607 | closepath stroke |
| 608 | 0 0 0 nodecolor |
| 609 | 14 /Times-Roman set_font |
| 610 | 448 87.4 moveto 28 (CTC) alignedtext |
| 611 | 1 setlinewidth |
| 612 | 0 0 0 nodecolor |
| 613 | newpath 434 78 moveto |
| 614 | 490 78 lineto |
| 615 | stroke |
| 616 | 0 0 0 nodecolor |
| 617 | 14 /Times-Roman set_font |
| 618 | 448 61.4 moveto 28 (5':[]) alignedtext |
| 619 | 1 setlinewidth |
| 620 | 0 0 0 nodecolor |
| 621 | newpath 434 52 moveto |
| 622 | 490 52 lineto |
| 623 | stroke |
| 624 | 0 0 0 nodecolor |
| 625 | 14 /Times-Roman set_font |
| 626 | 442 35.4 moveto 40 (~5':[]) alignedtext |
| 627 | 1 setlinewidth |
| 628 | 0 0 0 nodecolor |
| 629 | newpath 434 26 moveto |
| 630 | 490 26 lineto |
| 631 | stroke |
| 632 | 0 0 0 nodecolor |
| 633 | 14 /Times-Roman set_font |
| 634 | 450.5 9.4 moveto 23 (2.0) alignedtext |
| 635 | grestore |
| 636 | % TCA->CTC |
| 637 | gsave |
| 638 | 1 setlinewidth |
| 639 | 0 1 1 edgecolor |
| 640 | newpath 336.15 101.18 moveto |
| 641 | 342.03 98.77 348.21 96.27 354 94 curveto |
| 642 | 381.36 83.28 388.64 81.72 416 71 curveto |
| 643 | 418.72 69.94 421.51 68.82 424.33 67.69 curveto |
| 644 | stroke |
| 645 | 0 1 1 edgecolor |
| 646 | newpath 425.9 70.83 moveto |
| 647 | 433.85 63.82 lineto |
| 648 | 423.26 64.34 lineto |
| 649 | closepath fill |
| 650 | 1 setlinewidth |
| 651 | solid |
| 652 | 0 1 1 edgecolor |
| 653 | newpath 425.9 70.83 moveto |
| 654 | 433.85 63.82 lineto |
| 655 | 423.26 64.34 lineto |
| 656 | closepath stroke |
| 657 | 0 0 0 edgecolor |
| 658 | 14 /Times-Roman set_font |
| 659 | 354.5 99.4 moveto 61 (RR: [1,2]) alignedtext |
| 660 | grestore |
| 661 | % TAA |
| 662 | gsave |
| 663 | 0 0 0.75294 nodecolor |
| 664 | newpath 1282 95 moveto |
| 665 | 1282 199 lineto |
| 666 | 1338 199 lineto |
| 667 | 1338 95 lineto |
| 668 | closepath fill |
| 669 | 1 setlinewidth |
| 670 | filled |
| 671 | 0 0 0 nodecolor |
| 672 | newpath 1282 95 moveto |
| 673 | 1282 199 lineto |
| 674 | 1338 199 lineto |
| 675 | 1338 95 lineto |
| 676 | closepath stroke |
| 677 | 0 0 0 nodecolor |
| 678 | 14 /Times-Roman set_font |
| 679 | 1295.5 182.4 moveto 29 (TAA) alignedtext |
| 680 | 1 setlinewidth |
| 681 | filled |
| 682 | 0 0 0 nodecolor |
| 683 | newpath 1282 173 moveto |
| 684 | 1338 173 lineto |
| 685 | stroke |
| 686 | 0 0 0 nodecolor |
| 687 | 14 /Times-Roman set_font |
| 688 | 1291.5 156.4 moveto 37 (5':[3]) alignedtext |
| 689 | 1 setlinewidth |
| 690 | filled |
| 691 | 0 0 0 nodecolor |
| 692 | newpath 1282 147 moveto |
| 693 | 1338 147 lineto |
| 694 | stroke |
| 695 | 0 0 0 nodecolor |
| 696 | 14 /Times-Roman set_font |
| 697 | 1290 130.4 moveto 40 (~5':[]) alignedtext |
| 698 | 1 setlinewidth |
| 699 | filled |
| 700 | 0 0 0 nodecolor |
| 701 | newpath 1282 121 moveto |
| 702 | 1338 121 lineto |
| 703 | stroke |
| 704 | 0 0 0 nodecolor |
| 705 | 14 /Times-Roman set_font |
| 706 | 1298.5 104.4 moveto 23 (1.0) alignedtext |
| 707 | grestore |
| 708 | % AAC |
| 709 | gsave |
| 710 | 1 setlinewidth |
| 711 | 0 0 0 nodecolor |
| 712 | newpath 1142 85 moveto |
| 713 | 1142 189 lineto |
| 714 | 1198 189 lineto |
| 715 | 1198 85 lineto |
| 716 | closepath stroke |
| 717 | 0 0 0 nodecolor |
| 718 | 14 /Times-Roman set_font |
| 719 | 1154.5 172.4 moveto 31 (AAC) alignedtext |
| 720 | 1 setlinewidth |
| 721 | 0 0 0 nodecolor |
| 722 | newpath 1142 163 moveto |
| 723 | 1198 163 lineto |
| 724 | stroke |
| 725 | 0 0 0 nodecolor |
| 726 | 14 /Times-Roman set_font |
| 727 | 1156 146.4 moveto 28 (5':[]) alignedtext |
| 728 | 1 setlinewidth |
| 729 | 0 0 0 nodecolor |
| 730 | newpath 1142 137 moveto |
| 731 | 1198 137 lineto |
| 732 | stroke |
| 733 | 0 0 0 nodecolor |
| 734 | 14 /Times-Roman set_font |
| 735 | 1150 120.4 moveto 40 (~5':[]) alignedtext |
| 736 | 1 setlinewidth |
| 737 | 0 0 0 nodecolor |
| 738 | newpath 1142 111 moveto |
| 739 | 1198 111 lineto |
| 740 | stroke |
| 741 | 0 0 0 nodecolor |
| 742 | 14 /Times-Roman set_font |
| 743 | 1158.5 94.4 moveto 23 (1.0) alignedtext |
| 744 | grestore |
| 745 | % TAA->AAC |
| 746 | gsave |
| 747 | 1 setlinewidth |
| 748 | 0 0 0 edgecolor |
| 749 | newpath 1281.9 140.66 moveto |
| 750 | 1276.02 139.57 1269.83 138.6 1264 138 curveto |
| 751 | 1245.71 136.13 1225.32 135.71 1208.22 135.83 curveto |
| 752 | stroke |
| 753 | 0 0 0 edgecolor |
| 754 | newpath 1208 132.33 moveto |
| 755 | 1198.04 135.96 lineto |
| 756 | 1208.09 139.33 lineto |
| 757 | closepath fill |
| 758 | 1 setlinewidth |
| 759 | solid |
| 760 | 0 0 0 edgecolor |
| 761 | newpath 1208 132.33 moveto |
| 762 | 1198.04 135.96 lineto |
| 763 | 1208.09 139.33 lineto |
| 764 | closepath stroke |
| 765 | 0 0 0 edgecolor |
| 766 | 14 /Times-Roman set_font |
| 767 | 1217.5 143.4 moveto 45 (FF: [3]) alignedtext |
| 768 | grestore |
| 769 | % AAC->TAA |
| 770 | gsave |
| 771 | 1 setlinewidth |
| 772 | 0 1 1 edgecolor |
| 773 | newpath 1198.17 150.65 moveto |
| 774 | 1203.94 152.87 1210.07 154.82 1216 156 curveto |
| 775 | 1234.11 159.59 1254.48 158.28 1271.61 155.69 curveto |
| 776 | stroke |
| 777 | 0 1 1 edgecolor |
| 778 | newpath 1272.55 159.08 moveto |
| 779 | 1281.82 153.94 lineto |
| 780 | 1271.37 152.18 lineto |
| 781 | closepath fill |
| 782 | 1 setlinewidth |
| 783 | solid |
| 784 | 0 1 1 edgecolor |
| 785 | newpath 1272.55 159.08 moveto |
| 786 | 1281.82 153.94 lineto |
| 787 | 1271.37 152.18 lineto |
| 788 | closepath stroke |
| 789 | 0 0 0 edgecolor |
| 790 | 14 /Times-Roman set_font |
| 791 | 1216 164.4 moveto 48 (RR: [3]) alignedtext |
| 792 | grestore |
| 793 | % ACG |
| 794 | gsave |
| 795 | 1 setlinewidth |
| 796 | 0 0 0 nodecolor |
| 797 | newpath 1002 75 moveto |
| 798 | 1002 179 lineto |
| 799 | 1058 179 lineto |
| 800 | 1058 75 lineto |
| 801 | closepath stroke |
| 802 | 0 0 0 nodecolor |
| 803 | 14 /Times-Roman set_font |
| 804 | 1014.5 162.4 moveto 31 (ACG) alignedtext |
| 805 | 1 setlinewidth |
| 806 | 0 0 0 nodecolor |
| 807 | newpath 1002 153 moveto |
| 808 | 1058 153 lineto |
| 809 | stroke |
| 810 | 0 0 0 nodecolor |
| 811 | 14 /Times-Roman set_font |
| 812 | 1016 136.4 moveto 28 (5':[]) alignedtext |
| 813 | 1 setlinewidth |
| 814 | 0 0 0 nodecolor |
| 815 | newpath 1002 127 moveto |
| 816 | 1058 127 lineto |
| 817 | stroke |
| 818 | 0 0 0 nodecolor |
| 819 | 14 /Times-Roman set_font |
| 820 | 1010 110.4 moveto 40 (~5':[]) alignedtext |
| 821 | 1 setlinewidth |
| 822 | 0 0 0 nodecolor |
| 823 | newpath 1002 101 moveto |
| 824 | 1058 101 lineto |
| 825 | stroke |
| 826 | 0 0 0 nodecolor |
| 827 | 14 /Times-Roman set_font |
| 828 | 1018.5 84.4 moveto 23 (1.0) alignedtext |
| 829 | grestore |
| 830 | % AAC->ACG |
| 831 | gsave |
| 832 | 1 setlinewidth |
| 833 | 0 0 0 edgecolor |
| 834 | newpath 1141.9 130.66 moveto |
| 835 | 1136.02 129.57 1129.83 128.6 1124 128 curveto |
| 836 | 1105.71 126.13 1085.32 125.71 1068.22 125.83 curveto |
| 837 | stroke |
| 838 | 0 0 0 edgecolor |
| 839 | newpath 1068 122.33 moveto |
| 840 | 1058.04 125.96 lineto |
| 841 | 1068.09 129.33 lineto |
| 842 | closepath fill |
| 843 | 1 setlinewidth |
| 844 | solid |
| 845 | 0 0 0 edgecolor |
| 846 | newpath 1068 122.33 moveto |
| 847 | 1058.04 125.96 lineto |
| 848 | 1068.09 129.33 lineto |
| 849 | closepath stroke |
| 850 | 0 0 0 edgecolor |
| 851 | 14 /Times-Roman set_font |
| 852 | 1077.5 133.4 moveto 45 (FF: [3]) alignedtext |
| 853 | grestore |
| 854 | % GCA |
| 855 | gsave |
| 856 | 1 setlinewidth |
| 857 | 0 0 0 nodecolor |
| 858 | newpath 577 137 moveto |
| 859 | 577 241 lineto |
| 860 | 633 241 lineto |
| 861 | 633 137 lineto |
| 862 | closepath stroke |
| 863 | 0 0 0 nodecolor |
| 864 | 14 /Times-Roman set_font |
| 865 | 589.5 224.4 moveto 31 (GCA) alignedtext |
| 866 | 1 setlinewidth |
| 867 | 0 0 0 nodecolor |
| 868 | newpath 577 215 moveto |
| 869 | 633 215 lineto |
| 870 | stroke |
| 871 | 0 0 0 nodecolor |
| 872 | 14 /Times-Roman set_font |
| 873 | 591 198.4 moveto 28 (5':[]) alignedtext |
| 874 | 1 setlinewidth |
| 875 | 0 0 0 nodecolor |
| 876 | newpath 577 189 moveto |
| 877 | 633 189 lineto |
| 878 | stroke |
| 879 | 0 0 0 nodecolor |
| 880 | 14 /Times-Roman set_font |
| 881 | 585 172.4 moveto 40 (~5':[]) alignedtext |
| 882 | 1 setlinewidth |
| 883 | 0 0 0 nodecolor |
| 884 | newpath 577 163 moveto |
| 885 | 633 163 lineto |
| 886 | stroke |
| 887 | 0 0 0 nodecolor |
| 888 | 14 /Times-Roman set_font |
| 889 | 593.5 146.4 moveto 23 (1.0) alignedtext |
| 890 | grestore |
| 891 | % GCA->ATG |
| 892 | gsave |
| 893 | 1 setlinewidth |
| 894 | 0.66667 1 1 edgecolor |
| 895 | newpath 576.84 166.03 moveto |
| 896 | 569.78 161.5 561.94 157.41 554 155 curveto |
| 897 | 534.43 149.08 528.05 151.02 508 155 curveto |
| 898 | 505.31 155.53 502.58 156.23 499.87 157.03 curveto |
| 899 | stroke |
| 900 | 0.66667 1 1 edgecolor |
| 901 | newpath 498.5 153.8 moveto |
| 902 | 490.17 160.35 lineto |
| 903 | 500.76 160.42 lineto |
| 904 | closepath fill |
| 905 | 1 setlinewidth |
| 906 | solid |
| 907 | 0.66667 1 1 edgecolor |
| 908 | newpath 498.5 153.8 moveto |
| 909 | 490.17 160.35 lineto |
| 910 | 500.76 160.42 lineto |
| 911 | closepath stroke |
| 912 | 0 0 0 edgecolor |
| 913 | 14 /Times-Roman set_font |
| 914 | 508 160.4 moveto 46 (FR: [1]) alignedtext |
| 915 | grestore |
| 916 | % CGC |
| 917 | gsave |
| 918 | 1 setlinewidth |
| 919 | 0 0 0 nodecolor |
| 920 | newpath 722 136 moveto |
| 921 | 722 240 lineto |
| 922 | 778 240 lineto |
| 923 | 778 136 lineto |
| 924 | closepath stroke |
| 925 | 0 0 0 nodecolor |
| 926 | 14 /Times-Roman set_font |
| 927 | 734.5 223.4 moveto 31 (CGC) alignedtext |
| 928 | 1 setlinewidth |
| 929 | 0 0 0 nodecolor |
| 930 | newpath 722 214 moveto |
| 931 | 778 214 lineto |
| 932 | stroke |
| 933 | 0 0 0 nodecolor |
| 934 | 14 /Times-Roman set_font |
| 935 | 736 197.4 moveto 28 (5':[]) alignedtext |
| 936 | 1 setlinewidth |
| 937 | 0 0 0 nodecolor |
| 938 | newpath 722 188 moveto |
| 939 | 778 188 lineto |
| 940 | stroke |
| 941 | 0 0 0 nodecolor |
| 942 | 14 /Times-Roman set_font |
| 943 | 730 171.4 moveto 40 (~5':[]) alignedtext |
| 944 | 1 setlinewidth |
| 945 | 0 0 0 nodecolor |
| 946 | newpath 722 162 moveto |
| 947 | 778 162 lineto |
| 948 | stroke |
| 949 | 0 0 0 nodecolor |
| 950 | 14 /Times-Roman set_font |
| 951 | 738.5 145.4 moveto 23 (1.0) alignedtext |
| 952 | grestore |
| 953 | % GCA->CGC |
| 954 | gsave |
| 955 | 1 setlinewidth |
| 956 | 0 1 1 edgecolor |
| 957 | newpath 633.3 188.8 moveto |
| 958 | 655.66 188.65 687.08 188.43 711.69 188.26 curveto |
| 959 | stroke |
| 960 | 0 1 1 edgecolor |
| 961 | newpath 711.79 191.76 moveto |
| 962 | 721.77 188.19 lineto |
| 963 | 711.75 184.76 lineto |
| 964 | closepath fill |
| 965 | 1 setlinewidth |
| 966 | solid |
| 967 | 0 1 1 edgecolor |
| 968 | newpath 711.79 191.76 moveto |
| 969 | 721.77 188.19 lineto |
| 970 | 711.75 184.76 lineto |
| 971 | closepath stroke |
| 972 | 0 0 0 edgecolor |
| 973 | 14 /Times-Roman set_font |
| 974 | 656 193.4 moveto 48 (RR: [1]) alignedtext |
| 975 | grestore |
| 976 | % ATG->TCA |
| 977 | gsave |
| 978 | 1 setlinewidth |
| 979 | 0.66667 1 1 edgecolor |
| 980 | newpath 433.78 142.94 moveto |
| 981 | 428.29 138.33 422.27 134.1 416 131 curveto |
| 982 | 394.47 120.37 367.89 115.85 346.48 114 curveto |
| 983 | stroke |
| 984 | 0.66667 1 1 edgecolor |
| 985 | newpath 346.66 110.5 moveto |
| 986 | 336.44 113.29 lineto |
| 987 | 346.16 117.48 lineto |
| 988 | closepath fill |
| 989 | 1 setlinewidth |
| 990 | solid |
| 991 | 0.66667 1 1 edgecolor |
| 992 | newpath 346.66 110.5 moveto |
| 993 | 336.44 113.29 lineto |
| 994 | 346.16 117.48 lineto |
| 995 | closepath stroke |
| 996 | 0 0 0 edgecolor |
| 997 | 14 /Times-Roman set_font |
| 998 | 362 136.4 moveto 46 (FR: [1]) alignedtext |
| 999 | grestore |
| 1000 | % ATG->GCA |
| 1001 | gsave |
| 1002 | 1 setlinewidth |
| 1003 | 0.66667 1 1 edgecolor |
| 1004 | newpath 490.25 176.96 moveto |
| 1005 | 512.09 179.25 542.55 182.45 566.6 184.97 curveto |
| 1006 | stroke |
| 1007 | 0.66667 1 1 edgecolor |
| 1008 | newpath 566.5 188.48 moveto |
| 1009 | 576.81 186.04 lineto |
| 1010 | 567.23 181.52 lineto |
| 1011 | closepath fill |
| 1012 | 1 setlinewidth |
| 1013 | solid |
| 1014 | 0.66667 1 1 edgecolor |
| 1015 | newpath 566.5 188.48 moveto |
| 1016 | 576.81 186.04 lineto |
| 1017 | 567.23 181.52 lineto |
| 1018 | closepath stroke |
| 1019 | 0 0 0 edgecolor |
| 1020 | 14 /Times-Roman set_font |
| 1021 | 508 189.4 moveto 46 (FR: [1]) alignedtext |
| 1022 | grestore |
| 1023 | % ATG->ATG |
| 1024 | gsave |
| 1025 | 1 setlinewidth |
| 1026 | 0.33333 1 1 edgecolor |
| 1027 | newpath 449.78 226.2 moveto |
| 1028 | 451.15 236.59 455.23 244 462 244 curveto |
| 1029 | 466.34 244 469.57 240.96 471.69 236.04 curveto |
| 1030 | stroke |
| 1031 | 0.33333 1 1 edgecolor |
| 1032 | newpath 475.12 236.76 moveto |
| 1033 | 474.22 226.2 lineto |
| 1034 | 468.34 235.02 lineto |
| 1035 | closepath fill |
| 1036 | 1 setlinewidth |
| 1037 | solid |
| 1038 | 0.33333 1 1 edgecolor |
| 1039 | newpath 475.12 236.76 moveto |
| 1040 | 474.22 226.2 lineto |
| 1041 | 468.34 235.02 lineto |
| 1042 | closepath stroke |
| 1043 | 0 0 0 edgecolor |
| 1044 | 14 /Times-Roman set_font |
| 1045 | 439 249.4 moveto 46 (RF: [1]) alignedtext |
| 1046 | grestore |
| 1047 | % CGC->GCA |
| 1048 | gsave |
| 1049 | 1 setlinewidth |
| 1050 | 0 0 0 edgecolor |
| 1051 | newpath 721.51 171.99 moveto |
| 1052 | 715.87 169.51 709.87 167.33 704 166 curveto |
| 1053 | 683.2 161.28 676.86 161.51 656 166 curveto |
| 1054 | 651.55 166.96 647.03 168.33 642.6 169.94 curveto |
| 1055 | stroke |
| 1056 | 0 0 0 edgecolor |
| 1057 | newpath 641.09 166.78 moveto |
| 1058 | 633.13 173.77 lineto |
| 1059 | 643.71 173.27 lineto |
| 1060 | closepath fill |
| 1061 | 1 setlinewidth |
| 1062 | solid |
| 1063 | 0 0 0 edgecolor |
| 1064 | newpath 641.09 166.78 moveto |
| 1065 | 633.13 173.77 lineto |
| 1066 | 643.71 173.27 lineto |
| 1067 | closepath stroke |
| 1068 | 0 0 0 edgecolor |
| 1069 | 14 /Times-Roman set_font |
| 1070 | 657.5 171.4 moveto 45 (FF: [1]) alignedtext |
| 1071 | grestore |
| 1072 | % CCG |
| 1073 | gsave |
| 1074 | 0 0 0.75294 nodecolor |
| 1075 | newpath 862 136 moveto |
| 1076 | 862 240 lineto |
| 1077 | 918 240 lineto |
| 1078 | 918 136 lineto |
| 1079 | closepath fill |
| 1080 | 1 setlinewidth |
| 1081 | filled |
| 1082 | 0 0 0 nodecolor |
| 1083 | newpath 862 136 moveto |
| 1084 | 862 240 lineto |
| 1085 | 918 240 lineto |
| 1086 | 918 136 lineto |
| 1087 | closepath stroke |
| 1088 | 0 0 0 nodecolor |
| 1089 | 14 /Times-Roman set_font |
| 1090 | 874.5 223.4 moveto 31 (CCG) alignedtext |
| 1091 | 1 setlinewidth |
| 1092 | filled |
| 1093 | 0 0 0 nodecolor |
| 1094 | newpath 862 214 moveto |
| 1095 | 918 214 lineto |
| 1096 | stroke |
| 1097 | 0 0 0 nodecolor |
| 1098 | 14 /Times-Roman set_font |
| 1099 | 871.5 197.4 moveto 37 (5':[1]) alignedtext |
| 1100 | 1 setlinewidth |
| 1101 | filled |
| 1102 | 0 0 0 nodecolor |
| 1103 | newpath 862 188 moveto |
| 1104 | 918 188 lineto |
| 1105 | stroke |
| 1106 | 0 0 0 nodecolor |
| 1107 | 14 /Times-Roman set_font |
| 1108 | 870 171.4 moveto 40 (~5':[]) alignedtext |
| 1109 | 1 setlinewidth |
| 1110 | filled |
| 1111 | 0 0 0 nodecolor |
| 1112 | newpath 862 162 moveto |
| 1113 | 918 162 lineto |
| 1114 | stroke |
| 1115 | 0 0 0 nodecolor |
| 1116 | 14 /Times-Roman set_font |
| 1117 | 878.5 145.4 moveto 23 (2.0) alignedtext |
| 1118 | grestore |
| 1119 | % CGC->CCG |
| 1120 | gsave |
| 1121 | 1 setlinewidth |
| 1122 | 0 1 1 edgecolor |
| 1123 | newpath 778.33 188 moveto |
| 1124 | 799.39 188 828.37 188 851.53 188 curveto |
| 1125 | stroke |
| 1126 | 0 1 1 edgecolor |
| 1127 | newpath 851.71 191.5 moveto |
| 1128 | 861.71 188 lineto |
| 1129 | 851.71 184.5 lineto |
| 1130 | closepath fill |
| 1131 | 1 setlinewidth |
| 1132 | solid |
| 1133 | 0 1 1 edgecolor |
| 1134 | newpath 851.71 191.5 moveto |
| 1135 | 861.71 188 lineto |
| 1136 | 851.71 184.5 lineto |
| 1137 | closepath stroke |
| 1138 | 0 0 0 edgecolor |
| 1139 | 14 /Times-Roman set_font |
| 1140 | 796 193.4 moveto 48 (RR: [1]) alignedtext |
| 1141 | grestore |
| 1142 | % CTC->TCA |
| 1143 | gsave |
| 1144 | 1 setlinewidth |
| 1145 | 0 0 0 edgecolor |
| 1146 | newpath 433.74 44.09 moveto |
| 1147 | 410.94 39.32 378.7 36.33 354 49 curveto |
| 1148 | 350.23 50.93 346.7 53.33 343.41 56.06 curveto |
| 1149 | stroke |
| 1150 | 0 0 0 edgecolor |
| 1151 | newpath 341 53.52 moveto |
| 1152 | 336.16 62.94 lineto |
| 1153 | 345.82 58.6 lineto |
| 1154 | closepath fill |
| 1155 | 1 setlinewidth |
| 1156 | solid |
| 1157 | 0 0 0 edgecolor |
| 1158 | newpath 341 53.52 moveto |
| 1159 | 336.16 62.94 lineto |
| 1160 | 345.82 58.6 lineto |
| 1161 | closepath stroke |
| 1162 | 0 0 0 edgecolor |
| 1163 | 14 /Times-Roman set_font |
| 1164 | 356 54.4 moveto 58 (FF: [1,2]) alignedtext |
| 1165 | grestore |
| 1166 | % AGA |
| 1167 | gsave |
| 1168 | 0 0 0.75294 nodecolor |
| 1169 | newpath 572.5 10 moveto |
| 1170 | 572.5 114 lineto |
| 1171 | 637.5 114 lineto |
| 1172 | 637.5 10 lineto |
| 1173 | closepath fill |
| 1174 | 1 setlinewidth |
| 1175 | filled |
| 1176 | 0 0 0 nodecolor |
| 1177 | newpath 572.5 10 moveto |
| 1178 | 572.5 114 lineto |
| 1179 | 637.5 114 lineto |
| 1180 | 637.5 10 lineto |
| 1181 | closepath stroke |
| 1182 | 0 0 0 nodecolor |
| 1183 | 14 /Times-Roman set_font |
| 1184 | 589.5 97.4 moveto 31 (AGA) alignedtext |
| 1185 | 1 setlinewidth |
| 1186 | filled |
| 1187 | 0 0 0 nodecolor |
| 1188 | newpath 572.5 88 moveto |
| 1189 | 637.5 88 lineto |
| 1190 | stroke |
| 1191 | 0 0 0 nodecolor |
| 1192 | 14 /Times-Roman set_font |
| 1193 | 591 71.4 moveto 28 (5':[]) alignedtext |
| 1194 | 1 setlinewidth |
| 1195 | filled |
| 1196 | 0 0 0 nodecolor |
| 1197 | newpath 572.5 62 moveto |
| 1198 | 637.5 62 lineto |
| 1199 | stroke |
| 1200 | 0 0 0 nodecolor |
| 1201 | 14 /Times-Roman set_font |
| 1202 | 580.5 45.4 moveto 49 (~5':[2]) alignedtext |
| 1203 | 1 setlinewidth |
| 1204 | filled |
| 1205 | 0 0 0 nodecolor |
| 1206 | newpath 572.5 36 moveto |
| 1207 | 637.5 36 lineto |
| 1208 | stroke |
| 1209 | 0 0 0 nodecolor |
| 1210 | 14 /Times-Roman set_font |
| 1211 | 593.5 19.4 moveto 23 (1.0) alignedtext |
| 1212 | grestore |
| 1213 | % CTC->AGA |
| 1214 | gsave |
| 1215 | 1 setlinewidth |
| 1216 | 0.33333 1 1 edgecolor |
| 1217 | newpath 490.17 65.65 moveto |
| 1218 | 495.94 67.87 502.07 69.82 508 71 curveto |
| 1219 | 525.58 74.49 545.24 73.55 562.23 71.24 curveto |
| 1220 | stroke |
| 1221 | 0.33333 1 1 edgecolor |
| 1222 | newpath 563.08 74.65 moveto |
| 1223 | 572.43 69.66 lineto |
| 1224 | 562.01 67.73 lineto |
| 1225 | closepath fill |
| 1226 | 1 setlinewidth |
| 1227 | solid |
| 1228 | 0.33333 1 1 edgecolor |
| 1229 | newpath 563.08 74.65 moveto |
| 1230 | 572.43 69.66 lineto |
| 1231 | 562.01 67.73 lineto |
| 1232 | closepath stroke |
| 1233 | 0 0 0 edgecolor |
| 1234 | 14 /Times-Roman set_font |
| 1235 | 508 79.4 moveto 46 (RF: [2]) alignedtext |
| 1236 | grestore |
| 1237 | % AGA->CTC |
| 1238 | gsave |
| 1239 | 1 setlinewidth |
| 1240 | 0.33333 1 1 edgecolor |
| 1241 | newpath 572.46 55.44 moveto |
| 1242 | 566.35 54.44 560 53.56 554 53 curveto |
| 1243 | 536.52 51.37 517.09 50.96 500.6 51.02 curveto |
| 1244 | stroke |
| 1245 | 0.33333 1 1 edgecolor |
| 1246 | newpath 500.21 47.52 moveto |
| 1247 | 490.25 51.11 lineto |
| 1248 | 500.28 54.52 lineto |
| 1249 | closepath fill |
| 1250 | 1 setlinewidth |
| 1251 | solid |
| 1252 | 0.33333 1 1 edgecolor |
| 1253 | newpath 500.21 47.52 moveto |
| 1254 | 490.25 51.11 lineto |
| 1255 | 500.28 54.52 lineto |
| 1256 | closepath stroke |
| 1257 | 0 0 0 edgecolor |
| 1258 | 14 /Times-Roman set_font |
| 1259 | 508 58.4 moveto 46 (RF: [2]) alignedtext |
| 1260 | grestore |
| 1261 | % GGA |
| 1262 | gsave |
| 1263 | 1 setlinewidth |
| 1264 | 0 0 0 nodecolor |
| 1265 | newpath 1142 207 moveto |
| 1266 | 1142 311 lineto |
| 1267 | 1198 311 lineto |
| 1268 | 1198 207 lineto |
| 1269 | closepath stroke |
| 1270 | 0 0 0 nodecolor |
| 1271 | 14 /Times-Roman set_font |
| 1272 | 1153.5 294.4 moveto 33 (GGA) alignedtext |
| 1273 | 1 setlinewidth |
| 1274 | 0 0 0 nodecolor |
| 1275 | newpath 1142 285 moveto |
| 1276 | 1198 285 lineto |
| 1277 | stroke |
| 1278 | 0 0 0 nodecolor |
| 1279 | 14 /Times-Roman set_font |
| 1280 | 1156 268.4 moveto 28 (5':[]) alignedtext |
| 1281 | 1 setlinewidth |
| 1282 | 0 0 0 nodecolor |
| 1283 | newpath 1142 259 moveto |
| 1284 | 1198 259 lineto |
| 1285 | stroke |
| 1286 | 0 0 0 nodecolor |
| 1287 | 14 /Times-Roman set_font |
| 1288 | 1150 242.4 moveto 40 (~5':[]) alignedtext |
| 1289 | 1 setlinewidth |
| 1290 | 0 0 0 nodecolor |
| 1291 | newpath 1142 233 moveto |
| 1292 | 1198 233 lineto |
| 1293 | stroke |
| 1294 | 0 0 0 nodecolor |
| 1295 | 14 /Times-Roman set_font |
| 1296 | 1158.5 216.4 moveto 23 (1.0) alignedtext |
| 1297 | grestore |
| 1298 | % GAC |
| 1299 | gsave |
| 1300 | 1 setlinewidth |
| 1301 | 0 0 0 nodecolor |
| 1302 | newpath 1282 222 moveto |
| 1303 | 1282 326 lineto |
| 1304 | 1338 326 lineto |
| 1305 | 1338 222 lineto |
| 1306 | closepath stroke |
| 1307 | 0 0 0 nodecolor |
| 1308 | 14 /Times-Roman set_font |
| 1309 | 1294.5 309.4 moveto 31 (GAC) alignedtext |
| 1310 | 1 setlinewidth |
| 1311 | 0 0 0 nodecolor |
| 1312 | newpath 1282 300 moveto |
| 1313 | 1338 300 lineto |
| 1314 | stroke |
| 1315 | 0 0 0 nodecolor |
| 1316 | 14 /Times-Roman set_font |
| 1317 | 1296 283.4 moveto 28 (5':[]) alignedtext |
| 1318 | 1 setlinewidth |
| 1319 | 0 0 0 nodecolor |
| 1320 | newpath 1282 274 moveto |
| 1321 | 1338 274 lineto |
| 1322 | stroke |
| 1323 | 0 0 0 nodecolor |
| 1324 | 14 /Times-Roman set_font |
| 1325 | 1290 257.4 moveto 40 (~5':[]) alignedtext |
| 1326 | 1 setlinewidth |
| 1327 | 0 0 0 nodecolor |
| 1328 | newpath 1282 248 moveto |
| 1329 | 1338 248 lineto |
| 1330 | stroke |
| 1331 | 0 0 0 nodecolor |
| 1332 | 14 /Times-Roman set_font |
| 1333 | 1298.5 231.4 moveto 23 (1.0) alignedtext |
| 1334 | grestore |
| 1335 | % GGA->GAC |
| 1336 | gsave |
| 1337 | 1 setlinewidth |
| 1338 | 0 0 0 edgecolor |
| 1339 | newpath 1198.33 262.04 moveto |
| 1340 | 1219.39 264.29 1248.37 267.4 1271.53 269.88 curveto |
| 1341 | stroke |
| 1342 | 0 0 0 edgecolor |
| 1343 | newpath 1271.4 273.38 moveto |
| 1344 | 1281.71 270.97 lineto |
| 1345 | 1272.14 266.42 lineto |
| 1346 | closepath fill |
| 1347 | 1 setlinewidth |
| 1348 | solid |
| 1349 | 0 0 0 edgecolor |
| 1350 | newpath 1271.4 273.38 moveto |
| 1351 | 1281.71 270.97 lineto |
| 1352 | 1272.14 266.42 lineto |
| 1353 | closepath stroke |
| 1354 | 0 0 0 edgecolor |
| 1355 | 14 /Times-Roman set_font |
| 1356 | 1217.5 273.4 moveto 45 (FF: [3]) alignedtext |
| 1357 | grestore |
| 1358 | % CCC |
| 1359 | gsave |
| 1360 | 1 setlinewidth |
| 1361 | 0 0 0 nodecolor |
| 1362 | newpath 1002 197 moveto |
| 1363 | 1002 301 lineto |
| 1364 | 1058 301 lineto |
| 1365 | 1058 197 lineto |
| 1366 | closepath stroke |
| 1367 | 0 0 0 nodecolor |
| 1368 | 14 /Times-Roman set_font |
| 1369 | 1015 284.4 moveto 30 (CCC) alignedtext |
| 1370 | 1 setlinewidth |
| 1371 | 0 0 0 nodecolor |
| 1372 | newpath 1002 275 moveto |
| 1373 | 1058 275 lineto |
| 1374 | stroke |
| 1375 | 0 0 0 nodecolor |
| 1376 | 14 /Times-Roman set_font |
| 1377 | 1016 258.4 moveto 28 (5':[]) alignedtext |
| 1378 | 1 setlinewidth |
| 1379 | 0 0 0 nodecolor |
| 1380 | newpath 1002 249 moveto |
| 1381 | 1058 249 lineto |
| 1382 | stroke |
| 1383 | 0 0 0 nodecolor |
| 1384 | 14 /Times-Roman set_font |
| 1385 | 1010 232.4 moveto 40 (~5':[]) alignedtext |
| 1386 | 1 setlinewidth |
| 1387 | 0 0 0 nodecolor |
| 1388 | newpath 1002 223 moveto |
| 1389 | 1058 223 lineto |
| 1390 | stroke |
| 1391 | 0 0 0 nodecolor |
| 1392 | 14 /Times-Roman set_font |
| 1393 | 1018.5 206.4 moveto 23 (1.0) alignedtext |
| 1394 | grestore |
| 1395 | % GGA->CCC |
| 1396 | gsave |
| 1397 | 1 setlinewidth |
| 1398 | 0.33333 1 1 edgecolor |
| 1399 | newpath 1141.99 237.93 moveto |
| 1400 | 1136.3 234.66 1130.17 231.78 1124 230 curveto |
| 1401 | 1103.5 224.08 1096.93 225.85 1076 230 curveto |
| 1402 | 1073.31 230.53 1070.58 231.23 1067.87 232.03 curveto |
| 1403 | stroke |
| 1404 | 0.33333 1 1 edgecolor |
| 1405 | newpath 1066.5 228.8 moveto |
| 1406 | 1058.17 235.35 lineto |
| 1407 | 1068.76 235.42 lineto |
| 1408 | closepath fill |
| 1409 | 1 setlinewidth |
| 1410 | solid |
| 1411 | 0.33333 1 1 edgecolor |
| 1412 | newpath 1066.5 228.8 moveto |
| 1413 | 1058.17 235.35 lineto |
| 1414 | 1068.76 235.42 lineto |
| 1415 | closepath stroke |
| 1416 | 0 0 0 edgecolor |
| 1417 | 14 /Times-Roman set_font |
| 1418 | 1077 235.4 moveto 46 (RF: [3]) alignedtext |
| 1419 | grestore |
| 1420 | % GAC->GGA |
| 1421 | gsave |
| 1422 | 1 setlinewidth |
| 1423 | 0 1 1 edgecolor |
| 1424 | newpath 1281.97 250.62 moveto |
| 1425 | 1276.33 247.07 1270.22 243.95 1264 242 curveto |
| 1426 | 1246.01 236.36 1225.46 239.08 1208.17 243.85 curveto |
| 1427 | stroke |
| 1428 | 0 1 1 edgecolor |
| 1429 | newpath 1206.94 240.56 moveto |
| 1430 | 1198.41 246.85 lineto |
| 1431 | 1209 247.26 lineto |
| 1432 | closepath fill |
| 1433 | 1 setlinewidth |
| 1434 | solid |
| 1435 | 0 1 1 edgecolor |
| 1436 | newpath 1206.94 240.56 moveto |
| 1437 | 1198.41 246.85 lineto |
| 1438 | 1209 247.26 lineto |
| 1439 | closepath stroke |
| 1440 | 0 0 0 edgecolor |
| 1441 | 14 /Times-Roman set_font |
| 1442 | 1216 247.4 moveto 48 (RR: [3]) alignedtext |
| 1443 | grestore |
| 1444 | % CCC->GGA |
| 1445 | gsave |
| 1446 | 1 setlinewidth |
| 1447 | 0.33333 1 1 edgecolor |
| 1448 | newpath 1058.33 251.02 moveto |
| 1449 | 1079.39 252.53 1108.37 254.6 1131.53 256.25 curveto |
| 1450 | stroke |
| 1451 | 0.33333 1 1 edgecolor |
| 1452 | newpath 1131.49 259.76 moveto |
| 1453 | 1141.71 256.98 lineto |
| 1454 | 1131.99 252.78 lineto |
| 1455 | closepath fill |
| 1456 | 1 setlinewidth |
| 1457 | solid |
| 1458 | 0.33333 1 1 edgecolor |
| 1459 | newpath 1131.49 259.76 moveto |
| 1460 | 1141.71 256.98 lineto |
| 1461 | 1131.99 252.78 lineto |
| 1462 | closepath stroke |
| 1463 | 0 0 0 edgecolor |
| 1464 | 14 /Times-Roman set_font |
| 1465 | 1077 260.4 moveto 46 (RF: [3]) alignedtext |
| 1466 | grestore |
| 1467 | % CCC->CCG |
| 1468 | gsave |
| 1469 | 1 setlinewidth |
| 1470 | 0 0 0 edgecolor |
| 1471 | newpath 1001.79 221.58 moveto |
| 1472 | 996.22 217.21 990.17 213.11 984 210 curveto |
| 1473 | 966.73 201.3 945.94 195.98 928.3 192.75 curveto |
| 1474 | stroke |
| 1475 | 0 0 0 edgecolor |
| 1476 | newpath 928.78 189.28 moveto |
| 1477 | 918.34 191.08 lineto |
| 1478 | 927.62 196.18 lineto |
| 1479 | closepath fill |
| 1480 | 1 setlinewidth |
| 1481 | solid |
| 1482 | 0 0 0 edgecolor |
| 1483 | newpath 928.78 189.28 moveto |
| 1484 | 918.34 191.08 lineto |
| 1485 | 927.62 196.18 lineto |
| 1486 | closepath stroke |
| 1487 | 0 0 0 edgecolor |
| 1488 | 14 /Times-Roman set_font |
| 1489 | 937.5 215.4 moveto 45 (FF: [3]) alignedtext |
| 1490 | grestore |
| 1491 | % ACG->AAC |
| 1492 | gsave |
| 1493 | 1 setlinewidth |
| 1494 | 0 1 1 edgecolor |
| 1495 | newpath 1058.17 140.65 moveto |
| 1496 | 1063.94 142.87 1070.07 144.82 1076 146 curveto |
| 1497 | 1094.11 149.59 1114.48 148.28 1131.61 145.69 curveto |
| 1498 | stroke |
| 1499 | 0 1 1 edgecolor |
| 1500 | newpath 1132.55 149.08 moveto |
| 1501 | 1141.82 143.94 lineto |
| 1502 | 1131.37 142.18 lineto |
| 1503 | closepath fill |
| 1504 | 1 setlinewidth |
| 1505 | solid |
| 1506 | 0 1 1 edgecolor |
| 1507 | newpath 1132.55 149.08 moveto |
| 1508 | 1141.82 143.94 lineto |
| 1509 | 1131.37 142.18 lineto |
| 1510 | closepath stroke |
| 1511 | 0 0 0 edgecolor |
| 1512 | 14 /Times-Roman set_font |
| 1513 | 1076 154.4 moveto 48 (RR: [3]) alignedtext |
| 1514 | grestore |
| 1515 | % ACG->CCG |
| 1516 | gsave |
| 1517 | 1 setlinewidth |
| 1518 | 0.66667 1 1 edgecolor |
| 1519 | newpath 1001.76 121.08 moveto |
| 1520 | 982.26 118.43 956.29 117.85 936 128 curveto |
| 1521 | 932.34 129.83 928.89 132.1 925.65 134.69 curveto |
| 1522 | stroke |
| 1523 | 0.66667 1 1 edgecolor |
| 1524 | newpath 923.05 132.33 moveto |
| 1525 | 918.04 141.66 lineto |
| 1526 | 927.78 137.49 lineto |
| 1527 | closepath fill |
| 1528 | 1 setlinewidth |
| 1529 | solid |
| 1530 | 0.66667 1 1 edgecolor |
| 1531 | newpath 923.05 132.33 moveto |
| 1532 | 918.04 141.66 lineto |
| 1533 | 927.78 137.49 lineto |
| 1534 | closepath stroke |
| 1535 | 0 0 0 edgecolor |
| 1536 | 14 /Times-Roman set_font |
| 1537 | 937 133.4 moveto 46 (FR: [3]) alignedtext |
| 1538 | grestore |
| 1539 | % CCG->CGC |
| 1540 | gsave |
| 1541 | 1 setlinewidth |
| 1542 | 0 0 0 edgecolor |
| 1543 | newpath 861.51 171.99 moveto |
| 1544 | 855.87 169.51 849.87 167.33 844 166 curveto |
| 1545 | 823.2 161.28 816.8 161.28 796 166 curveto |
| 1546 | 793.34 166.6 790.65 167.38 787.99 168.28 curveto |
| 1547 | stroke |
| 1548 | 0 0 0 edgecolor |
| 1549 | newpath 786.53 165.09 moveto |
| 1550 | 778.49 171.99 lineto |
| 1551 | 789.08 171.61 lineto |
| 1552 | closepath fill |
| 1553 | 1 setlinewidth |
| 1554 | solid |
| 1555 | 0 0 0 edgecolor |
| 1556 | newpath 786.53 165.09 moveto |
| 1557 | 778.49 171.99 lineto |
| 1558 | 789.08 171.61 lineto |
| 1559 | closepath stroke |
| 1560 | 0 0 0 edgecolor |
| 1561 | 14 /Times-Roman set_font |
| 1562 | 797.5 171.4 moveto 45 (FF: [1]) alignedtext |
| 1563 | grestore |
| 1564 | % CCG->CCC |
| 1565 | gsave |
| 1566 | 1 setlinewidth |
| 1567 | 0 1 1 edgecolor |
| 1568 | newpath 918.1 216.19 moveto |
| 1569 | 923.69 220.67 929.77 224.85 936 228 curveto |
| 1570 | 953.22 236.7 974.01 241.82 991.65 244.83 curveto |
| 1571 | stroke |
| 1572 | 0 1 1 edgecolor |
| 1573 | newpath 991.21 248.3 moveto |
| 1574 | 1001.62 246.36 lineto |
| 1575 | 992.27 241.38 lineto |
| 1576 | closepath fill |
| 1577 | 1 setlinewidth |
| 1578 | solid |
| 1579 | 0 1 1 edgecolor |
| 1580 | newpath 991.21 248.3 moveto |
| 1581 | 1001.62 246.36 lineto |
| 1582 | 992.27 241.38 lineto |
| 1583 | closepath stroke |
| 1584 | 0 0 0 edgecolor |
| 1585 | 14 /Times-Roman set_font |
| 1586 | 936 248.4 moveto 48 (RR: [3]) alignedtext |
| 1587 | grestore |
| 1588 | % CCG->ACG |
| 1589 | gsave |
| 1590 | 1 setlinewidth |
| 1591 | 0.66667 1 1 edgecolor |
| 1592 | newpath 918.33 175.66 moveto |
| 1593 | 939.68 166.35 969.16 153.51 992.47 143.35 curveto |
| 1594 | stroke |
| 1595 | 0.66667 1 1 edgecolor |
| 1596 | newpath 993.94 146.53 moveto |
| 1597 | 1001.71 139.33 lineto |
| 1598 | 991.15 140.11 lineto |
| 1599 | closepath fill |
| 1600 | 1 setlinewidth |
| 1601 | solid |
| 1602 | 0.66667 1 1 edgecolor |
| 1603 | newpath 993.94 146.53 moveto |
| 1604 | 1001.71 139.33 lineto |
| 1605 | 991.15 140.11 lineto |
| 1606 | closepath stroke |
| 1607 | 0 0 0 edgecolor |
| 1608 | 14 /Times-Roman set_font |
| 1609 | 937 172.4 moveto 46 (FR: [3]) alignedtext |
| 1610 | grestore |
| 1611 | % ATC->AAT |
| 1612 | gsave |
| 1613 | 1 setlinewidth |
| 1614 | 0 1 1 edgecolor |
| 1615 | newpath 279.88 215 moveto |
| 1616 | 274.3 211.3 268.23 208.05 262 206 curveto |
| 1617 | 241.74 199.32 234.93 201.85 214 206 curveto |
| 1618 | 211.31 206.53 208.58 207.23 205.87 208.03 curveto |
| 1619 | stroke |
| 1620 | 0 1 1 edgecolor |
| 1621 | newpath 204.5 204.8 moveto |
| 1622 | 196.17 211.35 lineto |
| 1623 | 206.76 211.42 lineto |
| 1624 | closepath fill |
| 1625 | 1 setlinewidth |
| 1626 | solid |
| 1627 | 0 1 1 edgecolor |
| 1628 | newpath 204.5 204.8 moveto |
| 1629 | 196.17 211.35 lineto |
| 1630 | 206.76 211.42 lineto |
| 1631 | closepath stroke |
| 1632 | 0 0 0 edgecolor |
| 1633 | 14 /Times-Roman set_font |
| 1634 | 214 211.4 moveto 48 (RR: [2]) alignedtext |
| 1635 | grestore |
| 1636 | endpage |
| 1637 | showpage |
| 1638 | grestore |
| 1639 | %%PageTrailer |
| 1640 | %%EndPage: 1 |
| 1641 | %%Trailer |
| 1642 | %%Pages: 1 |
| 1643 | %%BoundingBox: 36 36 1382 370 |
| 1644 | end |
| 1645 | restore |
| 1646 | %%EOF |