| %!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 292 758 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 256 722 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 304 moveto |
| 0 408 lineto |
| 56 408 lineto |
| 56 304 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 391.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 382 moveto |
| 56 382 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 365.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 356 moveto |
| 56 356 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 339.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 330 moveto |
| 56 330 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 313.4 moveto 23 (7.0) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 610 moveto |
| 180 714 lineto |
| 236 714 lineto |
| 236 610 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 193.5 697.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 688 moveto |
| 236 688 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 671.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 662 moveto |
| 236 662 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 645.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 636 moveto |
| 236 636 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 619.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 30.9 408.05 moveto |
| 35.66 475.28 47.43 587.32 74 618 curveto |
| 97.8 645.49 139.08 655.89 169.54 659.78 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 169.5 663.3 moveto |
| 179.83 660.9 lineto |
| 170.26 656.34 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 169.5 663.3 moveto |
| 179.83 660.9 lineto |
| 170.26 656.34 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 83 661.4 moveto 58 (FF: [1,6]) alignedtext |
| grestore |
| % AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 488 moveto |
| 180 592 lineto |
| 236 592 lineto |
| 236 488 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192 575.4 moveto 32 (AAG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 566 moveto |
| 236 566 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 549.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 540 moveto |
| 236 540 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 523.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 514 moveto |
| 236 514 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 497.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 39.08 408.1 moveto |
| 47.72 444.11 60.49 487.81 74 501 curveto |
| 99.51 525.91 139.97 535.07 169.76 538.35 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 169.53 541.85 moveto |
| 179.81 539.29 lineto |
| 170.18 534.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 169.53 541.85 moveto |
| 179.81 539.29 lineto |
| 170.18 534.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 83 539.4 moveto 58 (FF: [2,4]) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 366 moveto |
| 180 470 lineto |
| 236 470 lineto |
| 236 366 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192.5 453.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 444 moveto |
| 236 444 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 427.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 418 moveto |
| 236 418 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 401.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 392 moveto |
| 236 392 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 375.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.21 384.69 moveto |
| 61.74 389.06 67.77 393.07 74 396 curveto |
| 104.18 410.18 141.91 415.41 169.64 417.24 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 169.57 420.75 moveto |
| 179.74 417.79 lineto |
| 169.95 413.76 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 169.57 420.75 moveto |
| 179.74 417.79 lineto |
| 169.95 413.76 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 420.4 moveto 72 (FF: [3,5,7]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 168 244 moveto |
| 168 348 lineto |
| 248 348 lineto |
| 248 244 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 244 moveto |
| 168 348 lineto |
| 248 348 lineto |
| 248 244 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 193.5 331.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 322 moveto |
| 248 322 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 176 305.4 moveto 64 (5':[7,4,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 296 moveto |
| 248 296 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 279.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 270 moveto |
| 248 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 253.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAA->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.05 343.9 moveto |
| 61.94 341.51 68.14 339.09 74 337 curveto |
| 107.24 325.14 116.26 324.34 150 314 curveto |
| 152.6 313.2 155.27 312.38 157.97 311.55 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 159.24 314.82 moveto |
| 167.76 308.53 lineto |
| 157.17 308.13 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 159.24 314.82 moveto |
| 167.76 308.53 lineto |
| 157.17 308.13 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 342.4 moveto 75 (RR: [1,4,7]) alignedtext |
| grestore |
| % GAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 175 122 moveto |
| 175 226 lineto |
| 241 226 lineto |
| 241 122 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 122 moveto |
| 175 226 lineto |
| 241 226 lineto |
| 241 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192 209.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 200 moveto |
| 241 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 183 183.4 moveto 50 (5':[2,5]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 174 moveto |
| 241 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 148 moveto |
| 241 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 131.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->GAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 45.88 303.82 moveto |
| 52.97 287.95 62.29 271.23 74 258 curveto |
| 87.79 242.43 132.17 215.88 166.11 196.79 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 167.91 199.8 moveto |
| 174.93 191.87 lineto |
| 164.5 193.69 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 167.91 199.8 moveto |
| 174.93 191.87 lineto |
| 164.5 193.69 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81.5 263.4 moveto 61 (RR: [2,5]) alignedtext |
| grestore |
| % CAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 175 0 moveto |
| 175 104 lineto |
| 241 104 lineto |
| 241 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 0 moveto |
| 175 104 lineto |
| 241 104 lineto |
| 241 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192.5 87.4 moveto 31 (CAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 78 moveto |
| 241 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 183 61.4 moveto 50 (5':[3,6]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 52 moveto |
| 241 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 175 26 moveto |
| 241 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 9.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 34.5 303.85 moveto |
| 42.13 249.17 56.05 167.7 74 142 curveto |
| 96.87 109.25 116.92 116.39 150 94 curveto |
| 155.34 90.39 160.89 86.52 166.36 82.64 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 168.73 85.24 moveto |
| 174.83 76.57 lineto |
| 164.66 79.55 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 168.73 85.24 moveto |
| 174.83 76.57 lineto |
| 164.66 79.55 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81.5 147.4 moveto 61 (RR: [3,6]) alignedtext |
| grestore |
| % AAT->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.77 625.11 moveto |
| 170.92 614.94 160.67 604.4 150 596 curveto |
| 120.01 572.38 97.29 586.24 74 556 curveto |
| 57.58 534.67 44.52 468.85 36.57 418.49 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 39.99 417.67 moveto |
| 35 408.32 lineto |
| 33.07 418.74 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 39.99 417.67 moveto |
| 35 408.32 lineto |
| 33.07 418.74 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81.5 601.4 moveto 61 (RR: [1,6]) alignedtext |
| grestore |
| % AAG->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.89 506.78 moveto |
| 170.89 497.19 160.52 487.13 150 479 curveto |
| 119.46 455.41 101.45 464.13 74 437 curveto |
| 67.97 431.04 62.47 424.11 57.55 416.88 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 60.38 414.81 moveto |
| 52.04 408.27 lineto |
| 54.49 418.58 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 60.38 414.81 moveto |
| 52.04 408.27 lineto |
| 54.49 418.58 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81.5 484.4 moveto 61 (RR: [2,4]) alignedtext |
| grestore |
| % AAC->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.99 392.28 moveto |
| 171 385.3 160.6 378.45 150 374 curveto |
| 123.4 362.83 91 358.43 66.28 356.77 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.37 353.27 moveto |
| 56.19 356.21 lineto |
| 65.99 360.26 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.37 353.27 moveto |
| 56.19 356.21 lineto |
| 65.99 360.26 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 379.4 moveto 75 (RR: [3,5,7]) alignedtext |
| grestore |
| % TAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 167.95 285.07 moveto |
| 140.09 279.7 102.89 277.19 74 292 curveto |
| 70.23 293.93 66.7 296.33 63.41 299.06 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 61 296.52 moveto |
| 56.16 305.94 lineto |
| 65.82 301.6 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 61 296.52 moveto |
| 56.16 305.94 lineto |
| 65.82 301.6 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 297.4 moveto 72 (FF: [1,4,7]) alignedtext |
| grestore |
| % GAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 174.89 166.67 moveto |
| 145.09 162.13 101.84 160.93 74 184 curveto |
| 56.89 198.18 44.49 250.7 36.9 294.01 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 33.44 293.5 moveto |
| 35.22 303.95 lineto |
| 40.34 294.67 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 33.44 293.5 moveto |
| 35.22 303.95 lineto |
| 40.34 294.67 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 83 189.4 moveto 58 (FF: [2,5]) alignedtext |
| grestore |
| % CAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 174.88 46.99 moveto |
| 144.44 44.42 100.19 46.13 74 72 curveto |
| 43.5 102.13 33.22 219.57 29.76 293.66 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 26.25 293.68 moveto |
| 29.31 303.82 lineto |
| 33.25 293.98 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 26.25 293.68 moveto |
| 29.31 303.82 lineto |
| 33.25 293.98 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 83 77.4 moveto 58 (FF: [3,6]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 292 758 |
| end |
| restore |
| %%EOF |