| %!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 770 396 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 734 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 |
| 0 0 0.75294 nodecolor |
| newpath 152.5 136 moveto |
| 152.5 266 lineto |
| 217.5 266 lineto |
| 217.5 136 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 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 |
| filled |
| 0 0 0 nodecolor |
| newpath 152.5 240 moveto |
| 217.5 240 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 166.5 223.4 moveto 37 (5':[6]) alignedtext |
| 1 setlinewidth |
| filled |
| 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 |
| filled |
| 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 (4.0) alignedtext |
| 1 setlinewidth |
| filled |
| 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 520 0 moveto |
| 520 130 lineto |
| 586 130 lineto |
| 586 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 520 0 moveto |
| 520 130 lineto |
| 586 130 lineto |
| 586 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 538.5 113.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 520 104 moveto |
| 586 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 528 87.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 520 78 moveto |
| 586 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 533 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 520 52 moveto |
| 586 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 541.5 35.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 520 26 moveto |
| 586 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 538.5 9.4 moveto 29 (TAA) alignedtext |
| grestore |
| % AGC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 68.05 100.51 moveto |
| 159.21 93.83 408.67 75.57 509.68 68.17 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 510.11 71.65 moveto |
| 519.83 67.43 lineto |
| 509.6 64.67 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 510.11 71.65 moveto |
| 519.83 67.43 lineto |
| 509.6 64.67 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 243 93.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 670 222 moveto |
| 670 352 lineto |
| 726 352 lineto |
| 726 222 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 683 335.4 moveto 30 (ATG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 670 326 moveto |
| 726 326 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 684 309.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 670 300 moveto |
| 726 300 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 678 283.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 670 274 moveto |
| 726 274 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 686.5 257.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 670 248 moveto |
| 726 248 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 683 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 |
| 305.72 299.66 332 298.52 414 310 curveto |
| 456.31 315.93 649.27 304.54 652 304 curveto |
| 654.65 303.47 657.35 302.81 660.04 302.06 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 661.2 305.37 moveto |
| 669.69 299.03 lineto |
| 659.1 298.69 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 661.2 305.37 moveto |
| 669.69 299.03 lineto |
| 659.1 298.69 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 435.5 316.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 519.58 62.32 moveto |
| 461.66 58.2 338.97 51.8 236 62 curveto |
| 168.34 68.7 152.59 78.3 86 92 curveto |
| 83.38 92.54 80.68 93.1 77.97 93.66 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 77.18 90.25 moveto |
| 68.11 95.73 lineto |
| 78.62 97.1 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 77.18 90.25 moveto |
| 68.11 95.73 lineto |
| 78.62 97.1 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 244.5 67.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TAA->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 519.83 84.73 moveto |
| 514 87.76 507.91 90.65 502 93 curveto |
| 464.44 107.95 448.09 94.28 414 116 curveto |
| 410.48 118.24 407.07 120.77 403.78 123.49 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 401.44 120.89 moveto |
| 396.34 130.18 lineto |
| 406.12 126.1 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 401.44 120.89 moveto |
| 396.34 130.18 lineto |
| 406.12 126.1 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 415.5 121.4 moveto 85 (FF: [1,3,4,5]) alignedtext |
| grestore |
| % ATG->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 670 288.89 moveto |
| 605.91 292.39 444.21 296.5 316 260 curveto |
| 285.05 251.19 252.02 236.27 226.87 223.64 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 228.14 220.36 moveto |
| 217.64 218.93 lineto |
| 224.96 226.6 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 228.14 220.36 moveto |
| 217.64 218.93 lineto |
| 224.96 226.6 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 414 293.4 moveto 88 (RR: [1,2,4,6]) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 520.5 148 moveto |
| 520.5 278 lineto |
| 585.5 278 lineto |
| 585.5 148 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 538.5 261.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 520.5 252 moveto |
| 585.5 252 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 539 235.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 520.5 226 moveto |
| 585.5 226 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 533 209.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 520.5 200 moveto |
| 585.5 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 541.5 183.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 520.5 174 moveto |
| 585.5 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 528.5 157.4 moveto 49 (CCAAT) alignedtext |
| grestore |
| % ATG->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 669.95 242.83 moveto |
| 664.62 237.09 658.61 231.87 652 228 curveto |
| 635.24 218.19 614.26 214.09 595.93 212.58 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 595.97 209.07 moveto |
| 585.78 211.97 lineto |
| 595.56 216.06 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 595.97 209.07 moveto |
| 585.78 211.97 lineto |
| 595.56 216.06 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 604 233.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % AAT->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 585.72 235.28 moveto |
| 591.7 239.03 597.96 242.76 604 246 curveto |
| 622.13 255.74 643.05 265.04 660.55 272.32 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 659.3 275.58 moveto |
| 669.88 276.14 lineto |
| 661.95 269.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 659.3 275.58 moveto |
| 669.88 276.14 lineto |
| 661.95 269.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 605.5 272.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAT->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 520.32 202.32 moveto |
| 514.28 200.65 507.99 199.11 502 198 curveto |
| 470.49 192.13 434.62 189.14 406.32 187.6 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 406.42 184.1 moveto |
| 396.26 187.1 lineto |
| 406.07 191.1 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 406.42 184.1 moveto |
| 396.26 187.1 lineto |
| 406.07 191.1 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 434 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.23 171.99 moveto |
| 438.67 157.16 499.75 135.67 502 134 curveto |
| 505.84 131.15 509.51 127.94 513.01 124.49 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 515.62 126.82 moveto |
| 519.92 117.13 lineto |
| 510.52 122.03 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 515.62 126.82 moveto |
| 519.92 117.13 lineto |
| 510.52 122.03 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 434 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 |
| 445.61 223.69 482.47 222.45 510.28 219.55 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 510.94 223 moveto |
| 520.47 218.38 lineto |
| 510.13 216.05 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 510.94 223 moveto |
| 520.47 218.38 lineto |
| 510.13 216.05 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 435.5 226.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 770 396 |
| end |
| restore |
| %%EOF |