blob: 2e3afb6c22fc88adb0835bbd4fbcf10a52e7cc54 [file] [log] [blame]
Anbang Xu6f883792013-08-12 11:40:30 -07001%!PS-Adobe-3.0
2%%Creator: graphviz version 2.26.3 (20100126.1600)
3%%Title: G
4%%Pages: (atend)
5%%BoundingBox: (atend)
6%%EndComments
7save
8%%BeginProlog
9/DotDict 200 dict def
10DotDict begin
11
12/setupLatin1 {
13mark
14/EncodingVector 256 array def
15 EncodingVector 0
16
17ISOLatin1Encoding 0 255 getinterval putinterval
18EncodingVector 45 /hyphen put
19
20% Set up ISO Latin 1 character encoding
21/starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27} def
28/Times-Roman starnetISO def
29/Times-Italic starnetISO def
30/Times-Bold starnetISO def
31/Times-BoldItalic starnetISO def
32/Helvetica starnetISO def
33/Helvetica-Oblique starnetISO def
34/Helvetica-Bold starnetISO def
35/Helvetica-BoldOblique starnetISO def
36/Courier starnetISO def
37/Courier-Oblique starnetISO def
38/Courier-Bold starnetISO def
39/Courier-BoldOblique starnetISO def
40cleartomark
41} bind def
42
43%%BeginResource: procset graphviz 0 0
44/coord-font-family /Times-Roman def
45/default-font-family /Times-Roman def
46/coordfont coord-font-family findfont 8 scalefont def
47
48/InvScaleFactor 1.0 def
49/set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52} bind def
53
54% styles
55/solid { [] 0 setdash } bind def
56/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59/bold { 2 setlinewidth } bind def
60/filled { } bind def
61/unfilled { } bind def
62/rounded { } bind def
63/diagonals { } bind def
64
65% hooks for setting color
66/nodecolor { sethsbcolor } bind def
67/edgecolor { sethsbcolor } bind def
68/graphcolor { sethsbcolor } bind def
69/nopcolor {pop pop pop} bind def
70
71/beginpage { % i j npages
72 /npages exch def
73 /j exch def
74 /i exch def
75 /str 10 string def
76 npages 1 gt {
77 gsave
78 coordfont setfont
79 0 0 moveto
80 (\() show i str cvs show (,) show j str cvs show (\)) show
81 grestore
82 } if
83} bind def
84
85/set_font {
86 findfont exch
87 scalefont setfont
88} def
89
90% draw text fitted to its expected width
91/alignedtext { % width text
92 /text exch def
93 /width exch def
94 gsave
95 width 0 gt {
96 [] 0 setdash
97 text stringwidth pop width exch sub text length div 0 text ashow
98 } if
99 grestore
100} def
101
102/boxprim { % xcorner ycorner xsize ysize
103 4 2 roll
104 moveto
105 2 copy
106 exch 0 rlineto
107 0 exch rlineto
108 pop neg 0 rlineto
109 closepath
110} bind def
111
112/ellipse_path {
113 /ry exch def
114 /rx exch def
115 /y exch def
116 /x exch def
117 matrix currentmatrix
118 newpath
119 x y translate
120 rx ry scale
121 0 0 1 0 360 arc
122 setmatrix
123} bind def
124
125/endpage { showpage } bind def
126/showpage { } def
127
128/layercolorseq
129 [ % layer color sequence - darkest to lightest
130 [0 0 0]
131 [.2 .8 .8]
132 [.4 .8 .8]
133 [.6 .8 .8]
134 [.8 .8 .8]
135 ]
136def
137
138/layerlen layercolorseq length def
139
140/setlayer {/maxlayer exch def /curlayer exch def
141 layercolorseq curlayer 1 sub layerlen mod get
142 aload pop sethsbcolor
143 /nodecolor {nopcolor} def
144 /edgecolor {nopcolor} def
145 /graphcolor {nopcolor} def
146} bind def
147
148/onlayer { curlayer ne {invis} if } def
149
150/onlayers {
151 /myupper exch def
152 /mylower exch def
153 curlayer mylower lt
154 curlayer myupper gt
155 or
156 {invis} if
157} def
158
159/curlayer 0 def
160
161%%EndResource
162%%EndProlog
163%%BeginSetup
16414 default-font-family set_font
1651 setmiterlimit
166% /arrowlength 10 def
167% /arrowwidth 5 def
168
169% make sure pdfmark is harmless for PS-interpreters other than Distiller
170/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171% make '<<' and '>>' safe on PS Level 1 devices
172/languagelevel where {pop languagelevel}{1} ifelse
1732 lt {
174 userdict (<<) cvn ([) cvn load put
175 userdict (>>) cvn ([) cvn load put
176} if
177
178%%EndSetup
179setupLatin1
180%%Page: 1 1
181%%PageBoundingBox: 36 36 1382 370
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 1346 334 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% AAA
188gsave
1891 setlinewidth
1900 0 0 nodecolor
191newpath 0 112 moveto
1920 216 lineto
19356 216 lineto
19456 112 lineto
195closepath stroke
1960 0 0 nodecolor
19714 /Times-Roman set_font
19812.5 199.4 moveto 31 (AAA) alignedtext
1991 setlinewidth
2000 0 0 nodecolor
201newpath 0 190 moveto
20256 190 lineto
203stroke
2040 0 0 nodecolor
20514 /Times-Roman set_font
20614 173.4 moveto 28 (5':[]) alignedtext
2071 setlinewidth
2080 0 0 nodecolor
209newpath 0 164 moveto
21056 164 lineto
211stroke
2120 0 0 nodecolor
21314 /Times-Roman set_font
2148 147.4 moveto 40 (~5':[]) alignedtext
2151 setlinewidth
2160 0 0 nodecolor
217newpath 0 138 moveto
21856 138 lineto
219stroke
2200 0 0 nodecolor
22114 /Times-Roman set_font
22216.5 121.4 moveto 23 (1.0) alignedtext
223grestore
224% AAT
225gsave
2261 setlinewidth
2270 0 0 nodecolor
228newpath 140 173 moveto
229140 277 lineto
230196 277 lineto
231196 173 lineto
232closepath stroke
2330 0 0 nodecolor
23414 /Times-Roman set_font
235153.5 260.4 moveto 29 (AAT) alignedtext
2361 setlinewidth
2370 0 0 nodecolor
238newpath 140 251 moveto
239196 251 lineto
240stroke
2410 0 0 nodecolor
24214 /Times-Roman set_font
243154 234.4 moveto 28 (5':[]) alignedtext
2441 setlinewidth
2450 0 0 nodecolor
246newpath 140 225 moveto
247196 225 lineto
248stroke
2490 0 0 nodecolor
25014 /Times-Roman set_font
251148 208.4 moveto 40 (~5':[]) alignedtext
2521 setlinewidth
2530 0 0 nodecolor
254newpath 140 199 moveto
255196 199 lineto
256stroke
2570 0 0 nodecolor
25814 /Times-Roman set_font
259156.5 182.4 moveto 23 (1.0) alignedtext
260grestore
261% AAA->AAT
262gsave
2631 setlinewidth
2640 0 0 edgecolor
265newpath 56.1 192.19 moveto
26661.69 196.67 67.77 200.85 74 204 curveto
26791.22 212.7 112.01 217.82 129.65 220.83 curveto
268stroke
2690 0 0 edgecolor
270newpath 129.21 224.3 moveto
271139.62 222.36 lineto
272130.27 217.38 lineto
273closepath fill
2741 setlinewidth
275solid
2760 0 0 edgecolor
277newpath 129.21 224.3 moveto
278139.62 222.36 lineto
279130.27 217.38 lineto
280closepath stroke
2810 0 0 edgecolor
28214 /Times-Roman set_font
28375.5 224.4 moveto 45 (FF: [2]) alignedtext
284grestore
285% CAA
286gsave
2871 setlinewidth
2880 0 0 nodecolor
289newpath 140 51 moveto
290140 155 lineto
291196 155 lineto
292196 51 lineto
293closepath stroke
2940 0 0 nodecolor
29514 /Times-Roman set_font
296152.5 138.4 moveto 31 (CAA) alignedtext
2971 setlinewidth
2980 0 0 nodecolor
299newpath 140 129 moveto
300196 129 lineto
301stroke
3020 0 0 nodecolor
30314 /Times-Roman set_font
304154 112.4 moveto 28 (5':[]) alignedtext
3051 setlinewidth
3060 0 0 nodecolor
307newpath 140 103 moveto
308196 103 lineto
309stroke
3100 0 0 nodecolor
31114 /Times-Roman set_font
312148 86.4 moveto 40 (~5':[]) alignedtext
3131 setlinewidth
3140 0 0 nodecolor
315newpath 140 77 moveto
316196 77 lineto
317stroke
3180 0 0 nodecolor
31914 /Times-Roman set_font
320156.5 60.4 moveto 23 (1.0) alignedtext
321grestore
322% AAA->CAA
323gsave
3241 setlinewidth
3250 1 1 edgecolor
326newpath 56.33 151.66 moveto
32777.68 142.35 107.16 129.51 130.47 119.35 curveto
328stroke
3290 1 1 edgecolor
330newpath 131.94 122.53 moveto
331139.71 115.33 lineto
332129.15 116.11 lineto
333closepath fill
3341 setlinewidth
335solid
3360 1 1 edgecolor
337newpath 131.94 122.53 moveto
338139.71 115.33 lineto
339129.15 116.11 lineto
340closepath stroke
3410 0 0 edgecolor
34214 /Times-Roman set_font
34374 148.4 moveto 48 (RR: [2]) alignedtext
344grestore
345% AAT->AAA
346gsave
3471 setlinewidth
3480 1 1 edgecolor
349newpath 139.97 194.29 moveto
350134.42 189.58 128.33 185.22 122 182 curveto
351104.79 173.25 83.84 168.73 66.09 166.41 curveto
352stroke
3530 1 1 edgecolor
354newpath 66.38 162.92 moveto
35556.06 165.28 lineto
35665.6 169.88 lineto
357closepath fill
3581 setlinewidth
359solid
3600 1 1 edgecolor
361newpath 66.38 162.92 moveto
36256.06 165.28 lineto
36365.6 169.88 lineto
364closepath stroke
3650 0 0 edgecolor
36614 /Times-Roman set_font
36774 187.4 moveto 48 (RR: [2]) alignedtext
368grestore
369% ATC
370gsave
3711 setlinewidth
3720 0 0 nodecolor
373newpath 280 188 moveto
374280 292 lineto
375336 292 lineto
376336 188 lineto
377closepath stroke
3780 0 0 nodecolor
37914 /Times-Roman set_font
380294 275.4 moveto 28 (ATC) alignedtext
3811 setlinewidth
3820 0 0 nodecolor
383newpath 280 266 moveto
384336 266 lineto
385stroke
3860 0 0 nodecolor
38714 /Times-Roman set_font
388294 249.4 moveto 28 (5':[]) alignedtext
3891 setlinewidth
3900 0 0 nodecolor
391newpath 280 240 moveto
392336 240 lineto
393stroke
3940 0 0 nodecolor
39514 /Times-Roman set_font
396288 223.4 moveto 40 (~5':[]) alignedtext
3971 setlinewidth
3980 0 0 nodecolor
399newpath 280 214 moveto
400336 214 lineto
401stroke
4020 0 0 nodecolor
40314 /Times-Roman set_font
404296.5 197.4 moveto 23 (1.0) alignedtext
405grestore
406% AAT->ATC
407gsave
4081 setlinewidth
4090 0 0 edgecolor
410newpath 196.33 228.04 moveto
411217.39 230.29 246.37 233.4 269.53 235.88 curveto
412stroke
4130 0 0 edgecolor
414newpath 269.4 239.38 moveto
415279.71 236.97 lineto
416270.14 232.42 lineto
417closepath fill
4181 setlinewidth
419solid
4200 0 0 edgecolor
421newpath 269.4 239.38 moveto
422279.71 236.97 lineto
423270.14 232.42 lineto
424closepath stroke
4250 0 0 edgecolor
42614 /Times-Roman set_font
427215.5 239.4 moveto 45 (FF: [2]) alignedtext
428grestore
429% CAA->AAA
430gsave
4311 setlinewidth
4320 0 0 edgecolor
433newpath 139.77 96.66 moveto
434120.27 93.75 94.3 92.88 74 103 curveto
43570.36 104.81 66.94 107.06 63.73 109.62 curveto
436stroke
4370 0 0 edgecolor
438newpath 61.19 107.21 moveto
43956.19 116.55 lineto
44065.92 112.36 lineto
441closepath fill
4421 setlinewidth
443solid
4440 0 0 edgecolor
445newpath 61.19 107.21 moveto
44656.19 116.55 lineto
44765.92 112.36 lineto
448closepath stroke
4490 0 0 edgecolor
45014 /Times-Roman set_font
45175.5 108.4 moveto 45 (FF: [2]) alignedtext
452grestore
453% TCA
454gsave
4551 setlinewidth
4560 0 0 nodecolor
457newpath 280 61 moveto
458280 165 lineto
459336 165 lineto
460336 61 lineto
461closepath stroke
4620 0 0 nodecolor
46314 /Times-Roman set_font
464294 148.4 moveto 28 (TCA) alignedtext
4651 setlinewidth
4660 0 0 nodecolor
467newpath 280 139 moveto
468336 139 lineto
469stroke
4700 0 0 nodecolor
47114 /Times-Roman set_font
472294 122.4 moveto 28 (5':[]) alignedtext
4731 setlinewidth
4740 0 0 nodecolor
475newpath 280 113 moveto
476336 113 lineto
477stroke
4780 0 0 nodecolor
47914 /Times-Roman set_font
480288 96.4 moveto 40 (~5':[]) alignedtext
4811 setlinewidth
4820 0 0 nodecolor
483newpath 280 87 moveto
484336 87 lineto
485stroke
4860 0 0 nodecolor
48714 /Times-Roman set_font
488296.5 70.4 moveto 23 (2.0) alignedtext
489grestore
490% CAA->TCA
491gsave
4921 setlinewidth
4930 1 1 edgecolor
494newpath 196.17 116.65 moveto
495201.94 118.87 208.07 120.82 214 122 curveto
496232.11 125.59 252.48 124.28 269.61 121.69 curveto
497stroke
4980 1 1 edgecolor
499newpath 270.55 125.08 moveto
500279.82 119.94 lineto
501269.37 118.18 lineto
502closepath fill
5031 setlinewidth
504solid
5050 1 1 edgecolor
506newpath 270.55 125.08 moveto
507279.82 119.94 lineto
508269.37 118.18 lineto
509closepath stroke
5100 0 0 edgecolor
51114 /Times-Roman set_font
512214 130.4 moveto 48 (RR: [2]) alignedtext
513grestore
514% TCA->CAA
515gsave
5161 setlinewidth
5170 0 0 edgecolor
518newpath 279.55 103.65 moveto
519273.8 102.13 267.75 100.8 262 100 curveto
520243.78 97.48 223.4 97.75 206.29 98.86 curveto
521stroke
5220 0 0 edgecolor
523newpath 205.81 95.38 moveto
524196.1 99.63 lineto
525206.34 102.36 lineto
526closepath fill
5271 setlinewidth
528solid
5290 0 0 edgecolor
530newpath 205.81 95.38 moveto
531196.1 99.63 lineto
532206.34 102.36 lineto
533closepath stroke
5340 0 0 edgecolor
53514 /Times-Roman set_font
536215.5 105.4 moveto 45 (FF: [2]) alignedtext
537grestore
538% ATG
539gsave
5401 setlinewidth
5410 0 0 nodecolor
542newpath 434 122 moveto
543434 226 lineto
544490 226 lineto
545490 122 lineto
546closepath stroke
5470 0 0 nodecolor
54814 /Times-Roman set_font
549447 209.4 moveto 30 (ATG) alignedtext
5501 setlinewidth
5510 0 0 nodecolor
552newpath 434 200 moveto
553490 200 lineto
554stroke
5550 0 0 nodecolor
55614 /Times-Roman set_font
557448 183.4 moveto 28 (5':[]) alignedtext
5581 setlinewidth
5590 0 0 nodecolor
560newpath 434 174 moveto
561490 174 lineto
562stroke
5630 0 0 nodecolor
56414 /Times-Roman set_font
565442 157.4 moveto 40 (~5':[]) alignedtext
5661 setlinewidth
5670 0 0 nodecolor
568newpath 434 148 moveto
569490 148 lineto
570stroke
5710 0 0 nodecolor
57214 /Times-Roman set_font
573450.5 131.4 moveto 23 (2.0) alignedtext
574grestore
575% TCA->ATG
576gsave
5771 setlinewidth
5780.66667 1 1 edgecolor
579newpath 336.03 141.33 moveto
580341.62 145.8 347.72 149.94 354 153 curveto
581375.69 163.58 402.27 168.83 423.63 171.44 curveto
582stroke
5830.66667 1 1 edgecolor
584newpath 423.34 174.93 moveto
585433.66 172.52 lineto
586424.09 167.97 lineto
587closepath fill
5881 setlinewidth
589solid
5900.66667 1 1 edgecolor
591newpath 423.34 174.93 moveto
592433.66 172.52 lineto
593424.09 167.97 lineto
594closepath stroke
5950 0 0 edgecolor
59614 /Times-Roman set_font
597362 176.4 moveto 46 (FR: [1]) alignedtext
598grestore
599% CTC
600gsave
6011 setlinewidth
6020 0 0 nodecolor
603newpath 434 0 moveto
604434 104 lineto
605490 104 lineto
606490 0 lineto
607closepath stroke
6080 0 0 nodecolor
60914 /Times-Roman set_font
610448 87.4 moveto 28 (CTC) alignedtext
6111 setlinewidth
6120 0 0 nodecolor
613newpath 434 78 moveto
614490 78 lineto
615stroke
6160 0 0 nodecolor
61714 /Times-Roman set_font
618448 61.4 moveto 28 (5':[]) alignedtext
6191 setlinewidth
6200 0 0 nodecolor
621newpath 434 52 moveto
622490 52 lineto
623stroke
6240 0 0 nodecolor
62514 /Times-Roman set_font
626442 35.4 moveto 40 (~5':[]) alignedtext
6271 setlinewidth
6280 0 0 nodecolor
629newpath 434 26 moveto
630490 26 lineto
631stroke
6320 0 0 nodecolor
63314 /Times-Roman set_font
634450.5 9.4 moveto 23 (2.0) alignedtext
635grestore
636% TCA->CTC
637gsave
6381 setlinewidth
6390 1 1 edgecolor
640newpath 336.15 101.18 moveto
641342.03 98.77 348.21 96.27 354 94 curveto
642381.36 83.28 388.64 81.72 416 71 curveto
643418.72 69.94 421.51 68.82 424.33 67.69 curveto
644stroke
6450 1 1 edgecolor
646newpath 425.9 70.83 moveto
647433.85 63.82 lineto
648423.26 64.34 lineto
649closepath fill
6501 setlinewidth
651solid
6520 1 1 edgecolor
653newpath 425.9 70.83 moveto
654433.85 63.82 lineto
655423.26 64.34 lineto
656closepath stroke
6570 0 0 edgecolor
65814 /Times-Roman set_font
659354.5 99.4 moveto 61 (RR: [1,2]) alignedtext
660grestore
661% TAA
662gsave
6630 0 0.75294 nodecolor
664newpath 1282 95 moveto
6651282 199 lineto
6661338 199 lineto
6671338 95 lineto
668closepath fill
6691 setlinewidth
670filled
6710 0 0 nodecolor
672newpath 1282 95 moveto
6731282 199 lineto
6741338 199 lineto
6751338 95 lineto
676closepath stroke
6770 0 0 nodecolor
67814 /Times-Roman set_font
6791295.5 182.4 moveto 29 (TAA) alignedtext
6801 setlinewidth
681filled
6820 0 0 nodecolor
683newpath 1282 173 moveto
6841338 173 lineto
685stroke
6860 0 0 nodecolor
68714 /Times-Roman set_font
6881291.5 156.4 moveto 37 (5':[3]) alignedtext
6891 setlinewidth
690filled
6910 0 0 nodecolor
692newpath 1282 147 moveto
6931338 147 lineto
694stroke
6950 0 0 nodecolor
69614 /Times-Roman set_font
6971290 130.4 moveto 40 (~5':[]) alignedtext
6981 setlinewidth
699filled
7000 0 0 nodecolor
701newpath 1282 121 moveto
7021338 121 lineto
703stroke
7040 0 0 nodecolor
70514 /Times-Roman set_font
7061298.5 104.4 moveto 23 (1.0) alignedtext
707grestore
708% AAC
709gsave
7101 setlinewidth
7110 0 0 nodecolor
712newpath 1142 85 moveto
7131142 189 lineto
7141198 189 lineto
7151198 85 lineto
716closepath stroke
7170 0 0 nodecolor
71814 /Times-Roman set_font
7191154.5 172.4 moveto 31 (AAC) alignedtext
7201 setlinewidth
7210 0 0 nodecolor
722newpath 1142 163 moveto
7231198 163 lineto
724stroke
7250 0 0 nodecolor
72614 /Times-Roman set_font
7271156 146.4 moveto 28 (5':[]) alignedtext
7281 setlinewidth
7290 0 0 nodecolor
730newpath 1142 137 moveto
7311198 137 lineto
732stroke
7330 0 0 nodecolor
73414 /Times-Roman set_font
7351150 120.4 moveto 40 (~5':[]) alignedtext
7361 setlinewidth
7370 0 0 nodecolor
738newpath 1142 111 moveto
7391198 111 lineto
740stroke
7410 0 0 nodecolor
74214 /Times-Roman set_font
7431158.5 94.4 moveto 23 (1.0) alignedtext
744grestore
745% TAA->AAC
746gsave
7471 setlinewidth
7480 0 0 edgecolor
749newpath 1281.9 140.66 moveto
7501276.02 139.57 1269.83 138.6 1264 138 curveto
7511245.71 136.13 1225.32 135.71 1208.22 135.83 curveto
752stroke
7530 0 0 edgecolor
754newpath 1208 132.33 moveto
7551198.04 135.96 lineto
7561208.09 139.33 lineto
757closepath fill
7581 setlinewidth
759solid
7600 0 0 edgecolor
761newpath 1208 132.33 moveto
7621198.04 135.96 lineto
7631208.09 139.33 lineto
764closepath stroke
7650 0 0 edgecolor
76614 /Times-Roman set_font
7671217.5 143.4 moveto 45 (FF: [3]) alignedtext
768grestore
769% AAC->TAA
770gsave
7711 setlinewidth
7720 1 1 edgecolor
773newpath 1198.17 150.65 moveto
7741203.94 152.87 1210.07 154.82 1216 156 curveto
7751234.11 159.59 1254.48 158.28 1271.61 155.69 curveto
776stroke
7770 1 1 edgecolor
778newpath 1272.55 159.08 moveto
7791281.82 153.94 lineto
7801271.37 152.18 lineto
781closepath fill
7821 setlinewidth
783solid
7840 1 1 edgecolor
785newpath 1272.55 159.08 moveto
7861281.82 153.94 lineto
7871271.37 152.18 lineto
788closepath stroke
7890 0 0 edgecolor
79014 /Times-Roman set_font
7911216 164.4 moveto 48 (RR: [3]) alignedtext
792grestore
793% ACG
794gsave
7951 setlinewidth
7960 0 0 nodecolor
797newpath 1002 75 moveto
7981002 179 lineto
7991058 179 lineto
8001058 75 lineto
801closepath stroke
8020 0 0 nodecolor
80314 /Times-Roman set_font
8041014.5 162.4 moveto 31 (ACG) alignedtext
8051 setlinewidth
8060 0 0 nodecolor
807newpath 1002 153 moveto
8081058 153 lineto
809stroke
8100 0 0 nodecolor
81114 /Times-Roman set_font
8121016 136.4 moveto 28 (5':[]) alignedtext
8131 setlinewidth
8140 0 0 nodecolor
815newpath 1002 127 moveto
8161058 127 lineto
817stroke
8180 0 0 nodecolor
81914 /Times-Roman set_font
8201010 110.4 moveto 40 (~5':[]) alignedtext
8211 setlinewidth
8220 0 0 nodecolor
823newpath 1002 101 moveto
8241058 101 lineto
825stroke
8260 0 0 nodecolor
82714 /Times-Roman set_font
8281018.5 84.4 moveto 23 (1.0) alignedtext
829grestore
830% AAC->ACG
831gsave
8321 setlinewidth
8330 0 0 edgecolor
834newpath 1141.9 130.66 moveto
8351136.02 129.57 1129.83 128.6 1124 128 curveto
8361105.71 126.13 1085.32 125.71 1068.22 125.83 curveto
837stroke
8380 0 0 edgecolor
839newpath 1068 122.33 moveto
8401058.04 125.96 lineto
8411068.09 129.33 lineto
842closepath fill
8431 setlinewidth
844solid
8450 0 0 edgecolor
846newpath 1068 122.33 moveto
8471058.04 125.96 lineto
8481068.09 129.33 lineto
849closepath stroke
8500 0 0 edgecolor
85114 /Times-Roman set_font
8521077.5 133.4 moveto 45 (FF: [3]) alignedtext
853grestore
854% GCA
855gsave
8561 setlinewidth
8570 0 0 nodecolor
858newpath 577 137 moveto
859577 241 lineto
860633 241 lineto
861633 137 lineto
862closepath stroke
8630 0 0 nodecolor
86414 /Times-Roman set_font
865589.5 224.4 moveto 31 (GCA) alignedtext
8661 setlinewidth
8670 0 0 nodecolor
868newpath 577 215 moveto
869633 215 lineto
870stroke
8710 0 0 nodecolor
87214 /Times-Roman set_font
873591 198.4 moveto 28 (5':[]) alignedtext
8741 setlinewidth
8750 0 0 nodecolor
876newpath 577 189 moveto
877633 189 lineto
878stroke
8790 0 0 nodecolor
88014 /Times-Roman set_font
881585 172.4 moveto 40 (~5':[]) alignedtext
8821 setlinewidth
8830 0 0 nodecolor
884newpath 577 163 moveto
885633 163 lineto
886stroke
8870 0 0 nodecolor
88814 /Times-Roman set_font
889593.5 146.4 moveto 23 (1.0) alignedtext
890grestore
891% GCA->ATG
892gsave
8931 setlinewidth
8940.66667 1 1 edgecolor
895newpath 576.84 166.03 moveto
896569.78 161.5 561.94 157.41 554 155 curveto
897534.43 149.08 528.05 151.02 508 155 curveto
898505.31 155.53 502.58 156.23 499.87 157.03 curveto
899stroke
9000.66667 1 1 edgecolor
901newpath 498.5 153.8 moveto
902490.17 160.35 lineto
903500.76 160.42 lineto
904closepath fill
9051 setlinewidth
906solid
9070.66667 1 1 edgecolor
908newpath 498.5 153.8 moveto
909490.17 160.35 lineto
910500.76 160.42 lineto
911closepath stroke
9120 0 0 edgecolor
91314 /Times-Roman set_font
914508 160.4 moveto 46 (FR: [1]) alignedtext
915grestore
916% CGC
917gsave
9181 setlinewidth
9190 0 0 nodecolor
920newpath 722 136 moveto
921722 240 lineto
922778 240 lineto
923778 136 lineto
924closepath stroke
9250 0 0 nodecolor
92614 /Times-Roman set_font
927734.5 223.4 moveto 31 (CGC) alignedtext
9281 setlinewidth
9290 0 0 nodecolor
930newpath 722 214 moveto
931778 214 lineto
932stroke
9330 0 0 nodecolor
93414 /Times-Roman set_font
935736 197.4 moveto 28 (5':[]) alignedtext
9361 setlinewidth
9370 0 0 nodecolor
938newpath 722 188 moveto
939778 188 lineto
940stroke
9410 0 0 nodecolor
94214 /Times-Roman set_font
943730 171.4 moveto 40 (~5':[]) alignedtext
9441 setlinewidth
9450 0 0 nodecolor
946newpath 722 162 moveto
947778 162 lineto
948stroke
9490 0 0 nodecolor
95014 /Times-Roman set_font
951738.5 145.4 moveto 23 (1.0) alignedtext
952grestore
953% GCA->CGC
954gsave
9551 setlinewidth
9560 1 1 edgecolor
957newpath 633.3 188.8 moveto
958655.66 188.65 687.08 188.43 711.69 188.26 curveto
959stroke
9600 1 1 edgecolor
961newpath 711.79 191.76 moveto
962721.77 188.19 lineto
963711.75 184.76 lineto
964closepath fill
9651 setlinewidth
966solid
9670 1 1 edgecolor
968newpath 711.79 191.76 moveto
969721.77 188.19 lineto
970711.75 184.76 lineto
971closepath stroke
9720 0 0 edgecolor
97314 /Times-Roman set_font
974656 193.4 moveto 48 (RR: [1]) alignedtext
975grestore
976% ATG->TCA
977gsave
9781 setlinewidth
9790.66667 1 1 edgecolor
980newpath 433.78 142.94 moveto
981428.29 138.33 422.27 134.1 416 131 curveto
982394.47 120.37 367.89 115.85 346.48 114 curveto
983stroke
9840.66667 1 1 edgecolor
985newpath 346.66 110.5 moveto
986336.44 113.29 lineto
987346.16 117.48 lineto
988closepath fill
9891 setlinewidth
990solid
9910.66667 1 1 edgecolor
992newpath 346.66 110.5 moveto
993336.44 113.29 lineto
994346.16 117.48 lineto
995closepath stroke
9960 0 0 edgecolor
99714 /Times-Roman set_font
998362 136.4 moveto 46 (FR: [1]) alignedtext
999grestore
1000% ATG->GCA
1001gsave
10021 setlinewidth
10030.66667 1 1 edgecolor
1004newpath 490.25 176.96 moveto
1005512.09 179.25 542.55 182.45 566.6 184.97 curveto
1006stroke
10070.66667 1 1 edgecolor
1008newpath 566.5 188.48 moveto
1009576.81 186.04 lineto
1010567.23 181.52 lineto
1011closepath fill
10121 setlinewidth
1013solid
10140.66667 1 1 edgecolor
1015newpath 566.5 188.48 moveto
1016576.81 186.04 lineto
1017567.23 181.52 lineto
1018closepath stroke
10190 0 0 edgecolor
102014 /Times-Roman set_font
1021508 189.4 moveto 46 (FR: [1]) alignedtext
1022grestore
1023% ATG->ATG
1024gsave
10251 setlinewidth
10260.33333 1 1 edgecolor
1027newpath 449.78 226.2 moveto
1028451.15 236.59 455.23 244 462 244 curveto
1029466.34 244 469.57 240.96 471.69 236.04 curveto
1030stroke
10310.33333 1 1 edgecolor
1032newpath 475.12 236.76 moveto
1033474.22 226.2 lineto
1034468.34 235.02 lineto
1035closepath fill
10361 setlinewidth
1037solid
10380.33333 1 1 edgecolor
1039newpath 475.12 236.76 moveto
1040474.22 226.2 lineto
1041468.34 235.02 lineto
1042closepath stroke
10430 0 0 edgecolor
104414 /Times-Roman set_font
1045439 249.4 moveto 46 (RF: [1]) alignedtext
1046grestore
1047% CGC->GCA
1048gsave
10491 setlinewidth
10500 0 0 edgecolor
1051newpath 721.51 171.99 moveto
1052715.87 169.51 709.87 167.33 704 166 curveto
1053683.2 161.28 676.86 161.51 656 166 curveto
1054651.55 166.96 647.03 168.33 642.6 169.94 curveto
1055stroke
10560 0 0 edgecolor
1057newpath 641.09 166.78 moveto
1058633.13 173.77 lineto
1059643.71 173.27 lineto
1060closepath fill
10611 setlinewidth
1062solid
10630 0 0 edgecolor
1064newpath 641.09 166.78 moveto
1065633.13 173.77 lineto
1066643.71 173.27 lineto
1067closepath stroke
10680 0 0 edgecolor
106914 /Times-Roman set_font
1070657.5 171.4 moveto 45 (FF: [1]) alignedtext
1071grestore
1072% CCG
1073gsave
10740 0 0.75294 nodecolor
1075newpath 862 136 moveto
1076862 240 lineto
1077918 240 lineto
1078918 136 lineto
1079closepath fill
10801 setlinewidth
1081filled
10820 0 0 nodecolor
1083newpath 862 136 moveto
1084862 240 lineto
1085918 240 lineto
1086918 136 lineto
1087closepath stroke
10880 0 0 nodecolor
108914 /Times-Roman set_font
1090874.5 223.4 moveto 31 (CCG) alignedtext
10911 setlinewidth
1092filled
10930 0 0 nodecolor
1094newpath 862 214 moveto
1095918 214 lineto
1096stroke
10970 0 0 nodecolor
109814 /Times-Roman set_font
1099871.5 197.4 moveto 37 (5':[1]) alignedtext
11001 setlinewidth
1101filled
11020 0 0 nodecolor
1103newpath 862 188 moveto
1104918 188 lineto
1105stroke
11060 0 0 nodecolor
110714 /Times-Roman set_font
1108870 171.4 moveto 40 (~5':[]) alignedtext
11091 setlinewidth
1110filled
11110 0 0 nodecolor
1112newpath 862 162 moveto
1113918 162 lineto
1114stroke
11150 0 0 nodecolor
111614 /Times-Roman set_font
1117878.5 145.4 moveto 23 (2.0) alignedtext
1118grestore
1119% CGC->CCG
1120gsave
11211 setlinewidth
11220 1 1 edgecolor
1123newpath 778.33 188 moveto
1124799.39 188 828.37 188 851.53 188 curveto
1125stroke
11260 1 1 edgecolor
1127newpath 851.71 191.5 moveto
1128861.71 188 lineto
1129851.71 184.5 lineto
1130closepath fill
11311 setlinewidth
1132solid
11330 1 1 edgecolor
1134newpath 851.71 191.5 moveto
1135861.71 188 lineto
1136851.71 184.5 lineto
1137closepath stroke
11380 0 0 edgecolor
113914 /Times-Roman set_font
1140796 193.4 moveto 48 (RR: [1]) alignedtext
1141grestore
1142% CTC->TCA
1143gsave
11441 setlinewidth
11450 0 0 edgecolor
1146newpath 433.74 44.09 moveto
1147410.94 39.32 378.7 36.33 354 49 curveto
1148350.23 50.93 346.7 53.33 343.41 56.06 curveto
1149stroke
11500 0 0 edgecolor
1151newpath 341 53.52 moveto
1152336.16 62.94 lineto
1153345.82 58.6 lineto
1154closepath fill
11551 setlinewidth
1156solid
11570 0 0 edgecolor
1158newpath 341 53.52 moveto
1159336.16 62.94 lineto
1160345.82 58.6 lineto
1161closepath stroke
11620 0 0 edgecolor
116314 /Times-Roman set_font
1164356 54.4 moveto 58 (FF: [1,2]) alignedtext
1165grestore
1166% AGA
1167gsave
11680 0 0.75294 nodecolor
1169newpath 572.5 10 moveto
1170572.5 114 lineto
1171637.5 114 lineto
1172637.5 10 lineto
1173closepath fill
11741 setlinewidth
1175filled
11760 0 0 nodecolor
1177newpath 572.5 10 moveto
1178572.5 114 lineto
1179637.5 114 lineto
1180637.5 10 lineto
1181closepath stroke
11820 0 0 nodecolor
118314 /Times-Roman set_font
1184589.5 97.4 moveto 31 (AGA) alignedtext
11851 setlinewidth
1186filled
11870 0 0 nodecolor
1188newpath 572.5 88 moveto
1189637.5 88 lineto
1190stroke
11910 0 0 nodecolor
119214 /Times-Roman set_font
1193591 71.4 moveto 28 (5':[]) alignedtext
11941 setlinewidth
1195filled
11960 0 0 nodecolor
1197newpath 572.5 62 moveto
1198637.5 62 lineto
1199stroke
12000 0 0 nodecolor
120114 /Times-Roman set_font
1202580.5 45.4 moveto 49 (~5':[2]) alignedtext
12031 setlinewidth
1204filled
12050 0 0 nodecolor
1206newpath 572.5 36 moveto
1207637.5 36 lineto
1208stroke
12090 0 0 nodecolor
121014 /Times-Roman set_font
1211593.5 19.4 moveto 23 (1.0) alignedtext
1212grestore
1213% CTC->AGA
1214gsave
12151 setlinewidth
12160.33333 1 1 edgecolor
1217newpath 490.17 65.65 moveto
1218495.94 67.87 502.07 69.82 508 71 curveto
1219525.58 74.49 545.24 73.55 562.23 71.24 curveto
1220stroke
12210.33333 1 1 edgecolor
1222newpath 563.08 74.65 moveto
1223572.43 69.66 lineto
1224562.01 67.73 lineto
1225closepath fill
12261 setlinewidth
1227solid
12280.33333 1 1 edgecolor
1229newpath 563.08 74.65 moveto
1230572.43 69.66 lineto
1231562.01 67.73 lineto
1232closepath stroke
12330 0 0 edgecolor
123414 /Times-Roman set_font
1235508 79.4 moveto 46 (RF: [2]) alignedtext
1236grestore
1237% AGA->CTC
1238gsave
12391 setlinewidth
12400.33333 1 1 edgecolor
1241newpath 572.46 55.44 moveto
1242566.35 54.44 560 53.56 554 53 curveto
1243536.52 51.37 517.09 50.96 500.6 51.02 curveto
1244stroke
12450.33333 1 1 edgecolor
1246newpath 500.21 47.52 moveto
1247490.25 51.11 lineto
1248500.28 54.52 lineto
1249closepath fill
12501 setlinewidth
1251solid
12520.33333 1 1 edgecolor
1253newpath 500.21 47.52 moveto
1254490.25 51.11 lineto
1255500.28 54.52 lineto
1256closepath stroke
12570 0 0 edgecolor
125814 /Times-Roman set_font
1259508 58.4 moveto 46 (RF: [2]) alignedtext
1260grestore
1261% GGA
1262gsave
12631 setlinewidth
12640 0 0 nodecolor
1265newpath 1142 207 moveto
12661142 311 lineto
12671198 311 lineto
12681198 207 lineto
1269closepath stroke
12700 0 0 nodecolor
127114 /Times-Roman set_font
12721153.5 294.4 moveto 33 (GGA) alignedtext
12731 setlinewidth
12740 0 0 nodecolor
1275newpath 1142 285 moveto
12761198 285 lineto
1277stroke
12780 0 0 nodecolor
127914 /Times-Roman set_font
12801156 268.4 moveto 28 (5':[]) alignedtext
12811 setlinewidth
12820 0 0 nodecolor
1283newpath 1142 259 moveto
12841198 259 lineto
1285stroke
12860 0 0 nodecolor
128714 /Times-Roman set_font
12881150 242.4 moveto 40 (~5':[]) alignedtext
12891 setlinewidth
12900 0 0 nodecolor
1291newpath 1142 233 moveto
12921198 233 lineto
1293stroke
12940 0 0 nodecolor
129514 /Times-Roman set_font
12961158.5 216.4 moveto 23 (1.0) alignedtext
1297grestore
1298% GAC
1299gsave
13001 setlinewidth
13010 0 0 nodecolor
1302newpath 1282 222 moveto
13031282 326 lineto
13041338 326 lineto
13051338 222 lineto
1306closepath stroke
13070 0 0 nodecolor
130814 /Times-Roman set_font
13091294.5 309.4 moveto 31 (GAC) alignedtext
13101 setlinewidth
13110 0 0 nodecolor
1312newpath 1282 300 moveto
13131338 300 lineto
1314stroke
13150 0 0 nodecolor
131614 /Times-Roman set_font
13171296 283.4 moveto 28 (5':[]) alignedtext
13181 setlinewidth
13190 0 0 nodecolor
1320newpath 1282 274 moveto
13211338 274 lineto
1322stroke
13230 0 0 nodecolor
132414 /Times-Roman set_font
13251290 257.4 moveto 40 (~5':[]) alignedtext
13261 setlinewidth
13270 0 0 nodecolor
1328newpath 1282 248 moveto
13291338 248 lineto
1330stroke
13310 0 0 nodecolor
133214 /Times-Roman set_font
13331298.5 231.4 moveto 23 (1.0) alignedtext
1334grestore
1335% GGA->GAC
1336gsave
13371 setlinewidth
13380 0 0 edgecolor
1339newpath 1198.33 262.04 moveto
13401219.39 264.29 1248.37 267.4 1271.53 269.88 curveto
1341stroke
13420 0 0 edgecolor
1343newpath 1271.4 273.38 moveto
13441281.71 270.97 lineto
13451272.14 266.42 lineto
1346closepath fill
13471 setlinewidth
1348solid
13490 0 0 edgecolor
1350newpath 1271.4 273.38 moveto
13511281.71 270.97 lineto
13521272.14 266.42 lineto
1353closepath stroke
13540 0 0 edgecolor
135514 /Times-Roman set_font
13561217.5 273.4 moveto 45 (FF: [3]) alignedtext
1357grestore
1358% CCC
1359gsave
13601 setlinewidth
13610 0 0 nodecolor
1362newpath 1002 197 moveto
13631002 301 lineto
13641058 301 lineto
13651058 197 lineto
1366closepath stroke
13670 0 0 nodecolor
136814 /Times-Roman set_font
13691015 284.4 moveto 30 (CCC) alignedtext
13701 setlinewidth
13710 0 0 nodecolor
1372newpath 1002 275 moveto
13731058 275 lineto
1374stroke
13750 0 0 nodecolor
137614 /Times-Roman set_font
13771016 258.4 moveto 28 (5':[]) alignedtext
13781 setlinewidth
13790 0 0 nodecolor
1380newpath 1002 249 moveto
13811058 249 lineto
1382stroke
13830 0 0 nodecolor
138414 /Times-Roman set_font
13851010 232.4 moveto 40 (~5':[]) alignedtext
13861 setlinewidth
13870 0 0 nodecolor
1388newpath 1002 223 moveto
13891058 223 lineto
1390stroke
13910 0 0 nodecolor
139214 /Times-Roman set_font
13931018.5 206.4 moveto 23 (1.0) alignedtext
1394grestore
1395% GGA->CCC
1396gsave
13971 setlinewidth
13980.33333 1 1 edgecolor
1399newpath 1141.99 237.93 moveto
14001136.3 234.66 1130.17 231.78 1124 230 curveto
14011103.5 224.08 1096.93 225.85 1076 230 curveto
14021073.31 230.53 1070.58 231.23 1067.87 232.03 curveto
1403stroke
14040.33333 1 1 edgecolor
1405newpath 1066.5 228.8 moveto
14061058.17 235.35 lineto
14071068.76 235.42 lineto
1408closepath fill
14091 setlinewidth
1410solid
14110.33333 1 1 edgecolor
1412newpath 1066.5 228.8 moveto
14131058.17 235.35 lineto
14141068.76 235.42 lineto
1415closepath stroke
14160 0 0 edgecolor
141714 /Times-Roman set_font
14181077 235.4 moveto 46 (RF: [3]) alignedtext
1419grestore
1420% GAC->GGA
1421gsave
14221 setlinewidth
14230 1 1 edgecolor
1424newpath 1281.97 250.62 moveto
14251276.33 247.07 1270.22 243.95 1264 242 curveto
14261246.01 236.36 1225.46 239.08 1208.17 243.85 curveto
1427stroke
14280 1 1 edgecolor
1429newpath 1206.94 240.56 moveto
14301198.41 246.85 lineto
14311209 247.26 lineto
1432closepath fill
14331 setlinewidth
1434solid
14350 1 1 edgecolor
1436newpath 1206.94 240.56 moveto
14371198.41 246.85 lineto
14381209 247.26 lineto
1439closepath stroke
14400 0 0 edgecolor
144114 /Times-Roman set_font
14421216 247.4 moveto 48 (RR: [3]) alignedtext
1443grestore
1444% CCC->GGA
1445gsave
14461 setlinewidth
14470.33333 1 1 edgecolor
1448newpath 1058.33 251.02 moveto
14491079.39 252.53 1108.37 254.6 1131.53 256.25 curveto
1450stroke
14510.33333 1 1 edgecolor
1452newpath 1131.49 259.76 moveto
14531141.71 256.98 lineto
14541131.99 252.78 lineto
1455closepath fill
14561 setlinewidth
1457solid
14580.33333 1 1 edgecolor
1459newpath 1131.49 259.76 moveto
14601141.71 256.98 lineto
14611131.99 252.78 lineto
1462closepath stroke
14630 0 0 edgecolor
146414 /Times-Roman set_font
14651077 260.4 moveto 46 (RF: [3]) alignedtext
1466grestore
1467% CCC->CCG
1468gsave
14691 setlinewidth
14700 0 0 edgecolor
1471newpath 1001.79 221.58 moveto
1472996.22 217.21 990.17 213.11 984 210 curveto
1473966.73 201.3 945.94 195.98 928.3 192.75 curveto
1474stroke
14750 0 0 edgecolor
1476newpath 928.78 189.28 moveto
1477918.34 191.08 lineto
1478927.62 196.18 lineto
1479closepath fill
14801 setlinewidth
1481solid
14820 0 0 edgecolor
1483newpath 928.78 189.28 moveto
1484918.34 191.08 lineto
1485927.62 196.18 lineto
1486closepath stroke
14870 0 0 edgecolor
148814 /Times-Roman set_font
1489937.5 215.4 moveto 45 (FF: [3]) alignedtext
1490grestore
1491% ACG->AAC
1492gsave
14931 setlinewidth
14940 1 1 edgecolor
1495newpath 1058.17 140.65 moveto
14961063.94 142.87 1070.07 144.82 1076 146 curveto
14971094.11 149.59 1114.48 148.28 1131.61 145.69 curveto
1498stroke
14990 1 1 edgecolor
1500newpath 1132.55 149.08 moveto
15011141.82 143.94 lineto
15021131.37 142.18 lineto
1503closepath fill
15041 setlinewidth
1505solid
15060 1 1 edgecolor
1507newpath 1132.55 149.08 moveto
15081141.82 143.94 lineto
15091131.37 142.18 lineto
1510closepath stroke
15110 0 0 edgecolor
151214 /Times-Roman set_font
15131076 154.4 moveto 48 (RR: [3]) alignedtext
1514grestore
1515% ACG->CCG
1516gsave
15171 setlinewidth
15180.66667 1 1 edgecolor
1519newpath 1001.76 121.08 moveto
1520982.26 118.43 956.29 117.85 936 128 curveto
1521932.34 129.83 928.89 132.1 925.65 134.69 curveto
1522stroke
15230.66667 1 1 edgecolor
1524newpath 923.05 132.33 moveto
1525918.04 141.66 lineto
1526927.78 137.49 lineto
1527closepath fill
15281 setlinewidth
1529solid
15300.66667 1 1 edgecolor
1531newpath 923.05 132.33 moveto
1532918.04 141.66 lineto
1533927.78 137.49 lineto
1534closepath stroke
15350 0 0 edgecolor
153614 /Times-Roman set_font
1537937 133.4 moveto 46 (FR: [3]) alignedtext
1538grestore
1539% CCG->CGC
1540gsave
15411 setlinewidth
15420 0 0 edgecolor
1543newpath 861.51 171.99 moveto
1544855.87 169.51 849.87 167.33 844 166 curveto
1545823.2 161.28 816.8 161.28 796 166 curveto
1546793.34 166.6 790.65 167.38 787.99 168.28 curveto
1547stroke
15480 0 0 edgecolor
1549newpath 786.53 165.09 moveto
1550778.49 171.99 lineto
1551789.08 171.61 lineto
1552closepath fill
15531 setlinewidth
1554solid
15550 0 0 edgecolor
1556newpath 786.53 165.09 moveto
1557778.49 171.99 lineto
1558789.08 171.61 lineto
1559closepath stroke
15600 0 0 edgecolor
156114 /Times-Roman set_font
1562797.5 171.4 moveto 45 (FF: [1]) alignedtext
1563grestore
1564% CCG->CCC
1565gsave
15661 setlinewidth
15670 1 1 edgecolor
1568newpath 918.1 216.19 moveto
1569923.69 220.67 929.77 224.85 936 228 curveto
1570953.22 236.7 974.01 241.82 991.65 244.83 curveto
1571stroke
15720 1 1 edgecolor
1573newpath 991.21 248.3 moveto
15741001.62 246.36 lineto
1575992.27 241.38 lineto
1576closepath fill
15771 setlinewidth
1578solid
15790 1 1 edgecolor
1580newpath 991.21 248.3 moveto
15811001.62 246.36 lineto
1582992.27 241.38 lineto
1583closepath stroke
15840 0 0 edgecolor
158514 /Times-Roman set_font
1586936 248.4 moveto 48 (RR: [3]) alignedtext
1587grestore
1588% CCG->ACG
1589gsave
15901 setlinewidth
15910.66667 1 1 edgecolor
1592newpath 918.33 175.66 moveto
1593939.68 166.35 969.16 153.51 992.47 143.35 curveto
1594stroke
15950.66667 1 1 edgecolor
1596newpath 993.94 146.53 moveto
15971001.71 139.33 lineto
1598991.15 140.11 lineto
1599closepath fill
16001 setlinewidth
1601solid
16020.66667 1 1 edgecolor
1603newpath 993.94 146.53 moveto
16041001.71 139.33 lineto
1605991.15 140.11 lineto
1606closepath stroke
16070 0 0 edgecolor
160814 /Times-Roman set_font
1609937 172.4 moveto 46 (FR: [3]) alignedtext
1610grestore
1611% ATC->AAT
1612gsave
16131 setlinewidth
16140 1 1 edgecolor
1615newpath 279.88 215 moveto
1616274.3 211.3 268.23 208.05 262 206 curveto
1617241.74 199.32 234.93 201.85 214 206 curveto
1618211.31 206.53 208.58 207.23 205.87 208.03 curveto
1619stroke
16200 1 1 edgecolor
1621newpath 204.5 204.8 moveto
1622196.17 211.35 lineto
1623206.76 211.42 lineto
1624closepath fill
16251 setlinewidth
1626solid
16270 1 1 edgecolor
1628newpath 204.5 204.8 moveto
1629196.17 211.35 lineto
1630206.76 211.42 lineto
1631closepath stroke
16320 0 0 edgecolor
163314 /Times-Roman set_font
1634214 211.4 moveto 48 (RR: [2]) alignedtext
1635grestore
1636endpage
1637showpage
1638grestore
1639%%PageTrailer
1640%%EndPage: 1
1641%%Trailer
1642%%Pages: 1
1643%%BoundingBox: 36 36 1382 370
1644end
1645restore
1646%%EOF