Anbang Xu | 4da15b2 | 2013-08-25 19:42:37 -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 658 313 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 622 277 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 139 moveto |
| 192 | 0 269 lineto |
| 193 | 56 269 lineto |
| 194 | 56 139 lineto |
| 195 | closepath stroke |
| 196 | 0 0 0 nodecolor |
| 197 | 14 /Times-Roman set_font |
| 198 | 12.5 252.4 moveto 31 (AAA) alignedtext |
| 199 | 1 setlinewidth |
| 200 | 0 0 0 nodecolor |
| 201 | newpath 0 243 moveto |
| 202 | 56 243 lineto |
| 203 | stroke |
| 204 | 0 0 0 nodecolor |
| 205 | 14 /Times-Roman set_font |
| 206 | 14 226.4 moveto 28 (5':[]) alignedtext |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 nodecolor |
| 209 | newpath 0 217 moveto |
| 210 | 56 217 lineto |
| 211 | stroke |
| 212 | 0 0 0 nodecolor |
| 213 | 14 /Times-Roman set_font |
| 214 | 8 200.4 moveto 40 (~5':[]) alignedtext |
| 215 | 1 setlinewidth |
| 216 | 0 0 0 nodecolor |
| 217 | newpath 0 191 moveto |
| 218 | 56 191 lineto |
| 219 | stroke |
| 220 | 0 0 0 nodecolor |
| 221 | 14 /Times-Roman set_font |
| 222 | 16.5 174.4 moveto 23 (1.0) alignedtext |
| 223 | 1 setlinewidth |
| 224 | 0 0 0 nodecolor |
| 225 | newpath 0 165 moveto |
| 226 | 56 165 lineto |
| 227 | stroke |
| 228 | 0 0 0 nodecolor |
| 229 | 14 /Times-Roman set_font |
| 230 | 12.5 148.4 moveto 31 (AAA) alignedtext |
| 231 | grestore |
| 232 | % AAC |
| 233 | gsave |
| 234 | 1 setlinewidth |
| 235 | 0 0 0 nodecolor |
| 236 | newpath 140 40 moveto |
| 237 | 140 170 lineto |
| 238 | 196 170 lineto |
| 239 | 196 40 lineto |
| 240 | closepath stroke |
| 241 | 0 0 0 nodecolor |
| 242 | 14 /Times-Roman set_font |
| 243 | 152.5 153.4 moveto 31 (AAC) alignedtext |
| 244 | 1 setlinewidth |
| 245 | 0 0 0 nodecolor |
| 246 | newpath 140 144 moveto |
| 247 | 196 144 lineto |
| 248 | stroke |
| 249 | 0 0 0 nodecolor |
| 250 | 14 /Times-Roman set_font |
| 251 | 154 127.4 moveto 28 (5':[]) alignedtext |
| 252 | 1 setlinewidth |
| 253 | 0 0 0 nodecolor |
| 254 | newpath 140 118 moveto |
| 255 | 196 118 lineto |
| 256 | stroke |
| 257 | 0 0 0 nodecolor |
| 258 | 14 /Times-Roman set_font |
| 259 | 148 101.4 moveto 40 (~5':[]) alignedtext |
| 260 | 1 setlinewidth |
| 261 | 0 0 0 nodecolor |
| 262 | newpath 140 92 moveto |
| 263 | 196 92 lineto |
| 264 | stroke |
| 265 | 0 0 0 nodecolor |
| 266 | 14 /Times-Roman set_font |
| 267 | 156.5 75.4 moveto 23 (1.0) alignedtext |
| 268 | 1 setlinewidth |
| 269 | 0 0 0 nodecolor |
| 270 | newpath 140 66 moveto |
| 271 | 196 66 lineto |
| 272 | stroke |
| 273 | 0 0 0 nodecolor |
| 274 | 14 /Times-Roman set_font |
| 275 | 152.5 49.4 moveto 31 (AAC) alignedtext |
| 276 | grestore |
| 277 | % AAA->AAC |
| 278 | gsave |
| 279 | 1 setlinewidth |
| 280 | 0 0 0 edgecolor |
| 281 | newpath 56.33 183.97 moveto |
| 282 | 77.96 168.67 107.94 147.47 131.39 130.89 curveto |
| 283 | stroke |
| 284 | 0 0 0 edgecolor |
| 285 | newpath 133.57 133.64 moveto |
| 286 | 139.71 125 lineto |
| 287 | 129.53 127.92 lineto |
| 288 | closepath fill |
| 289 | 1 setlinewidth |
| 290 | solid |
| 291 | 0 0 0 edgecolor |
| 292 | newpath 133.57 133.64 moveto |
| 293 | 139.71 125 lineto |
| 294 | 129.53 127.92 lineto |
| 295 | closepath stroke |
| 296 | 0 0 0 edgecolor |
| 297 | 14 /Times-Roman set_font |
| 298 | 75.5 174.4 moveto 45 (FF: [1]) alignedtext |
| 299 | grestore |
| 300 | % CAA |
| 301 | gsave |
| 302 | 0 0 0.75294 nodecolor |
| 303 | newpath 420 80 moveto |
| 304 | 420 210 lineto |
| 305 | 476 210 lineto |
| 306 | 476 80 lineto |
| 307 | closepath fill |
| 308 | 1 setlinewidth |
| 309 | filled |
| 310 | 0 0 0 nodecolor |
| 311 | newpath 420 80 moveto |
| 312 | 420 210 lineto |
| 313 | 476 210 lineto |
| 314 | 476 80 lineto |
| 315 | closepath stroke |
| 316 | 0 0 0 nodecolor |
| 317 | 14 /Times-Roman set_font |
| 318 | 432.5 193.4 moveto 31 (CAA) alignedtext |
| 319 | 1 setlinewidth |
| 320 | filled |
| 321 | 0 0 0 nodecolor |
| 322 | newpath 420 184 moveto |
| 323 | 476 184 lineto |
| 324 | stroke |
| 325 | 0 0 0 nodecolor |
| 326 | 14 /Times-Roman set_font |
| 327 | 429.5 167.4 moveto 37 (5':[1]) alignedtext |
| 328 | 1 setlinewidth |
| 329 | filled |
| 330 | 0 0 0 nodecolor |
| 331 | newpath 420 158 moveto |
| 332 | 476 158 lineto |
| 333 | stroke |
| 334 | 0 0 0 nodecolor |
| 335 | 14 /Times-Roman set_font |
| 336 | 428 141.4 moveto 40 (~5':[]) alignedtext |
| 337 | 1 setlinewidth |
| 338 | filled |
| 339 | 0 0 0 nodecolor |
| 340 | newpath 420 132 moveto |
| 341 | 476 132 lineto |
| 342 | stroke |
| 343 | 0 0 0 nodecolor |
| 344 | 14 /Times-Roman set_font |
| 345 | 436.5 115.4 moveto 23 (1.0) alignedtext |
| 346 | 1 setlinewidth |
| 347 | filled |
| 348 | 0 0 0 nodecolor |
| 349 | newpath 420 106 moveto |
| 350 | 476 106 lineto |
| 351 | stroke |
| 352 | 0 0 0 nodecolor |
| 353 | 14 /Times-Roman set_font |
| 354 | 432.5 89.4 moveto 31 (CAA) alignedtext |
| 355 | grestore |
| 356 | % AAA->CAA |
| 357 | gsave |
| 358 | 1 setlinewidth |
| 359 | 0 1 1 edgecolor |
| 360 | newpath 56.23 209.5 moveto |
| 361 | 111.2 219.11 235.98 235.56 336 209 curveto |
| 362 | 363.2 201.78 390.69 186.22 411.63 172.25 curveto |
| 363 | stroke |
| 364 | 0 1 1 edgecolor |
| 365 | newpath 413.62 175.13 moveto |
| 366 | 419.89 166.6 lineto |
| 367 | 409.66 169.36 lineto |
| 368 | closepath fill |
| 369 | 1 setlinewidth |
| 370 | solid |
| 371 | 0 1 1 edgecolor |
| 372 | newpath 413.62 175.13 moveto |
| 373 | 419.89 166.6 lineto |
| 374 | 409.66 169.36 lineto |
| 375 | closepath stroke |
| 376 | 0 0 0 edgecolor |
| 377 | 14 /Times-Roman set_font |
| 378 | 214 228.4 moveto 48 (RR: [1]) alignedtext |
| 379 | grestore |
| 380 | % AAC->AAA |
| 381 | gsave |
| 382 | 1 setlinewidth |
| 383 | 0 1 1 edgecolor |
| 384 | newpath 139.68 102.09 moveto |
| 385 | 119.65 101.49 93.07 103.79 74 117 curveto |
| 386 | 68.43 120.86 63.49 125.6 59.1 130.87 curveto |
| 387 | stroke |
| 388 | 0 1 1 edgecolor |
| 389 | newpath 56.26 128.83 moveto |
| 390 | 53.07 138.93 lineto |
| 391 | 61.87 133.02 lineto |
| 392 | closepath fill |
| 393 | 1 setlinewidth |
| 394 | solid |
| 395 | 0 1 1 edgecolor |
| 396 | newpath 56.26 128.83 moveto |
| 397 | 53.07 138.93 lineto |
| 398 | 61.87 133.02 lineto |
| 399 | closepath stroke |
| 400 | 0 0 0 edgecolor |
| 401 | 14 /Times-Roman set_font |
| 402 | 74 122.4 moveto 48 (RR: [1]) alignedtext |
| 403 | grestore |
| 404 | % ACA |
| 405 | gsave |
| 406 | 1 setlinewidth |
| 407 | 0 0 0 nodecolor |
| 408 | newpath 558 0 moveto |
| 409 | 558 130 lineto |
| 410 | 614 130 lineto |
| 411 | 614 0 lineto |
| 412 | closepath stroke |
| 413 | 0 0 0 nodecolor |
| 414 | 14 /Times-Roman set_font |
| 415 | 571 113.4 moveto 30 (ACA) alignedtext |
| 416 | 1 setlinewidth |
| 417 | 0 0 0 nodecolor |
| 418 | newpath 558 104 moveto |
| 419 | 614 104 lineto |
| 420 | stroke |
| 421 | 0 0 0 nodecolor |
| 422 | 14 /Times-Roman set_font |
| 423 | 572 87.4 moveto 28 (5':[]) alignedtext |
| 424 | 1 setlinewidth |
| 425 | 0 0 0 nodecolor |
| 426 | newpath 558 78 moveto |
| 427 | 614 78 lineto |
| 428 | stroke |
| 429 | 0 0 0 nodecolor |
| 430 | 14 /Times-Roman set_font |
| 431 | 566 61.4 moveto 40 (~5':[]) alignedtext |
| 432 | 1 setlinewidth |
| 433 | 0 0 0 nodecolor |
| 434 | newpath 558 52 moveto |
| 435 | 614 52 lineto |
| 436 | stroke |
| 437 | 0 0 0 nodecolor |
| 438 | 14 /Times-Roman set_font |
| 439 | 574.5 35.4 moveto 23 (3.0) alignedtext |
| 440 | 1 setlinewidth |
| 441 | 0 0 0 nodecolor |
| 442 | newpath 558 26 moveto |
| 443 | 614 26 lineto |
| 444 | stroke |
| 445 | 0 0 0 nodecolor |
| 446 | 14 /Times-Roman set_font |
| 447 | 570.5 9.4 moveto 31 (AAA) alignedtext |
| 448 | grestore |
| 449 | % AAC->ACA |
| 450 | gsave |
| 451 | 1 setlinewidth |
| 452 | 0 1 1 edgecolor |
| 453 | newpath 196.15 74.51 moveto |
| 454 | 201.69 69.78 207.74 65.35 214 62 curveto |
| 455 | 270.36 31.82 290.5 36.38 354 29 curveto |
| 456 | 422.69 21.01 502.24 39.43 548.08 52.75 curveto |
| 457 | stroke |
| 458 | 0 1 1 edgecolor |
| 459 | newpath 547.3 56.17 moveto |
| 460 | 557.88 55.68 lineto |
| 461 | 549.3 49.47 lineto |
| 462 | closepath fill |
| 463 | 1 setlinewidth |
| 464 | solid |
| 465 | 0 1 1 edgecolor |
| 466 | newpath 547.3 56.17 moveto |
| 467 | 557.88 55.68 lineto |
| 468 | 549.3 49.47 lineto |
| 469 | closepath stroke |
| 470 | 0 0 0 edgecolor |
| 471 | 14 /Times-Roman set_font |
| 472 | 354 34.4 moveto 48 (RR: [0]) alignedtext |
| 473 | grestore |
| 474 | % AGA |
| 475 | gsave |
| 476 | 1 setlinewidth |
| 477 | 0 0 0 nodecolor |
| 478 | newpath 280 70 moveto |
| 479 | 280 200 lineto |
| 480 | 336 200 lineto |
| 481 | 336 70 lineto |
| 482 | closepath stroke |
| 483 | 0 0 0 nodecolor |
| 484 | 14 /Times-Roman set_font |
| 485 | 292.5 183.4 moveto 31 (AGA) alignedtext |
| 486 | 1 setlinewidth |
| 487 | 0 0 0 nodecolor |
| 488 | newpath 280 174 moveto |
| 489 | 336 174 lineto |
| 490 | stroke |
| 491 | 0 0 0 nodecolor |
| 492 | 14 /Times-Roman set_font |
| 493 | 294 157.4 moveto 28 (5':[]) alignedtext |
| 494 | 1 setlinewidth |
| 495 | 0 0 0 nodecolor |
| 496 | newpath 280 148 moveto |
| 497 | 336 148 lineto |
| 498 | stroke |
| 499 | 0 0 0 nodecolor |
| 500 | 14 /Times-Roman set_font |
| 501 | 288 131.4 moveto 40 (~5':[]) alignedtext |
| 502 | 1 setlinewidth |
| 503 | 0 0 0 nodecolor |
| 504 | newpath 280 122 moveto |
| 505 | 336 122 lineto |
| 506 | stroke |
| 507 | 0 0 0 nodecolor |
| 508 | 14 /Times-Roman set_font |
| 509 | 296.5 105.4 moveto 23 (2.0) alignedtext |
| 510 | 1 setlinewidth |
| 511 | 0 0 0 nodecolor |
| 512 | newpath 280 96 moveto |
| 513 | 336 96 lineto |
| 514 | stroke |
| 515 | 0 0 0 nodecolor |
| 516 | 14 /Times-Roman set_font |
| 517 | 292.5 79.4 moveto 31 (AGA) alignedtext |
| 518 | grestore |
| 519 | % AAC->AGA |
| 520 | gsave |
| 521 | 1 setlinewidth |
| 522 | 0 1 1 edgecolor |
| 523 | newpath 196.02 114.91 moveto |
| 524 | 201.91 116.77 208.12 118.58 214 120 curveto |
| 525 | 232.09 124.37 252.46 127.79 269.6 130.26 curveto |
| 526 | stroke |
| 527 | 0 1 1 edgecolor |
| 528 | newpath 269.42 133.77 moveto |
| 529 | 279.8 131.68 lineto |
| 530 | 270.38 126.84 lineto |
| 531 | closepath fill |
| 532 | 1 setlinewidth |
| 533 | solid |
| 534 | 0 1 1 edgecolor |
| 535 | newpath 269.42 133.77 moveto |
| 536 | 279.8 131.68 lineto |
| 537 | 270.38 126.84 lineto |
| 538 | closepath stroke |
| 539 | 0 0 0 edgecolor |
| 540 | 14 /Times-Roman set_font |
| 541 | 214 133.4 moveto 48 (RR: [0]) alignedtext |
| 542 | grestore |
| 543 | % CAA->AAA |
| 544 | gsave |
| 545 | 1 setlinewidth |
| 546 | 0 0 0 edgecolor |
| 547 | newpath 419.74 187.44 moveto |
| 548 | 414.37 193.55 408.41 199.34 402 204 curveto |
| 549 | 349.56 242.13 326.42 237.7 262 245 curveto |
| 550 | 178.68 254.45 153.97 254.25 74 229 curveto |
| 551 | 71.24 228.13 68.45 227.09 65.69 225.93 curveto |
| 552 | stroke |
| 553 | 0 0 0 edgecolor |
| 554 | newpath 66.99 222.68 moveto |
| 555 | 56.45 221.63 lineto |
| 556 | 64.04 229.02 lineto |
| 557 | closepath fill |
| 558 | 1 setlinewidth |
| 559 | solid |
| 560 | 0 0 0 edgecolor |
| 561 | newpath 66.99 222.68 moveto |
| 562 | 56.45 221.63 lineto |
| 563 | 64.04 229.02 lineto |
| 564 | closepath stroke |
| 565 | 0 0 0 edgecolor |
| 566 | 14 /Times-Roman set_font |
| 567 | 215.5 254.4 moveto 45 (FF: [1]) alignedtext |
| 568 | grestore |
| 569 | % CAA->ACA |
| 570 | gsave |
| 571 | 1 setlinewidth |
| 572 | 0 0 0 edgecolor |
| 573 | newpath 476.16 104.22 moveto |
| 574 | 481.54 98.48 487.54 93.14 494 89 curveto |
| 575 | 510.04 78.74 530.31 72.85 547.73 69.48 curveto |
| 576 | stroke |
| 577 | 0 0 0 edgecolor |
| 578 | newpath 548.35 72.92 moveto |
| 579 | 557.61 67.77 lineto |
| 580 | 547.16 66.03 lineto |
| 581 | closepath fill |
| 582 | 1 setlinewidth |
| 583 | solid |
| 584 | 0 0 0 edgecolor |
| 585 | newpath 548.35 72.92 moveto |
| 586 | 557.61 67.77 lineto |
| 587 | 547.16 66.03 lineto |
| 588 | closepath stroke |
| 589 | 0 0 0 edgecolor |
| 590 | 14 /Times-Roman set_font |
| 591 | 494.5 94.4 moveto 45 (FF: [0]) alignedtext |
| 592 | grestore |
| 593 | % CAA->AGA |
| 594 | gsave |
| 595 | 1 setlinewidth |
| 596 | 0 0 0 edgecolor |
| 597 | newpath 419.99 123.93 moveto |
| 598 | 414.3 120.66 408.17 117.78 402 116 curveto |
| 599 | 381.5 110.08 374.93 111.85 354 116 curveto |
| 600 | 351.31 116.53 348.58 117.23 345.87 118.03 curveto |
| 601 | stroke |
| 602 | 0 0 0 edgecolor |
| 603 | newpath 344.5 114.8 moveto |
| 604 | 336.17 121.35 lineto |
| 605 | 346.76 121.42 lineto |
| 606 | closepath fill |
| 607 | 1 setlinewidth |
| 608 | solid |
| 609 | 0 0 0 edgecolor |
| 610 | newpath 344.5 114.8 moveto |
| 611 | 336.17 121.35 lineto |
| 612 | 346.76 121.42 lineto |
| 613 | closepath stroke |
| 614 | 0 0 0 edgecolor |
| 615 | 14 /Times-Roman set_font |
| 616 | 355.5 121.4 moveto 45 (FF: [0]) alignedtext |
| 617 | grestore |
| 618 | % ACA->AAC |
| 619 | gsave |
| 620 | 1 setlinewidth |
| 621 | 0 0 0 edgecolor |
| 622 | newpath 557.83 60.93 moveto |
| 623 | 503.51 53.88 380.75 41.92 280 61 curveto |
| 624 | 254.19 65.89 226.71 76.59 205.43 86.21 curveto |
| 625 | stroke |
| 626 | 0 0 0 edgecolor |
| 627 | newpath 203.72 83.15 moveto |
| 628 | 196.12 90.54 lineto |
| 629 | 206.67 89.5 lineto |
| 630 | closepath fill |
| 631 | 1 setlinewidth |
| 632 | solid |
| 633 | 0 0 0 edgecolor |
| 634 | newpath 203.72 83.15 moveto |
| 635 | 196.12 90.54 lineto |
| 636 | 206.67 89.5 lineto |
| 637 | closepath stroke |
| 638 | 0 0 0 edgecolor |
| 639 | 14 /Times-Roman set_font |
| 640 | 360 58.4 moveto 36 (FF: []) alignedtext |
| 641 | grestore |
| 642 | % ACA->CAA |
| 643 | gsave |
| 644 | 1 setlinewidth |
| 645 | 0 1 1 edgecolor |
| 646 | newpath 557.97 96.76 moveto |
| 647 | 552.37 101.97 546.28 106.98 540 111 curveto |
| 648 | 523.46 121.6 503.14 129.55 485.81 135.08 curveto |
| 649 | stroke |
| 650 | 0 1 1 edgecolor |
| 651 | newpath 484.56 131.81 moveto |
| 652 | 476.01 138.07 lineto |
| 653 | 486.59 138.5 lineto |
| 654 | closepath fill |
| 655 | 1 setlinewidth |
| 656 | solid |
| 657 | 0 1 1 edgecolor |
| 658 | newpath 484.56 131.81 moveto |
| 659 | 476.01 138.07 lineto |
| 660 | 486.59 138.5 lineto |
| 661 | closepath stroke |
| 662 | 0 0 0 edgecolor |
| 663 | 14 /Times-Roman set_font |
| 664 | 497.5 137.4 moveto 39 (RR: []) alignedtext |
| 665 | grestore |
| 666 | % AGA->AAC |
| 667 | gsave |
| 668 | 1 setlinewidth |
| 669 | 0 0 0 edgecolor |
| 670 | newpath 279.8 110.73 moveto |
| 671 | 274.22 107.14 268.18 103.99 262 102 curveto |
| 672 | 244.37 96.33 223.9 96.27 206.57 97.97 curveto |
| 673 | stroke |
| 674 | 0 0 0 edgecolor |
| 675 | newpath 205.75 94.54 moveto |
| 676 | 196.25 99.22 lineto |
| 677 | 206.59 101.49 lineto |
| 678 | closepath fill |
| 679 | 1 setlinewidth |
| 680 | solid |
| 681 | 0 0 0 edgecolor |
| 682 | newpath 205.75 94.54 moveto |
| 683 | 196.25 99.22 lineto |
| 684 | 206.59 101.49 lineto |
| 685 | closepath stroke |
| 686 | 0 0 0 edgecolor |
| 687 | 14 /Times-Roman set_font |
| 688 | 220 107.4 moveto 36 (FF: []) alignedtext |
| 689 | grestore |
| 690 | % AGA->CAA |
| 691 | gsave |
| 692 | 1 setlinewidth |
| 693 | 0 1 1 edgecolor |
| 694 | newpath 336.33 137.02 moveto |
| 695 | 357.39 138.53 386.37 140.6 409.53 142.25 curveto |
| 696 | stroke |
| 697 | 0 1 1 edgecolor |
| 698 | newpath 409.49 145.76 moveto |
| 699 | 419.71 142.98 lineto |
| 700 | 409.99 138.78 lineto |
| 701 | closepath fill |
| 702 | 1 setlinewidth |
| 703 | solid |
| 704 | 0 1 1 edgecolor |
| 705 | newpath 409.49 145.76 moveto |
| 706 | 419.71 142.98 lineto |
| 707 | 409.99 138.78 lineto |
| 708 | closepath stroke |
| 709 | 0 0 0 edgecolor |
| 710 | 14 /Times-Roman set_font |
| 711 | 358.5 146.4 moveto 39 (RR: []) alignedtext |
| 712 | grestore |
| 713 | endpage |
| 714 | showpage |
| 715 | grestore |
| 716 | %%PageTrailer |
| 717 | %%EndPage: 1 |
| 718 | %%Trailer |
| 719 | %%Pages: 1 |
| 720 | %%BoundingBox: 36 36 658 313 |
| 721 | end |
| 722 | restore |
| 723 | %%EOF |