| %!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 748 396 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 712 360 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath .5 0 moveto |
| .5 130 lineto |
| 93.5 130 lineto |
| 93.5 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 0 moveto |
| .5 130 lineto |
| 93.5 130 lineto |
| 93.5 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 32.5 113.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 104 moveto |
| 93.5 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8.5 87.4 moveto 77 (5':[2,3,4,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 78 moveto |
| 93.5 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 27 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 52 moveto |
| 93.5 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 35.5 35.4 moveto 23 (4.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 26 moveto |
| 93.5 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 32.5 9.4 moveto 29 (TAA) alignedtext |
| grestore |
| % AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 192 82 moveto |
| 192 212 lineto |
| 260 212 lineto |
| 260 82 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 210.5 195.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 192 186 moveto |
| 260 186 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 212 169.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 192 160 moveto |
| 260 160 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 206 143.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 192 134 moveto |
| 260 134 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 214.5 117.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 192 108 moveto |
| 260 108 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 200 91.4 moveto 52 (AAGCC) alignedtext |
| grestore |
| % TAA->AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 93.52 96.03 moveto |
| 99.63 99.59 105.88 103.02 112 106 curveto |
| 134.46 116.96 160.62 126.58 182.22 133.74 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 181.2 137.09 moveto |
| 191.79 136.85 lineto |
| 183.36 130.43 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 181.2 137.09 moveto |
| 191.79 136.85 lineto |
| 183.36 130.43 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 114 135.4 moveto 58 (FF: [2,4]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 39 moveto |
| 498 169 lineto |
| 564 169 lineto |
| 564 39 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 516 152.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 143 moveto |
| 564 143 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 517 126.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 117 moveto |
| 564 117 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 511 100.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 91 moveto |
| 564 91 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 519.5 74.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 65 moveto |
| 564 65 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 506 48.4 moveto 50 (AACCC) alignedtext |
| grestore |
| % TAA->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 93.77 60 moveto |
| 163.93 53.62 300.32 45.58 414 65 curveto |
| 439.26 69.31 466.47 78.12 488.29 86.27 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 487.32 89.65 moveto |
| 497.91 89.95 lineto |
| 489.82 83.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 487.32 89.65 moveto |
| 497.91 89.95 lineto |
| 489.82 83.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 280 60.4 moveto 58 (FF: [1,3]) alignedtext |
| grestore |
| % AGC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 191.79 97.66 moveto |
| 186.38 92.38 180.42 87.63 174 84 curveto |
| 152.87 72.05 126.74 66.83 103.68 64.77 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 103.9 61.28 moveto |
| 93.68 64.06 lineto |
| 103.4 68.26 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 103.9 61.28 moveto |
| 93.68 64.06 lineto |
| 103.4 68.26 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 112.5 89.4 moveto 61 (RR: [2,4]) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 222 moveto |
| 358 352 lineto |
| 414 352 lineto |
| 414 222 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 370.5 335.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 326 moveto |
| 414 326 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 372 309.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 300 moveto |
| 414 300 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 366 283.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 274 moveto |
| 414 274 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 374.5 257.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 248 moveto |
| 414 248 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 370.5 231.4 moveto 31 (CCG) alignedtext |
| grestore |
| % AGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 246.27 212.23 moveto |
| 253.98 228.41 264.32 244.42 278 256 curveto |
| 297.49 272.51 325.3 280.24 347.82 283.85 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 347.35 287.32 moveto |
| 357.74 285.24 lineto |
| 348.32 280.39 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 347.35 287.32 moveto |
| 357.74 285.24 lineto |
| 348.32 280.39 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 286.5 287.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 74 moveto |
| 358 204 lineto |
| 414 204 lineto |
| 414 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 369.5 187.4 moveto 33 (AGG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 178 moveto |
| 414 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 372 161.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 152 moveto |
| 414 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 366 135.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 126 moveto |
| 414 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 374.5 109.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 358 100 moveto |
| 414 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 369.5 83.4 moveto 33 (AGG) alignedtext |
| grestore |
| % AGC->AGG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 260.32 145.28 moveto |
| 286.02 144 321.17 142.24 347.77 140.91 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 348.05 144.4 moveto |
| 357.86 140.41 lineto |
| 347.7 137.41 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 348.05 144.4 moveto |
| 357.86 140.41 lineto |
| 347.7 137.41 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 286 149.4 moveto 46 (FR: [4]) alignedtext |
| grestore |
| % CCC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 497.79 74.71 moveto |
| 492.12 70.68 486.08 66.93 480 64 curveto |
| 422.39 36.29 403.5 38.38 340 31 curveto |
| 257.77 21.44 162.57 37.51 103.56 50.65 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 102.66 47.27 moveto |
| 93.69 52.9 lineto |
| 104.21 54.09 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 102.66 47.27 moveto |
| 93.69 52.9 lineto |
| 104.21 54.09 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 278.5 36.4 moveto 61 (RR: [1,3]) alignedtext |
| grestore |
| % CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 648 39 moveto |
| 648 169 lineto |
| 704 169 lineto |
| 704 39 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 661 152.4 moveto 30 (CCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 648 143 moveto |
| 704 143 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 662 126.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 648 117 moveto |
| 704 117 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 656 100.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 648 91 moveto |
| 704 91 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 664.5 74.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 648 65 moveto |
| 704 65 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 661 48.4 moveto 30 (CCA) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 564.27 104 moveto |
| 586.16 104 614.89 104 637.74 104 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 637.77 107.5 moveto |
| 647.77 104 lineto |
| 637.77 100.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 637.77 107.5 moveto |
| 647.77 104 lineto |
| 637.77 100.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 583.5 109.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % CCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 497.97 133.45 moveto |
| 477.55 152.63 451.59 178.87 432 205 curveto |
| 427.69 210.75 423.51 216.94 419.53 223.26 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 416.46 221.56 moveto |
| 414.24 231.92 lineto |
| 422.44 225.21 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 416.46 221.56 moveto |
| 414.24 231.92 lineto |
| 422.44 225.21 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 433.5 210.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 647.83 90.35 moveto |
| 642.06 88.13 635.93 86.18 630 85 curveto |
| 609.07 80.85 603 81.22 582 85 curveto |
| 579.35 85.48 576.65 86.09 573.95 86.79 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 572.84 83.47 moveto |
| 564.27 89.69 lineto |
| 574.85 90.17 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 572.84 83.47 moveto |
| 564.27 89.69 lineto |
| 574.85 90.17 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 582 90.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCG->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 357.94 255.76 moveto |
| 352.16 249.71 346 243.54 340 238 curveto |
| 317.31 217.06 290.37 195.42 268.38 178.51 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 270.29 175.56 moveto |
| 260.22 172.26 lineto |
| 266.04 181.12 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 270.29 175.56 moveto |
| 260.22 172.26 lineto |
| 266.04 181.12 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 278.5 243.4 moveto 61 (RR: [2,4]) alignedtext |
| grestore |
| % CCG->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 414.28 273.34 moveto |
| 434.82 262.21 462.05 244.79 480 223 curveto |
| 490.81 209.87 499.69 194.11 506.82 178.42 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 510.05 179.78 moveto |
| 510.83 169.21 lineto |
| 503.63 176.99 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 510.05 179.78 moveto |
| 510.83 169.21 lineto |
| 503.63 176.99 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 432 267.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGG->AGC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 357.89 124.63 moveto |
| 352.11 122.3 345.97 120.24 340 119 curveto |
| 313.02 113.39 304.72 112.26 278 119 curveto |
| 275.2 119.7 272.39 120.59 269.61 121.62 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 268.14 118.44 moveto |
| 260.28 125.54 lineto |
| 270.85 124.89 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 268.14 118.44 moveto |
| 260.28 125.54 lineto |
| 270.85 124.89 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 279 124.4 moveto 60 (FR: [2,4]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 748 396 |
| end |
| restore |
| %%EOF |