| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 946 249 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 910 213 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 19 moveto |
| 0 123 lineto |
| 56 123 lineto |
| 56 19 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 13 106.4 moveto 30 (CCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 97 moveto |
| 56 97 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 80.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 71 moveto |
| 56 71 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 54.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 45 moveto |
| 56 45 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 28.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 82 moveto |
| 140 186 lineto |
| 196 186 lineto |
| 196 82 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 169.4 moveto 31 (CAG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 160 moveto |
| 196 160 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 143.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 134 moveto |
| 196 134 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 117.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 108 moveto |
| 196 108 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 91.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CCA->CAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56 98.12 moveto |
| 61.65 102.58 67.77 106.78 74 110 curveto |
| 91.26 118.91 112.06 124.67 129.69 128.3 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 129.18 131.76 moveto |
| 139.66 130.2 lineto |
| 130.49 124.89 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 129.18 131.76 moveto |
| 139.66 130.2 lineto |
| 130.49 124.89 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 131.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 846 20 moveto |
| 846 124 lineto |
| 902 124 lineto |
| 902 20 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 859 107.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 846 98 moveto |
| 902 98 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 860 81.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 846 72 moveto |
| 902 72 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 854 55.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 846 46 moveto |
| 902 46 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 862.5 29.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.03 65.57 moveto |
| 84.21 60.6 128.95 54 168 54 curveto |
| 168 54 168 54 734 54 curveto |
| 768.66 54 807.75 59.49 835.8 64.41 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 835.52 67.92 moveto |
| 845.98 66.26 lineto |
| 836.76 61.03 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 835.52 67.92 moveto |
| 845.98 66.26 lineto |
| 836.76 61.03 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 432 59.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CAG->CCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 139.99 100.84 moveto |
| 134.48 95.9 128.4 91.35 122 88 curveto |
| 104.93 79.06 83.99 74.74 66.21 72.68 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.45 69.18 moveto |
| 56.16 71.71 lineto |
| 65.78 76.15 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.45 69.18 moveto |
| 56.16 71.71 lineto |
| 65.78 76.15 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 93.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 280.5 101 moveto |
| 280.5 205 lineto |
| 345.5 205 lineto |
| 345.5 101 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 280.5 101 moveto |
| 280.5 205 lineto |
| 345.5 205 lineto |
| 345.5 101 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 297.5 188.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 280.5 179 moveto |
| 345.5 179 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 299 162.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 280.5 153 moveto |
| 345.5 153 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 288.5 136.4 moveto 49 (~5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 280.5 127 moveto |
| 345.5 127 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 301.5 110.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CAG->AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 196 142.95 moveto |
| 201.89 144.54 208.11 146 214 147 curveto |
| 232.14 150.08 252.38 151.63 269.8 152.4 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 270.13 155.91 moveto |
| 280.25 152.78 lineto |
| 270.38 148.91 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 270.13 155.91 moveto |
| 280.25 152.78 lineto |
| 270.38 148.91 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215.5 156.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 845.86 47.42 moveto |
| 819.02 26.57 776.5 0 734 0 curveto |
| 168 0 168 0 168 0 curveto |
| 129.76 0 91.38 21.33 64.5 40.61 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 62.15 38 moveto |
| 56.2 46.76 lineto |
| 66.31 43.62 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 62.15 38 moveto |
| 56.2 46.76 lineto |
| 66.31 43.62 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 433.5 5.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % GCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 706 82 moveto |
| 706 186 lineto |
| 762 186 lineto |
| 762 82 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 718.5 169.4 moveto 31 (GCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 706 160 moveto |
| 762 160 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 720 143.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 706 134 moveto |
| 762 134 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 714 117.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 706 108 moveto |
| 762 108 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 722.5 91.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CCC->GCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 845.97 74.07 moveto |
| 826.57 76.41 800.63 81.4 780 92 curveto |
| 776.68 93.71 773.42 95.72 770.26 97.92 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 767.98 95.26 moveto |
| 762.17 104.11 lineto |
| 772.24 100.81 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 767.98 95.26 moveto |
| 762.17 104.11 lineto |
| 772.24 100.81 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 780 97.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGA->CAG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 280.28 135.06 moveto |
| 274.36 132.55 268.11 130.37 262 129 curveto |
| 244.04 124.98 223.69 125.47 206.52 127.27 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 205.8 123.84 moveto |
| 196.3 128.54 lineto |
| 206.66 130.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 205.8 123.84 moveto |
| 196.3 128.54 lineto |
| 206.66 130.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 134.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CTC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 428 95 moveto |
| 428 199 lineto |
| 484 199 lineto |
| 484 95 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 182.4 moveto 28 (CTC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 428 173 moveto |
| 484 173 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 156.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 428 147 moveto |
| 484 147 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 436 130.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 428 121 moveto |
| 484 121 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 444.5 104.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AGA->CTC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 345.81 151.62 moveto |
| 367.16 150.73 395.11 149.55 417.51 148.61 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 417.85 152.1 moveto |
| 427.69 148.19 lineto |
| 417.55 145.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 417.85 152.1 moveto |
| 427.69 148.19 lineto |
| 417.55 145.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 364 155.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % CTC->AGA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 427.95 131.92 moveto |
| 422.17 129.47 416 127.31 410 126 curveto |
| 390.02 121.66 383.84 121.07 364 126 curveto |
| 360.99 126.75 357.95 127.71 354.95 128.83 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 353.37 125.7 moveto |
| 345.53 132.83 lineto |
| 356.1 132.14 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 353.37 125.7 moveto |
| 345.53 132.83 lineto |
| 356.1 132.14 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 364 131.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 566 95 moveto |
| 566 199 lineto |
| 622 199 lineto |
| 622 95 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 578.5 182.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 566 173 moveto |
| 622 173 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 580 156.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 566 147 moveto |
| 622 147 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 574 130.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 566 121 moveto |
| 622 121 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 582.5 104.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CTC->AGC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 484.26 147 moveto |
| 504.82 147 532.89 147 555.5 147 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 555.78 150.5 moveto |
| 565.78 147 lineto |
| 555.78 143.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 555.78 150.5 moveto |
| 565.78 147 lineto |
| 555.78 143.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 502 152.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % GCC->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 762.3 130.12 moveto |
| 781.58 126.68 807.28 120.53 828 110 curveto |
| 831.29 108.33 834.55 106.39 837.73 104.29 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 839.83 107.08 moveto |
| 845.92 98.41 lineto |
| 835.75 101.4 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 839.83 107.08 moveto |
| 845.92 98.41 lineto |
| 835.75 101.4 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 781.5 131.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % GCC->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 705.84 114.38 moveto |
| 700.17 111.33 694.08 108.65 688 107 curveto |
| 667.41 101.4 659.98 99.53 640 107 curveto |
| 636.73 108.22 633.54 109.8 630.46 111.61 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 628.43 108.75 moveto |
| 622.11 117.25 lineto |
| 632.35 114.55 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 628.43 108.75 moveto |
| 622.11 117.25 lineto |
| 632.35 114.55 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 640 112.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGC->CTC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 565.77 128.1 moveto |
| 560.11 125.17 554.03 122.59 548 121 curveto |
| 528.23 115.8 521.77 115.8 502 121 curveto |
| 499.17 121.74 496.34 122.71 493.54 123.82 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 491.85 120.74 moveto |
| 484.23 128.1 lineto |
| 494.77 127.1 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 491.85 120.74 moveto |
| 484.23 128.1 lineto |
| 494.77 127.1 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 502 126.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % AGC->GCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 622.33 144.37 moveto |
| 643.39 142.41 672.37 139.72 695.53 137.57 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 696.08 141.04 moveto |
| 705.71 136.63 lineto |
| 695.43 134.07 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 696.08 141.04 moveto |
| 705.71 136.63 lineto |
| 695.43 134.07 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 641.5 147.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 946 249 |
| end |
| restore |
| %%EOF |