| %!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 854 396 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 818 360 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 38 moveto |
| 0 168 lineto |
| 68 168 lineto |
| 68 38 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 18.5 151.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 142 moveto |
| 68 142 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 20 125.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 116 moveto |
| 68 116 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 99.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 90 moveto |
| 68 90 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 22.5 73.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 64 moveto |
| 68 64 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 47.4 moveto 52 (AAGCC) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 152.5 136 moveto |
| 152.5 266 lineto |
| 217.5 266 lineto |
| 217.5 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 169.5 249.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 152.5 240 moveto |
| 217.5 240 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 171 223.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 152.5 214 moveto |
| 217.5 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 165 197.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 152.5 188 moveto |
| 217.5 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 173.5 171.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 152.5 162 moveto |
| 217.5 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 160.5 145.4 moveto 49 (CCGAT) alignedtext |
| grestore |
| % AGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 68.19 133.6 moveto |
| 73.98 138.29 80.05 142.92 86 147 curveto |
| 104.02 159.35 125.13 171.19 143.22 180.62 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 141.88 183.86 moveto |
| 152.37 185.32 lineto |
| 145.08 177.64 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 141.88 183.86 moveto |
| 152.37 185.32 lineto |
| 145.08 177.64 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 87.5 180.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 579 0 moveto |
| 579 130 lineto |
| 645 130 lineto |
| 645 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 579 0 moveto |
| 579 130 lineto |
| 645 130 lineto |
| 645 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 597.5 113.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 579 104 moveto |
| 645 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 587 87.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 579 78 moveto |
| 645 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 592 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 579 52 moveto |
| 645 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 600.5 35.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 579 26 moveto |
| 645 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 597.5 9.4 moveto 29 (TAA) alignedtext |
| grestore |
| % AGC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 68.43 100.74 moveto |
| 168.37 94.17 458.43 75.1 568.74 67.84 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 569.09 71.33 moveto |
| 578.84 67.18 lineto |
| 568.63 64.34 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 569.09 71.33 moveto |
| 578.84 67.18 lineto |
| 568.63 64.34 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 243 95.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CCG->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 152.47 142 moveto |
| 146.99 135.55 140.83 129.65 134 125 curveto |
| 117.64 113.85 96.59 108.24 78.02 105.46 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 78.37 101.97 moveto |
| 68.01 104.18 lineto |
| 77.49 108.92 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 78.37 101.97 moveto |
| 68.01 104.18 lineto |
| 77.49 108.92 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 86 130.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 754 222 moveto |
| 754 352 lineto |
| 810 352 lineto |
| 810 222 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 767 335.4 moveto 30 (ATG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 754 326 moveto |
| 810 326 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 768 309.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 754 300 moveto |
| 810 300 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 762 283.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 754 274 moveto |
| 810 274 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 770.5 257.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 754 248 moveto |
| 810 248 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 767 231.4 moveto 30 (ATG) alignedtext |
| grestore |
| % CCG->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 217.74 240.43 moveto |
| 223.43 245.82 229.59 250.9 236 255 curveto |
| 246.93 262 411.21 312.57 414 313 curveto |
| 467.78 321.3 732.24 305.79 736 305 curveto |
| 738.66 304.44 741.37 303.75 744.07 302.96 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 745.35 306.22 moveto |
| 753.74 299.75 lineto |
| 743.15 299.57 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 745.35 306.22 moveto |
| 753.74 299.75 lineto |
| 743.15 299.57 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 452.5 320.4 moveto 45 (FF: [4]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 316 121 moveto |
| 316 251 lineto |
| 396 251 lineto |
| 396 121 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 316 121 moveto |
| 316 251 lineto |
| 396 251 lineto |
| 396 121 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 341 234.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 316 225 moveto |
| 396 225 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 324 208.4 moveto 64 (5':[4,5,3]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 316 199 moveto |
| 396 199 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 336 182.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 316 173 moveto |
| 396 173 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 344.5 156.4 moveto 23 (4.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 316 147 moveto |
| 396 147 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 331 130.4 moveto 50 (AACCC) alignedtext |
| grestore |
| % CCG->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 217.57 198.14 moveto |
| 242.42 195.96 277.12 192.92 305.55 190.43 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 306.06 193.89 moveto |
| 315.72 189.53 lineto |
| 305.45 186.92 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 306.06 193.89 moveto |
| 315.72 189.53 lineto |
| 305.45 186.92 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 236.5 201.4 moveto 61 (RR: [1,4]) alignedtext |
| grestore |
| % TAA->AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 578.96 62.75 moveto |
| 513.38 58.75 362.23 51.93 236 64 curveto |
| 180.93 69.27 118.56 82.44 77.88 92.02 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 76.94 88.64 moveto |
| 68.02 94.37 lineto |
| 78.56 95.45 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 76.94 88.64 moveto |
| 68.02 94.37 lineto |
| 78.56 95.45 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 244.5 69.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TAA->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 578.72 78.63 moveto |
| 565.57 83.65 550.23 89.07 536 93 curveto |
| 482.82 107.7 461.53 87.98 414 116 curveto |
| 410.51 118.06 407.13 120.41 403.88 122.98 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 401.34 120.55 moveto |
| 396.08 129.74 lineto |
| 405.92 125.84 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 401.34 120.55 moveto |
| 396.08 129.74 lineto |
| 405.92 125.84 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 432.5 121.4 moveto 85 (FF: [1,3,4,5]) alignedtext |
| grestore |
| % ATG->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 753.77 289.39 moveto |
| 680.13 294.78 476.78 304.16 316 260 curveto |
| 284.97 251.48 251.94 236.56 226.81 223.86 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 228.08 220.57 moveto |
| 217.59 219.11 lineto |
| 224.88 226.8 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 228.08 220.57 moveto |
| 217.59 219.11 lineto |
| 224.88 226.8 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 437.5 296.4 moveto 75 (RR: [1,2,4]) alignedtext |
| grestore |
| % AAT |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 554 148 moveto |
| 554 278 lineto |
| 670 278 lineto |
| 670 148 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 554 148 moveto |
| 554 278 lineto |
| 670 278 lineto |
| 670 148 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 597.5 261.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 554 252 moveto |
| 670 252 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 562 235.4 moveto 100 (5':[9,6,8,7,10]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 554 226 moveto |
| 670 226 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 592 209.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 554 200 moveto |
| 670 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 600.5 183.4 moveto 23 (6.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 554 174 moveto |
| 670 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 587.5 157.4 moveto 49 (CCAAT) alignedtext |
| grestore |
| % ATG->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 753.78 242.37 moveto |
| 748.51 236.76 742.56 231.71 736 228 curveto |
| 719.28 218.55 699.28 213.84 680.28 211.73 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 680.43 208.23 moveto |
| 670.16 210.83 lineto |
| 679.81 215.2 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 680.43 208.23 moveto |
| 670.16 210.83 lineto |
| 679.81 215.2 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 688 233.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % AAT->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 670.03 238.26 moveto |
| 694.66 248.98 722.67 261.17 744.51 270.68 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 743.2 273.93 moveto |
| 753.77 274.71 lineto |
| 746 267.51 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 743.2 273.93 moveto |
| 753.77 274.71 lineto |
| 746 267.51 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 689.5 270.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAT->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 553.62 200.69 moveto |
| 547.69 199.68 541.73 198.75 536 198 curveto |
| 492.48 192.28 442.65 189.22 406.48 187.63 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 406.32 184.12 moveto |
| 396.18 187.2 lineto |
| 406.03 191.12 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 406.32 184.12 moveto |
| 396.18 187.2 lineto |
| 406.03 191.12 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 451 203.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 315.92 170.16 moveto |
| 292.29 163.07 262.02 157.93 236 166 curveto |
| 232.82 166.99 229.66 168.25 226.57 169.7 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 224.67 166.75 moveto |
| 217.52 174.56 lineto |
| 227.98 172.91 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 224.67 166.75 moveto |
| 217.52 174.56 lineto |
| 227.98 172.91 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 238 171.4 moveto 58 (FF: [1,4]) alignedtext |
| grestore |
| % CCC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 396.12 171.73 moveto |
| 402.09 169.73 408.19 167.76 414 166 curveto |
| 467.65 149.74 486.72 160.72 536 134 curveto |
| 548.48 127.23 560.55 118 571.26 108.48 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 573.82 110.88 moveto |
| 578.81 101.54 lineto |
| 569.08 105.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 573.82 110.88 moveto |
| 578.81 101.54 lineto |
| 569.08 105.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 451 171.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CCC->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 396.24 209.86 moveto |
| 402.03 212.38 408.05 214.55 414 216 curveto |
| 456.32 226.3 505.24 225.67 543.86 222.41 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 544.32 225.88 moveto |
| 553.96 221.47 lineto |
| 543.68 218.91 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 544.32 225.88 moveto |
| 553.96 221.47 lineto |
| 543.68 218.91 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 414.5 229.4 moveto 121 (FF: [3,6,7,8,9,10]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 854 396 |
| end |
| restore |
| %%EOF |