| %!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 2270 357 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 2234 321 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % CAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 21 moveto |
| 0 125 lineto |
| 56 125 lineto |
| 56 21 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 108.4 moveto 31 (CAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 99 moveto |
| 56 99 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 82.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 73 moveto |
| 56 73 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 56.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 47 moveto |
| 56 47 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 30.4 moveto 23 (5.0) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 222 84 moveto |
| 222 188 lineto |
| 278 188 lineto |
| 278 84 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 235.5 171.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 222 162 moveto |
| 278 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 236 145.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 222 136 moveto |
| 278 136 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 230 119.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 222 110 moveto |
| 278 110 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 238.5 93.4 moveto 23 (5.0) alignedtext |
| grestore |
| % CAA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.23 101.11 moveto |
| 61.76 105.35 67.78 109.23 74 112 curveto |
| 118.35 131.77 174.73 136.3 211.56 136.86 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 211.84 140.36 moveto |
| 221.86 136.92 lineto |
| 211.88 133.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 211.84 140.36 moveto |
| 221.86 136.92 lineto |
| 211.88 133.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 141.4 moveto 126 (FF: [3,9,10,11,12]) alignedtext |
| grestore |
| % CCA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1212 0 moveto |
| 1212 104 lineto |
| 1332 104 lineto |
| 1332 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1212 0 moveto |
| 1212 104 lineto |
| 1332 104 lineto |
| 1332 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1257 87.4 moveto 30 (CCA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1212 78 moveto |
| 1332 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1220 61.4 moveto 104 (5':[12,9,10,11]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1212 52 moveto |
| 1332 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1252 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1212 26 moveto |
| 1332 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1260.5 9.4 moveto 23 (5.0) alignedtext |
| grestore |
| % CAA->CCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.33 69.44 moveto |
| 98.48 64.45 180.23 56 250 56 curveto |
| 250 56 250 56 1072 56 curveto |
| 1115.04 56 1163.28 55.06 1201.59 54.1 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1201.71 57.59 moveto |
| 1211.62 53.84 lineto |
| 1201.53 50.6 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1201.71 57.59 moveto |
| 1211.62 53.84 lineto |
| 1201.53 50.6 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 574.5 61.4 moveto 129 (RR: [3,9,10,11,12]) alignedtext |
| grestore |
| % AAT->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 221.96 102.16 moveto |
| 216.49 97.36 210.43 93.04 204 90 curveto |
| 160.16 69.32 103.44 67.68 66.41 69.46 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 65.82 65.99 moveto |
| 56.05 70.08 lineto |
| 66.24 72.98 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 65.82 65.99 moveto |
| 56.05 70.08 lineto |
| 66.24 72.98 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 95.4 moveto 129 (RR: [3,9,10,11,12]) alignedtext |
| grestore |
| % ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 362 99 moveto |
| 362 203 lineto |
| 418 203 lineto |
| 418 99 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 375 186.4 moveto 30 (ATG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 362 177 moveto |
| 418 177 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 376 160.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 362 151 moveto |
| 418 151 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 370 134.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 362 125 moveto |
| 418 125 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 378.5 108.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAT->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 278.46 145.26 moveto |
| 284.21 146.78 290.25 148.14 296 149 curveto |
| 314.18 151.72 334.56 152.43 351.68 152.38 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 351.92 155.88 moveto |
| 361.87 152.26 lineto |
| 351.83 148.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 351.92 155.88 moveto |
| 361.87 152.26 lineto |
| 351.83 148.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 297.5 157.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % CCA->CAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1211.71 34.91 moveto |
| 1172.29 25.21 1119.49 15 1072 15 curveto |
| 250 15 250 15 250 15 curveto |
| 183.34 15 108.97 39.78 65.45 56.95 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 64.09 53.72 moveto |
| 56.12 60.7 lineto |
| 66.71 60.22 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 64.09 53.72 moveto |
| 56.12 60.7 lineto |
| 66.71 60.22 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 576 20.4 moveto 126 (FF: [3,9,10,11,12]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1044 119 moveto |
| 1044 223 lineto |
| 1100 223 lineto |
| 1100 119 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1057 206.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1044 197 moveto |
| 1100 197 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1058 180.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1044 171 moveto |
| 1100 171 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1052 154.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1044 145 moveto |
| 1100 145 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1060.5 128.4 moveto 23 (3.0) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1211.8 64.48 moveto |
| 1172 73.13 1125.77 84.12 1118 90 curveto |
| 1110.71 95.52 1104.4 102.55 1098.98 110.16 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1096.01 108.32 moveto |
| 1093.46 118.6 lineto |
| 1101.86 112.15 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1096.01 108.32 moveto |
| 1093.46 118.6 lineto |
| 1101.86 112.15 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1132 95.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1594 116 moveto |
| 1594 220 lineto |
| 1660 220 lineto |
| 1660 116 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1594 116 moveto |
| 1594 220 lineto |
| 1660 220 lineto |
| 1660 116 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1612.5 203.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1594 194 moveto |
| 1660 194 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1602 177.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1594 168 moveto |
| 1660 168 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1607 151.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1594 142 moveto |
| 1660 142 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1615.5 125.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAG |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1744.5 111 moveto |
| 1744.5 215 lineto |
| 1837.5 215 lineto |
| 1837.5 111 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1744.5 111 moveto |
| 1744.5 215 lineto |
| 1837.5 215 lineto |
| 1837.5 111 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1775 198.4 moveto 32 (AAG) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1744.5 189 moveto |
| 1837.5 189 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1752.5 172.4 moveto 77 (5':[6,8,7,5]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1744.5 163 moveto |
| 1837.5 163 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1771 146.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1744.5 137 moveto |
| 1837.5 137 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1779.5 120.4 moveto 23 (5.0) alignedtext |
| grestore |
| % TAA->AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1660.19 169.49 moveto |
| 1666.12 169.7 1672.24 169.89 1678 170 curveto |
| 1699.33 170.42 1704.7 171.14 1726 170 curveto |
| 1728.67 169.86 1731.4 169.68 1734.16 169.48 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1734.51 172.96 moveto |
| 1744.18 168.65 lineto |
| 1733.93 165.99 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1734.51 172.96 moveto |
| 1744.18 168.65 lineto |
| 1733.93 165.99 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1679.5 175.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AAC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1444 111 moveto |
| 1444 215 lineto |
| 1510 215 lineto |
| 1510 111 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1444 111 moveto |
| 1444 215 lineto |
| 1510 215 lineto |
| 1510 111 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1461.5 198.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1444 189 moveto |
| 1510 189 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1452 172.4 moveto 50 (5':[4,3]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1444 163 moveto |
| 1510 163 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1457 146.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1444 137 moveto |
| 1510 137 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1465.5 120.4 moveto 23 (3.0) alignedtext |
| grestore |
| % TAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1593.84 164.28 moveto |
| 1587.91 163.74 1581.78 163.28 1576 163 curveto |
| 1557.8 162.11 1537.7 161.96 1520.39 162.08 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1519.98 158.59 moveto |
| 1510.02 162.19 lineto |
| 1520.06 165.59 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1519.98 158.59 moveto |
| 1510.02 162.19 lineto |
| 1520.06 165.59 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1529.5 168.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % AAG->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1744.36 150.14 moveto |
| 1723.91 146.22 1699.68 143.9 1678 148 curveto |
| 1675.33 148.5 1672.63 149.14 1669.92 149.89 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1668.71 146.6 moveto |
| 1660.22 152.94 lineto |
| 1670.8 153.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1668.71 146.6 moveto |
| 1660.22 152.94 lineto |
| 1670.8 153.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1678 153.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1976 122 moveto |
| 1976 226 lineto |
| 2032 226 lineto |
| 2032 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1988.5 209.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1976 200 moveto |
| 2032 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1990 183.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1976 174 moveto |
| 2032 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1984 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1976 148 moveto |
| 2032 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1992.5 131.4 moveto 23 (5.0) alignedtext |
| grestore |
| % AAG->AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1837.51 165.94 moveto |
| 1843.72 166.31 1850.02 166.67 1856 167 curveto |
| 1893.34 169.03 1935.99 171.01 1965.88 172.35 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1965.75 175.84 moveto |
| 1975.9 172.79 lineto |
| 1966.06 168.85 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1965.75 175.84 moveto |
| 1975.9 172.79 lineto |
| 1966.06 168.85 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1857.5 176.4 moveto 99 (FF: [2,5,6,7,8]) alignedtext |
| grestore |
| % AAC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1510.04 176.48 moveto |
| 1515.93 178.35 1522.08 179.99 1528 181 curveto |
| 1549.03 184.6 1554.83 183.66 1576 181 curveto |
| 1578.54 180.68 1581.13 180.28 1583.74 179.81 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1584.67 183.19 moveto |
| 1593.76 177.74 lineto |
| 1583.26 176.33 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1584.67 183.19 moveto |
| 1593.76 177.74 lineto |
| 1583.26 176.33 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1528 188.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1244 122 moveto |
| 1244 226 lineto |
| 1300 226 lineto |
| 1300 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1257 209.4 moveto 30 (ACC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1244 200 moveto |
| 1300 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1258 183.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1244 174 moveto |
| 1300 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1252 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1244 148 moveto |
| 1300 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1260.5 131.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAC->ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1443.96 149.52 moveto |
| 1438.07 147.65 1431.92 146.01 1426 145 curveto |
| 1392.71 139.3 1383.24 139.02 1350 145 curveto |
| 1336.54 147.42 1322.36 152.02 1309.84 156.85 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1308.17 153.75 moveto |
| 1300.2 160.74 lineto |
| 1310.79 160.25 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1308.17 153.75 moveto |
| 1300.2 160.74 lineto |
| 1310.79 160.25 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1352 150.4 moveto 72 (FF: [1,3,4]) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1100.1 157.08 moveto |
| 1130.56 141.9 1177.08 118.37 1194 108 curveto |
| 1197.01 106.16 1200.05 104.24 1203.1 102.27 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1205.27 105.02 moveto |
| 1211.69 96.6 lineto |
| 1201.42 99.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1205.27 105.02 moveto |
| 1211.69 96.6 lineto |
| 1201.42 99.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1133.5 152.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 890 161 moveto |
| 890 265 lineto |
| 946 265 lineto |
| 946 161 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 902.5 248.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 890 239 moveto |
| 946 239 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 904 222.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 890 213 moveto |
| 946 213 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 898 196.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 890 187 moveto |
| 946 187 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 906.5 170.4 moveto 23 (3.0) alignedtext |
| grestore |
| % CCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1043.92 165.99 moveto |
| 1021.51 163.21 989.71 162.07 964 172 curveto |
| 960.71 173.27 957.5 174.9 954.41 176.76 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 952.26 174 moveto |
| 946.03 182.57 lineto |
| 956.25 179.75 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 952.26 174 moveto |
| 946.03 182.57 lineto |
| 956.25 179.75 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 966 177.4 moveto 58 (FF: [1,4]) alignedtext |
| grestore |
| % CCC->ACC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1100.17 184.65 moveto |
| 1105.94 186.87 1112.07 188.82 1118 190 curveto |
| 1157.09 197.75 1202.54 191.16 1233.89 184.24 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1235 187.57 moveto |
| 1243.95 181.9 lineto |
| 1233.42 180.76 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1235 187.57 moveto |
| 1243.95 181.9 lineto |
| 1233.42 180.76 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1118.5 198.4 moveto 75 (RR: [1,3,4]) alignedtext |
| grestore |
| % CGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 124 moveto |
| 722 228 lineto |
| 778 228 lineto |
| 778 124 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 734.5 211.4 moveto 31 (CGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 202 moveto |
| 778 202 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 736 185.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 176 moveto |
| 778 176 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 730 159.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 150 moveto |
| 778 150 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 738.5 133.4 moveto 23 (3.0) alignedtext |
| grestore |
| % ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 500 89 moveto |
| 500 193 lineto |
| 556 193 lineto |
| 556 89 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 514 176.4 moveto 28 (ATC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 500 167 moveto |
| 556 167 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 514 150.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 500 141 moveto |
| 556 141 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 508 124.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 500 115 moveto |
| 556 115 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 516.5 98.4 moveto 23 (3.0) alignedtext |
| grestore |
| % CGA->ATC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 721.97 150.28 moveto |
| 716.37 146.47 710.28 143.12 704 141 curveto |
| 658.54 125.67 602.64 129.15 566.21 134.12 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 565.4 130.7 moveto |
| 556.02 135.63 lineto |
| 566.42 137.63 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 565.4 130.7 moveto |
| 556.02 135.63 lineto |
| 566.42 137.63 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 602.5 146.4 moveto 73 (FR: [1,2,4]) alignedtext |
| grestore |
| % CGA->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 778.49 186.72 moveto |
| 784.23 188.65 790.27 190.52 796 192 curveto |
| 823.55 199.11 855.24 204.48 879.42 208.02 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 879.22 211.52 moveto |
| 889.62 209.46 lineto |
| 880.21 204.59 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 879.22 211.52 moveto |
| 889.62 209.46 lineto |
| 880.21 204.59 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 796.5 211.4 moveto 75 (RR: [1,2,4]) alignedtext |
| grestore |
| % ATC->CGA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 556.32 153.49 moveto |
| 562.08 155.63 568.16 157.6 574 159 curveto |
| 620.6 170.14 675.81 174.02 711.8 175.34 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 711.76 178.84 moveto |
| 721.87 175.67 lineto |
| 711.99 171.85 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 711.76 178.84 moveto |
| 721.87 175.67 lineto |
| 711.99 171.85 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 602.5 179.4 moveto 73 (FR: [1,2,4]) alignedtext |
| grestore |
| % ATC->ATG |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 499.82 119.07 moveto |
| 494.19 115.74 488.12 112.82 482 111 curveto |
| 462.4 105.17 455.15 103.84 436 111 curveto |
| 432.73 112.22 429.54 113.8 426.46 115.61 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 424.43 112.75 moveto |
| 418.11 121.25 lineto |
| 428.35 118.55 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 424.43 112.75 moveto |
| 418.11 121.25 lineto |
| 428.35 118.55 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 436 116.4 moveto 46 (RF: [4]) alignedtext |
| grestore |
| % CCG->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 946.33 208.42 moveto |
| 968.33 204.52 999.45 198.23 1026 190 curveto |
| 1028.62 189.19 1031.29 188.29 1033.97 187.33 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1035.48 190.5 moveto |
| 1043.59 183.68 lineto |
| 1032.99 183.95 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1035.48 190.5 moveto |
| 1043.59 183.68 lineto |
| 1032.99 183.95 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 964.5 209.4 moveto 61 (RR: [1,4]) alignedtext |
| grestore |
| % CCG->CGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 889.91 180.84 moveto |
| 884.45 176.42 878.41 172.53 872 170 curveto |
| 845.42 159.51 813.02 161.73 788.29 166.18 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 787.32 162.8 moveto |
| 778.2 168.19 lineto |
| 788.69 169.67 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 787.32 162.8 moveto |
| 778.2 168.19 lineto |
| 788.69 169.67 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 798 175.4 moveto 72 (FF: [1,2,4]) alignedtext |
| grestore |
| % GCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 2170 185 moveto |
| 2170 289 lineto |
| 2226 289 lineto |
| 2226 185 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 2182.5 272.4 moveto 31 (GCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 2170 263 moveto |
| 2226 263 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 2184 246.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 2170 237 moveto |
| 2226 237 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 2178 220.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 2170 211 moveto |
| 2226 211 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 2186.5 194.4 moveto 23 (5.0) alignedtext |
| grestore |
| % CCG->GCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 946.18 240.96 moveto |
| 951.8 245.7 957.87 250.28 964 254 curveto |
| 1007.89 280.63 1020.66 295 1072 295 curveto |
| 1072 295 1072 295 2004 295 curveto |
| 2071.39 295 2088.89 285.65 2152 262 curveto |
| 2154.89 260.92 2157.81 259.68 2160.72 258.36 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 2162.43 261.42 moveto |
| 2169.87 253.88 lineto |
| 2159.35 255.13 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 2162.43 261.42 moveto |
| 2169.87 253.88 lineto |
| 2159.35 255.13 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1528 300.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % ACC->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1300.07 172.49 moveto |
| 1334.57 170.64 1393.48 167.48 1433.77 165.32 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1434.04 168.81 moveto |
| 1443.84 164.78 lineto |
| 1433.67 161.82 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1434.04 168.81 moveto |
| 1443.84 164.78 lineto |
| 1433.67 161.82 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1350.5 174.4 moveto 75 (RR: [1,3,4]) alignedtext |
| grestore |
| % ACC->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1243.84 173.16 moveto |
| 1229.01 172.75 1210.52 172.28 1194 172 curveto |
| 1165.96 171.53 1134.29 171.27 1110.24 171.14 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1110.12 167.64 moveto |
| 1100.11 171.09 lineto |
| 1110.09 174.64 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1110.12 167.64 moveto |
| 1100.11 171.09 lineto |
| 1110.09 174.64 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1120 177.4 moveto 72 (FF: [1,3,4]) alignedtext |
| grestore |
| % GCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 2169.79 241.03 moveto |
| 2132.1 246.06 2063.17 254 2004 254 curveto |
| 1072 254 1072 254 1072 254 curveto |
| 1031.18 254 986.26 240.38 955.53 228.84 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 956.66 225.53 moveto |
| 946.07 225.19 lineto |
| 954.14 232.06 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 956.66 225.53 moveto |
| 946.07 225.19 lineto |
| 954.14 232.06 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1529.5 259.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % GCC->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 2169.84 193.4 moveto |
| 2164.55 188.05 2158.59 183.31 2152 180 curveto |
| 2117.84 162.81 2073.44 163.57 2042.21 167.22 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 2041.61 163.77 moveto |
| 2032.16 168.55 lineto |
| 2042.53 170.71 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 2041.61 163.77 moveto |
| 2032.16 168.55 lineto |
| 2042.53 170.71 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 2050 185.4 moveto 102 (RR: [2,5,6,7,8]) alignedtext |
| grestore |
| % AGC->AAG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1975.7 155.82 moveto |
| 1970.04 153 1963.99 150.52 1958 149 curveto |
| 1921.97 139.84 1880.3 143.31 1847.6 149.09 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1846.93 145.65 moveto |
| 1837.75 150.94 lineto |
| 1848.23 152.53 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1846.93 145.65 moveto |
| 1837.75 150.94 lineto |
| 1848.23 152.53 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1856 154.4 moveto 102 (RR: [2,5,6,7,8]) alignedtext |
| grestore |
| % AGC->GCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 2032.2 190.12 moveto |
| 2037.97 193.01 2044.09 195.8 2050 198 curveto |
| 2093.65 214.23 2107.16 209.44 2152 222 curveto |
| 2154.64 222.74 2157.35 223.53 2160.08 224.36 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 2159.31 227.78 moveto |
| 2169.89 227.42 lineto |
| 2161.39 221.1 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 2159.31 227.78 moveto |
| 2169.89 227.42 lineto |
| 2161.39 221.1 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 2051.5 227.4 moveto 99 (FF: [2,5,6,7,8]) alignedtext |
| grestore |
| % ATG->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 361.89 136.63 moveto |
| 356.11 134.3 349.97 132.24 344 131 curveto |
| 325.98 127.25 305.62 127.77 288.47 129.52 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 287.77 126.08 moveto |
| 278.26 130.75 lineto |
| 288.6 133.03 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 287.77 126.08 moveto |
| 278.26 130.75 lineto |
| 288.6 133.03 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 296 136.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % ATG->ATC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 418.26 148.95 moveto |
| 438.82 147.46 466.89 145.43 489.5 143.79 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 490.06 147.26 moveto |
| 499.78 143.05 lineto |
| 489.55 140.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 490.06 147.26 moveto |
| 499.78 143.05 lineto |
| 489.55 140.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 436 152.4 moveto 46 (RF: [4]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 2270 357 |
| end |
| restore |
| %%EOF |