| %!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 1032 360 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 996 324 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 (2.0) alignedtext |
| grestore |
| % CAG |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 154.5 85 moveto |
| 154.5 189 lineto |
| 219.5 189 lineto |
| 219.5 85 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154.5 85 moveto |
| 154.5 189 lineto |
| 219.5 189 lineto |
| 219.5 85 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 171.5 172.4 moveto 31 (CAG) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154.5 163 moveto |
| 219.5 163 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 173 146.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154.5 137 moveto |
| 219.5 137 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 162.5 120.4 moveto 49 (~5':[2]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154.5 111 moveto |
| 219.5 111 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 175.5 94.4 moveto 23 (3.0) alignedtext |
| grestore |
| % CCA->CAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.22 98.4 moveto |
| 61.79 102.77 67.84 106.88 74 110 curveto |
| 95.9 121.09 122.52 127.74 144.42 131.66 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 144 135.14 moveto |
| 154.44 133.33 lineto |
| 145.15 128.24 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 144 135.14 moveto |
| 154.44 133.33 lineto |
| 145.15 128.24 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 134.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 932 20 moveto |
| 932 124 lineto |
| 988 124 lineto |
| 988 20 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 945 107.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 932 98 moveto |
| 988 98 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 946 81.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 932 72 moveto |
| 988 72 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 940 55.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 932 46 moveto |
| 988 46 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 948.5 29.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.05 66.17 moveto |
| 87.74 61.15 140.92 54 187 54 curveto |
| 187 54 187 54 806 54 curveto |
| 845.66 54 890.68 59.96 921.76 65.02 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 921.29 68.5 moveto |
| 931.73 66.7 lineto |
| 922.45 61.59 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 921.29 68.5 moveto |
| 931.73 66.7 lineto |
| 922.45 61.59 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 466.5 59.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % CAG->CCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 154.41 100.33 moveto |
| 148.7 95.56 142.49 91.22 136 88 curveto |
| 114.38 77.27 87.58 73 66.09 71.43 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.19 67.93 moveto |
| 56.01 70.85 lineto |
| 65.8 74.92 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.19 67.93 moveto |
| 56.01 70.85 lineto |
| 65.8 74.92 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 93.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 304.5 129 moveto |
| 304.5 233 lineto |
| 369.5 233 lineto |
| 369.5 129 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 304.5 129 moveto |
| 304.5 233 lineto |
| 369.5 233 lineto |
| 369.5 129 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 321.5 216.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 304.5 207 moveto |
| 369.5 207 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 323 190.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 304.5 181 moveto |
| 369.5 181 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 312.5 164.4 moveto 49 (~5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 304.5 155 moveto |
| 369.5 155 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 325.5 138.4 moveto 23 (3.0) alignedtext |
| grestore |
| % CAG->AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 219.69 150.57 moveto |
| 225.72 152.87 232.01 155.11 238 157 curveto |
| 256.19 162.74 276.62 167.9 294.18 171.96 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 293.62 175.42 moveto |
| 304.14 174.21 lineto |
| 295.16 168.59 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 293.62 175.42 moveto |
| 304.14 174.21 lineto |
| 295.16 168.59 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 239.5 174.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 931.75 49.61 moveto |
| 902.18 28.48 853.52 0 806 0 curveto |
| 187 0 187 0 187 0 curveto |
| 142.15 0 95.88 23.84 64.91 43.9 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 62.58 41.24 moveto |
| 56.2 49.7 lineto |
| 66.46 47.07 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 62.58 41.24 moveto |
| 56.2 49.7 lineto |
| 66.46 47.07 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 468 5.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 83 moveto |
| 778 187 lineto |
| 834 187 lineto |
| 834 83 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 790.5 170.4 moveto 31 (GCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 161 moveto |
| 834 161 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 792 144.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 135 moveto |
| 834 135 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 786 118.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 109 moveto |
| 834 109 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 794.5 92.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CCC->GCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 931.58 73.32 moveto |
| 908.97 75.33 877.08 80.38 852 93 curveto |
| 848.66 94.68 845.39 96.67 842.22 98.85 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 839.96 96.18 moveto |
| 834.12 105.02 lineto |
| 844.2 101.75 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 839.96 96.18 moveto |
| 834.12 105.02 lineto |
| 844.2 101.75 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 852.5 98.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % AGA->CAG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 304.44 149.04 moveto |
| 298.68 144.97 292.45 141.39 286 139 curveto |
| 268.35 132.46 247.68 131.15 229.81 131.79 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 229.44 128.31 moveto |
| 219.65 132.37 lineto |
| 229.84 135.3 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 229.44 128.31 moveto |
| 219.65 132.37 lineto |
| 229.84 135.3 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 238 144.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CTC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 212 moveto |
| 469 316 lineto |
| 525 316 lineto |
| 525 212 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 483 299.4 moveto 28 (CTC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 290 moveto |
| 525 290 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 483 273.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 264 moveto |
| 525 264 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 477 247.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 238 moveto |
| 525 238 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 485.5 221.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AGA->CTC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 369.7 226.47 moveto |
| 375.28 232.01 381.42 237.08 388 241 curveto |
| 409.37 253.73 436.79 259.47 458.78 262.04 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 458.47 265.52 moveto |
| 468.77 263.03 lineto |
| 459.16 258.56 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 458.47 265.52 moveto |
| 468.77 263.03 lineto |
| 459.16 258.56 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 388 265.4 moveto 60 (FR: [1,2]) alignedtext |
| grestore |
| % AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 90 moveto |
| 469 194 lineto |
| 525 194 lineto |
| 525 90 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 481 177.4 moveto 32 (AAG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 168 moveto |
| 525 168 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 483 151.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 142 moveto |
| 525 142 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 477 125.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 469 116 moveto |
| 525 116 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 485.5 99.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AGA->AAG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 369.82 175.72 moveto |
| 392.06 171.85 422.02 166.04 448 159 curveto |
| 451.65 158.01 455.42 156.89 459.17 155.71 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 460.57 158.93 moveto |
| 468.96 152.47 lineto |
| 458.37 152.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 460.57 158.93 moveto |
| 468.96 152.47 lineto |
| 458.37 152.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 394 176.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CTC->AGA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 468.79 234.5 moveto |
| 462.35 228.82 455.25 223.31 448 219 curveto |
| 426.84 206.42 400.92 197.25 379.45 191.07 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 380.19 187.65 moveto |
| 369.62 188.36 lineto |
| 378.33 194.39 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 380.19 187.65 moveto |
| 369.62 188.36 lineto |
| 378.33 194.39 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 388 224.4 moveto 60 (FR: [1,2]) alignedtext |
| grestore |
| % AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 624 134 moveto |
| 624 238 lineto |
| 680 238 lineto |
| 680 134 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 636.5 221.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 624 212 moveto |
| 680 212 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 638 195.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 624 186 moveto |
| 680 186 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 632 169.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 624 160 moveto |
| 680 160 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 640.5 143.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CTC->AGC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 525.26 263.08 moveto |
| 548.43 261.2 581.3 255.84 606 241 curveto |
| 609.66 238.8 613.17 236.2 616.49 233.35 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 619.07 235.73 moveto |
| 623.92 226.31 lineto |
| 614.25 230.65 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 619.07 235.73 moveto |
| 623.92 226.31 lineto |
| 614.25 230.65 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 546 265.4 moveto 60 (RF: [1,2]) alignedtext |
| grestore |
| % AAG->AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 468.74 134.78 moveto |
| 446.17 130.39 414.1 127.3 388 137 curveto |
| 384.67 138.24 381.4 139.81 378.24 141.6 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 376.11 138.82 moveto |
| 369.63 147.21 lineto |
| 379.92 144.69 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 376.11 138.82 moveto |
| 369.63 147.21 lineto |
| 379.92 144.69 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 395.5 142.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % GCC->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 834.31 132.48 moveto |
| 856.86 129.61 888.71 123.56 914 111 curveto |
| 917.29 109.37 920.54 107.45 923.7 105.36 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 925.77 108.18 moveto |
| 931.82 99.48 lineto |
| 921.67 102.51 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 925.77 108.18 moveto |
| 931.82 99.48 lineto |
| 921.67 102.51 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 854 134.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GCC->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 777.66 130.89 moveto |
| 755.1 128.86 723.24 128.85 698 140 curveto |
| 694.6 141.5 691.31 143.38 688.16 145.51 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 685.96 142.79 moveto |
| 680.18 151.66 lineto |
| 690.23 148.33 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 685.96 142.79 moveto |
| 680.18 151.66 lineto |
| 690.23 148.33 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 698.5 145.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % AGC->CTC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 623.81 192.84 moveto |
| 601.75 198.89 570.75 208.95 546 223 curveto |
| 541.76 225.41 537.53 228.19 533.44 231.16 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 531.06 228.58 moveto |
| 525.26 237.44 lineto |
| 535.32 234.13 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 531.06 228.58 moveto |
| 525.26 237.44 lineto |
| 535.32 234.13 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 546 228.4 moveto 60 (RF: [1,2]) alignedtext |
| grestore |
| % AGC->GCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 680.02 180.43 moveto |
| 702.12 175.64 733.52 167.93 760 158 curveto |
| 762.83 156.94 765.73 155.75 768.61 154.5 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 770.09 157.67 moveto |
| 777.71 150.31 lineto |
| 767.16 151.31 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 770.09 157.67 moveto |
| 777.71 150.31 lineto |
| 767.16 151.31 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 700 181.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 1032 360 |
| end |
| restore |
| %%EOF |