Anbang Xu | d688b5a | 2013-08-18 17:42:36 -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 1018 406 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 982 370 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 136 moveto |
| 192 | 0 240 lineto |
| 193 | 56 240 lineto |
| 194 | 56 136 lineto |
| 195 | closepath stroke |
| 196 | 0 0 0 nodecolor |
| 197 | 14 /Times-Roman set_font |
| 198 | 12.5 223.4 moveto 31 (AAA) alignedtext |
| 199 | 1 setlinewidth |
| 200 | 0 0 0 nodecolor |
| 201 | newpath 0 214 moveto |
| 202 | 56 214 lineto |
| 203 | stroke |
| 204 | 0 0 0 nodecolor |
| 205 | 14 /Times-Roman set_font |
| 206 | 14 197.4 moveto 28 (5':[]) alignedtext |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 nodecolor |
| 209 | newpath 0 188 moveto |
| 210 | 56 188 lineto |
| 211 | stroke |
| 212 | 0 0 0 nodecolor |
| 213 | 14 /Times-Roman set_font |
| 214 | 8 171.4 moveto 40 (~5':[]) alignedtext |
| 215 | 1 setlinewidth |
| 216 | 0 0 0 nodecolor |
| 217 | newpath 0 162 moveto |
| 218 | 56 162 lineto |
| 219 | stroke |
| 220 | 0 0 0 nodecolor |
| 221 | 14 /Times-Roman set_font |
| 222 | 16.5 145.4 moveto 23 (3.0) alignedtext |
| 223 | grestore |
| 224 | % AAT |
| 225 | gsave |
| 226 | 1 setlinewidth |
| 227 | 0 0 0 nodecolor |
| 228 | newpath 180 244 moveto |
| 229 | 180 348 lineto |
| 230 | 236 348 lineto |
| 231 | 236 244 lineto |
| 232 | closepath stroke |
| 233 | 0 0 0 nodecolor |
| 234 | 14 /Times-Roman set_font |
| 235 | 193.5 331.4 moveto 29 (AAT) alignedtext |
| 236 | 1 setlinewidth |
| 237 | 0 0 0 nodecolor |
| 238 | newpath 180 322 moveto |
| 239 | 236 322 lineto |
| 240 | stroke |
| 241 | 0 0 0 nodecolor |
| 242 | 14 /Times-Roman set_font |
| 243 | 194 305.4 moveto 28 (5':[]) alignedtext |
| 244 | 1 setlinewidth |
| 245 | 0 0 0 nodecolor |
| 246 | newpath 180 296 moveto |
| 247 | 236 296 lineto |
| 248 | stroke |
| 249 | 0 0 0 nodecolor |
| 250 | 14 /Times-Roman set_font |
| 251 | 188 279.4 moveto 40 (~5':[]) alignedtext |
| 252 | 1 setlinewidth |
| 253 | 0 0 0 nodecolor |
| 254 | newpath 180 270 moveto |
| 255 | 236 270 lineto |
| 256 | stroke |
| 257 | 0 0 0 nodecolor |
| 258 | 14 /Times-Roman set_font |
| 259 | 196.5 253.4 moveto 23 (1.0) alignedtext |
| 260 | grestore |
| 261 | % AAA->AAT |
| 262 | gsave |
| 263 | 1 setlinewidth |
| 264 | 0 0 0 edgecolor |
| 265 | newpath 47.28 240.2 moveto |
| 266 | 54.02 252.28 62.8 263.94 74 272 curveto |
| 267 | 101.77 291.97 140.97 297.03 169.8 297.66 curveto |
| 268 | stroke |
| 269 | 0 0 0 edgecolor |
| 270 | newpath 169.89 301.16 moveto |
| 271 | 179.91 297.71 lineto |
| 272 | 169.93 294.16 lineto |
| 273 | closepath fill |
| 274 | 1 setlinewidth |
| 275 | solid |
| 276 | 0 0 0 edgecolor |
| 277 | newpath 169.89 301.16 moveto |
| 278 | 179.91 297.71 lineto |
| 279 | 169.93 294.16 lineto |
| 280 | closepath stroke |
| 281 | 0 0 0 edgecolor |
| 282 | 14 /Times-Roman set_font |
| 283 | 89.5 301.4 moveto 45 (FF: [3]) alignedtext |
| 284 | grestore |
| 285 | % AAC |
| 286 | gsave |
| 287 | 1 setlinewidth |
| 288 | 0 0 0 nodecolor |
| 289 | newpath 180 122 moveto |
| 290 | 180 226 lineto |
| 291 | 236 226 lineto |
| 292 | 236 122 lineto |
| 293 | closepath stroke |
| 294 | 0 0 0 nodecolor |
| 295 | 14 /Times-Roman set_font |
| 296 | 192.5 209.4 moveto 31 (AAC) alignedtext |
| 297 | 1 setlinewidth |
| 298 | 0 0 0 nodecolor |
| 299 | newpath 180 200 moveto |
| 300 | 236 200 lineto |
| 301 | stroke |
| 302 | 0 0 0 nodecolor |
| 303 | 14 /Times-Roman set_font |
| 304 | 194 183.4 moveto 28 (5':[]) alignedtext |
| 305 | 1 setlinewidth |
| 306 | 0 0 0 nodecolor |
| 307 | newpath 180 174 moveto |
| 308 | 236 174 lineto |
| 309 | stroke |
| 310 | 0 0 0 nodecolor |
| 311 | 14 /Times-Roman set_font |
| 312 | 188 157.4 moveto 40 (~5':[]) alignedtext |
| 313 | 1 setlinewidth |
| 314 | 0 0 0 nodecolor |
| 315 | newpath 180 148 moveto |
| 316 | 236 148 lineto |
| 317 | stroke |
| 318 | 0 0 0 nodecolor |
| 319 | 14 /Times-Roman set_font |
| 320 | 196.5 131.4 moveto 23 (2.0) alignedtext |
| 321 | grestore |
| 322 | % AAA->AAC |
| 323 | gsave |
| 324 | 1 setlinewidth |
| 325 | 0 0 0 edgecolor |
| 326 | newpath 56.21 189.46 moveto |
| 327 | 81 190.34 118.01 190.67 150 187 curveto |
| 328 | 156.46 186.26 163.25 185.09 169.82 183.76 curveto |
| 329 | stroke |
| 330 | 0 0 0 edgecolor |
| 331 | newpath 170.86 187.12 moveto |
| 332 | 179.88 181.56 lineto |
| 333 | 169.37 180.28 lineto |
| 334 | closepath fill |
| 335 | 1 setlinewidth |
| 336 | solid |
| 337 | 0 0 0 edgecolor |
| 338 | newpath 170.86 187.12 moveto |
| 339 | 179.88 181.56 lineto |
| 340 | 169.37 180.28 lineto |
| 341 | closepath stroke |
| 342 | 0 0 0 edgecolor |
| 343 | 14 /Times-Roman set_font |
| 344 | 83 195.4 moveto 58 (FF: [1,2]) alignedtext |
| 345 | grestore |
| 346 | % GAA |
| 347 | gsave |
| 348 | 0 0 0.75294 nodecolor |
| 349 | newpath 168 0 moveto |
| 350 | 168 104 lineto |
| 351 | 248 104 lineto |
| 352 | 248 0 lineto |
| 353 | closepath fill |
| 354 | 1 setlinewidth |
| 355 | filled |
| 356 | 0 0 0 nodecolor |
| 357 | newpath 168 0 moveto |
| 358 | 168 104 lineto |
| 359 | 248 104 lineto |
| 360 | 248 0 lineto |
| 361 | closepath stroke |
| 362 | 0 0 0 nodecolor |
| 363 | 14 /Times-Roman set_font |
| 364 | 192 87.4 moveto 32 (GAA) alignedtext |
| 365 | 1 setlinewidth |
| 366 | filled |
| 367 | 0 0 0 nodecolor |
| 368 | newpath 168 78 moveto |
| 369 | 248 78 lineto |
| 370 | stroke |
| 371 | 0 0 0 nodecolor |
| 372 | 14 /Times-Roman set_font |
| 373 | 176 61.4 moveto 64 (5':[2,3,1]) alignedtext |
| 374 | 1 setlinewidth |
| 375 | filled |
| 376 | 0 0 0 nodecolor |
| 377 | newpath 168 52 moveto |
| 378 | 248 52 lineto |
| 379 | stroke |
| 380 | 0 0 0 nodecolor |
| 381 | 14 /Times-Roman set_font |
| 382 | 188 35.4 moveto 40 (~5':[]) alignedtext |
| 383 | 1 setlinewidth |
| 384 | filled |
| 385 | 0 0 0 nodecolor |
| 386 | newpath 168 26 moveto |
| 387 | 248 26 lineto |
| 388 | stroke |
| 389 | 0 0 0 nodecolor |
| 390 | 14 /Times-Roman set_font |
| 391 | 196.5 9.4 moveto 23 (3.0) alignedtext |
| 392 | grestore |
| 393 | % AAA->GAA |
| 394 | gsave |
| 395 | 1 setlinewidth |
| 396 | 0 1 1 edgecolor |
| 397 | newpath 56.16 154.62 moveto |
| 398 | 61.78 148.77 67.86 142.97 74 138 curveto |
| 399 | 104.5 113.29 117.06 114.35 150 93 curveto |
| 400 | 153.08 91.01 156.23 88.92 159.38 86.79 curveto |
| 401 | stroke |
| 402 | 0 1 1 edgecolor |
| 403 | newpath 161.44 89.63 moveto |
| 404 | 167.72 81.1 lineto |
| 405 | 157.49 83.85 lineto |
| 406 | closepath fill |
| 407 | 1 setlinewidth |
| 408 | solid |
| 409 | 0 1 1 edgecolor |
| 410 | newpath 161.44 89.63 moveto |
| 411 | 167.72 81.1 lineto |
| 412 | 157.49 83.85 lineto |
| 413 | closepath stroke |
| 414 | 0 0 0 edgecolor |
| 415 | 14 /Times-Roman set_font |
| 416 | 74.5 143.4 moveto 75 (RR: [1,2,3]) alignedtext |
| 417 | grestore |
| 418 | % AAT->AAA |
| 419 | gsave |
| 420 | 1 setlinewidth |
| 421 | 0 1 1 edgecolor |
| 422 | newpath 179.96 271.85 moveto |
| 423 | 170.72 264.42 160.19 256.49 150 250 curveto |
| 424 | 118.15 229.71 107.63 229.18 74 212 curveto |
| 425 | 71.11 210.52 68.13 208.99 65.13 207.44 curveto |
| 426 | stroke |
| 427 | 0 1 1 edgecolor |
| 428 | newpath 66.67 204.3 moveto |
| 429 | 56.18 202.8 lineto |
| 430 | 63.45 210.51 lineto |
| 431 | closepath fill |
| 432 | 1 setlinewidth |
| 433 | solid |
| 434 | 0 1 1 edgecolor |
| 435 | newpath 66.67 204.3 moveto |
| 436 | 56.18 202.8 lineto |
| 437 | 63.45 210.51 lineto |
| 438 | closepath stroke |
| 439 | 0 0 0 edgecolor |
| 440 | 14 /Times-Roman set_font |
| 441 | 88 255.4 moveto 48 (RR: [3]) alignedtext |
| 442 | grestore |
| 443 | % ATC |
| 444 | gsave |
| 445 | 1 setlinewidth |
| 446 | 0 0 0 nodecolor |
| 447 | newpath 346 243 moveto |
| 448 | 346 347 lineto |
| 449 | 402 347 lineto |
| 450 | 402 243 lineto |
| 451 | closepath stroke |
| 452 | 0 0 0 nodecolor |
| 453 | 14 /Times-Roman set_font |
| 454 | 360 330.4 moveto 28 (ATC) alignedtext |
| 455 | 1 setlinewidth |
| 456 | 0 0 0 nodecolor |
| 457 | newpath 346 321 moveto |
| 458 | 402 321 lineto |
| 459 | stroke |
| 460 | 0 0 0 nodecolor |
| 461 | 14 /Times-Roman set_font |
| 462 | 360 304.4 moveto 28 (5':[]) alignedtext |
| 463 | 1 setlinewidth |
| 464 | 0 0 0 nodecolor |
| 465 | newpath 346 295 moveto |
| 466 | 402 295 lineto |
| 467 | stroke |
| 468 | 0 0 0 nodecolor |
| 469 | 14 /Times-Roman set_font |
| 470 | 354 278.4 moveto 40 (~5':[]) alignedtext |
| 471 | 1 setlinewidth |
| 472 | 0 0 0 nodecolor |
| 473 | newpath 346 269 moveto |
| 474 | 402 269 lineto |
| 475 | stroke |
| 476 | 0 0 0 nodecolor |
| 477 | 14 /Times-Roman set_font |
| 478 | 362.5 252.4 moveto 23 (1.0) alignedtext |
| 479 | grestore |
| 480 | % AAT->ATC |
| 481 | gsave |
| 482 | 1 setlinewidth |
| 483 | 0 0 0 edgecolor |
| 484 | newpath 236.16 295.83 moveto |
| 485 | 263.55 295.67 305.36 295.41 335.75 295.23 curveto |
| 486 | stroke |
| 487 | 0 0 0 edgecolor |
| 488 | newpath 336 298.73 moveto |
| 489 | 345.98 295.17 lineto |
| 490 | 335.96 291.73 lineto |
| 491 | closepath fill |
| 492 | 1 setlinewidth |
| 493 | solid |
| 494 | 0 0 0 edgecolor |
| 495 | newpath 336 298.73 moveto |
| 496 | 345.98 295.17 lineto |
| 497 | 335.96 291.73 lineto |
| 498 | closepath stroke |
| 499 | 0 0 0 edgecolor |
| 500 | 14 /Times-Roman set_font |
| 501 | 274.5 300.4 moveto 45 (FF: [3]) alignedtext |
| 502 | grestore |
| 503 | % AAC->AAA |
| 504 | gsave |
| 505 | 1 setlinewidth |
| 506 | 0 1 1 edgecolor |
| 507 | newpath 179.89 167.33 moveto |
| 508 | 152.49 161.95 109.85 156.54 74 165 curveto |
| 509 | 71.32 165.63 68.62 166.45 65.95 167.39 curveto |
| 510 | stroke |
| 511 | 0 1 1 edgecolor |
| 512 | newpath 64.37 164.25 moveto |
| 513 | 56.43 171.26 lineto |
| 514 | 67.01 170.73 lineto |
| 515 | closepath fill |
| 516 | 1 setlinewidth |
| 517 | solid |
| 518 | 0 1 1 edgecolor |
| 519 | newpath 64.37 164.25 moveto |
| 520 | 56.43 171.26 lineto |
| 521 | 67.01 170.73 lineto |
| 522 | closepath stroke |
| 523 | 0 0 0 edgecolor |
| 524 | 14 /Times-Roman set_font |
| 525 | 81.5 170.4 moveto 61 (RR: [1,2]) alignedtext |
| 526 | grestore |
| 527 | % ACC |
| 528 | gsave |
| 529 | 1 setlinewidth |
| 530 | 0 0 0 nodecolor |
| 531 | newpath 346 121 moveto |
| 532 | 346 225 lineto |
| 533 | 402 225 lineto |
| 534 | 402 121 lineto |
| 535 | closepath stroke |
| 536 | 0 0 0 nodecolor |
| 537 | 14 /Times-Roman set_font |
| 538 | 359 208.4 moveto 30 (ACC) alignedtext |
| 539 | 1 setlinewidth |
| 540 | 0 0 0 nodecolor |
| 541 | newpath 346 199 moveto |
| 542 | 402 199 lineto |
| 543 | stroke |
| 544 | 0 0 0 nodecolor |
| 545 | 14 /Times-Roman set_font |
| 546 | 360 182.4 moveto 28 (5':[]) alignedtext |
| 547 | 1 setlinewidth |
| 548 | 0 0 0 nodecolor |
| 549 | newpath 346 173 moveto |
| 550 | 402 173 lineto |
| 551 | stroke |
| 552 | 0 0 0 nodecolor |
| 553 | 14 /Times-Roman set_font |
| 554 | 354 156.4 moveto 40 (~5':[]) alignedtext |
| 555 | 1 setlinewidth |
| 556 | 0 0 0 nodecolor |
| 557 | newpath 346 147 moveto |
| 558 | 402 147 lineto |
| 559 | stroke |
| 560 | 0 0 0 nodecolor |
| 561 | 14 /Times-Roman set_font |
| 562 | 362.5 130.4 moveto 23 (2.0) alignedtext |
| 563 | grestore |
| 564 | % AAC->ACC |
| 565 | gsave |
| 566 | 1 setlinewidth |
| 567 | 0 0 0 edgecolor |
| 568 | newpath 236.24 178.69 moveto |
| 569 | 245.67 180.04 256.26 181.33 266 182 curveto |
| 570 | 293.49 183.89 300.57 184.66 328 182 curveto |
| 571 | 330.55 181.75 333.17 181.43 335.8 181.05 curveto |
| 572 | stroke |
| 573 | 0 0 0 edgecolor |
| 574 | newpath 336.61 184.47 moveto |
| 575 | 345.91 179.39 lineto |
| 576 | 335.47 177.56 lineto |
| 577 | closepath fill |
| 578 | 1 setlinewidth |
| 579 | solid |
| 580 | 0 0 0 edgecolor |
| 581 | newpath 336.61 184.47 moveto |
| 582 | 345.91 179.39 lineto |
| 583 | 335.47 177.56 lineto |
| 584 | closepath stroke |
| 585 | 0 0 0 edgecolor |
| 586 | 14 /Times-Roman set_font |
| 587 | 268 188.4 moveto 58 (FF: [1,2]) alignedtext |
| 588 | grestore |
| 589 | % GAA->AAA |
| 590 | gsave |
| 591 | 1 setlinewidth |
| 592 | 0 0 0 edgecolor |
| 593 | newpath 167.83 47.65 moveto |
| 594 | 138.82 46.71 100.28 50.25 74 71 curveto |
| 595 | 56.7 84.66 45.89 105.76 39.14 126.29 curveto |
| 596 | stroke |
| 597 | 0 0 0 edgecolor |
| 598 | newpath 35.76 125.39 moveto |
| 599 | 36.23 135.98 lineto |
| 600 | 42.46 127.41 lineto |
| 601 | closepath fill |
| 602 | 1 setlinewidth |
| 603 | solid |
| 604 | 0 0 0 edgecolor |
| 605 | newpath 35.76 125.39 moveto |
| 606 | 36.23 135.98 lineto |
| 607 | 42.46 127.41 lineto |
| 608 | closepath stroke |
| 609 | 0 0 0 edgecolor |
| 610 | 14 /Times-Roman set_font |
| 611 | 76 76.4 moveto 72 (FF: [1,2,3]) alignedtext |
| 612 | grestore |
| 613 | % CAA |
| 614 | gsave |
| 615 | 1 setlinewidth |
| 616 | 0 0 0 nodecolor |
| 617 | newpath 778 202 moveto |
| 618 | 778 306 lineto |
| 619 | 834 306 lineto |
| 620 | 834 202 lineto |
| 621 | closepath stroke |
| 622 | 0 0 0 nodecolor |
| 623 | 14 /Times-Roman set_font |
| 624 | 790.5 289.4 moveto 31 (CAA) alignedtext |
| 625 | 1 setlinewidth |
| 626 | 0 0 0 nodecolor |
| 627 | newpath 778 280 moveto |
| 628 | 834 280 lineto |
| 629 | stroke |
| 630 | 0 0 0 nodecolor |
| 631 | 14 /Times-Roman set_font |
| 632 | 792 263.4 moveto 28 (5':[]) alignedtext |
| 633 | 1 setlinewidth |
| 634 | 0 0 0 nodecolor |
| 635 | newpath 778 254 moveto |
| 636 | 834 254 lineto |
| 637 | stroke |
| 638 | 0 0 0 nodecolor |
| 639 | 14 /Times-Roman set_font |
| 640 | 786 237.4 moveto 40 (~5':[]) alignedtext |
| 641 | 1 setlinewidth |
| 642 | 0 0 0 nodecolor |
| 643 | newpath 778 228 moveto |
| 644 | 834 228 lineto |
| 645 | stroke |
| 646 | 0 0 0 nodecolor |
| 647 | 14 /Times-Roman set_font |
| 648 | 794.5 211.4 moveto 23 (1.0) alignedtext |
| 649 | grestore |
| 650 | % AAG |
| 651 | gsave |
| 652 | 1 setlinewidth |
| 653 | 0 0 0 nodecolor |
| 654 | newpath 638 192 moveto |
| 655 | 638 296 lineto |
| 656 | 694 296 lineto |
| 657 | 694 192 lineto |
| 658 | closepath stroke |
| 659 | 0 0 0 nodecolor |
| 660 | 14 /Times-Roman set_font |
| 661 | 650 279.4 moveto 32 (AAG) alignedtext |
| 662 | 1 setlinewidth |
| 663 | 0 0 0 nodecolor |
| 664 | newpath 638 270 moveto |
| 665 | 694 270 lineto |
| 666 | stroke |
| 667 | 0 0 0 nodecolor |
| 668 | 14 /Times-Roman set_font |
| 669 | 652 253.4 moveto 28 (5':[]) alignedtext |
| 670 | 1 setlinewidth |
| 671 | 0 0 0 nodecolor |
| 672 | newpath 638 244 moveto |
| 673 | 694 244 lineto |
| 674 | stroke |
| 675 | 0 0 0 nodecolor |
| 676 | 14 /Times-Roman set_font |
| 677 | 646 227.4 moveto 40 (~5':[]) alignedtext |
| 678 | 1 setlinewidth |
| 679 | 0 0 0 nodecolor |
| 680 | newpath 638 218 moveto |
| 681 | 694 218 lineto |
| 682 | stroke |
| 683 | 0 0 0 nodecolor |
| 684 | 14 /Times-Roman set_font |
| 685 | 654.5 201.4 moveto 23 (1.0) alignedtext |
| 686 | grestore |
| 687 | % CAA->AAG |
| 688 | gsave |
| 689 | 1 setlinewidth |
| 690 | 0 0 0 edgecolor |
| 691 | newpath 777.99 232.93 moveto |
| 692 | 772.3 229.66 766.17 226.78 760 225 curveto |
| 693 | 739.5 219.08 732.93 220.85 712 225 curveto |
| 694 | 709.31 225.53 706.58 226.23 703.87 227.03 curveto |
| 695 | stroke |
| 696 | 0 0 0 edgecolor |
| 697 | newpath 702.5 223.8 moveto |
| 698 | 694.17 230.35 lineto |
| 699 | 704.76 230.42 lineto |
| 700 | closepath fill |
| 701 | 1 setlinewidth |
| 702 | solid |
| 703 | 0 0 0 edgecolor |
| 704 | newpath 702.5 223.8 moveto |
| 705 | 694.17 230.35 lineto |
| 706 | 704.76 230.42 lineto |
| 707 | closepath stroke |
| 708 | 0 0 0 edgecolor |
| 709 | 14 /Times-Roman set_font |
| 710 | 713.5 230.4 moveto 45 (FF: [1]) alignedtext |
| 711 | grestore |
| 712 | % TCA |
| 713 | gsave |
| 714 | 1 setlinewidth |
| 715 | 0 0 0 nodecolor |
| 716 | newpath 918 217 moveto |
| 717 | 918 321 lineto |
| 718 | 974 321 lineto |
| 719 | 974 217 lineto |
| 720 | closepath stroke |
| 721 | 0 0 0 nodecolor |
| 722 | 14 /Times-Roman set_font |
| 723 | 932 304.4 moveto 28 (TCA) alignedtext |
| 724 | 1 setlinewidth |
| 725 | 0 0 0 nodecolor |
| 726 | newpath 918 295 moveto |
| 727 | 974 295 lineto |
| 728 | stroke |
| 729 | 0 0 0 nodecolor |
| 730 | 14 /Times-Roman set_font |
| 731 | 932 278.4 moveto 28 (5':[]) alignedtext |
| 732 | 1 setlinewidth |
| 733 | 0 0 0 nodecolor |
| 734 | newpath 918 269 moveto |
| 735 | 974 269 lineto |
| 736 | stroke |
| 737 | 0 0 0 nodecolor |
| 738 | 14 /Times-Roman set_font |
| 739 | 926 252.4 moveto 40 (~5':[]) alignedtext |
| 740 | 1 setlinewidth |
| 741 | 0 0 0 nodecolor |
| 742 | newpath 918 243 moveto |
| 743 | 974 243 lineto |
| 744 | stroke |
| 745 | 0 0 0 nodecolor |
| 746 | 14 /Times-Roman set_font |
| 747 | 934.5 226.4 moveto 23 (1.0) alignedtext |
| 748 | grestore |
| 749 | % CAA->TCA |
| 750 | gsave |
| 751 | 1 setlinewidth |
| 752 | 0 1 1 edgecolor |
| 753 | newpath 834.33 257.04 moveto |
| 754 | 855.39 259.29 884.37 262.4 907.53 264.88 curveto |
| 755 | stroke |
| 756 | 0 1 1 edgecolor |
| 757 | newpath 907.4 268.38 moveto |
| 758 | 917.71 265.97 lineto |
| 759 | 908.14 261.42 lineto |
| 760 | closepath fill |
| 761 | 1 setlinewidth |
| 762 | solid |
| 763 | 0 1 1 edgecolor |
| 764 | newpath 907.4 268.38 moveto |
| 765 | 917.71 265.97 lineto |
| 766 | 908.14 261.42 lineto |
| 767 | closepath stroke |
| 768 | 0 0 0 edgecolor |
| 769 | 14 /Times-Roman set_font |
| 770 | 852 268.4 moveto 48 (RR: [1]) alignedtext |
| 771 | grestore |
| 772 | % AAG->CAA |
| 773 | gsave |
| 774 | 1 setlinewidth |
| 775 | 0 1 1 edgecolor |
| 776 | newpath 694.33 246.02 moveto |
| 777 | 715.39 247.53 744.37 249.6 767.53 251.25 curveto |
| 778 | stroke |
| 779 | 0 1 1 edgecolor |
| 780 | newpath 767.49 254.76 moveto |
| 781 | 777.71 251.98 lineto |
| 782 | 767.99 247.78 lineto |
| 783 | closepath fill |
| 784 | 1 setlinewidth |
| 785 | solid |
| 786 | 0 1 1 edgecolor |
| 787 | newpath 767.49 254.76 moveto |
| 788 | 777.71 251.98 lineto |
| 789 | 767.99 247.78 lineto |
| 790 | closepath stroke |
| 791 | 0 0 0 edgecolor |
| 792 | 14 /Times-Roman set_font |
| 793 | 712 255.4 moveto 48 (RR: [1]) alignedtext |
| 794 | grestore |
| 795 | % AGG |
| 796 | gsave |
| 797 | 1 setlinewidth |
| 798 | 0 0 0 nodecolor |
| 799 | newpath 498 131 moveto |
| 800 | 498 235 lineto |
| 801 | 554 235 lineto |
| 802 | 554 131 lineto |
| 803 | closepath stroke |
| 804 | 0 0 0 nodecolor |
| 805 | 14 /Times-Roman set_font |
| 806 | 509.5 218.4 moveto 33 (AGG) alignedtext |
| 807 | 1 setlinewidth |
| 808 | 0 0 0 nodecolor |
| 809 | newpath 498 209 moveto |
| 810 | 554 209 lineto |
| 811 | stroke |
| 812 | 0 0 0 nodecolor |
| 813 | 14 /Times-Roman set_font |
| 814 | 512 192.4 moveto 28 (5':[]) alignedtext |
| 815 | 1 setlinewidth |
| 816 | 0 0 0 nodecolor |
| 817 | newpath 498 183 moveto |
| 818 | 554 183 lineto |
| 819 | stroke |
| 820 | 0 0 0 nodecolor |
| 821 | 14 /Times-Roman set_font |
| 822 | 506 166.4 moveto 40 (~5':[]) alignedtext |
| 823 | 1 setlinewidth |
| 824 | 0 0 0 nodecolor |
| 825 | newpath 498 157 moveto |
| 826 | 554 157 lineto |
| 827 | stroke |
| 828 | 0 0 0 nodecolor |
| 829 | 14 /Times-Roman set_font |
| 830 | 514.5 140.4 moveto 23 (2.0) alignedtext |
| 831 | grestore |
| 832 | % AAG->AGG |
| 833 | gsave |
| 834 | 1 setlinewidth |
| 835 | 0 0 0 edgecolor |
| 836 | newpath 637.79 216.58 moveto |
| 837 | 632.22 212.21 626.17 208.11 620 205 curveto |
| 838 | 602.73 196.3 581.94 190.98 564.3 187.75 curveto |
| 839 | stroke |
| 840 | 0 0 0 edgecolor |
| 841 | newpath 564.78 184.28 moveto |
| 842 | 554.34 186.08 lineto |
| 843 | 563.62 191.18 lineto |
| 844 | closepath fill |
| 845 | 1 setlinewidth |
| 846 | solid |
| 847 | 0 0 0 edgecolor |
| 848 | newpath 564.78 184.28 moveto |
| 849 | 554.34 186.08 lineto |
| 850 | 563.62 191.18 lineto |
| 851 | closepath stroke |
| 852 | 0 0 0 edgecolor |
| 853 | 14 /Times-Roman set_font |
| 854 | 573.5 210.4 moveto 45 (FF: [1]) alignedtext |
| 855 | grestore |
| 856 | % TCA->CAA |
| 857 | gsave |
| 858 | 1 setlinewidth |
| 859 | 0 0 0 edgecolor |
| 860 | newpath 917.97 245.62 moveto |
| 861 | 912.33 242.07 906.22 238.95 900 237 curveto |
| 862 | 882.01 231.36 861.46 234.08 844.17 238.85 curveto |
| 863 | stroke |
| 864 | 0 0 0 edgecolor |
| 865 | newpath 842.94 235.56 moveto |
| 866 | 834.41 241.85 lineto |
| 867 | 845 242.26 lineto |
| 868 | closepath fill |
| 869 | 1 setlinewidth |
| 870 | solid |
| 871 | 0 0 0 edgecolor |
| 872 | newpath 842.94 235.56 moveto |
| 873 | 834.41 241.85 lineto |
| 874 | 845 242.26 lineto |
| 875 | closepath stroke |
| 876 | 0 0 0 edgecolor |
| 877 | 14 /Times-Roman set_font |
| 878 | 853.5 242.4 moveto 45 (FF: [1]) alignedtext |
| 879 | grestore |
| 880 | % CCA |
| 881 | gsave |
| 882 | 1 setlinewidth |
| 883 | 0 0 0 nodecolor |
| 884 | newpath 778 80 moveto |
| 885 | 778 184 lineto |
| 886 | 834 184 lineto |
| 887 | 834 80 lineto |
| 888 | closepath stroke |
| 889 | 0 0 0 nodecolor |
| 890 | 14 /Times-Roman set_font |
| 891 | 791 167.4 moveto 30 (CCA) alignedtext |
| 892 | 1 setlinewidth |
| 893 | 0 0 0 nodecolor |
| 894 | newpath 778 158 moveto |
| 895 | 834 158 lineto |
| 896 | stroke |
| 897 | 0 0 0 nodecolor |
| 898 | 14 /Times-Roman set_font |
| 899 | 792 141.4 moveto 28 (5':[]) alignedtext |
| 900 | 1 setlinewidth |
| 901 | 0 0 0 nodecolor |
| 902 | newpath 778 132 moveto |
| 903 | 834 132 lineto |
| 904 | stroke |
| 905 | 0 0 0 nodecolor |
| 906 | 14 /Times-Roman set_font |
| 907 | 786 115.4 moveto 40 (~5':[]) alignedtext |
| 908 | 1 setlinewidth |
| 909 | 0 0 0 nodecolor |
| 910 | newpath 778 106 moveto |
| 911 | 834 106 lineto |
| 912 | stroke |
| 913 | 0 0 0 nodecolor |
| 914 | 14 /Times-Roman set_font |
| 915 | 794.5 89.4 moveto 23 (1.0) alignedtext |
| 916 | grestore |
| 917 | % CAG |
| 918 | gsave |
| 919 | 1 setlinewidth |
| 920 | 0 0 0 nodecolor |
| 921 | newpath 638 70 moveto |
| 922 | 638 174 lineto |
| 923 | 694 174 lineto |
| 924 | 694 70 lineto |
| 925 | closepath stroke |
| 926 | 0 0 0 nodecolor |
| 927 | 14 /Times-Roman set_font |
| 928 | 650.5 157.4 moveto 31 (CAG) alignedtext |
| 929 | 1 setlinewidth |
| 930 | 0 0 0 nodecolor |
| 931 | newpath 638 148 moveto |
| 932 | 694 148 lineto |
| 933 | stroke |
| 934 | 0 0 0 nodecolor |
| 935 | 14 /Times-Roman set_font |
| 936 | 652 131.4 moveto 28 (5':[]) alignedtext |
| 937 | 1 setlinewidth |
| 938 | 0 0 0 nodecolor |
| 939 | newpath 638 122 moveto |
| 940 | 694 122 lineto |
| 941 | stroke |
| 942 | 0 0 0 nodecolor |
| 943 | 14 /Times-Roman set_font |
| 944 | 646 105.4 moveto 40 (~5':[]) alignedtext |
| 945 | 1 setlinewidth |
| 946 | 0 0 0 nodecolor |
| 947 | newpath 638 96 moveto |
| 948 | 694 96 lineto |
| 949 | stroke |
| 950 | 0 0 0 nodecolor |
| 951 | 14 /Times-Roman set_font |
| 952 | 654.5 79.4 moveto 23 (1.0) alignedtext |
| 953 | grestore |
| 954 | % CCA->CAG |
| 955 | gsave |
| 956 | 1 setlinewidth |
| 957 | 0 0 0 edgecolor |
| 958 | newpath 777.9 125.66 moveto |
| 959 | 772.02 124.57 765.83 123.6 760 123 curveto |
| 960 | 741.71 121.13 721.32 120.71 704.22 120.83 curveto |
| 961 | stroke |
| 962 | 0 0 0 edgecolor |
| 963 | newpath 704 117.33 moveto |
| 964 | 694.04 120.96 lineto |
| 965 | 704.09 124.33 lineto |
| 966 | closepath fill |
| 967 | 1 setlinewidth |
| 968 | solid |
| 969 | 0 0 0 edgecolor |
| 970 | newpath 704 117.33 moveto |
| 971 | 694.04 120.96 lineto |
| 972 | 704.09 124.33 lineto |
| 973 | closepath stroke |
| 974 | 0 0 0 edgecolor |
| 975 | 14 /Times-Roman set_font |
| 976 | 713.5 128.4 moveto 45 (FF: [2]) alignedtext |
| 977 | grestore |
| 978 | % CCC |
| 979 | gsave |
| 980 | 1 setlinewidth |
| 981 | 0 0 0 nodecolor |
| 982 | newpath 918 90 moveto |
| 983 | 918 194 lineto |
| 984 | 974 194 lineto |
| 985 | 974 90 lineto |
| 986 | closepath stroke |
| 987 | 0 0 0 nodecolor |
| 988 | 14 /Times-Roman set_font |
| 989 | 931 177.4 moveto 30 (CCC) alignedtext |
| 990 | 1 setlinewidth |
| 991 | 0 0 0 nodecolor |
| 992 | newpath 918 168 moveto |
| 993 | 974 168 lineto |
| 994 | stroke |
| 995 | 0 0 0 nodecolor |
| 996 | 14 /Times-Roman set_font |
| 997 | 932 151.4 moveto 28 (5':[]) alignedtext |
| 998 | 1 setlinewidth |
| 999 | 0 0 0 nodecolor |
| 1000 | newpath 918 142 moveto |
| 1001 | 974 142 lineto |
| 1002 | stroke |
| 1003 | 0 0 0 nodecolor |
| 1004 | 14 /Times-Roman set_font |
| 1005 | 926 125.4 moveto 40 (~5':[]) alignedtext |
| 1006 | 1 setlinewidth |
| 1007 | 0 0 0 nodecolor |
| 1008 | newpath 918 116 moveto |
| 1009 | 974 116 lineto |
| 1010 | stroke |
| 1011 | 0 0 0 nodecolor |
| 1012 | 14 /Times-Roman set_font |
| 1013 | 934.5 99.4 moveto 23 (1.0) alignedtext |
| 1014 | grestore |
| 1015 | % CCA->CCC |
| 1016 | gsave |
| 1017 | 1 setlinewidth |
| 1018 | 0 1 1 edgecolor |
| 1019 | newpath 834.17 145.65 moveto |
| 1020 | 839.94 147.87 846.07 149.82 852 151 curveto |
| 1021 | 870.11 154.59 890.48 153.28 907.61 150.69 curveto |
| 1022 | stroke |
| 1023 | 0 1 1 edgecolor |
| 1024 | newpath 908.55 154.08 moveto |
| 1025 | 917.82 148.94 lineto |
| 1026 | 907.37 147.18 lineto |
| 1027 | closepath fill |
| 1028 | 1 setlinewidth |
| 1029 | solid |
| 1030 | 0 1 1 edgecolor |
| 1031 | newpath 908.55 154.08 moveto |
| 1032 | 917.82 148.94 lineto |
| 1033 | 907.37 147.18 lineto |
| 1034 | closepath stroke |
| 1035 | 0 0 0 edgecolor |
| 1036 | 14 /Times-Roman set_font |
| 1037 | 852 158.4 moveto 48 (RR: [2]) alignedtext |
| 1038 | grestore |
| 1039 | % CAG->CCA |
| 1040 | gsave |
| 1041 | 1 setlinewidth |
| 1042 | 0 1 1 edgecolor |
| 1043 | newpath 694.17 135.65 moveto |
| 1044 | 699.94 137.87 706.07 139.82 712 141 curveto |
| 1045 | 730.11 144.59 750.48 143.28 767.61 140.69 curveto |
| 1046 | stroke |
| 1047 | 0 1 1 edgecolor |
| 1048 | newpath 768.55 144.08 moveto |
| 1049 | 777.82 138.94 lineto |
| 1050 | 767.37 137.18 lineto |
| 1051 | closepath fill |
| 1052 | 1 setlinewidth |
| 1053 | solid |
| 1054 | 0 1 1 edgecolor |
| 1055 | newpath 768.55 144.08 moveto |
| 1056 | 777.82 138.94 lineto |
| 1057 | 767.37 137.18 lineto |
| 1058 | closepath stroke |
| 1059 | 0 0 0 edgecolor |
| 1060 | 14 /Times-Roman set_font |
| 1061 | 712 148.4 moveto 48 (RR: [2]) alignedtext |
| 1062 | grestore |
| 1063 | % CAG->AGG |
| 1064 | gsave |
| 1065 | 1 setlinewidth |
| 1066 | 0 0 0 edgecolor |
| 1067 | newpath 637.76 116.08 moveto |
| 1068 | 618.26 113.43 592.29 112.85 572 123 curveto |
| 1069 | 568.34 124.83 564.89 127.1 561.65 129.69 curveto |
| 1070 | stroke |
| 1071 | 0 0 0 edgecolor |
| 1072 | newpath 559.05 127.33 moveto |
| 1073 | 554.04 136.66 lineto |
| 1074 | 563.78 132.49 lineto |
| 1075 | closepath fill |
| 1076 | 1 setlinewidth |
| 1077 | solid |
| 1078 | 0 0 0 edgecolor |
| 1079 | newpath 559.05 127.33 moveto |
| 1080 | 554.04 136.66 lineto |
| 1081 | 563.78 132.49 lineto |
| 1082 | closepath stroke |
| 1083 | 0 0 0 edgecolor |
| 1084 | 14 /Times-Roman set_font |
| 1085 | 573.5 128.4 moveto 45 (FF: [2]) alignedtext |
| 1086 | grestore |
| 1087 | % CCC->CCA |
| 1088 | gsave |
| 1089 | 1 setlinewidth |
| 1090 | 0 0 0 edgecolor |
| 1091 | newpath 917.55 132.65 moveto |
| 1092 | 911.8 131.13 905.75 129.8 900 129 curveto |
| 1093 | 881.78 126.48 861.4 126.75 844.29 127.86 curveto |
| 1094 | stroke |
| 1095 | 0 0 0 edgecolor |
| 1096 | newpath 843.81 124.38 moveto |
| 1097 | 834.1 128.63 lineto |
| 1098 | 844.34 131.36 lineto |
| 1099 | closepath fill |
| 1100 | 1 setlinewidth |
| 1101 | solid |
| 1102 | 0 0 0 edgecolor |
| 1103 | newpath 843.81 124.38 moveto |
| 1104 | 834.1 128.63 lineto |
| 1105 | 844.34 131.36 lineto |
| 1106 | closepath stroke |
| 1107 | 0 0 0 edgecolor |
| 1108 | 14 /Times-Roman set_font |
| 1109 | 853.5 134.4 moveto 45 (FF: [2]) alignedtext |
| 1110 | grestore |
| 1111 | % AGA |
| 1112 | gsave |
| 1113 | 1 setlinewidth |
| 1114 | 0 0 0 nodecolor |
| 1115 | newpath 498 258 moveto |
| 1116 | 498 362 lineto |
| 1117 | 554 362 lineto |
| 1118 | 554 258 lineto |
| 1119 | closepath stroke |
| 1120 | 0 0 0 nodecolor |
| 1121 | 14 /Times-Roman set_font |
| 1122 | 510.5 345.4 moveto 31 (AGA) alignedtext |
| 1123 | 1 setlinewidth |
| 1124 | 0 0 0 nodecolor |
| 1125 | newpath 498 336 moveto |
| 1126 | 554 336 lineto |
| 1127 | stroke |
| 1128 | 0 0 0 nodecolor |
| 1129 | 14 /Times-Roman set_font |
| 1130 | 512 319.4 moveto 28 (5':[]) alignedtext |
| 1131 | 1 setlinewidth |
| 1132 | 0 0 0 nodecolor |
| 1133 | newpath 498 310 moveto |
| 1134 | 554 310 lineto |
| 1135 | stroke |
| 1136 | 0 0 0 nodecolor |
| 1137 | 14 /Times-Roman set_font |
| 1138 | 506 293.4 moveto 40 (~5':[]) alignedtext |
| 1139 | 1 setlinewidth |
| 1140 | 0 0 0 nodecolor |
| 1141 | newpath 498 284 moveto |
| 1142 | 554 284 lineto |
| 1143 | stroke |
| 1144 | 0 0 0 nodecolor |
| 1145 | 14 /Times-Roman set_font |
| 1146 | 514.5 267.4 moveto 23 (1.0) alignedtext |
| 1147 | grestore |
| 1148 | % AGA->ATC |
| 1149 | gsave |
| 1150 | 1 setlinewidth |
| 1151 | 0.66667 1 1 edgecolor |
| 1152 | newpath 497.88 285 moveto |
| 1153 | 492.3 281.3 486.23 278.05 480 276 curveto |
| 1154 | 454.67 267.66 446.16 270.81 420 276 curveto |
| 1155 | 417.31 276.53 414.58 277.23 411.87 278.03 curveto |
| 1156 | stroke |
| 1157 | 0.66667 1 1 edgecolor |
| 1158 | newpath 410.5 274.8 moveto |
| 1159 | 402.17 281.35 lineto |
| 1160 | 412.76 281.42 lineto |
| 1161 | closepath fill |
| 1162 | 1 setlinewidth |
| 1163 | solid |
| 1164 | 0.66667 1 1 edgecolor |
| 1165 | newpath 410.5 274.8 moveto |
| 1166 | 402.17 281.35 lineto |
| 1167 | 412.76 281.42 lineto |
| 1168 | closepath stroke |
| 1169 | 0 0 0 edgecolor |
| 1170 | 14 /Times-Roman set_font |
| 1171 | 427 281.4 moveto 46 (FR: [3]) alignedtext |
| 1172 | grestore |
| 1173 | % ATC->AAT |
| 1174 | gsave |
| 1175 | 1 setlinewidth |
| 1176 | 0 1 1 edgecolor |
| 1177 | newpath 345.99 273.93 moveto |
| 1178 | 340.3 270.66 334.17 267.78 328 266 curveto |
| 1179 | 301.53 258.35 292.77 259.49 266 266 curveto |
| 1180 | 259.12 267.67 252.14 270.32 245.52 273.36 curveto |
| 1181 | stroke |
| 1182 | 0 1 1 edgecolor |
| 1183 | newpath 243.53 270.44 moveto |
| 1184 | 236.14 278.03 lineto |
| 1185 | 246.65 276.71 lineto |
| 1186 | closepath fill |
| 1187 | 1 setlinewidth |
| 1188 | solid |
| 1189 | 0 1 1 edgecolor |
| 1190 | newpath 243.53 270.44 moveto |
| 1191 | 236.14 278.03 lineto |
| 1192 | 246.65 276.71 lineto |
| 1193 | closepath stroke |
| 1194 | 0 0 0 edgecolor |
| 1195 | 14 /Times-Roman set_font |
| 1196 | 273 271.4 moveto 48 (RR: [3]) alignedtext |
| 1197 | grestore |
| 1198 | % ATC->AGA |
| 1199 | gsave |
| 1200 | 1 setlinewidth |
| 1201 | 0.66667 1 1 edgecolor |
| 1202 | newpath 402.23 297.79 moveto |
| 1203 | 426.34 300.16 461.22 303.61 487.81 306.23 curveto |
| 1204 | stroke |
| 1205 | 0.66667 1 1 edgecolor |
| 1206 | newpath 487.62 309.73 moveto |
| 1207 | 497.92 307.23 lineto |
| 1208 | 488.31 302.76 lineto |
| 1209 | closepath fill |
| 1210 | 1 setlinewidth |
| 1211 | solid |
| 1212 | 0.66667 1 1 edgecolor |
| 1213 | newpath 487.62 309.73 moveto |
| 1214 | 497.92 307.23 lineto |
| 1215 | 488.31 302.76 lineto |
| 1216 | closepath stroke |
| 1217 | 0 0 0 edgecolor |
| 1218 | 14 /Times-Roman set_font |
| 1219 | 427 310.4 moveto 46 (FR: [3]) alignedtext |
| 1220 | grestore |
| 1221 | % ACC->AAC |
| 1222 | gsave |
| 1223 | 1 setlinewidth |
| 1224 | 0 1 1 edgecolor |
| 1225 | newpath 345.55 163.65 moveto |
| 1226 | 339.8 162.13 333.75 160.8 328 160 curveto |
| 1227 | 300.71 156.22 293.36 156.74 266 160 curveto |
| 1228 | 259.52 160.77 252.72 162.01 246.14 163.44 curveto |
| 1229 | stroke |
| 1230 | 0 1 1 edgecolor |
| 1231 | newpath 245.01 160.11 moveto |
| 1232 | 236.08 165.81 lineto |
| 1233 | 246.61 166.93 lineto |
| 1234 | closepath fill |
| 1235 | 1 setlinewidth |
| 1236 | solid |
| 1237 | 0 1 1 edgecolor |
| 1238 | newpath 245.01 160.11 moveto |
| 1239 | 236.08 165.81 lineto |
| 1240 | 246.61 166.93 lineto |
| 1241 | closepath stroke |
| 1242 | 0 0 0 edgecolor |
| 1243 | 14 /Times-Roman set_font |
| 1244 | 266.5 165.4 moveto 61 (RR: [1,2]) alignedtext |
| 1245 | grestore |
| 1246 | % ACC->AGG |
| 1247 | gsave |
| 1248 | 1 setlinewidth |
| 1249 | 0.66667 1 1 edgecolor |
| 1250 | newpath 402.17 186.65 moveto |
| 1251 | 407.94 188.87 414.07 190.82 420 192 curveto |
| 1252 | 442.21 196.41 467.47 194.53 487.75 191.37 curveto |
| 1253 | stroke |
| 1254 | 0.66667 1 1 edgecolor |
| 1255 | newpath 488.6 194.78 moveto |
| 1256 | 497.87 189.63 lineto |
| 1257 | 487.42 187.88 lineto |
| 1258 | closepath fill |
| 1259 | 1 setlinewidth |
| 1260 | solid |
| 1261 | 0.66667 1 1 edgecolor |
| 1262 | newpath 488.6 194.78 moveto |
| 1263 | 497.87 189.63 lineto |
| 1264 | 487.42 187.88 lineto |
| 1265 | closepath stroke |
| 1266 | 0 0 0 edgecolor |
| 1267 | 14 /Times-Roman set_font |
| 1268 | 420 199.4 moveto 60 (FR: [1,2]) alignedtext |
| 1269 | grestore |
| 1270 | % AGG->AAG |
| 1271 | gsave |
| 1272 | 1 setlinewidth |
| 1273 | 0 1 1 edgecolor |
| 1274 | newpath 554.1 211.19 moveto |
| 1275 | 559.69 215.67 565.77 219.85 572 223 curveto |
| 1276 | 589.22 231.7 610.01 236.82 627.65 239.83 curveto |
| 1277 | stroke |
| 1278 | 0 1 1 edgecolor |
| 1279 | newpath 627.21 243.3 moveto |
| 1280 | 637.62 241.36 lineto |
| 1281 | 628.27 236.38 lineto |
| 1282 | closepath fill |
| 1283 | 1 setlinewidth |
| 1284 | solid |
| 1285 | 0 1 1 edgecolor |
| 1286 | newpath 627.21 243.3 moveto |
| 1287 | 637.62 241.36 lineto |
| 1288 | 628.27 236.38 lineto |
| 1289 | closepath stroke |
| 1290 | 0 0 0 edgecolor |
| 1291 | 14 /Times-Roman set_font |
| 1292 | 572 243.4 moveto 48 (RR: [1]) alignedtext |
| 1293 | grestore |
| 1294 | % AGG->CAG |
| 1295 | gsave |
| 1296 | 1 setlinewidth |
| 1297 | 0 1 1 edgecolor |
| 1298 | newpath 554.33 170.66 moveto |
| 1299 | 575.68 161.35 605.16 148.51 628.47 138.35 curveto |
| 1300 | stroke |
| 1301 | 0 1 1 edgecolor |
| 1302 | newpath 629.94 141.53 moveto |
| 1303 | 637.71 134.33 lineto |
| 1304 | 627.15 135.11 lineto |
| 1305 | closepath fill |
| 1306 | 1 setlinewidth |
| 1307 | solid |
| 1308 | 0 1 1 edgecolor |
| 1309 | newpath 629.94 141.53 moveto |
| 1310 | 637.71 134.33 lineto |
| 1311 | 627.15 135.11 lineto |
| 1312 | closepath stroke |
| 1313 | 0 0 0 edgecolor |
| 1314 | 14 /Times-Roman set_font |
| 1315 | 572 166.4 moveto 48 (RR: [2]) alignedtext |
| 1316 | grestore |
| 1317 | % AGG->ACC |
| 1318 | gsave |
| 1319 | 1 setlinewidth |
| 1320 | 0.66667 1 1 edgecolor |
| 1321 | newpath 497.55 173.65 moveto |
| 1322 | 491.8 172.13 485.75 170.8 480 170 curveto |
| 1323 | 457.64 166.9 432.38 167.46 412.13 168.88 curveto |
| 1324 | stroke |
| 1325 | 0.66667 1 1 edgecolor |
| 1326 | newpath 411.72 165.4 moveto |
| 1327 | 402.04 169.69 lineto |
| 1328 | 412.28 172.38 lineto |
| 1329 | closepath fill |
| 1330 | 1 setlinewidth |
| 1331 | solid |
| 1332 | 0.66667 1 1 edgecolor |
| 1333 | newpath 411.72 165.4 moveto |
| 1334 | 402.04 169.69 lineto |
| 1335 | 412.28 172.38 lineto |
| 1336 | closepath stroke |
| 1337 | 0 0 0 edgecolor |
| 1338 | 14 /Times-Roman set_font |
| 1339 | 420 175.4 moveto 60 (FR: [1,2]) alignedtext |
| 1340 | grestore |
| 1341 | endpage |
| 1342 | showpage |
| 1343 | grestore |
| 1344 | %%PageTrailer |
| 1345 | %%EndPage: 1 |
| 1346 | %%Trailer |
| 1347 | %%Pages: 1 |
| 1348 | %%BoundingBox: 36 36 1018 406 |
| 1349 | end |
| 1350 | restore |
| 1351 | %%EOF |