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 408 |
| 182 | %%PageOrientation: Portrait |
| 183 | 0 0 1 beginpage |
| 184 | gsave |
| 185 | 36 36 622 372 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 0 moveto |
| 192 | 0 130 lineto |
| 193 | 56 130 lineto |
| 194 | 56 0 lineto |
| 195 | closepath stroke |
| 196 | 0 0 0 nodecolor |
| 197 | 14 /Times-Roman set_font |
| 198 | 12.5 113.4 moveto 31 (AAA) alignedtext |
| 199 | 1 setlinewidth |
| 200 | 0 0 0 nodecolor |
| 201 | newpath 0 104 moveto |
| 202 | 56 104 lineto |
| 203 | stroke |
| 204 | 0 0 0 nodecolor |
| 205 | 14 /Times-Roman set_font |
| 206 | 14 87.4 moveto 28 (5':[]) alignedtext |
| 207 | 1 setlinewidth |
| 208 | 0 0 0 nodecolor |
| 209 | newpath 0 78 moveto |
| 210 | 56 78 lineto |
| 211 | stroke |
| 212 | 0 0 0 nodecolor |
| 213 | 14 /Times-Roman set_font |
| 214 | 8 61.4 moveto 40 (~5':[]) alignedtext |
| 215 | 1 setlinewidth |
| 216 | 0 0 0 nodecolor |
| 217 | newpath 0 52 moveto |
| 218 | 56 52 lineto |
| 219 | stroke |
| 220 | 0 0 0 nodecolor |
| 221 | 14 /Times-Roman set_font |
| 222 | 16.5 35.4 moveto 23 (1.0) alignedtext |
| 223 | 1 setlinewidth |
| 224 | 0 0 0 nodecolor |
| 225 | newpath 0 26 moveto |
| 226 | 56 26 lineto |
| 227 | stroke |
| 228 | 0 0 0 nodecolor |
| 229 | 14 /Times-Roman set_font |
| 230 | 12.5 9.4 moveto 31 (AAA) alignedtext |
| 231 | grestore |
| 232 | % AAC |
| 233 | gsave |
| 234 | 1 setlinewidth |
| 235 | 0 0 0 nodecolor |
| 236 | newpath 140 93 moveto |
| 237 | 140 223 lineto |
| 238 | 196 223 lineto |
| 239 | 196 93 lineto |
| 240 | closepath stroke |
| 241 | 0 0 0 nodecolor |
| 242 | 14 /Times-Roman set_font |
| 243 | 152.5 206.4 moveto 31 (AAC) alignedtext |
| 244 | 1 setlinewidth |
| 245 | 0 0 0 nodecolor |
| 246 | newpath 140 197 moveto |
| 247 | 196 197 lineto |
| 248 | stroke |
| 249 | 0 0 0 nodecolor |
| 250 | 14 /Times-Roman set_font |
| 251 | 154 180.4 moveto 28 (5':[]) alignedtext |
| 252 | 1 setlinewidth |
| 253 | 0 0 0 nodecolor |
| 254 | newpath 140 171 moveto |
| 255 | 196 171 lineto |
| 256 | stroke |
| 257 | 0 0 0 nodecolor |
| 258 | 14 /Times-Roman set_font |
| 259 | 148 154.4 moveto 40 (~5':[]) alignedtext |
| 260 | 1 setlinewidth |
| 261 | 0 0 0 nodecolor |
| 262 | newpath 140 145 moveto |
| 263 | 196 145 lineto |
| 264 | stroke |
| 265 | 0 0 0 nodecolor |
| 266 | 14 /Times-Roman set_font |
| 267 | 156.5 128.4 moveto 23 (1.0) alignedtext |
| 268 | 1 setlinewidth |
| 269 | 0 0 0 nodecolor |
| 270 | newpath 140 119 moveto |
| 271 | 196 119 lineto |
| 272 | stroke |
| 273 | 0 0 0 nodecolor |
| 274 | 14 /Times-Roman set_font |
| 275 | 152.5 102.4 moveto 31 (AAC) alignedtext |
| 276 | grestore |
| 277 | % AAA->AAC |
| 278 | gsave |
| 279 | 1 setlinewidth |
| 280 | 0 0 0 edgecolor |
| 281 | newpath 56.39 92.05 moveto |
| 282 | 62.04 96.93 68.07 101.79 74 106 curveto |
| 283 | 91.88 118.67 113.15 130.67 130.94 139.94 curveto |
| 284 | stroke |
| 285 | 0 0 0 edgecolor |
| 286 | newpath 129.38 143.08 moveto |
| 287 | 139.88 144.53 lineto |
| 288 | 132.58 136.85 lineto |
| 289 | closepath fill |
| 290 | 1 setlinewidth |
| 291 | solid |
| 292 | 0 0 0 edgecolor |
| 293 | newpath 129.38 143.08 moveto |
| 294 | 139.88 144.53 lineto |
| 295 | 132.58 136.85 lineto |
| 296 | closepath stroke |
| 297 | 0 0 0 edgecolor |
| 298 | 14 /Times-Roman set_font |
| 299 | 75.5 139.4 moveto 45 (FF: [1]) alignedtext |
| 300 | grestore |
| 301 | % CAA |
| 302 | gsave |
| 303 | 0 0 0.75294 nodecolor |
| 304 | newpath 420 112 moveto |
| 305 | 420 242 lineto |
| 306 | 476 242 lineto |
| 307 | 476 112 lineto |
| 308 | closepath fill |
| 309 | 1 setlinewidth |
| 310 | filled |
| 311 | 0 0 0 nodecolor |
| 312 | newpath 420 112 moveto |
| 313 | 420 242 lineto |
| 314 | 476 242 lineto |
| 315 | 476 112 lineto |
| 316 | closepath stroke |
| 317 | 0 0 0 nodecolor |
| 318 | 14 /Times-Roman set_font |
| 319 | 432.5 225.4 moveto 31 (CAA) alignedtext |
| 320 | 1 setlinewidth |
| 321 | filled |
| 322 | 0 0 0 nodecolor |
| 323 | newpath 420 216 moveto |
| 324 | 476 216 lineto |
| 325 | stroke |
| 326 | 0 0 0 nodecolor |
| 327 | 14 /Times-Roman set_font |
| 328 | 429.5 199.4 moveto 37 (5':[1]) alignedtext |
| 329 | 1 setlinewidth |
| 330 | filled |
| 331 | 0 0 0 nodecolor |
| 332 | newpath 420 190 moveto |
| 333 | 476 190 lineto |
| 334 | stroke |
| 335 | 0 0 0 nodecolor |
| 336 | 14 /Times-Roman set_font |
| 337 | 428 173.4 moveto 40 (~5':[]) alignedtext |
| 338 | 1 setlinewidth |
| 339 | filled |
| 340 | 0 0 0 nodecolor |
| 341 | newpath 420 164 moveto |
| 342 | 476 164 lineto |
| 343 | stroke |
| 344 | 0 0 0 nodecolor |
| 345 | 14 /Times-Roman set_font |
| 346 | 436.5 147.4 moveto 23 (1.0) alignedtext |
| 347 | 1 setlinewidth |
| 348 | filled |
| 349 | 0 0 0 nodecolor |
| 350 | newpath 420 138 moveto |
| 351 | 476 138 lineto |
| 352 | stroke |
| 353 | 0 0 0 nodecolor |
| 354 | 14 /Times-Roman set_font |
| 355 | 432.5 121.4 moveto 31 (CAA) alignedtext |
| 356 | grestore |
| 357 | % AAA->CAA |
| 358 | gsave |
| 359 | 1 setlinewidth |
| 360 | 0 1 1 edgecolor |
| 361 | newpath 56.39 56.91 moveto |
| 362 | 123.26 39.65 293.24 6.5 402 80 curveto |
| 363 | 410.78 85.93 417.92 94.01 423.73 102.99 curveto |
| 364 | stroke |
| 365 | 0 1 1 edgecolor |
| 366 | newpath 420.83 104.97 moveto |
| 367 | 428.9 111.84 lineto |
| 368 | 426.88 101.44 lineto |
| 369 | closepath fill |
| 370 | 1 setlinewidth |
| 371 | solid |
| 372 | 0 1 1 edgecolor |
| 373 | newpath 420.83 104.97 moveto |
| 374 | 428.9 111.84 lineto |
| 375 | 426.88 101.44 lineto |
| 376 | closepath stroke |
| 377 | 0 0 0 edgecolor |
| 378 | 14 /Times-Roman set_font |
| 379 | 214 40.4 moveto 48 (RR: [1]) alignedtext |
| 380 | grestore |
| 381 | % AAC->AAA |
| 382 | gsave |
| 383 | 1 setlinewidth |
| 384 | 0 1 1 edgecolor |
| 385 | newpath 139.81 101.19 moveto |
| 386 | 134.63 94.65 128.71 88.66 122 84 curveto |
| 387 | 105.81 72.75 84.48 67.85 66.24 65.82 curveto |
| 388 | stroke |
| 389 | 0 1 1 edgecolor |
| 390 | newpath 66.46 62.33 moveto |
| 391 | 56.19 64.95 lineto |
| 392 | 65.85 69.3 lineto |
| 393 | closepath fill |
| 394 | 1 setlinewidth |
| 395 | solid |
| 396 | 0 1 1 edgecolor |
| 397 | newpath 66.46 62.33 moveto |
| 398 | 56.19 64.95 lineto |
| 399 | 65.85 69.3 lineto |
| 400 | closepath stroke |
| 401 | 0 0 0 edgecolor |
| 402 | 14 /Times-Roman set_font |
| 403 | 74 89.4 moveto 48 (RR: [1]) alignedtext |
| 404 | grestore |
| 405 | % ACA |
| 406 | gsave |
| 407 | 1 setlinewidth |
| 408 | 0 0 0 nodecolor |
| 409 | newpath 558 234 moveto |
| 410 | 558 364 lineto |
| 411 | 614 364 lineto |
| 412 | 614 234 lineto |
| 413 | closepath stroke |
| 414 | 0 0 0 nodecolor |
| 415 | 14 /Times-Roman set_font |
| 416 | 571 347.4 moveto 30 (ACA) alignedtext |
| 417 | 1 setlinewidth |
| 418 | 0 0 0 nodecolor |
| 419 | newpath 558 338 moveto |
| 420 | 614 338 lineto |
| 421 | stroke |
| 422 | 0 0 0 nodecolor |
| 423 | 14 /Times-Roman set_font |
| 424 | 572 321.4 moveto 28 (5':[]) alignedtext |
| 425 | 1 setlinewidth |
| 426 | 0 0 0 nodecolor |
| 427 | newpath 558 312 moveto |
| 428 | 614 312 lineto |
| 429 | stroke |
| 430 | 0 0 0 nodecolor |
| 431 | 14 /Times-Roman set_font |
| 432 | 566 295.4 moveto 40 (~5':[]) alignedtext |
| 433 | 1 setlinewidth |
| 434 | 0 0 0 nodecolor |
| 435 | newpath 558 286 moveto |
| 436 | 614 286 lineto |
| 437 | stroke |
| 438 | 0 0 0 nodecolor |
| 439 | 14 /Times-Roman set_font |
| 440 | 574.5 269.4 moveto 23 (3.0) alignedtext |
| 441 | 1 setlinewidth |
| 442 | 0 0 0 nodecolor |
| 443 | newpath 558 260 moveto |
| 444 | 614 260 lineto |
| 445 | stroke |
| 446 | 0 0 0 nodecolor |
| 447 | 14 /Times-Roman set_font |
| 448 | 571 243.4 moveto 30 (ACA) alignedtext |
| 449 | grestore |
| 450 | % AAC->ACA |
| 451 | gsave |
| 452 | 1 setlinewidth |
| 453 | 0 1 1 edgecolor |
| 454 | newpath 186.26 223.21 moveto |
| 455 | 193 238.44 202.02 253.54 214 265 curveto |
| 456 | 261.84 310.79 288.72 304.87 354 316 curveto |
| 457 | 383.7 321.07 470.34 325.59 540 314 curveto |
| 458 | 542.54 313.58 545.13 313.04 547.72 312.43 curveto |
| 459 | stroke |
| 460 | 0 1 1 edgecolor |
| 461 | newpath 548.9 315.73 moveto |
| 462 | 557.62 309.72 lineto |
| 463 | 547.05 308.98 lineto |
| 464 | closepath fill |
| 465 | 1 setlinewidth |
| 466 | solid |
| 467 | 0 1 1 edgecolor |
| 468 | newpath 548.9 315.73 moveto |
| 469 | 557.62 309.72 lineto |
| 470 | 547.05 308.98 lineto |
| 471 | closepath stroke |
| 472 | 0 0 0 edgecolor |
| 473 | 14 /Times-Roman set_font |
| 474 | 354 325.4 moveto 48 (RR: [0]) alignedtext |
| 475 | grestore |
| 476 | % AGA |
| 477 | gsave |
| 478 | 1 setlinewidth |
| 479 | 0 0 0 nodecolor |
| 480 | newpath 558 63 moveto |
| 481 | 558 193 lineto |
| 482 | 614 193 lineto |
| 483 | 614 63 lineto |
| 484 | closepath stroke |
| 485 | 0 0 0 nodecolor |
| 486 | 14 /Times-Roman set_font |
| 487 | 570.5 176.4 moveto 31 (AGA) alignedtext |
| 488 | 1 setlinewidth |
| 489 | 0 0 0 nodecolor |
| 490 | newpath 558 167 moveto |
| 491 | 614 167 lineto |
| 492 | stroke |
| 493 | 0 0 0 nodecolor |
| 494 | 14 /Times-Roman set_font |
| 495 | 572 150.4 moveto 28 (5':[]) alignedtext |
| 496 | 1 setlinewidth |
| 497 | 0 0 0 nodecolor |
| 498 | newpath 558 141 moveto |
| 499 | 614 141 lineto |
| 500 | stroke |
| 501 | 0 0 0 nodecolor |
| 502 | 14 /Times-Roman set_font |
| 503 | 566 124.4 moveto 40 (~5':[]) alignedtext |
| 504 | 1 setlinewidth |
| 505 | 0 0 0 nodecolor |
| 506 | newpath 558 115 moveto |
| 507 | 614 115 lineto |
| 508 | stroke |
| 509 | 0 0 0 nodecolor |
| 510 | 14 /Times-Roman set_font |
| 511 | 574.5 98.4 moveto 23 (2.0) alignedtext |
| 512 | 1 setlinewidth |
| 513 | 0 0 0 nodecolor |
| 514 | newpath 558 89 moveto |
| 515 | 614 89 lineto |
| 516 | stroke |
| 517 | 0 0 0 nodecolor |
| 518 | 14 /Times-Roman set_font |
| 519 | 570.5 72.4 moveto 31 (AGA) alignedtext |
| 520 | grestore |
| 521 | % AAC->AGA |
| 522 | gsave |
| 523 | 1 setlinewidth |
| 524 | 0 1 1 edgecolor |
| 525 | newpath 196.11 139.68 moveto |
| 526 | 217.98 126.58 249.62 110.06 280 103 curveto |
| 527 | 392.57 76.85 427.89 78.93 540 107 curveto |
| 528 | 542.79 107.7 545.63 108.56 548.45 109.54 curveto |
| 529 | stroke |
| 530 | 0 1 1 edgecolor |
| 531 | newpath 547.29 112.85 moveto |
| 532 | 557.88 113.22 lineto |
| 533 | 549.83 106.33 lineto |
| 534 | closepath fill |
| 535 | 1 setlinewidth |
| 536 | solid |
| 537 | 0 1 1 edgecolor |
| 538 | newpath 547.29 112.85 moveto |
| 539 | 557.88 113.22 lineto |
| 540 | 549.83 106.33 lineto |
| 541 | closepath stroke |
| 542 | 0 0 0 edgecolor |
| 543 | 14 /Times-Roman set_font |
| 544 | 354 93.4 moveto 48 (RR: [0]) alignedtext |
| 545 | grestore |
| 546 | % CCC |
| 547 | gsave |
| 548 | 1 setlinewidth |
| 549 | 0 0 0 nodecolor |
| 550 | newpath 280 112 moveto |
| 551 | 280 242 lineto |
| 552 | 336 242 lineto |
| 553 | 336 112 lineto |
| 554 | closepath stroke |
| 555 | 0 0 0 nodecolor |
| 556 | 14 /Times-Roman set_font |
| 557 | 293 225.4 moveto 30 (CCC) alignedtext |
| 558 | 1 setlinewidth |
| 559 | 0 0 0 nodecolor |
| 560 | newpath 280 216 moveto |
| 561 | 336 216 lineto |
| 562 | stroke |
| 563 | 0 0 0 nodecolor |
| 564 | 14 /Times-Roman set_font |
| 565 | 294 199.4 moveto 28 (5':[]) alignedtext |
| 566 | 1 setlinewidth |
| 567 | 0 0 0 nodecolor |
| 568 | newpath 280 190 moveto |
| 569 | 336 190 lineto |
| 570 | stroke |
| 571 | 0 0 0 nodecolor |
| 572 | 14 /Times-Roman set_font |
| 573 | 288 173.4 moveto 40 (~5':[]) alignedtext |
| 574 | 1 setlinewidth |
| 575 | 0 0 0 nodecolor |
| 576 | newpath 280 164 moveto |
| 577 | 336 164 lineto |
| 578 | stroke |
| 579 | 0 0 0 nodecolor |
| 580 | 14 /Times-Roman set_font |
| 581 | 296.5 147.4 moveto 23 (2.0) alignedtext |
| 582 | 1 setlinewidth |
| 583 | 0 0 0 nodecolor |
| 584 | newpath 280 138 moveto |
| 585 | 336 138 lineto |
| 586 | stroke |
| 587 | 0 0 0 nodecolor |
| 588 | 14 /Times-Roman set_font |
| 589 | 293 121.4 moveto 30 (CCC) alignedtext |
| 590 | grestore |
| 591 | % AAC->CCC |
| 592 | gsave |
| 593 | 1 setlinewidth |
| 594 | 0 1 1 edgecolor |
| 595 | newpath 196.18 163.16 moveto |
| 596 | 202.06 164.16 208.22 165.16 214 166 curveto |
| 597 | 232.31 168.66 252.71 171.11 269.8 173.02 curveto |
| 598 | stroke |
| 599 | 0 1 1 edgecolor |
| 600 | newpath 269.66 176.52 moveto |
| 601 | 279.98 174.13 lineto |
| 602 | 270.42 169.56 lineto |
| 603 | closepath fill |
| 604 | 1 setlinewidth |
| 605 | solid |
| 606 | 0 1 1 edgecolor |
| 607 | newpath 269.66 176.52 moveto |
| 608 | 279.98 174.13 lineto |
| 609 | 270.42 169.56 lineto |
| 610 | closepath stroke |
| 611 | 0 0 0 edgecolor |
| 612 | 14 /Times-Roman set_font |
| 613 | 214 176.4 moveto 48 (RR: [0]) alignedtext |
| 614 | grestore |
| 615 | % CAA->AAA |
| 616 | gsave |
| 617 | 1 setlinewidth |
| 618 | 0 0 0 edgecolor |
| 619 | newpath 436.82 111.92 moveto |
| 620 | 430.07 89.95 419.27 66.97 402 51 curveto |
| 621 | 354.57 7.15 326 20.75 262 12 curveto |
| 622 | 178.36 .57 153.22 9.86 74 39 curveto |
| 623 | 71.08 40.07 68.13 41.32 65.2 42.67 curveto |
| 624 | stroke |
| 625 | 0 0 0 edgecolor |
| 626 | newpath 63.39 39.67 moveto |
| 627 | 56.02 47.28 lineto |
| 628 | 66.53 45.92 lineto |
| 629 | closepath fill |
| 630 | 1 setlinewidth |
| 631 | solid |
| 632 | 0 0 0 edgecolor |
| 633 | newpath 63.39 39.67 moveto |
| 634 | 56.02 47.28 lineto |
| 635 | 66.53 45.92 lineto |
| 636 | closepath stroke |
| 637 | 0 0 0 edgecolor |
| 638 | 14 /Times-Roman set_font |
| 639 | 215.5 17.4 moveto 45 (FF: [1]) alignedtext |
| 640 | grestore |
| 641 | % CAA->ACA |
| 642 | gsave |
| 643 | 1 setlinewidth |
| 644 | 0 0 0 edgecolor |
| 645 | newpath 476.17 176.33 moveto |
| 646 | 495.99 177.29 522.08 181.59 540 196 curveto |
| 647 | 549.63 203.75 557.31 213.94 563.42 224.89 curveto |
| 648 | stroke |
| 649 | 0 0 0 edgecolor |
| 650 | newpath 560.31 226.5 moveto |
| 651 | 567.98 233.81 lineto |
| 652 | 566.54 223.31 lineto |
| 653 | closepath fill |
| 654 | 1 setlinewidth |
| 655 | solid |
| 656 | 0 0 0 edgecolor |
| 657 | newpath 560.31 226.5 moveto |
| 658 | 567.98 233.81 lineto |
| 659 | 566.54 223.31 lineto |
| 660 | closepath stroke |
| 661 | 0 0 0 edgecolor |
| 662 | 14 /Times-Roman set_font |
| 663 | 494.5 201.4 moveto 45 (FF: [0]) alignedtext |
| 664 | grestore |
| 665 | % CAA->AGA |
| 666 | gsave |
| 667 | 1 setlinewidth |
| 668 | 0 0 0 edgecolor |
| 669 | newpath 476.14 165.74 moveto |
| 670 | 482.02 163.46 488.2 161.11 494 159 curveto |
| 671 | 511.58 152.6 531.2 145.93 547.8 140.42 curveto |
| 672 | stroke |
| 673 | 0 0 0 edgecolor |
| 674 | newpath 549.29 143.61 moveto |
| 675 | 557.69 137.15 lineto |
| 676 | 547.1 136.96 lineto |
| 677 | closepath fill |
| 678 | 1 setlinewidth |
| 679 | solid |
| 680 | 0 0 0 edgecolor |
| 681 | newpath 549.29 143.61 moveto |
| 682 | 557.69 137.15 lineto |
| 683 | 547.1 136.96 lineto |
| 684 | closepath stroke |
| 685 | 0 0 0 edgecolor |
| 686 | 14 /Times-Roman set_font |
| 687 | 494.5 164.4 moveto 45 (FF: [0]) alignedtext |
| 688 | grestore |
| 689 | % CAA->CCC |
| 690 | gsave |
| 691 | 1 setlinewidth |
| 692 | 0 0 0 edgecolor |
| 693 | newpath 419.89 162.63 moveto |
| 694 | 414.11 160.3 407.97 158.24 402 157 curveto |
| 695 | 381.11 152.66 374.89 152.66 354 157 curveto |
| 696 | 351.2 157.58 348.37 158.34 345.55 159.23 curveto |
| 697 | stroke |
| 698 | 0 0 0 edgecolor |
| 699 | newpath 344.33 155.95 moveto |
| 700 | 336.11 162.63 lineto |
| 701 | 346.71 162.53 lineto |
| 702 | closepath fill |
| 703 | 1 setlinewidth |
| 704 | solid |
| 705 | 0 0 0 edgecolor |
| 706 | newpath 344.33 155.95 moveto |
| 707 | 336.11 162.63 lineto |
| 708 | 346.71 162.53 lineto |
| 709 | closepath stroke |
| 710 | 0 0 0 edgecolor |
| 711 | 14 /Times-Roman set_font |
| 712 | 355.5 162.4 moveto 45 (FF: [0]) alignedtext |
| 713 | grestore |
| 714 | % ACA->AAC |
| 715 | gsave |
| 716 | 1 setlinewidth |
| 717 | 0 0 0 edgecolor |
| 718 | newpath 557.68 300.43 moveto |
| 719 | 502.6 302.3 377.84 302.1 280 269 curveto |
| 720 | 249.48 258.67 237.78 260.74 214 239 curveto |
| 721 | 209.72 235.09 205.73 230.68 202.04 225.99 curveto |
| 722 | stroke |
| 723 | 0 0 0 edgecolor |
| 724 | newpath 204.84 223.89 moveto |
| 725 | 196.12 217.88 lineto |
| 726 | 199.19 228.02 lineto |
| 727 | closepath fill |
| 728 | 1 setlinewidth |
| 729 | solid |
| 730 | 0 0 0 edgecolor |
| 731 | newpath 204.84 223.89 moveto |
| 732 | 196.12 217.88 lineto |
| 733 | 199.19 228.02 lineto |
| 734 | closepath stroke |
| 735 | 0 0 0 edgecolor |
| 736 | 14 /Times-Roman set_font |
| 737 | 360 299.4 moveto 36 (FF: []) alignedtext |
| 738 | grestore |
| 739 | % ACA->CAA |
| 740 | gsave |
| 741 | 1 setlinewidth |
| 742 | 0 1 1 edgecolor |
| 743 | newpath 557.78 274.23 moveto |
| 744 | 539.55 258.22 515.35 236.91 494 218 curveto |
| 745 | 490.67 215.05 487.2 211.97 483.73 208.89 curveto |
| 746 | stroke |
| 747 | 0 1 1 edgecolor |
| 748 | newpath 485.99 206.21 moveto |
| 749 | 476.2 202.18 lineto |
| 750 | 481.34 211.44 lineto |
| 751 | closepath fill |
| 752 | 1 setlinewidth |
| 753 | solid |
| 754 | 0 1 1 edgecolor |
| 755 | newpath 485.99 206.21 moveto |
| 756 | 476.2 202.18 lineto |
| 757 | 481.34 211.44 lineto |
| 758 | closepath stroke |
| 759 | 0 0 0 edgecolor |
| 760 | 14 /Times-Roman set_font |
| 761 | 497.5 262.4 moveto 39 (RR: []) alignedtext |
| 762 | grestore |
| 763 | % AGA->AAC |
| 764 | gsave |
| 765 | 1 setlinewidth |
| 766 | 0 0 0 edgecolor |
| 767 | newpath 566.78 193.12 moveto |
| 768 | 557.08 223.81 546.1 254.68 540 259 curveto |
| 769 | 516.42 275.71 307 261.32 280 251 curveto |
| 770 | 250.77 239.83 223.62 217.71 203.38 197.85 curveto |
| 771 | stroke |
| 772 | 0 0 0 edgecolor |
| 773 | newpath 205.77 195.29 moveto |
| 774 | 196.24 190.66 lineto |
| 775 | 200.8 200.22 lineto |
| 776 | closepath fill |
| 777 | 1 setlinewidth |
| 778 | solid |
| 779 | 0 0 0 edgecolor |
| 780 | newpath 205.77 195.29 moveto |
| 781 | 196.24 190.66 lineto |
| 782 | 200.8 200.22 lineto |
| 783 | closepath stroke |
| 784 | 0 0 0 edgecolor |
| 785 | 14 /Times-Roman set_font |
| 786 | 360 269.4 moveto 36 (FF: []) alignedtext |
| 787 | grestore |
| 788 | % AGA->CAA |
| 789 | gsave |
| 790 | 1 setlinewidth |
| 791 | 0 1 1 edgecolor |
| 792 | newpath 557.66 117.27 moveto |
| 793 | 538.74 111.88 513.78 108.34 494 118 curveto |
| 794 | 490.36 119.78 486.93 122 483.7 124.52 curveto |
| 795 | stroke |
| 796 | 0 1 1 edgecolor |
| 797 | newpath 481.2 122.07 moveto |
| 798 | 476.11 131.36 lineto |
| 799 | 485.89 127.27 lineto |
| 800 | closepath fill |
| 801 | 1 setlinewidth |
| 802 | solid |
| 803 | 0 1 1 edgecolor |
| 804 | newpath 481.2 122.07 moveto |
| 805 | 476.11 131.36 lineto |
| 806 | 485.89 127.27 lineto |
| 807 | closepath stroke |
| 808 | 0 0 0 edgecolor |
| 809 | 14 /Times-Roman set_font |
| 810 | 497.5 123.4 moveto 39 (RR: []) alignedtext |
| 811 | grestore |
| 812 | % CCC->AAC |
| 813 | gsave |
| 814 | 1 setlinewidth |
| 815 | 0 0 0 edgecolor |
| 816 | newpath 279.8 152.73 moveto |
| 817 | 274.22 149.14 268.18 145.99 262 144 curveto |
| 818 | 244.01 138.21 223.31 140.41 205.91 144.6 curveto |
| 819 | stroke |
| 820 | 0 0 0 edgecolor |
| 821 | newpath 204.84 141.26 moveto |
| 822 | 196.1 147.25 lineto |
| 823 | 206.67 148.02 lineto |
| 824 | closepath fill |
| 825 | 1 setlinewidth |
| 826 | solid |
| 827 | 0 0 0 edgecolor |
| 828 | newpath 204.84 141.26 moveto |
| 829 | 196.1 147.25 lineto |
| 830 | 206.67 148.02 lineto |
| 831 | closepath stroke |
| 832 | 0 0 0 edgecolor |
| 833 | 14 /Times-Roman set_font |
| 834 | 220 149.4 moveto 36 (FF: []) alignedtext |
| 835 | grestore |
| 836 | % CCC->CAA |
| 837 | gsave |
| 838 | 1 setlinewidth |
| 839 | 0 1 1 edgecolor |
| 840 | newpath 336.33 177 moveto |
| 841 | 357.39 177 386.37 177 409.53 177 curveto |
| 842 | stroke |
| 843 | 0 1 1 edgecolor |
| 844 | newpath 409.71 180.5 moveto |
| 845 | 419.71 177 lineto |
| 846 | 409.71 173.5 lineto |
| 847 | closepath fill |
| 848 | 1 setlinewidth |
| 849 | solid |
| 850 | 0 1 1 edgecolor |
| 851 | newpath 409.71 180.5 moveto |
| 852 | 419.71 177 lineto |
| 853 | 409.71 173.5 lineto |
| 854 | closepath stroke |
| 855 | 0 0 0 edgecolor |
| 856 | 14 /Times-Roman set_font |
| 857 | 358.5 182.4 moveto 39 (RR: []) alignedtext |
| 858 | grestore |
| 859 | endpage |
| 860 | showpage |
| 861 | grestore |
| 862 | %%PageTrailer |
| 863 | %%EndPage: 1 |
| 864 | %%Trailer |
| 865 | %%Pages: 1 |
| 866 | %%BoundingBox: 36 36 658 408 |
| 867 | end |
| 868 | restore |
| 869 | %%EOF |