Added search graph examples
[ou-summer-of-code-2017.git] / 08-word-chains / rush-graph.dot.ps
diff --git a/08-word-chains/rush-graph.dot.ps b/08-word-chains/rush-graph.dot.ps
new file mode 100644 (file)
index 0000000..29de298
--- /dev/null
@@ -0,0 +1,4671 @@
+%!PS-Adobe-3.0
+%%Creator: graphviz version 2.38.0 (20140413.2041)
+%%Title: w
+%%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
+/tapered { } 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 2742 2228
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 2706 2192 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% rung
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+631.3 614.33 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+618.8 610.63 moveto 25 (rung) alignedtext
+grestore
+% runt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+820.26 585.73 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+809.26 582.03 moveto 22 (runt) alignedtext
+grestore
+% rung--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 657.97 610.3 moveto
+693.98 604.84 757.78 595.19 793.72 589.74 curveto
+stroke
+grestore
+% rune
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+551.26 809.24 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+538.76 805.54 moveto 25 (rune) alignedtext
+grestore
+% rung--rune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 624.05 631.97 moveto
+608.81 669.08 573.6 754.83 558.43 791.78 curveto
+stroke
+grestore
+% runs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+575.12 570.47 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+563.12 566.77 moveto 24 (runs) alignedtext
+grestore
+% runt--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 793.09 584.03 moveto
+745.84 581.09 649.1 575.07 602.04 572.14 curveto
+stroke
+grestore
+% rust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1194.73 847.53 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1184.23 843.83 moveto 21 (rust) alignedtext
+grestore
+% runt--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 839.08 598.89 moveto
+903.16 643.68 1112.29 789.9 1176.09 834.5 curveto
+stroke
+grestore
+% hunt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+646.55 346.19 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+634.05 342.49 moveto 25 (hunt) alignedtext
+grestore
+% runt--hunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 808.32 569.26 moveto
+776.51 525.4 689.99 406.08 658.34 362.45 curveto
+stroke
+grestore
+% rent
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+940.09 341.47 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+929.09 337.77 moveto 22 (rent) alignedtext
+grestore
+% runt--rent
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 828.68 568.55 moveto
+850.69 523.7 909.68 403.45 931.68 358.63 curveto
+stroke
+grestore
+% bunt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1081.08 847.25 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1068.58 843.55 moveto 25 (bunt) alignedtext
+grestore
+% runt--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 835.41 600.92 moveto
+881.51 647.14 1019.73 785.74 1065.89 832.02 curveto
+stroke
+grestore
+% rant
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+708.72 361.72 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+697.72 358.02 moveto 22 (rant) alignedtext
+grestore
+% runt--rant
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 811.69 568.52 moveto
+790.93 526.82 738.11 420.74 717.31 378.98 curveto
+stroke
+grestore
+% pubs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1297.87 2166.12 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1284.87 2162.42 moveto 26 (pubs) alignedtext
+grestore
+% puss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1342.85 1854.75 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1330.35 1851.05 moveto 25 (puss) alignedtext
+grestore
+% pubs--puss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1300.48 2148.04 moveto
+1308.43 2093 1332.27 1927.98 1340.23 1872.88 curveto
+stroke
+grestore
+% puns
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1287.52 2118.98 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1274.52 2115.28 moveto 26 (puns) alignedtext
+grestore
+% puss--puns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1339.04 1872.91 moveto
+1328.91 1921.3 1301.36 2052.91 1291.28 2101.04 curveto
+stroke
+grestore
+% buss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1513.68 1677.87 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1501.18 1674.17 moveto 25 (buss) alignedtext
+grestore
+% puss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1357.71 1839.36 moveto
+1390.1 1805.82 1466.73 1726.48 1498.98 1693.09 curveto
+stroke
+grestore
+% push
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1546.41 1441.43 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1533.41 1437.73 moveto 26 (push) alignedtext
+grestore
+% puss--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1351.34 1837.51 moveto
+1384.44 1770.29 1504.72 1526.09 1537.89 1458.73 curveto
+stroke
+grestore
+% muss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1427.42 1467.66 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1412.92 1463.96 moveto 29 (muss) alignedtext
+grestore
+% puss--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1346.76 1836.85 moveto
+1360.89 1772.18 1409.23 1550.9 1423.46 1485.81 curveto
+stroke
+grestore
+% pugs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1224.85 2142.98 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1211.85 2139.28 moveto 26 (pugs) alignedtext
+grestore
+% puss--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1335.64 1872.34 moveto
+1314.58 1923.8 1253.24 2073.61 1232.11 2125.24 curveto
+stroke
+grestore
+% cuss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1425.86 1723.47 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1413.86 1719.77 moveto 24 (cuss) alignedtext
+grestore
+% puss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1353.36 1838.12 moveto
+1369.24 1813.01 1399.18 1765.66 1415.17 1740.38 curveto
+stroke
+grestore
+% wuss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1362.25 1722.03 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1348.25 1718.33 moveto 28 (wuss) alignedtext
+grestore
+% puss--wuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1345.5 1836.57 moveto
+1349.22 1811.16 1355.93 1765.28 1359.63 1739.99 curveto
+stroke
+grestore
+% pass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1218.19 2094.16 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1206.19 2090.46 moveto 24 (pass) alignedtext
+grestore
+% puss--pass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1333.88 1871.97 moveto
+1310.88 1916.14 1249.98 2033.1 1227.07 2077.1 curveto
+stroke
+grestore
+% pups
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1155.88 2071.54 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1142.88 2067.84 moveto 26 (pups) alignedtext
+grestore
+% puss--pups
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1329.1 1870.69 moveto
+1294.44 1910.88 1203.8 2015.97 1169.39 2055.87 curveto
+stroke
+grestore
+% mask
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1785.55 1108.09 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1770.55 1104.39 moveto 30 (mask) alignedtext
+grestore
+% musk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1472.08 1047.48 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1456.58 1043.78 moveto 31 (musk) alignedtext
+grestore
+% mask--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1756.9 1102.55 moveto
+1697.5 1091.07 1561.48 1064.77 1501.46 1053.16 curveto
+stroke
+grestore
+% muse
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1182.19 1228.92 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1167.19 1225.22 moveto 30 (muse) alignedtext
+grestore
+% musk--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1450.77 1060.82 moveto
+1397.02 1094.46 1256.5 1182.41 1203.14 1215.8 curveto
+stroke
+grestore
+% rusk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1189.03 951.68 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1177.03 947.98 moveto 24 (rusk) alignedtext
+grestore
+% musk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1445.45 1038.47 moveto
+1390.68 1019.93 1266.11 977.77 1213.36 959.91 curveto
+stroke
+grestore
+% must
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1381.97 1088.07 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1367.97 1084.37 moveto 28 (must) alignedtext
+grestore
+% musk--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1447.46 1058.57 moveto
+1434.33 1064.49 1418.25 1071.72 1405.32 1077.55 curveto
+stroke
+grestore
+% mush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1617.9 1229.37 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1602.4 1225.67 moveto 31 (mush) alignedtext
+grestore
+% musk--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1485.28 1063.94 moveto
+1513.04 1098.57 1577.2 1178.59 1604.84 1213.07 curveto
+stroke
+grestore
+% dusk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1325.56 710.73 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1312.56 707.03 moveto 26 (dusk) alignedtext
+grestore
+% musk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1464.41 1029.85 moveto
+1439.09 971.66 1358.37 786.13 1333.16 728.19 curveto
+stroke
+grestore
+% tusk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1482.45 811.36 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1470.95 807.66 moveto 23 (tusk) alignedtext
+grestore
+% musk--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1472.88 1029.34 moveto
+1474.81 985.39 1479.72 873.57 1481.65 829.56 curveto
+stroke
+grestore
+% lash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2077.34 1183.19 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2066.34 1179.49 moveto 22 (lash) alignedtext
+grestore
+% rash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1997.36 1251.1 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1985.86 1247.4 moveto 23 (rash) alignedtext
+grestore
+% lash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2060.38 1197.59 moveto
+2046.81 1209.12 2027.86 1225.2 2014.3 1236.72 curveto
+stroke
+grestore
+% mash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1976.46 1305.11 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1961.46 1301.41 moveto 30 (mash) alignedtext
+grestore
+% lash--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2064.15 1199.13 moveto
+2044.92 1222.37 2009.38 1265.32 1989.97 1288.78 curveto
+stroke
+grestore
+% bash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2029.94 1445.72 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2017.44 1442.02 moveto 25 (bash) alignedtext
+grestore
+% lash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2074.08 1201.23 moveto
+2065.42 1249.19 2041.9 1379.44 2033.22 1427.55 curveto
+stroke
+grestore
+% cash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2268.46 1372.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2255.96 1368.45 moveto 25 (cash) alignedtext
+grestore
+% lash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2092.66 1198.33 moveto
+2128.53 1233.8 2217.65 1321.91 2253.33 1357.19 curveto
+stroke
+grestore
+% hash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2141.68 1225.6 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2129.18 1221.9 moveto 25 (hash) alignedtext
+grestore
+% lash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2096.64 1195.92 moveto
+2104.79 1201.28 2114.25 1207.52 2122.39 1212.89 curveto
+stroke
+grestore
+% dash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2194.59 1357.9 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2182.09 1354.2 moveto 25 (dash) alignedtext
+grestore
+% lash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2088.37 1199.63 moveto
+2110.72 1232.92 2161.11 1308.01 2183.5 1341.38 curveto
+stroke
+grestore
+% gash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2036.37 1372.34 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2023.87 1368.64 moveto 25 (gash) alignedtext
+grestore
+% lash--gash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2073.41 1201.33 moveto
+2065.58 1237.48 2048.1 1318.15 2040.28 1354.26 curveto
+stroke
+grestore
+% last
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1845.5 966.75 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1836 963.05 moveto 19 (last) alignedtext
+grestore
+% lash--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2061.4 1168.31 moveto
+2018.95 1128.68 1903.47 1020.87 1861.24 981.44 curveto
+stroke
+grestore
+% lush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1691.96 1156.22 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1680.46 1152.52 moveto 23 (lush) alignedtext
+grestore
+% lash--lush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2050.24 1181.29 moveto
+1979.48 1176.34 1789.76 1163.06 1719.03 1158.11 curveto
+stroke
+grestore
+% lass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2295.05 1001.52 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2284.55 997.82 moveto 21 (lass) alignedtext
+grestore
+% lash--lass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2094.42 1168.93 moveto
+2135.12 1134.98 2237.43 1049.61 2278.05 1015.71 curveto
+stroke
+grestore
+% sash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2185.97 1312.09 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2173.97 1308.39 moveto 24 (sash) alignedtext
+grestore
+% lash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2090.66 1199 moveto
+2111.51 1223.74 2151.63 1271.34 2172.54 1296.16 curveto
+stroke
+grestore
+% rasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2373.97 1212.78 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2362.47 1209.08 moveto 23 (rasp) alignedtext
+grestore
+% rash--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2024.14 1248.38 moveto
+2093.38 1241.33 2277.71 1222.57 2347.07 1215.51 curveto
+stroke
+grestore
+% rash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2020.01 1261.22 moveto
+2071.04 1284 2194.53 1339.14 2245.68 1361.98 curveto
+stroke
+grestore
+% rash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2023.5 1246.49 moveto
+2049.49 1241.89 2089.15 1234.88 2115.25 1230.27 curveto
+stroke
+grestore
+% rash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2018.47 1262.53 moveto
+2056.33 1283.03 2135.37 1325.83 2173.33 1346.39 curveto
+stroke
+grestore
+% rash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2022.02 1259.08 moveto
+2058.27 1270.8 2125.53 1292.55 2161.61 1304.21 curveto
+stroke
+grestore
+% gosh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1770.14 1596.93 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1757.14 1593.23 moveto 26 (gosh) alignedtext
+grestore
+% posh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1502.85 1809.89 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1489.85 1806.19 moveto 26 (posh) alignedtext
+grestore
+% gosh--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1752.6 1610.91 moveto
+1704.17 1649.49 1568.96 1757.22 1520.45 1795.87 curveto
+stroke
+grestore
+% gush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1663.9 1294.38 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1650.9 1290.68 moveto 26 (gush) alignedtext
+grestore
+% gosh--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1763.97 1579.36 moveto
+1745.19 1525.89 1688.89 1365.54 1670.09 1312 curveto
+stroke
+grestore
+% bosh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1800.85 1684.9 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1787.85 1681.2 moveto 26 (bosh) alignedtext
+grestore
+% gosh--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1776.35 1614.73 moveto
+1781.68 1630 1789.32 1651.87 1794.64 1667.12 curveto
+stroke
+grestore
+% josh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1727.22 1798.32 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1715.72 1794.62 moveto 23 (josh) alignedtext
+grestore
+% gosh--josh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1766.33 1614.81 moveto
+1758.18 1653.02 1739.15 1742.31 1731.02 1780.49 curveto
+stroke
+grestore
+% nosh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1778.87 1842.44 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1765.87 1838.74 moveto 26 (nosh) alignedtext
+grestore
+% gosh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1770.78 1614.99 moveto
+1772.4 1660.39 1776.61 1778.93 1778.22 1824.36 curveto
+stroke
+grestore
+% posh--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1504.98 1791.87 moveto
+1512.38 1729.31 1536.9 1521.92 1544.29 1459.41 curveto
+stroke
+grestore
+% posh--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1526.23 1800.08 moveto
+1581.94 1776.72 1721.97 1717.98 1777.57 1694.66 curveto
+stroke
+grestore
+% posh--josh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1530.36 1808.47 moveto
+1573.66 1806.24 1657.18 1801.93 1700.18 1799.71 curveto
+stroke
+grestore
+% posh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1529.82 1813.07 moveto
+1582.58 1819.29 1698.93 1833.02 1751.79 1839.25 curveto
+stroke
+grestore
+% post
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1507.71 2110.74 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1496.21 2107.04 moveto 23 (post) alignedtext
+grestore
+% posh--post
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1503.14 1828.26 moveto
+1504.01 1882.09 1506.55 2039.09 1507.42 2092.62 curveto
+stroke
+grestore
+% muck
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1737.95 925.2 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1722.45 921.5 moveto 31 (muck) alignedtext
+grestore
+% muck--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1713.41 936.49 moveto
+1662.64 959.84 1546.57 1013.22 1496.18 1036.4 curveto
+stroke
+grestore
+% much
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1935.99 939.27 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1920.49 935.57 moveto 31 (much) alignedtext
+grestore
+% muck--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1768.46 927.37 moveto
+1805.67 930.01 1868.21 934.45 1905.45 937.1 curveto
+stroke
+grestore
+% busy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1363.05 1462.16 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1350.05 1458.46 moveto 26 (busy) alignedtext
+grestore
+% bury
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1173.22 1654.74 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1160.72 1651.04 moveto 25 (bury) alignedtext
+grestore
+% busy--bury
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1348.15 1477.27 moveto
+1312.75 1513.18 1223.9 1603.33 1188.31 1639.44 curveto
+stroke
+grestore
+% bush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1637.53 1378.91 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1624.53 1375.21 moveto 26 (bush) alignedtext
+grestore
+% busy--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1387.89 1454.62 moveto
+1440.02 1438.81 1560.29 1402.33 1612.54 1386.48 curveto
+stroke
+grestore
+% busy--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1374.62 1478.73 moveto
+1402.73 1518.98 1474.34 1621.54 1502.28 1661.54 curveto
+stroke
+grestore
+% bust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1379.22 1132.08 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1367.72 1128.38 moveto 23 (bust) alignedtext
+grestore
+% busy--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1363.94 1443.94 moveto
+1366.77 1386.23 1375.51 1207.87 1378.33 1150.24 curveto
+stroke
+grestore
+% buoy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1144.7 1578.1 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1130.7 1574.4 moveto 28 (buoy) alignedtext
+grestore
+% busy--buoy
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1341.71 1473.49 moveto
+1300.19 1495.54 1208.88 1544.02 1166.77 1566.38 curveto
+stroke
+grestore
+% ramp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2668.9 1150.61 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2654.4 1146.91 moveto 29 (ramp) alignedtext
+grestore
+% rasp--ramp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2399.88 1207.31 moveto
+2455.13 1195.67 2584.06 1168.49 2641.01 1156.49 curveto
+stroke
+grestore
+% husk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1572.03 847.51 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1559.03 843.81 moveto 26 (husk) alignedtext
+grestore
+% husk--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1563.34 864.91 moveto
+1544.44 902.72 1499.78 992.07 1480.83 1029.98 curveto
+stroke
+grestore
+% hulk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1752.72 604.78 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1740.22 601.08 moveto 25 (hulk) alignedtext
+grestore
+% husk--hulk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1584.17 831.21 moveto
+1617.09 786.99 1707.78 665.15 1740.64 621.01 curveto
+stroke
+grestore
+% husk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1546.61 854.42 moveto
+1476.94 873.37 1283.56 925.97 1214.19 944.83 curveto
+stroke
+grestore
+% husk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1551.02 835.85 moveto
+1504.45 810.01 1393.04 748.18 1346.53 722.37 curveto
+stroke
+grestore
+% husk--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1548.5 838.01 moveto
+1535.33 832.7 1518.97 826.1 1505.83 820.8 curveto
+stroke
+grestore
+% hunk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1798.14 656.99 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1784.14 653.29 moveto 28 (hunk) alignedtext
+grestore
+% husk--hunk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1589.03 833.19 moveto
+1630.93 797.88 1738.84 706.96 1780.95 671.48 curveto
+stroke
+grestore
+% tush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1576.25 1150.5 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1564.75 1146.8 moveto 23 (tush) alignedtext
+grestore
+% bush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1632.72 1360.98 moveto
+1621.26 1318.29 1592.47 1210.96 1581.04 1168.34 curveto
+stroke
+grestore
+% bush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1643.12 1360.98 moveto
+1647.6 1346.64 1653.84 1326.62 1658.32 1312.28 curveto
+stroke
+grestore
+% bush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1618.2 1392.16 moveto
+1602.64 1402.85 1580.87 1417.78 1565.4 1428.4 curveto
+stroke
+grestore
+% bush--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1646.77 1396.23 moveto
+1675.52 1450.09 1763.09 1614.16 1791.7 1667.76 curveto
+stroke
+grestore
+% bush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1635.16 1360.87 moveto
+1631.39 1332.13 1624.06 1276.25 1620.28 1247.47 curveto
+stroke
+grestore
+% tush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1586.48 1167.29 moveto
+1603.28 1194.86 1636.54 1249.46 1653.47 1277.25 curveto
+stroke
+grestore
+% tush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1574.38 1168.7 moveto
+1569.03 1220.95 1553.64 1371 1548.28 1423.23 curveto
+stroke
+grestore
+% tush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1585.29 1167.62 moveto
+1592.23 1180.75 1601.77 1198.82 1608.74 1212.02 curveto
+stroke
+grestore
+% tush--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1571.34 1132.75 moveto
+1555.17 1074.28 1503.69 888.16 1487.43 829.35 curveto
+stroke
+grestore
+% gust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1473.57 979.96 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1462.07 976.26 moveto 23 (gust) alignedtext
+grestore
+% gist
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1630.7 770.03 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1620.7 766.33 moveto 20 (gist) alignedtext
+grestore
+% gust--gist
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1485.64 963.84 moveto
+1514.89 924.76 1589.3 825.35 1618.59 786.21 curveto
+stroke
+grestore
+% gust--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1483.8 996.87 moveto
+1516.85 1051.46 1620.5 1222.68 1653.62 1277.39 curveto
+stroke
+grestore
+% gust--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1460.05 995.91 moveto
+1442.73 1016.35 1412.88 1051.58 1395.54 1072.05 curveto
+stroke
+grestore
+% gust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1451.22 969.35 moveto
+1398.88 944.49 1268.86 882.74 1216.8 858.01 curveto
+stroke
+grestore
+% gust--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1463.11 996.82 moveto
+1444.98 1026.07 1407.89 1085.85 1389.73 1115.15 curveto
+stroke
+grestore
+% lust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1509.85 871.7 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1499.85 868 moveto 20 (lust) alignedtext
+grestore
+% gust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1479.56 962.09 moveto
+1486.28 942.03 1497.13 909.67 1503.85 889.6 curveto
+stroke
+grestore
+% oust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1349.84 938.05 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1338.34 934.35 moveto 23 (oust) alignedtext
+grestore
+% gust--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1449.42 971.78 moveto
+1427.62 964.4 1395.71 953.59 1373.93 946.21 curveto
+stroke
+grestore
+% dust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1395.26 833.42 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1383.76 829.72 moveto 23 (dust) alignedtext
+grestore
+% gust--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1464.43 962.87 moveto
+1449.34 934.63 1419.39 878.57 1404.34 850.41 curveto
+stroke
+grestore
+% mute
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+967.35 1304.07 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+953.35 1300.37 moveto 28 (mute) alignedtext
+grestore
+% mute--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 992.42 1295.3 moveto
+1033.48 1280.94 1114.67 1252.53 1156.28 1237.98 curveto
+stroke
+grestore
+% buds
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1426.77 1937.63 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1413.77 1933.93 moveto 26 (buds) alignedtext
+grestore
+% buds--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1432.74 1919.78 moveto
+1448.66 1872.21 1491.95 1742.82 1507.78 1695.5 curveto
+stroke
+grestore
+% buss--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1520.87 1660.5 moveto
+1542.76 1607.66 1608.4 1449.22 1630.31 1396.32 curveto
+stroke
+grestore
+% buss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1491.97 1689.14 moveto
+1478.36 1696.21 1460.88 1705.29 1447.32 1712.33 curveto
+stroke
+grestore
+% buss--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1509.28 1660.02 moveto
+1488.94 1577.44 1404.07 1232.95 1383.65 1150.07 curveto
+stroke
+grestore
+% bugs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1603.55 1916.78 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1590.55 1913.08 moveto 26 (bugs) alignedtext
+grestore
+% buss--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1520.29 1695.44 moveto
+1536.91 1739.62 1580.3 1854.98 1596.93 1899.19 curveto
+stroke
+grestore
+% bums
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1572.04 1973.49 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1556.54 1969.79 moveto 31 (bums) alignedtext
+grestore
+% buss--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1517.24 1695.92 moveto
+1527.66 1748.69 1558 1902.35 1568.45 1955.31 curveto
+stroke
+grestore
+% buns
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1679.96 1916.95 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1666.96 1913.25 moveto 26 (buns) alignedtext
+grestore
+% buss--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1525.11 1694.3 moveto
+1555.49 1737.98 1637.99 1856.59 1668.45 1900.4 curveto
+stroke
+grestore
+% gush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1651.1 1310.4 moveto
+1628.51 1338.68 1581.78 1397.16 1559.2 1425.43 curveto
+stroke
+grestore
+% bosh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1798.32 1702.97 moveto
+1794.11 1733.2 1785.67 1793.69 1781.43 1824.1 curveto
+stroke
+grestore
+% rise
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+329.97 1195.07 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+319.97 1191.37 moveto 20 (rise) alignedtext
+grestore
+% risk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+735.63 959.91 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+725.13 956.21 moveto 21 (risk) alignedtext
+grestore
+% rise--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 350.36 1183.24 moveto
+419.61 1143.1 645.28 1012.28 714.95 971.89 curveto
+stroke
+grestore
+% rife
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+104.5 1302.39 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+95 1298.69 moveto 19 (rife) alignedtext
+grestore
+% rise--rife
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 307.94 1205.55 moveto
+264.84 1226.07 169.8 1271.31 126.62 1291.86 curveto
+stroke
+grestore
+% rose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+456.41 1518.22 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+444.91 1514.52 moveto 23 (rose) alignedtext
+grestore
+% rise--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 336.95 1212.9 moveto
+359.05 1269.4 427.38 1444.02 449.46 1500.44 curveto
+stroke
+grestore
+% ruse
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+800.44 1113.31 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+788.94 1109.61 moveto 23 (ruse) alignedtext
+grestore
+% rise--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 356.27 1190.5 moveto
+438.71 1176.17 691.45 1132.25 774.03 1117.9 curveto
+stroke
+grestore
+% ride
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+178.27 1083.53 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+167.27 1079.83 moveto 22 (ride) alignedtext
+grestore
+% rise--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 311.67 1181.61 moveto
+282.51 1160.18 225.83 1118.5 196.63 1097.03 curveto
+stroke
+grestore
+% rile
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+296.44 1037.67 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+286.94 1033.97 moveto 19 (rile) alignedtext
+grestore
+% rise--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 326.12 1177.01 moveto
+319.65 1146.65 306.68 1085.74 300.24 1055.52 curveto
+stroke
+grestore
+% vise
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+27.46 1233.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+16.46 1230.13 moveto 22 (vise) alignedtext
+grestore
+% rise--vise
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 303.39 1198.47 moveto
+246.15 1205.81 111.78 1223.03 54.3 1230.39 curveto
+stroke
+grestore
+% rite
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+92.22 1220.89 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+82.72 1217.19 moveto 19 (rite) alignedtext
+grestore
+% rise--rite
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 303.16 1197.98 moveto
+257.38 1202.95 164.65 1213.02 118.94 1217.99 curveto
+stroke
+grestore
+% wise
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+42.47 1289.84 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+29.97 1286.14 moveto 25 (wise) alignedtext
+grestore
+% rise--wise
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 305.46 1203.15 moveto
+251.14 1221.05 121.18 1263.89 66.92 1281.78 curveto
+stroke
+grestore
+% rice
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+86.51 1352.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+76.01 1348.45 moveto 21 (rice) alignedtext
+grestore
+% rise--rice
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 310.46 1207.66 moveto
+264.87 1237.07 151.79 1310.03 106.11 1339.5 curveto
+stroke
+grestore
+% ripe
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+51.09 1128.32 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+40.09 1124.62 moveto 22 (ripe) alignedtext
+grestore
+% rise--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 304.23 1188.91 moveto
+251.1 1176.19 129.84 1147.17 76.76 1134.46 curveto
+stroke
+grestore
+% rime
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+29.63 1177.49 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+16.63 1173.79 moveto 26 (rime) alignedtext
+grestore
+% rise--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 303.05 1193.49 moveto
+246.18 1190.16 114.32 1182.45 57.03 1179.1 curveto
+stroke
+grestore
+% risk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 762.63 959.42 moveto
+843.18 957.96 1081.14 953.64 1161.88 952.17 curveto
+stroke
+grestore
+% muss--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1429.34 1449.61 moveto
+1436.67 1380.65 1462.85 1134.31 1470.17 1065.47 curveto
+stroke
+grestore
+% muss--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1411.71 1452.37 moveto
+1367.52 1409.35 1242.5 1287.64 1198.09 1244.4 curveto
+stroke
+grestore
+% muss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1434.63 1485.22 moveto
+1450.91 1524.89 1490.36 1621.03 1506.56 1660.51 curveto
+stroke
+grestore
+% mass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1734.45 1436.95 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1720.45 1433.25 moveto 28 (mass) alignedtext
+grestore
+% muss--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1456.31 1464.77 moveto
+1514.97 1458.91 1647.45 1445.66 1705.86 1439.81 curveto
+stroke
+grestore
+% muss--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1425.26 1449.61 moveto
+1417.6 1385.66 1391.82 1170.35 1384.14 1106.23 curveto
+stroke
+grestore
+% muss--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1440.52 1451.28 moveto
+1475.31 1407.75 1569.82 1289.53 1604.72 1245.86 curveto
+stroke
+grestore
+% muss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1427.31 1486.06 moveto
+1427.02 1533.26 1426.25 1658.23 1425.97 1705.24 curveto
+stroke
+grestore
+% muss--wuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1422.84 1485.55 moveto
+1410.87 1532.25 1378.79 1657.48 1366.83 1704.16 curveto
+stroke
+grestore
+% miss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1275.88 1695.79 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1262.88 1692.09 moveto 26 (miss) alignedtext
+grestore
+% muss--miss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1416.28 1484.44 moveto
+1388.19 1526.73 1314.73 1637.31 1286.84 1679.3 curveto
+stroke
+grestore
+% mess
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1666.9 1545.54 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1652.9 1541.84 moveto 28 (mess) alignedtext
+grestore
+% muss--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1453.51 1476.14 moveto
+1499.69 1491.16 1595.31 1522.26 1641.21 1537.18 curveto
+stroke
+grestore
+% hush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1754.2 1176.39 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1741.2 1172.69 moveto 26 (hush) alignedtext
+grestore
+% hush--husk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1744.66 1159.18 moveto
+1713.18 1102.34 1612.82 921.14 1581.48 864.56 curveto
+stroke
+grestore
+% hush--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1744.45 1193.31 moveto
+1722.49 1231.43 1669.34 1323.69 1647.33 1361.89 curveto
+stroke
+grestore
+% hush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1727.17 1172.46 moveto
+1693.43 1167.55 1636.1 1159.21 1602.66 1154.35 curveto
+stroke
+grestore
+% hush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1741.64 1192.8 moveto
+1724.39 1215.34 1693.54 1255.65 1676.35 1278.11 curveto
+stroke
+grestore
+% hush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1741.51 1192.57 moveto
+1704.42 1239.89 1596.42 1377.65 1559.2 1425.12 curveto
+stroke
+grestore
+% hush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1730.46 1185.62 moveto
+1706.2 1195.05 1668.66 1209.64 1643.69 1219.35 curveto
+stroke
+grestore
+% hush--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1781.14 1179.82 moveto
+1852.19 1188.84 2044.07 1213.21 2114.92 1222.21 curveto
+stroke
+grestore
+% hush--lush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1729.6 1168.42 moveto
+1725.25 1167.01 1720.72 1165.54 1716.38 1164.13 curveto
+stroke
+grestore
+% rusk--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1165.88 961.31 moveto
+1096.77 990.05 892.42 1075.06 823.46 1103.74 curveto
+stroke
+grestore
+% hose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+193.67 1573.18 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+181.17 1569.48 moveto 25 (hose) alignedtext
+grestore
+% rose--hose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 430.26 1523.69 moveto
+379.9 1534.23 270 1557.21 219.72 1567.73 curveto
+stroke
+grestore
+% lose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+310.33 1772.5 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+299.33 1768.8 moveto 22 (lose) alignedtext
+grestore
+% rose--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 446.6 1535.3 moveto
+419.99 1581.62 346.66 1709.26 320.1 1755.5 curveto
+stroke
+grestore
+% nose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+245.04 1629.13 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+232.54 1625.43 moveto 25 (nose) alignedtext
+grestore
+% rose--nose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 434.98 1529.47 moveto
+394.47 1550.72 307.08 1596.57 266.53 1617.85 curveto
+stroke
+grestore
+% pose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+961.53 1700.11 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+949.03 1696.41 moveto 25 (pose) alignedtext
+grestore
+% pose--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 987.64 1705.4 moveto
+1079.19 1723.97 1385.05 1786 1476.68 1804.58 curveto
+stroke
+grestore
+% pose--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 937.51 1691.46 moveto
+852.32 1660.78 565.24 1557.41 480.29 1526.82 curveto
+stroke
+grestore
+% must--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1362.81 1101.57 moveto
+1324.82 1128.36 1240.29 1187.95 1201.87 1215.04 curveto
+stroke
+grestore
+% mutt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1173.23 1125.72 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1160.23 1122.02 moveto 26 (mutt) alignedtext
+grestore
+% must--mutt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1354.25 1093.07 moveto
+1313.88 1100.35 1239.42 1113.78 1199.74 1120.93 curveto
+stroke
+grestore
+% must--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1402.9 1100.61 moveto
+1447.45 1127.29 1551.23 1189.44 1596.33 1216.45 curveto
+stroke
+grestore
+% must--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1369.1 1071.53 moveto
+1334.73 1027.38 1241.1 907.1 1207.2 863.55 curveto
+stroke
+grestore
+% must--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1392 1071.09 moveto
+1415.91 1030.64 1476 928.97 1499.86 888.6 curveto
+stroke
+grestore
+% must--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1378.09 1069.97 moveto
+1371.92 1041.14 1359.91 985.08 1353.73 956.21 curveto
+stroke
+grestore
+% must--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1382.92 1069.75 moveto
+1385.37 1022.77 1391.87 898.37 1394.31 851.57 curveto
+stroke
+grestore
+% most
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1150.07 1055.31 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1136.07 1051.61 moveto 28 (most) alignedtext
+grestore
+% must--most
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1353.99 1084.11 moveto
+1309.42 1077.82 1222.77 1065.58 1178.14 1059.28 curveto
+stroke
+grestore
+% rule
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+523.42 1073.64 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+512.42 1069.94 moveto 22 (rule) alignedtext
+grestore
+% rude
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+409.34 1039.69 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+396.84 1035.99 moveto 25 (rude) alignedtext
+grestore
+% rule--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 498.67 1066.28 moveto
+479.53 1060.58 453.17 1052.74 434.05 1047.04 curveto
+stroke
+grestore
+% rule--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 549.98 1077.45 moveto
+602.93 1085.03 721.07 1101.95 773.96 1109.52 curveto
+stroke
+grestore
+% yule
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+282.27 1088.51 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+270.27 1084.81 moveto 24 (yule) alignedtext
+grestore
+% rule--yule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 496.22 1075.32 moveto
+449.79 1078.18 355.73 1083.98 309.37 1086.84 curveto
+stroke
+grestore
+% rube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+329.91 938.77 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+317.41 935.07 moveto 25 (rube) alignedtext
+grestore
+% rule--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 504.51 1060.47 moveto
+467.42 1034.62 385.53 977.54 348.61 951.81 curveto
+stroke
+grestore
+% rule--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 496.94 1069.45 moveto
+453.2 1062.52 366.38 1048.76 322.75 1041.84 curveto
+stroke
+grestore
+% role
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+426.01 1310.63 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+415.01 1306.93 moveto 22 (role) alignedtext
+grestore
+% rule--role
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 516.26 1091.07 moveto
+498.24 1134.9 451.21 1249.32 433.18 1293.18 curveto
+stroke
+grestore
+% mule
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+829.32 1171.8 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+815.32 1168.1 moveto 28 (mule) alignedtext
+grestore
+% rule--mule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 547.94 1081.51 moveto
+604.93 1099.8 745.89 1145.03 803.83 1163.62 curveto
+stroke
+grestore
+% rude--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 435.61 1044.64 moveto
+506.86 1058.05 703.17 1095 774.28 1108.39 curveto
+stroke
+grestore
+% nude
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+140.1 981.58 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+126.6 977.88 moveto 27 (nude) alignedtext
+grestore
+% rude--nude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 383.52 1034.12 moveto
+332.32 1023.07 218.41 998.48 166.63 987.31 curveto
+stroke
+grestore
+% dude
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+179.02 913.81 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+165.52 910.11 moveto 27 (dude) alignedtext
+grestore
+% rude--dude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 388.09 1028.07 moveto
+344.32 1004.15 244.57 949.63 200.56 925.58 curveto
+stroke
+grestore
+% mesh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1860.68 1452.95 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1845.68 1449.25 moveto 30 (mesh) alignedtext
+grestore
+% mesh--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1843.99 1437.58 moveto
+1799.54 1396.64 1678.61 1285.27 1634.39 1244.55 curveto
+stroke
+grestore
+% mesh--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1836.92 1464.3 moveto
+1799.43 1482.22 1727 1516.82 1689.95 1534.52 curveto
+stroke
+grestore
+% mush--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1587.27 1229.34 moveto
+1507.07 1229.25 1291.71 1229.03 1212.21 1228.95 curveto
+stroke
+grestore
+% mush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1629.75 1246.11 moveto
+1636.67 1255.89 1645.37 1268.19 1652.26 1277.92 curveto
+stroke
+grestore
+% mush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1611.93 1247.08 moveto
+1598.48 1287 1565.91 1383.6 1552.42 1423.61 curveto
+stroke
+grestore
+% mush--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1634.56 1214.18 moveto
+1689.4 1164.17 1863.96 1004.96 1919.12 954.65 curveto
+stroke
+grestore
+% fuss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1234.12 1610.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1223.12 1606.45 moveto 22 (fuss) alignedtext
+grestore
+% fuss--puss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1241.94 1627.74 moveto
+1262 1672.87 1315.12 1792.36 1335.1 1837.32 curveto
+stroke
+grestore
+% fuss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1259.92 1616.4 moveto
+1313.17 1629.3 1434.74 1658.75 1487.94 1671.63 curveto
+stroke
+grestore
+% fuss--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1252.3 1596.74 moveto
+1288.96 1569.72 1371.38 1508.97 1408.58 1481.55 curveto
+stroke
+grestore
+% fuse
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+950.36 1422.08 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+938.86 1418.38 moveto 23 (fuse) alignedtext
+grestore
+% fuss--fuse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1214.61 1597.22 moveto
+1162.65 1562.78 1021.32 1469.11 969.63 1434.85 curveto
+stroke
+grestore
+% rove
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+248.39 1736.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+235.89 1732.45 moveto 25 (rove) alignedtext
+grestore
+% rove--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 263.02 1720.83 moveto
+301.21 1680.81 403.62 1573.52 441.8 1533.53 curveto
+stroke
+grestore
+% disk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+992.66 774.22 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+981.16 770.52 moveto 23 (disk) alignedtext
+grestore
+% disk--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 974.17 787.58 moveto
+926.75 821.84 801.18 912.55 753.94 946.68 curveto
+stroke
+grestore
+% disk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1018.78 769.24 moveto
+1080.86 757.4 1236.68 727.68 1299.1 715.78 curveto
+stroke
+grestore
+% dusk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1315.96 727.68 moveto
+1290.89 771.92 1223.67 890.54 1198.62 934.75 curveto
+stroke
+grestore
+% dusk--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1345.43 723.48 moveto
+1375.61 742.84 1432.66 779.43 1462.74 798.72 curveto
+stroke
+grestore
+% rune--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 568.5 794.92 moveto
+617.08 754.55 754.75 640.15 803.17 599.93 curveto
+stroke
+grestore
+% rune--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 553.09 790.9 moveto
+557.55 746.35 568.89 632.82 573.31 588.54 curveto
+stroke
+grestore
+% rune--rule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 549.35 827.42 moveto
+544.26 875.72 530.45 1006.9 525.35 1055.34 curveto
+stroke
+grestore
+% rune--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 540.83 826.19 moveto
+514.52 868.91 445.72 980.62 419.6 1023.03 curveto
+stroke
+grestore
+% rune--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 564.31 825.16 moveto
+607.27 877.59 744.01 1044.46 787.22 1097.19 curveto
+stroke
+grestore
+% tune
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+373.18 597.51 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+361.18 593.81 moveto 24 (tune) alignedtext
+grestore
+% rune--tune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 537.88 793.33 moveto
+504.79 753.99 419.47 652.54 386.48 613.32 curveto
+stroke
+grestore
+% rune--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 530.83 821.2 moveto
+488.67 845.87 392.42 902.2 350.29 926.85 curveto
+stroke
+grestore
+% dune
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+330.54 645.37 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+317.04 641.67 moveto 27 (dune) alignedtext
+grestore
+% rune--dune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 533.2 795.83 moveto
+491.91 765.18 390.98 690.24 349.16 659.19 curveto
+stroke
+grestore
+% ruse--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 825.19 1120.81 moveto
+893.59 1141.52 1084.79 1199.42 1155.47 1220.83 curveto
+stroke
+grestore
+% ruse--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 786.95 1129.19 moveto
+731.92 1193.96 524.67 1437.89 469.81 1502.46 curveto
+stroke
+grestore
+% gasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2330.5 1379.82 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2318 1376.12 moveto 25 (gasp) alignedtext
+grestore
+% gasp--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2335.15 1361.95 moveto
+2343.52 1329.8 2361.01 1262.58 2369.35 1230.52 curveto
+stroke
+grestore
+% gasp--gash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2303.35 1379.13 moveto
+2247.32 1377.71 2119.42 1374.45 2063.44 1373.03 curveto
+stroke
+grestore
+% ride--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 204.32 1078.59 moveto
+248.7 1070.17 338.47 1053.14 383.02 1044.69 curveto
+stroke
+grestore
+% rust--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1193.74 865.67 moveto
+1192.7 884.67 1191.07 914.34 1190.03 933.4 curveto
+stroke
+grestore
+% rust--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1175.71 860.35 moveto
+1109.1 905.25 886.75 1055.13 819.72 1100.31 curveto
+stroke
+grestore
+% rust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1221.6 849.59 moveto
+1280.98 854.15 1422.87 865.03 1482.61 869.61 curveto
+stroke
+grestore
+% mash--mask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1961.16 1289.32 moveto
+1925.32 1252.34 1836.3 1160.47 1800.65 1123.69 curveto
+stroke
+grestore
+% mash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1983.3 1287.43 moveto
+1985.64 1281.4 1988.24 1274.66 1990.57 1268.64 curveto
+stroke
+grestore
+% mash--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1954.13 1317.28 moveto
+1907.9 1342.46 1802.25 1400.02 1756.38 1425.01 curveto
+stroke
+grestore
+% mash--mesh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1963.63 1321.49 moveto
+1941.37 1349.91 1895.87 1408.02 1873.57 1436.49 curveto
+stroke
+grestore
+% mash--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1948.03 1299.1 moveto
+1881.11 1284.97 1714.25 1249.72 1646.84 1235.48 curveto
+stroke
+grestore
+% mash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1983.23 1322.92 moveto
+1993.52 1349.96 2012.96 1401.09 2023.22 1428.05 curveto
+stroke
+grestore
+% mash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2004.46 1311.54 moveto
+2060.98 1324.51 2188 1353.67 2242.65 1366.22 curveto
+stroke
+grestore
+% mash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2000.13 1293.72 moveto
+2032.07 1278.35 2088.55 1251.17 2119.63 1236.21 curveto
+stroke
+grestore
+% mash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2004.53 1311.9 moveto
+2047.22 1322.23 2127.83 1341.75 2169 1351.71 curveto
+stroke
+grestore
+% math
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2206.9 1457.01 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2192.9 1453.31 moveto 28 (math) alignedtext
+grestore
+% mash--math
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1996.91 1318.59 moveto
+2040.75 1347.49 2143.32 1415.1 2186.83 1443.78 curveto
+stroke
+grestore
+% mash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2006.48 1306.11 moveto
+2047.32 1307.47 2119.8 1309.89 2159 1311.19 curveto
+stroke
+grestore
+% bash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2026.93 1427.76 moveto
+2020.72 1390.68 2006.56 1306.06 2000.36 1269.02 curveto
+stroke
+grestore
+% bash--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2003.58 1441.23 moveto
+1932.18 1429.07 1735.59 1395.6 1664.02 1383.42 curveto
+stroke
+grestore
+% bash--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2015.26 1461.04 moveto
+1973.98 1504.14 1857.19 1626.07 1815.7 1669.39 curveto
+stroke
+grestore
+% bash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2054.56 1438.12 moveto
+2100.27 1424.02 2197.73 1393.96 2243.61 1379.81 curveto
+stroke
+grestore
+% bash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2038.7 1428.45 moveto
+2059.59 1387.3 2112.1 1283.86 2132.95 1242.8 curveto
+stroke
+grestore
+% bath
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2219.13 1664.14 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2207.13 1660.44 moveto 24 (bath) alignedtext
+grestore
+% bash--bath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2043.54 1461.43 moveto
+2078.36 1501.63 2170.42 1607.92 2205.39 1648.28 curveto
+stroke
+grestore
+% bash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2051.12 1434.42 moveto
+2082.74 1417.56 2141.91 1386 2173.48 1369.16 curveto
+stroke
+grestore
+% bass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1834.25 1640.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1822.25 1637.13 moveto 24 (bass) alignedtext
+grestore
+% bash--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2014.91 1460.7 moveto
+1978.48 1497.02 1885.81 1589.42 1849.34 1625.79 curveto
+stroke
+grestore
+% bash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2046.63 1431.42 moveto
+2076.51 1405.83 2138.79 1352.5 2168.92 1326.69 curveto
+stroke
+grestore
+% base
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2274.75 1620.16 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2262.25 1616.46 moveto 25 (base) alignedtext
+grestore
+% bash--base
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2048.74 1459.12 moveto
+2094.42 1491.67 2210.82 1574.61 2256.22 1606.96 curveto
+stroke
+grestore
+% just
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1333.32 855.67 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1323.32 851.97 moveto 20 (just) alignedtext
+grestore
+% just--gust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1349.68 870.17 moveto
+1376.71 894.12 1430.35 941.67 1457.31 965.56 curveto
+stroke
+grestore
+% just--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1337.05 873.52 moveto
+1346.11 916.78 1369.15 1026.84 1378.22 1070.16 curveto
+stroke
+grestore
+% just--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1306.27 854.08 moveto
+1281.85 852.65 1246.11 850.55 1221.71 849.12 curveto
+stroke
+grestore
+% just--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1336.33 873.81 moveto
+1344.65 923.89 1367.87 1063.72 1376.2 1113.88 curveto
+stroke
+grestore
+% just--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1360.13 858.11 moveto
+1393.41 861.13 1449.82 866.25 1483.08 869.27 curveto
+stroke
+grestore
+% just--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1336.9 873.55 moveto
+1339.66 887.27 1343.44 906.14 1346.21 919.92 curveto
+stroke
+grestore
+% just--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1357.09 847.13 moveto
+1361.73 845.47 1366.6 843.72 1371.24 842.05 curveto
+stroke
+grestore
+% jest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1236.44 553.91 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1226.94 550.21 moveto 19 (jest) alignedtext
+grestore
+% just--jest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1327.55 837.7 moveto
+1310.32 784.03 1259.37 625.34 1242.18 571.79 curveto
+stroke
+grestore
+% fuse--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 967.41 1407.88 moveto
+1010.07 1372.33 1121.13 1279.8 1164.48 1243.67 curveto
+stroke
+grestore
+% fuse--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 941.87 1404.6 moveto
+915.48 1350.25 835.09 1184.69 808.83 1130.61 curveto
+stroke
+grestore
+% fume
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+790.37 1627.22 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+775.87 1623.52 moveto 29 (fume) alignedtext
+grestore
+% fuse--fume
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 937.81 1438.18 moveto
+907.98 1476.43 833.09 1572.45 803.09 1610.91 curveto
+stroke
+grestore
+% cash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2254.89 1356.46 moveto
+2230.62 1328.41 2180.01 1269.91 2155.53 1241.62 curveto
+stroke
+grestore
+% cash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2242.21 1367.08 moveto
+2235.24 1365.74 2227.72 1364.29 2220.75 1362.95 curveto
+stroke
+grestore
+% posy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1570.39 2140.01 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1557.39 2136.31 moveto 26 (posy) alignedtext
+grestore
+% posy--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1566.66 2121.79 moveto
+1554.85 2064.07 1518.36 1885.69 1506.56 1828.05 curveto
+stroke
+grestore
+% cast
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2571.62 1405.88 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2560.62 1402.18 moveto 22 (cast) alignedtext
+grestore
+% cast--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2544.98 1402.92 moveto
+2487.62 1396.53 2352.96 1381.55 2295.36 1375.14 curveto
+stroke
+grestore
+% dash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2187.56 1340.33 moveto
+2177.44 1315.03 2158.87 1268.59 2148.73 1243.24 curveto
+stroke
+grestore
+% dish
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2455.77 1468.26 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2444.27 1464.56 moveto 23 (dish) alignedtext
+grestore
+% dash--dish
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2217.77 1367.7 moveto
+2267.33 1388.64 2383.12 1437.56 2432.64 1458.49 curveto
+stroke
+grestore
+% rube--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 342.67 954.99 moveto
+357.5 973.82 381.8 1004.7 396.61 1023.52 curveto
+stroke
+grestore
+% rube--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 353.57 947.55 moveto
+433.98 977.38 696.25 1074.67 776.73 1104.52 curveto
+stroke
+grestore
+% robe
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+312.3 1250.54 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+299.8 1246.84 moveto 25 (robe) alignedtext
+grestore
+% rube--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 328.89 956.88 moveto
+325.78 1011.99 316.44 1177.22 313.32 1232.38 curveto
+stroke
+grestore
+% cube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+38.11 895.14 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+25.11 891.44 moveto 26 (cube) alignedtext
+grestore
+% rube--cube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 303.5 934.82 moveto
+248.23 926.56 120.87 907.51 65.1 899.17 curveto
+stroke
+grestore
+% lube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+122.21 728.42 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+110.21 724.72 moveto 24 (lube) alignedtext
+grestore
+% rube--lube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 314.98 923.65 moveto
+276.75 884.93 175.68 782.57 137.29 743.69 curveto
+stroke
+grestore
+% rubs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+52.95 841.8 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+40.95 838.1 moveto 24 (rubs) alignedtext
+grestore
+% rube--rubs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 305.82 930.34 moveto
+253.44 912 129.69 868.67 77.19 850.29 curveto
+stroke
+grestore
+% josh--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1738.08 1781.58 moveto
+1752 1760.14 1775.99 1723.18 1789.94 1701.7 curveto
+stroke
+grestore
+% bust--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1394.99 1147.15 moveto
+1441.21 1191.32 1576 1320.12 1621.96 1364.04 curveto
+stroke
+grestore
+% bust--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1380.35 1113.93 moveto
+1380.51 1111.37 1380.68 1108.74 1380.84 1106.18 curveto
+stroke
+grestore
+% bust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1368.5 1115.56 moveto
+1335.9 1065.26 1238.12 914.46 1205.47 864.11 curveto
+stroke
+grestore
+% bust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1387.79 1115 moveto
+1411.46 1067.82 1477.54 936.1 1501.25 888.85 curveto
+stroke
+grestore
+% bust--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1376.46 1113.83 moveto
+1370.84 1076.75 1358.17 993.03 1352.58 956.11 curveto
+stroke
+grestore
+% bust--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1380.2 1113.85 moveto
+1383.07 1060.4 1391.44 904.55 1394.29 851.41 curveto
+stroke
+grestore
+% bust--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1363.61 1117.17 moveto
+1312.09 1067.95 1147.83 911.02 1096.54 862.02 curveto
+stroke
+grestore
+% best
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1263.15 709.98 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1252.15 706.28 moveto 22 (best) alignedtext
+grestore
+% bust--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1374.31 1114.22 moveto
+1355.36 1045.33 1287.18 797.39 1268.13 728.09 curveto
+stroke
+grestore
+% butt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1235.58 1273.58 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1224.58 1269.88 moveto 22 (butt) alignedtext
+grestore
+% bust--butt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1363.85 1147.23 moveto
+1336.2 1174.46 1278.4 1231.39 1250.84 1258.55 curveto
+stroke
+grestore
+% mesa
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2063.84 1651.39 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2049.34 1647.69 moveto 29 (mesa) alignedtext
+grestore
+% mesa--mesh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2048.23 1636.15 moveto
+2010.51 1599.3 1914.68 1505.69 1876.62 1468.51 curveto
+stroke
+grestore
+% gash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2030.69 1354.71 moveto
+2023.3 1331.72 2010.44 1291.75 2003.04 1268.75 curveto
+stroke
+grestore
+% gash--gosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2019.31 1386.73 moveto
+1971.22 1427.3 1834.97 1542.24 1787.06 1582.66 curveto
+stroke
+grestore
+% gash--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2010.47 1366.92 moveto
+1942.34 1352.66 1758.62 1314.2 1690.12 1299.87 curveto
+stroke
+grestore
+% gash--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2022.47 1356.75 moveto
+2012.93 1346.04 2000.31 1331.87 1990.7 1321.08 curveto
+stroke
+grestore
+% gash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2034.78 1390.48 moveto
+2033.79 1401.77 2032.52 1416.24 2031.53 1427.53 curveto
+stroke
+grestore
+% gash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2063.44 1372.32 moveto
+2108.05 1372.28 2196.47 1372.21 2241.19 1372.17 curveto
+stroke
+grestore
+% gash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2048.04 1356.07 moveto
+2068.28 1327.87 2109.67 1270.2 2129.95 1241.94 curveto
+stroke
+grestore
+% gash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2063.21 1369.89 moveto
+2092.3 1367.23 2138.47 1363.02 2167.62 1360.36 curveto
+stroke
+grestore
+% gash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2059.74 1362.93 moveto
+2087.85 1351.61 2134.73 1332.73 2162.76 1321.44 curveto
+stroke
+grestore
+% wash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2249.41 1286.18 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2235.41 1282.48 moveto 28 (wash) alignedtext
+grestore
+% wash--lash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2228.65 1273.75 moveto
+2195.4 1253.85 2130.59 1215.06 2097.63 1195.34 curveto
+stroke
+grestore
+% wash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2221.47 1282.29 moveto
+2172.51 1275.48 2071.86 1261.47 2023.9 1254.8 curveto
+stroke
+grestore
+% wash--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2220.97 1288.15 moveto
+2169.08 1291.75 2059.53 1299.35 2006.49 1303.03 curveto
+stroke
+grestore
+% wash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2230.31 1300.06 moveto
+2188.49 1330.46 2089.27 1402.59 2048.21 1432.43 curveto
+stroke
+grestore
+% wash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2253.45 1304.41 moveto
+2256.7 1319.1 2261.25 1339.63 2264.49 1354.24 curveto
+stroke
+grestore
+% wash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2227.86 1274.06 moveto
+2208.83 1263.36 2181.25 1247.85 2162.45 1237.28 curveto
+stroke
+grestore
+% wash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2236.97 1302.45 moveto
+2228 1314.19 2215.94 1329.97 2206.98 1341.69 curveto
+stroke
+grestore
+% wash--gash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2224.97 1296.06 moveto
+2183.55 1312.81 2100.1 1346.56 2059.55 1362.96 curveto
+stroke
+grestore
+% wash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2225.06 1296.12 moveto
+2219.89 1298.23 2214.44 1300.46 2209.31 1302.56 curveto
+stroke
+grestore
+% wish
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2555.33 1283.29 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2542.33 1279.59 moveto 26 (wish) alignedtext
+grestore
+% wash--wish
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2278.19 1285.91 moveto
+2336.94 1285.35 2469.99 1284.09 2527.73 1283.55 curveto
+stroke
+grestore
+% robe--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 321.53 1267.7 moveto
+347.56 1316.04 421.32 1453.04 447.25 1501.21 curveto
+stroke
+grestore
+% role--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 428.65 1328.69 moveto
+434.4 1367.95 447.99 1460.7 453.75 1500.06 curveto
+stroke
+grestore
+% task
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1634.35 550.64 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1623.35 546.94 moveto 22 (task) alignedtext
+grestore
+% task--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1624.38 567.74 moveto
+1596.79 615.1 1519.65 747.51 1492.26 794.53 curveto
+stroke
+grestore
+% tusk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1460.4 821.91 moveto
+1406.02 847.91 1265.98 914.88 1211.34 941.01 curveto
+stroke
+grestore
+% rush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1441.31 1163.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1429.31 1160.13 moveto 24 (rush) alignedtext
+grestore
+% rush--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1467.75 1167.98 moveto
+1561.53 1182.7 1877.55 1232.3 1971.08 1246.98 curveto
+stroke
+grestore
+% rush--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1455.42 1179.29 moveto
+1491.54 1218.88 1587.01 1323.54 1623.28 1363.29 curveto
+stroke
+grestore
+% rush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1468.29 1161.16 moveto
+1491.83 1158.84 1525.79 1155.49 1549.31 1153.16 curveto
+stroke
+grestore
+% rush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1461.85 1175.87 moveto
+1504.26 1200.75 1601.05 1257.51 1643.41 1282.36 curveto
+stroke
+grestore
+% rush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1448.04 1181.61 moveto
+1467.03 1231.75 1520.82 1373.83 1539.74 1423.79 curveto
+stroke
+grestore
+% rush--hush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1468.53 1164.92 moveto
+1527.7 1167.3 1667.5 1172.91 1726.82 1175.29 curveto
+stroke
+grestore
+% rush--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1424.36 1149.58 moveto
+1378.4 1110.93 1251.77 1004.44 1205.9 965.87 curveto
+stroke
+grestore
+% rush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1465.12 1172.67 moveto
+1498.17 1184.93 1557.71 1207.03 1591.89 1219.71 curveto
+stroke
+grestore
+% rush--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1414.18 1161.69 moveto
+1309.47 1153.44 932.29 1123.71 827.57 1115.45 curveto
+stroke
+grestore
+% rush--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1428.74 1147.71 moveto
+1386.44 1093.45 1249.53 917.83 1207.27 863.62 curveto
+stroke
+grestore
+% rush--lush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1468.61 1163 moveto
+1516.82 1161.53 1616.5 1158.51 1664.69 1157.04 curveto
+stroke
+grestore
+% oust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1329.24 926.03 moveto
+1299.58 908.71 1245.13 876.94 1215.41 859.6 curveto
+stroke
+grestore
+% oust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1373.11 928.4 moveto
+1403.53 915.78 1456.51 893.82 1486.82 881.25 curveto
+stroke
+grestore
+% oust--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1357.55 920.3 moveto
+1365.95 900.94 1379.31 870.16 1387.67 850.91 curveto
+stroke
+grestore
+% dust--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1385.57 816.36 moveto
+1372.25 792.92 1348.45 751.01 1335.17 727.65 curveto
+stroke
+grestore
+% dust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1368.21 835.32 moveto
+1329.84 838.02 1259.98 842.94 1221.66 845.64 curveto
+stroke
+grestore
+% dust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1419.56 841.54 moveto
+1439.01 848.03 1466.15 857.1 1485.59 863.59 curveto
+stroke
+grestore
+% duct
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1487.04 577.32 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1475.04 573.62 moveto 24 (duct) alignedtext
+grestore
+% dust--duct
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1401.57 815.82 moveto
+1418.33 769.03 1463.87 641.97 1480.69 595.04 curveto
+stroke
+grestore
+% hath
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2425.54 1150.49 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2413.54 1146.79 moveto 24 (hath) alignedtext
+grestore
+% hath--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2400.35 1157.15 moveto
+2346.48 1171.41 2220.63 1204.71 2166.81 1218.95 curveto
+stroke
+grestore
+% mist
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1202.24 1009.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1189.74 1005.45 moveto 25 (mist) alignedtext
+grestore
+% mist--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1225.01 1019.14 moveto
+1259.2 1034.16 1323.5 1062.4 1358.25 1077.65 curveto
+stroke
+grestore
+% rote
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+379.64 1776.07 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+368.64 1772.37 moveto 22 (rote) alignedtext
+grestore
+% rote--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 384.92 1758.35 moveto
+398.94 1711.24 437.03 1583.32 451.1 1536.07 curveto
+stroke
+grestore
+% tube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+131.19 776.41 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+119.19 772.71 moveto 24 (tube) alignedtext
+grestore
+% tube--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 148.48 790.54 moveto
+186.16 821.32 275.3 894.15 312.81 924.8 curveto
+stroke
+grestore
+% case
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2530.07 1526.21 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2518.07 1522.51 moveto 24 (case) alignedtext
+grestore
+% case--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2509.55 1514.12 moveto
+2460.64 1485.32 2337.7 1412.92 2288.89 1384.18 curveto
+stroke
+grestore
+% boss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1711.58 1851.78 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1699.08 1848.08 moveto 25 (boss) alignedtext
+grestore
+% boss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1695.04 1837.25 moveto
+1657.7 1804.43 1567.19 1724.89 1530.03 1692.23 curveto
+stroke
+grestore
+% boss--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1720.79 1834.55 moveto
+1737.9 1802.57 1774.38 1734.38 1791.54 1702.28 curveto
+stroke
+grestore
+% rest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1188.72 323.88 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1178.72 320.18 moveto 20 (rest) alignedtext
+grestore
+% jest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1232.69 535.86 moveto
+1223.77 492.86 1201.35 384.76 1192.45 341.84 curveto
+stroke
+grestore
+% rest--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1188.93 341.9 moveto
+1189.85 422.38 1193.59 748.44 1194.52 829.31 curveto
+stroke
+grestore
+% test
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1172.56 17.85 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1163.06 14.15 moveto 19 (test) alignedtext
+grestore
+% rest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1187.76 305.65 moveto
+1184.88 251.22 1176.38 90.28 1173.52 35.98 curveto
+stroke
+grestore
+% rest--rent
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1161.64 325.79 moveto
+1113.81 329.18 1014.94 336.17 967.14 339.55 curveto
+stroke
+grestore
+% rest--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1192.21 341.98 moveto
+1204.71 406.84 1247.18 627.12 1259.67 691.92 curveto
+stroke
+grestore
+% pest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1247.95 73.17 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1236.95 69.47 moveto 22 (pest) alignedtext
+grestore
+% rest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1192.98 305.85 moveto
+1203.91 259.59 1232.84 137.12 1243.73 91.04 curveto
+stroke
+grestore
+% fest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1104.94 32 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1094.94 28.3 moveto 20 (fest) alignedtext
+grestore
+% rest--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1183.61 306.06 moveto
+1168.65 253.95 1125.1 102.24 1110.09 49.96 curveto
+stroke
+grestore
+% zest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1038.76 85.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1027.76 82.13 moveto 22 (zest) alignedtext
+grestore
+% rest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1178.18 307.14 moveto
+1150.64 263.43 1076.82 146.23 1049.3 102.55 curveto
+stroke
+grestore
+% vest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1241.23 23.46 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1230.23 19.76 moveto 22 (vest) alignedtext
+grestore
+% rest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1191.85 305.98 moveto
+1201.17 252.68 1228.67 95.32 1238.05 41.64 curveto
+stroke
+grestore
+% wasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2528.62 1214.86 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2514.62 1211.16 moveto 28 (wasp) alignedtext
+grestore
+% wasp--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2499.89 1214.48 moveto
+2471.59 1214.09 2428.68 1213.51 2400.99 1213.14 curveto
+stroke
+grestore
+% wasp--wash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2502.1 1221.64 moveto
+2448.87 1235.23 2329.57 1265.7 2276.16 1279.34 curveto
+stroke
+grestore
+% bast
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1775.99 1297.71 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1764.99 1294.01 moveto 22 (bast) alignedtext
+grestore
+% bast--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1796.34 1309.57 moveto
+1843.89 1337.29 1961.84 1406.03 2009.49 1433.8 curveto
+stroke
+grestore
+% bast--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1752.94 1288.09 moveto
+1682.82 1258.82 1472.54 1171.04 1402.33 1141.73 curveto
+stroke
+grestore
+% cask
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2559.65 1466.92 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2547.15 1463.22 moveto 25 (cask) alignedtext
+grestore
+% cask--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2535.32 1459 moveto
+2480.51 1441.16 2347.86 1397.99 2292.92 1380.11 curveto
+stroke
+grestore
+% last--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1820.55 959.68 moveto
+1758.41 942.08 1597.28 896.46 1534.97 878.81 curveto
+stroke
+grestore
+% rosy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+208.38 1688.24 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+196.38 1684.54 moveto 24 (rosy) alignedtext
+grestore
+% rosy--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 227.43 1675.18 moveto
+273.6 1643.53 391.06 1563.02 437.3 1531.33 curveto
+stroke
+grestore
+% duck
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1401.41 429.83 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1387.91 426.13 moveto 27 (duck) alignedtext
+grestore
+% duck--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1396.55 447.83 moveto
+1382.85 498.57 1344.03 642.33 1330.38 692.89 curveto
+stroke
+grestore
+% rode
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+337.86 1310.67 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+325.36 1306.97 moveto 25 (rode) alignedtext
+grestore
+% rode--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 347.56 1327.65 moveto
+369.84 1366.67 424.49 1462.33 446.74 1501.29 curveto
+stroke
+grestore
+% rode--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 342.55 1292.89 moveto
+355.5 1243.79 391.66 1106.71 404.63 1057.54 curveto
+stroke
+grestore
+% lest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1367.37 547.32 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1357.87 543.62 moveto 19 (lest) alignedtext
+grestore
+% lest--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1375.04 564.76 moveto
+1399.77 621.09 1477.36 797.73 1502.15 854.17 curveto
+stroke
+grestore
+% lest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1354.53 531.25 moveto
+1321.56 490.03 1234.29 380.87 1201.45 339.8 curveto
+stroke
+grestore
+% bask
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2286.26 1573.26 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2273.76 1569.56 moveto 25 (bask) alignedtext
+grestore
+% bask--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2264.41 1562.39 moveto
+2215.98 1538.29 2100.11 1480.64 2051.74 1456.56 curveto
+stroke
+grestore
+% bass--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1807.47 1643.92 moveto
+1747.13 1650.9 1601.09 1667.77 1540.61 1674.76 curveto
+stroke
+grestore
+% mast
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1690.91 1200.46 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1677.41 1196.76 moveto 27 (mast) alignedtext
+grestore
+% mast--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1666.41 1191.55 moveto
+1608.75 1170.57 1464.98 1118.27 1406.9 1097.14 curveto
+stroke
+grestore
+% mast--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1715.25 1209.38 moveto
+1768.66 1228.95 1895.71 1275.52 1950.54 1295.61 curveto
+stroke
+grestore
+% lush--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1687.6 1174.06 moveto
+1677.41 1215.76 1652.12 1319.19 1641.91 1360.97 curveto
+stroke
+grestore
+% lush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1664.83 1154.88 moveto
+1646.26 1153.96 1621.74 1152.75 1603.21 1151.83 curveto
+stroke
+grestore
+% lush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1688.29 1174.28 moveto
+1682.92 1200.76 1672.95 1249.83 1667.57 1276.31 curveto
+stroke
+grestore
+% lush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1683.08 1173.63 moveto
+1657.03 1224.67 1581.08 1373.5 1555.18 1424.24 curveto
+stroke
+grestore
+% lush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1676.62 1171.37 moveto
+1664.08 1183.76 1646.41 1201.21 1633.74 1213.73 curveto
+stroke
+grestore
+% lush--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1681.11 1139.27 moveto
+1648.72 1088.67 1552.96 939.04 1520.64 888.56 curveto
+stroke
+grestore
+% wuss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1388.28 1714.44 moveto
+1416.36 1706.25 1460.75 1693.31 1488.49 1685.21 curveto
+stroke
+grestore
+% rick
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+596.36 765.27 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+585.36 761.57 moveto 22 (rick) alignedtext
+grestore
+% rick--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 608 781.53 moveto
+634.21 818.17 697.65 906.83 723.93 943.56 curveto
+stroke
+grestore
+% rink
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+519.76 868.46 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+508.76 864.76 moveto 22 (rink) alignedtext
+grestore
+% rink--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 542.86 878.25 moveto
+584.41 895.85 671.26 932.64 712.69 950.19 curveto
+stroke
+grestore
+% both
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1989.5 1912.75 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1977 1909.05 moveto 25 (both) alignedtext
+grestore
+% both--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1976.23 1896.73 moveto
+1941.59 1854.89 1848.72 1742.72 1814.1 1700.9 curveto
+stroke
+grestore
+% such
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2135.04 728.09 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2122.54 724.39 moveto 25 (such) alignedtext
+grestore
+% such--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2120.41 743.62 moveto
+2083.68 782.58 1987.95 884.14 1950.92 923.43 curveto
+stroke
+grestore
+% desk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1260.99 446.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1248.49 443.13 moveto 25 (desk) alignedtext
+grestore
+% desk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1265.43 464.97 moveto
+1277.26 513.3 1309.42 644.75 1321.18 692.82 curveto
+stroke
+grestore
+% aunt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+622.81 398.17 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+610.81 394.47 moveto 24 (aunt) alignedtext
+grestore
+% aunt--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 638.63 413.21 moveto
+675.69 448.41 767.77 535.87 804.63 570.88 curveto
+stroke
+grestore
+% mule--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 857.31 1176.33 moveto
+923 1186.96 1086.55 1213.44 1153.21 1224.23 curveto
+stroke
+grestore
+% ruby
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+69 791.01 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+56.5 787.31 moveto 25 (ruby) alignedtext
+grestore
+% ruby--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 89.91 802.86 moveto
+138.89 830.59 260.55 899.49 309.27 927.08 curveto
+stroke
+grestore
+% pooh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1625.07 2095.91 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1611.07 2092.21 moveto 28 (pooh) alignedtext
+grestore
+% pooh--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1617.61 2078.44 moveto
+1595.79 2027.38 1532.26 1878.72 1510.37 1827.49 curveto
+stroke
+grestore
+% puts
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1360.18 2150.62 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1348.68 2146.92 moveto 23 (puts) alignedtext
+grestore
+% puts--puss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1359.13 2132.56 moveto
+1356.03 2079.74 1347.02 1925.95 1343.91 1872.95 curveto
+stroke
+grestore
+% buts
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1638.72 1960.98 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1627.22 1957.28 moveto 23 (buts) alignedtext
+grestore
+% buts--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1631.09 1943.7 moveto
+1608.77 1893.15 1543.77 1746 1521.37 1695.29 curveto
+stroke
+grestore
+% moss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1370.5 1663 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1356 1659.3 moveto 29 (moss) alignedtext
+grestore
+% moss--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1375.75 1644.97 moveto
+1386.6 1607.76 1411.35 1522.82 1422.18 1485.65 curveto
+stroke
+grestore
+% list
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1632.37 631.58 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1623.87 627.88 moveto 17 (list) alignedtext
+grestore
+% list--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1623.56 648.85 moveto
+1600.95 693.15 1541.1 810.45 1518.58 854.59 curveto
+stroke
+grestore
+% sash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2204.28 1325.42 moveto
+2217.95 1335.37 2236.55 1348.91 2250.2 1358.86 curveto
+stroke
+grestore
+% sash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2177.22 1295 moveto
+2169.46 1279.84 2158.17 1257.81 2150.41 1242.66 curveto
+stroke
+grestore
+% sash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2189.38 1330.2 moveto
+2189.98 1333.4 2190.61 1336.73 2191.21 1339.93 curveto
+stroke
+grestore
+% mums
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1581.73 1643.37 33.29 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1564.23 1639.67 moveto 35 (mums) alignedtext
+grestore
+% mums--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1567.21 1626.84 moveto
+1537.58 1593.09 1470.47 1516.68 1441.34 1483.51 curveto
+stroke
+grestore
+% rope
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+277.86 1690.76 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+265.36 1687.06 moveto 25 (rope) alignedtext
+grestore
+% rope--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 293.39 1675.75 moveto
+327.24 1643.04 407.34 1565.64 441.04 1533.08 curveto
+stroke
+grestore
+% fuze
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+749.89 1565.64 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+737.89 1561.94 moveto 24 (fuze) alignedtext
+grestore
+% fuze--fuse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 768.39 1552.39 moveto
+806.58 1525.04 893.75 1462.62 931.91 1435.3 curveto
+stroke
+grestore
+% hasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2403.46 1097.39 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2390.96 1093.69 moveto 25 (hasp) alignedtext
+grestore
+% hasp--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2398.85 1115.42 moveto
+2393.31 1137.09 2384.07 1173.25 2378.54 1194.87 curveto
+stroke
+grestore
+% hasp--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2381.59 1108.1 moveto
+2332.31 1132.23 2213.06 1190.64 2163.67 1214.83 curveto
+stroke
+grestore
+% dunk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1333.05 426.24 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1319.05 422.54 moveto 28 (dunk) alignedtext
+grestore
+% dunk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1332.57 444.47 moveto
+1331.22 495.86 1327.39 641.46 1326.04 692.66 curveto
+stroke
+grestore
+% ouch
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2178.19 778.18 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2164.69 774.48 moveto 27 (ouch) alignedtext
+grestore
+% ouch--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2158.37 791.36 moveto
+2113.06 821.49 2002.32 895.15 1956.43 925.67 curveto
+stroke
+grestore
+% nest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1173.75 69.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1162.75 65.45 moveto 22 (nest) alignedtext
+grestore
+% nest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1174.83 87.47 moveto
+1177.59 134.47 1184.9 258.91 1187.65 305.72 curveto
+stroke
+grestore
+% lost
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1694.31 670.05 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1684.31 666.35 moveto 20 (lost) alignedtext
+grestore
+% lost--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1680.15 685.54 moveto
+1645.81 723.08 1558.45 818.57 1524.07 856.16 curveto
+stroke
+grestore
+% duet
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1424.83 591.42 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1412.83 587.72 moveto 24 (duet) alignedtext
+grestore
+% duet--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1422.61 609.6 moveto
+1417.12 654.56 1402.95 770.52 1397.47 815.35 curveto
+stroke
+grestore
+% sass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2469.25 1334.96 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2458.25 1331.26 moveto 22 (sass) alignedtext
+grestore
+% sass--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2442.35 1332.79 moveto
+2388.35 1328.43 2267.31 1318.66 2213.11 1314.28 curveto
+stroke
+grestore
+% punt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+738.28 316 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+725.78 312.3 moveto 25 (punt) alignedtext
+grestore
+% punt--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 743.66 333.7 moveto
+758.52 382.57 799.98 519.01 814.86 567.96 curveto
+stroke
+grestore
+% dose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+183.03 1631.95 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+170.53 1628.25 moveto 25 (dose) alignedtext
+grestore
+% dose--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 206.34 1622.26 moveto
+257.99 1600.77 381.57 1549.36 433.16 1527.89 curveto
+stroke
+grestore
+% burs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1519.52 1929.39 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1507.52 1925.69 moveto 24 (burs) alignedtext
+grestore
+% burs--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1519.1 1911.3 moveto
+1518.03 1865.01 1515.18 1742.62 1514.11 1696.13 curveto
+stroke
+grestore
+% tuck
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1572.41 531.3 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1560.41 527.6 moveto 24 (tuck) alignedtext
+grestore
+% tuck--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1566.64 549.25 moveto
+1550.4 599.83 1504.36 743.16 1488.17 793.57 curveto
+stroke
+grestore
+% roue
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+340.1 1726.37 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+327.6 1722.67 moveto 25 (roue) alignedtext
+grestore
+% roue--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 349.62 1709.33 moveto
+371.48 1670.2 425.09 1574.27 446.93 1535.2 curveto
+stroke
+grestore
+% murk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1665.21 878.32 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1650.21 874.62 moveto 30 (murk) alignedtext
+grestore
+% murk--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1648.07 893.34 moveto
+1611.42 925.44 1525.8 1000.43 1489.18 1032.5 curveto
+stroke
+grestore
+% west
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1100.8 82.85 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1088.3 79.15 moveto 25 (west) alignedtext
+grestore
+% west--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1107.26 100.58 moveto
+1123.52 145.15 1165.98 261.53 1182.25 306.13 curveto
+stroke
+grestore
+% yest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1310.06 67.32 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1299.06 63.62 moveto 22 (yest) alignedtext
+grestore
+% yest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1301.91 84.55 moveto
+1279.86 131.17 1219.19 259.45 1196.99 306.38 curveto
+stroke
+grestore
+% lath
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2324.72 1053.51 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2314.22 1049.81 moveto 21 (lath) alignedtext
+grestore
+% lath--lash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2303.2 1064.79 moveto
+2256.3 1089.38 2145.33 1147.55 2098.63 1172.03 curveto
+stroke
+grestore
+% buys
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1489.36 1973.73 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1476.36 1970.03 moveto 26 (buys) alignedtext
+grestore
+% buys--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1490.84 1955.67 moveto
+1495.18 1902.85 1507.83 1749.07 1512.18 1696.07 curveto
+stroke
+grestore
+% mugs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1299.77 1644.91 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1284.27 1641.21 moveto 31 (mugs) alignedtext
+grestore
+% mugs--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1311.78 1628.24 moveto
+1336.17 1594.37 1391.25 1517.89 1415.54 1484.16 curveto
+stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 2742 2228
+end
+restore
+%%EOF