Added search graph examples
[ou-summer-of-code-2017.git] / 08-word-chains / rush3.dot.ps
diff --git a/08-word-chains/rush3.dot.ps b/08-word-chains/rush3.dot.ps
new file mode 100644 (file)
index 0000000..e0b01db
--- /dev/null
@@ -0,0 +1,6935 @@
+%!PS-Adobe-3.0
+%%Creator: graphviz version 2.38.0 (20140413.2041)
+%%Title: g
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+/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 2215 2856
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 2179 2820 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% buds
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1934.86 1228.44 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1921.86 1224.74 moveto 26 (buds) alignedtext
+grestore
+% buys
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1958.27 1334.17 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1945.27 1330.47 moveto 26 (buys) alignedtext
+grestore
+% buds--buys
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1938.83 1246.38 moveto
+1943.13 1265.82 1949.97 1296.67 1954.28 1316.15 curveto
+stroke
+grestore
+% buss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1652.64 1254.2 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1640.14 1250.5 moveto 25 (buss) alignedtext
+grestore
+% buds--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1907.8 1230.91 moveto
+1853.85 1235.83 1733.49 1246.82 1679.62 1251.74 curveto
+stroke
+grestore
+% buns
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1796.86 1549.39 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1783.86 1545.69 moveto 26 (buns) alignedtext
+grestore
+% buds--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1927.24 1246.15 moveto
+1903.11 1302.27 1828.55 1475.69 1804.45 1531.73 curveto
+stroke
+grestore
+% bums
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2024.18 1371.49 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2008.68 1367.79 moveto 31 (bums) alignedtext
+grestore
+% buds--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1945.28 1245.13 moveto
+1962.4 1272.55 1996.29 1326.83 2013.55 1354.47 curveto
+stroke
+grestore
+% burs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1967.5 1272.42 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1955.5 1268.72 moveto 24 (burs) alignedtext
+grestore
+% buds--burs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1947.01 1244.82 moveto
+1949.77 1248.53 1952.69 1252.47 1955.44 1256.18 curveto
+stroke
+grestore
+% buts
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1871.81 1422.21 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1860.31 1418.51 moveto 23 (buts) alignedtext
+grestore
+% buds--buts
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1929.04 1246.32 moveto
+1917.03 1283.24 1889.61 1367.49 1877.61 1404.37 curveto
+stroke
+grestore
+% bugs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1964.3 1416.02 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1951.3 1412.32 moveto 26 (bugs) alignedtext
+grestore
+% buds--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1937.68 1246.43 moveto
+1943.31 1282.28 1955.86 1362.28 1961.48 1398.09 curveto
+stroke
+grestore
+% buys--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1932.74 1327.49 moveto
+1875.06 1312.4 1735.28 1275.83 1677.88 1260.81 curveto
+stroke
+grestore
+% buys--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1946.14 1350.35 moveto
+1916.22 1390.23 1839.19 1492.94 1809.13 1533.02 curveto
+stroke
+grestore
+% buys--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1979.12 1345.98 moveto
+1986.36 1350.08 1994.51 1354.69 2001.87 1358.86 curveto
+stroke
+grestore
+% buys--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1959.61 1352.34 moveto
+1960.61 1365.9 1961.97 1384.35 1962.96 1397.91 curveto
+stroke
+grestore
+% rice
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+138.01 2386.13 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+127.51 2382.43 moveto 21 (rice) alignedtext
+grestore
+% rime
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+171.65 2516.23 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+158.65 2512.53 moveto 26 (rime) alignedtext
+grestore
+% rice--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 142.62 2403.95 moveto
+149.02 2428.72 160.56 2473.33 166.99 2498.21 curveto
+stroke
+grestore
+% rife
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+133.88 2471.09 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+124.38 2467.39 moveto 19 (rife) alignedtext
+grestore
+% rice--rife
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 137.14 2404.15 moveto
+136.44 2418.57 135.46 2438.69 134.76 2453.1 curveto
+stroke
+grestore
+% ripe
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+195.88 2443.53 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+184.88 2439.83 moveto 22 (ripe) alignedtext
+grestore
+% rice--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 153.21 2401.21 moveto
+161.65 2409.58 172.12 2419.96 180.57 2428.35 curveto
+stroke
+grestore
+% ride
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+355.17 2486.99 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+344.17 2483.29 moveto 22 (ride) alignedtext
+grestore
+% rice--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 160.43 2396.55 moveto
+202.15 2415.92 291.24 2457.3 332.87 2476.64 curveto
+stroke
+grestore
+% rile
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+373.47 2436.8 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+363.97 2433.1 moveto 19 (rile) alignedtext
+grestore
+% rice--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 164.11 2391.75 moveto
+209.49 2401.51 302.4 2421.51 347.61 2431.24 curveto
+stroke
+grestore
+% rick
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+95.26 2131.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+84.26 2128.13 moveto 22 (rick) alignedtext
+grestore
+% rice--rick
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 134.94 2367.84 moveto
+127.05 2320.92 106.16 2196.69 98.3 2149.96 curveto
+stroke
+grestore
+% rime--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 198.34 2511.98 moveto
+233.23 2506.42 293.99 2496.74 328.75 2491.2 curveto
+stroke
+grestore
+% rung
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1358.32 2202.46 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1345.82 2198.76 moveto 25 (rung) alignedtext
+grestore
+% runt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1277.15 1929.64 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1266.15 1925.94 moveto 22 (runt) alignedtext
+grestore
+% rung--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1352.99 2184.56 moveto
+1338.29 2135.13 1297.23 1997.12 1282.49 1947.61 curveto
+stroke
+grestore
+% runs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1505.22 1979.36 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1493.22 1975.66 moveto 24 (runs) alignedtext
+grestore
+% rung--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1369.36 2185.69 moveto
+1396.65 2144.25 1467.04 2037.35 1494.25 1996.02 curveto
+stroke
+grestore
+% runt--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1302.87 1935.25 moveto
+1346.67 1944.8 1435.27 1964.11 1479.25 1973.7 curveto
+stroke
+grestore
+% rust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1064.53 1576.04 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1054.03 1572.34 moveto 21 (rust) alignedtext
+grestore
+% runt--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1266.89 1912.58 moveto
+1230.89 1852.71 1110.52 1652.52 1074.68 1592.92 curveto
+stroke
+grestore
+% hunt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1446.85 2023.48 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1434.35 2019.78 moveto 25 (hunt) alignedtext
+grestore
+% runt--hunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1297.96 1941.15 moveto
+1330.53 1959.16 1393.2 1993.81 1425.87 2011.88 curveto
+stroke
+grestore
+% rent
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+945.89 1740.84 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+934.89 1737.14 moveto 22 (rent) alignedtext
+grestore
+% runt--rent
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1256.43 1917.83 moveto
+1196.94 1883.92 1026.08 1786.54 966.6 1752.64 curveto
+stroke
+grestore
+% bunt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1508.8 1725.89 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1496.3 1722.19 moveto 25 (bunt) alignedtext
+grestore
+% runt--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1293.81 1914.99 moveto
+1336.55 1877.39 1449.71 1777.86 1492.29 1740.41 curveto
+stroke
+grestore
+% rant
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1074.83 2016.89 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1063.83 2013.19 moveto 22 (rant) alignedtext
+grestore
+% runt--rant
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1254.33 1939.48 moveto
+1215.37 1956.28 1136.47 1990.31 1097.56 2007.09 curveto
+stroke
+grestore
+% pubs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1723.3 1884.89 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1710.3 1881.19 moveto 26 (pubs) alignedtext
+grestore
+% puss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1639.5 1484.18 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1627 1480.48 moveto 25 (puss) alignedtext
+grestore
+% pubs--puss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1719.53 1866.89 moveto
+1705.62 1800.34 1657.15 1568.59 1643.25 1502.13 curveto
+stroke
+grestore
+% puns
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1759.11 1784.84 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1746.11 1781.14 moveto 26 (puns) alignedtext
+grestore
+% pubs--puns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1729.7 1867 moveto
+1736.22 1848.79 1746.26 1820.72 1752.76 1802.57 curveto
+stroke
+grestore
+% puts
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1849.52 1687.74 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1838.02 1684.04 moveto 23 (puts) alignedtext
+grestore
+% pubs--puts
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1734.06 1868.08 moveto
+1757.91 1830.83 1814.96 1741.71 1838.78 1704.51 curveto
+stroke
+grestore
+% pugs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1911.82 1657.09 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1898.82 1653.39 moveto 26 (pugs) alignedtext
+grestore
+% pubs--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1736.55 1868.87 moveto
+1771.17 1827.04 1863.98 1714.89 1898.57 1673.09 curveto
+stroke
+grestore
+% pups
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1900.19 1749.33 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1887.19 1745.63 moveto 26 (pups) alignedtext
+grestore
+% pubs--pups
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1741.23 1871.15 moveto
+1775.14 1845.16 1848.27 1789.12 1882.21 1763.11 curveto
+stroke
+grestore
+% rubs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1419.02 2262.57 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1407.02 2258.87 moveto 24 (rubs) alignedtext
+grestore
+% pubs--rubs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1710.22 1901.12 moveto
+1660.29 1963.1 1481.9 2184.52 1432.05 2246.4 curveto
+stroke
+grestore
+% puss--puns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1646.45 1501.64 moveto
+1667.59 1554.78 1730.97 1714.12 1752.14 1767.32 curveto
+stroke
+grestore
+% puss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1640.53 1466.13 moveto
+1642.98 1423.25 1649.13 1315.6 1651.59 1272.48 curveto
+stroke
+grestore
+% pass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1524.79 1012.54 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1512.79 1008.84 moveto 24 (pass) alignedtext
+grestore
+% puss--pass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1635.14 1466.27 moveto
+1616.97 1391.56 1547.33 1105.21 1529.15 1030.47 curveto
+stroke
+grestore
+% push
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1119.84 1271.3 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1106.84 1267.6 moveto 26 (push) alignedtext
+grestore
+% puss--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1616.16 1474.62 moveto
+1529.85 1439.26 1229.31 1316.14 1143.11 1280.83 curveto
+stroke
+grestore
+% muss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1529.16 1322.93 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1514.66 1319.23 moveto 29 (muss) alignedtext
+grestore
+% puss--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1628.11 1467.53 moveto
+1606.96 1436.63 1561.88 1370.74 1540.65 1339.73 curveto
+stroke
+grestore
+% puss--puts
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1654.94 1499.15 moveto
+1693.78 1536.79 1795.19 1635.08 1834.05 1672.75 curveto
+stroke
+grestore
+% fuss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1634.7 1584.67 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1623.7 1580.97 moveto 22 (fuss) alignedtext
+grestore
+% puss--fuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1638.62 1502.61 moveto
+1637.75 1520.74 1636.44 1548.26 1635.57 1566.35 curveto
+stroke
+grestore
+% wuss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1751.34 1369.14 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1737.34 1365.44 moveto 28 (wuss) alignedtext
+grestore
+% puss--wuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1654.58 1468.66 moveto
+1675.93 1446.71 1714.73 1406.8 1736.14 1384.78 curveto
+stroke
+grestore
+% puss--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1659.08 1496.61 moveto
+1709.21 1528.44 1841.71 1612.58 1892.04 1644.53 curveto
+stroke
+grestore
+% cuss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1814.99 1376.52 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1802.99 1372.82 moveto 24 (cuss) alignedtext
+grestore
+% puss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1659.63 1471.83 moveto
+1693.48 1451.06 1761.4 1409.39 1795.1 1388.72 curveto
+stroke
+grestore
+% puss--pups
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1654.64 1499.58 moveto
+1700.83 1546.55 1839.53 1687.63 1885.33 1734.21 curveto
+stroke
+grestore
+% mask
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1243.3 976.32 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1228.3 972.62 moveto 30 (mask) alignedtext
+grestore
+% musk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1194.07 1463.62 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1178.57 1459.92 moveto 31 (musk) alignedtext
+grestore
+% mask--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1241.46 994.54 moveto
+1233.69 1071.43 1203.63 1369.01 1195.89 1445.58 curveto
+stroke
+grestore
+% cask
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1182.64 658.16 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1170.14 654.46 moveto 25 (cask) alignedtext
+grestore
+% mask--cask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1239.86 958.31 moveto
+1229.21 902.44 1196.81 732.51 1186.11 676.37 curveto
+stroke
+grestore
+% mass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1405.88 948.82 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1391.88 945.12 moveto 28 (mass) alignedtext
+grestore
+% mask--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1272.37 971.41 moveto
+1302.32 966.34 1348.69 958.49 1378.15 953.51 curveto
+stroke
+grestore
+% muse
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1234.98 1694.8 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1219.98 1691.1 moveto 30 (muse) alignedtext
+grestore
+% musk--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1197.28 1481.76 moveto
+1204.93 1524.98 1224.15 1633.61 1231.79 1676.74 curveto
+stroke
+grestore
+% rusk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+830.68 1650.26 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+818.68 1646.56 moveto 24 (rusk) alignedtext
+grestore
+% musk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1170.78 1475.58 moveto
+1104.68 1509.53 916.5 1606.19 852.39 1639.12 curveto
+stroke
+grestore
+% mush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1279.07 1212.45 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1263.57 1208.75 moveto 31 (mush) alignedtext
+grestore
+% musk--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1200.04 1445.96 moveto
+1215.61 1399.96 1257.3 1276.79 1272.99 1230.43 curveto
+stroke
+grestore
+% dusk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+890.85 1696.18 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+877.85 1692.48 moveto 26 (dusk) alignedtext
+grestore
+% musk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1175.1 1478.17 moveto
+1120.26 1520.23 962.02 1641.6 908.66 1682.52 curveto
+stroke
+grestore
+% tusk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1037.83 1414.96 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1026.33 1411.26 moveto 23 (tusk) alignedtext
+grestore
+% musk--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1166.85 1455.14 moveto
+1137.39 1445.97 1090.82 1431.46 1062.42 1422.62 curveto
+stroke
+grestore
+% jest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+646.62 1231.38 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+637.12 1227.68 moveto 19 (jest) alignedtext
+grestore
+% lest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+694.67 1140.71 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+685.17 1137.01 moveto 19 (lest) alignedtext
+grestore
+% jest--lest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 655.66 1214.32 moveto
+664.25 1198.11 677.09 1173.87 685.67 1157.68 curveto
+stroke
+grestore
+% pest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+558.37 1208.77 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+547.37 1205.07 moveto 22 (pest) alignedtext
+grestore
+% jest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 621.09 1224.84 moveto
+609.38 1221.84 595.54 1218.29 583.83 1215.3 curveto
+stroke
+grestore
+% test
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+496.15 1180.45 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+486.65 1176.75 moveto 19 (test) alignedtext
+grestore
+% jest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 622.44 1223.2 moveto
+594.36 1213.69 548.32 1198.11 520.26 1188.61 curveto
+stroke
+grestore
+% best
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+770.45 1150.53 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+759.45 1146.83 moveto 22 (best) alignedtext
+grestore
+% jest--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 665.97 1218.74 moveto
+689.09 1203.64 727.58 1178.52 750.82 1163.34 curveto
+stroke
+grestore
+% zest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+526.59 1115.22 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+515.59 1111.52 moveto 22 (zest) alignedtext
+grestore
+% jest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 630.93 1216.19 moveto
+607.92 1193.93 565.29 1152.67 542.29 1130.41 curveto
+stroke
+grestore
+% vest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+549.11 1070.07 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+538.11 1066.37 moveto 22 (vest) alignedtext
+grestore
+% jest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 636.37 1214.42 moveto
+617.59 1183.36 577.9 1117.69 559.22 1086.8 curveto
+stroke
+grestore
+% rest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+673.17 1350.97 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+663.17 1347.27 moveto 20 (rest) alignedtext
+grestore
+% jest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 650.59 1249.28 moveto
+655.6 1271.83 664.15 1310.34 669.17 1332.94 curveto
+stroke
+grestore
+% fest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+589.03 1114.02 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+579.03 1110.32 moveto 20 (fest) alignedtext
+grestore
+% jest--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 638.12 1214.06 moveto
+627.23 1191.87 608.46 1153.63 597.56 1131.41 curveto
+stroke
+grestore
+% lest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 672.77 1151.64 moveto
+647.33 1164.34 605.62 1185.17 580.21 1197.86 curveto
+stroke
+grestore
+% lest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 668.72 1145.9 moveto
+630.67 1153.52 560.16 1167.64 522.11 1175.25 curveto
+stroke
+grestore
+% last
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+952.77 972.04 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+943.27 968.34 moveto 19 (last) alignedtext
+grestore
+% lest--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 714.07 1128.03 moveto
+761.9 1096.77 885.08 1016.28 933.15 984.87 curveto
+stroke
+grestore
+% list
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+908.99 1128.56 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+900.49 1124.86 moveto 17 (list) alignedtext
+grestore
+% lest--list
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 721.81 1139.17 moveto
+763.04 1136.83 840.97 1132.41 882.06 1130.08 curveto
+stroke
+grestore
+% lest--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 721.6 1144.2 moveto
+728.83 1145.13 736.64 1146.15 743.86 1147.08 curveto
+stroke
+grestore
+% lest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 668.04 1136.67 moveto
+636.56 1131.89 584.52 1124 553.1 1119.24 curveto
+stroke
+grestore
+% lust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+977.1 1280.03 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+967.1 1276.33 moveto 20 (lust) alignedtext
+grestore
+% lest--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 716.83 1151.64 moveto
+769.63 1177.68 902.35 1243.16 955.04 1269.15 curveto
+stroke
+grestore
+% lost
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+735.12 1309.11 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+725.12 1305.41 moveto 20 (lost) alignedtext
+grestore
+% lest--lost
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 699 1158.73 moveto
+706.78 1191.14 723.06 1258.9 730.83 1291.22 curveto
+stroke
+grestore
+% lest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 672.56 1129.98 moveto
+645.04 1116.62 598.34 1093.96 570.95 1080.67 curveto
+stroke
+grestore
+% lest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 692.8 1159 moveto
+688.72 1198.86 679.08 1293.18 675.03 1332.87 curveto
+stroke
+grestore
+% lest--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 669.36 1134.31 moveto
+652.76 1130.12 631.13 1124.66 614.49 1120.45 curveto
+stroke
+grestore
+% bast
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1118.93 919.31 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1107.93 915.61 moveto 22 (bast) alignedtext
+grestore
+% cast
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1105.99 702.19 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1094.99 698.49 moveto 22 (cast) alignedtext
+grestore
+% bast--cast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1117.85 901.18 moveto
+1115.41 860.31 1109.52 761.39 1107.08 720.43 curveto
+stroke
+grestore
+% bast--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1094.41 927.09 moveto
+1063 937.06 1008.85 954.24 977.39 964.23 curveto
+stroke
+grestore
+% bass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1376.03 874.9 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1364.03 871.2 moveto 24 (bass) alignedtext
+grestore
+% bast--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1145.47 914.73 moveto
+1194.87 906.2 1300.34 887.98 1349.62 879.46 curveto
+stroke
+grestore
+% bast--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1099.69 932.08 moveto
+1038.77 972.5 850.46 1097.44 789.62 1137.81 curveto
+stroke
+grestore
+% bash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1026.46 743.79 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1013.96 740.09 moveto 25 (bash) alignedtext
+grestore
+% bast--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1109.89 902.16 moveto
+1092.21 868.61 1053.24 794.62 1035.53 761.01 curveto
+stroke
+grestore
+% bust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1255.53 1315.75 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1244.03 1312.05 moveto 23 (bust) alignedtext
+grestore
+% bast--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1124.97 936.86 moveto
+1147.54 1002.34 1226.69 1232.06 1249.4 1297.95 curveto
+stroke
+grestore
+% base
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1252.71 626.47 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1240.21 622.77 moveto 25 (base) alignedtext
+grestore
+% bast--base
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1126.89 901.87 moveto
+1150.69 849.79 1221.05 695.79 1244.79 643.82 curveto
+stroke
+grestore
+% cash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+954.66 580.84 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+942.16 577.14 moveto 25 (cash) alignedtext
+grestore
+% cast--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1088.63 688.27 moveto
+1059.6 664.99 1001.5 618.4 972.29 594.97 curveto
+stroke
+grestore
+% muck
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1434.07 1610.39 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1418.57 1606.69 moveto 31 (muck) alignedtext
+grestore
+% muck--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1412.77 1597.37 moveto
+1367.22 1569.51 1260.82 1504.44 1215.32 1476.62 curveto
+stroke
+grestore
+% much
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1749.33 1416.56 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1733.83 1412.86 moveto 31 (much) alignedtext
+grestore
+% muck--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1455.24 1597.37 moveto
+1512.54 1562.15 1670.16 1465.24 1727.83 1429.78 curveto
+stroke
+grestore
+% murk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1354.8 1720.19 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1339.8 1716.49 moveto 30 (murk) alignedtext
+grestore
+% muck--murk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1422.03 1627.07 moveto
+1407.13 1647.7 1381.91 1682.65 1366.96 1703.36 curveto
+stroke
+grestore
+% lash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+977.05 690.28 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+966.05 686.58 moveto 22 (lash) alignedtext
+grestore
+% rash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+870.19 775.43 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+858.69 771.73 moveto 23 (rash) alignedtext
+grestore
+% lash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 959.4 704.34 moveto
+939.61 720.12 907.67 745.56 887.86 761.35 curveto
+stroke
+grestore
+% lash--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 975.49 708.33 moveto
+971.12 759.1 958.74 902.74 954.35 953.77 curveto
+stroke
+grestore
+% lass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1255.87 810.64 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1245.37 806.94 moveto 21 (lass) alignedtext
+grestore
+% lash--lass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 999.87 700.13 moveto
+1052.28 722.75 1180.78 778.23 1233.12 800.82 curveto
+stroke
+grestore
+% mash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1091.28 781.9 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1076.28 778.2 moveto 30 (mash) alignedtext
+grestore
+% lash--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 994.4 704.19 moveto
+1015.62 721.21 1051.38 749.89 1073.01 767.24 curveto
+stroke
+grestore
+% lash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 991.34 705.76 moveto
+997.84 712.79 1005.51 721.1 1012.03 728.16 curveto
+stroke
+grestore
+% lash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 973.35 672.21 moveto
+969.2 651.93 962.52 619.23 958.37 598.94 curveto
+stroke
+grestore
+% hash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+887.06 619.26 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+874.56 615.56 moveto 25 (hash) alignedtext
+grestore
+% lash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 959.27 676.25 moveto
+943.39 663.71 920.27 645.47 904.5 633.02 curveto
+stroke
+grestore
+% dash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+791.16 750.69 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+778.66 746.99 moveto 25 (dash) alignedtext
+grestore
+% lash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 952.75 698.18 moveto
+917.12 709.75 851.09 731.21 815.46 742.79 curveto
+stroke
+grestore
+% gash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+829.46 695.26 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+816.96 691.56 moveto 25 (gash) alignedtext
+grestore
+% lash--gash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 949.98 691.19 moveto
+923.43 692.09 883.18 693.45 856.6 694.34 curveto
+stroke
+grestore
+% lush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1059.21 1046.71 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1047.71 1043.01 moveto 23 (lush) alignedtext
+grestore
+% lash--lush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 981.24 708.44 moveto
+995.33 769.59 1040.95 967.49 1055.03 1028.58 curveto
+stroke
+grestore
+% sash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1008.26 624.92 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+996.26 621.22 moveto 24 (sash) alignedtext
+grestore
+% lash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 985.25 673.11 moveto
+989.8 663.58 995.44 651.76 1000 642.21 curveto
+stroke
+grestore
+% rasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+677.88 343.34 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+666.38 339.64 moveto 23 (rasp) alignedtext
+grestore
+% rash--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 862.42 757.96 moveto
+831.43 688.33 716.91 431.05 685.75 361.03 curveto
+stroke
+grestore
+% rash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 877.84 757.82 moveto
+893.92 720.77 931.08 635.16 947.1 598.27 curveto
+stroke
+grestore
+% rash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 872.16 757.21 moveto
+875.41 727.12 881.86 667.38 885.11 637.36 curveto
+stroke
+grestore
+% rash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 845.62 767.74 moveto
+836.1 764.76 825.23 761.36 815.72 758.38 curveto
+stroke
+grestore
+% rash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 884.45 759.89 moveto
+910.9 731.05 967.32 669.55 993.87 640.6 curveto
+stroke
+grestore
+% gosh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+651.71 960.23 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+638.71 956.53 moveto 26 (gosh) alignedtext
+grestore
+% posh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+576.84 1252.72 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+563.84 1249.02 moveto 26 (posh) alignedtext
+grestore
+% gosh--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 647.14 978.09 moveto
+633.78 1030.3 594.86 1182.33 581.45 1234.72 curveto
+stroke
+grestore
+% gush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+977.52 1054.83 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+964.52 1051.13 moveto 26 (gush) alignedtext
+grestore
+% gosh--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 676.74 967.5 moveto
+737.38 985.1 891.68 1029.9 952.41 1047.54 curveto
+stroke
+grestore
+% bosh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+819.49 969.02 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+806.49 965.32 moveto 26 (bosh) alignedtext
+grestore
+% gosh--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 679.04 961.66 moveto
+710.24 963.3 760.98 965.96 792.17 967.59 curveto
+stroke
+grestore
+% josh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+494.86 965.95 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+483.36 962.25 moveto 23 (josh) alignedtext
+grestore
+% gosh--josh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 624.39 961.23 moveto
+595.6 962.28 550.54 963.92 521.87 964.97 curveto
+stroke
+grestore
+% nosh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+433.96 1189.86 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+420.96 1186.16 moveto 26 (nosh) alignedtext
+grestore
+% gosh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 637.09 975.65 moveto
+597.42 1017.49 488.11 1132.75 448.52 1174.5 curveto
+stroke
+grestore
+% posh--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 604.14 1253.65 moveto
+696.94 1256.83 999.6 1267.18 1092.48 1270.36 curveto
+stroke
+grestore
+% posh--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 590.59 1236.65 moveto
+633.29 1186.72 763.4 1034.6 805.9 984.91 curveto
+stroke
+grestore
+% posh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 553.89 1242.62 moveto
+527.22 1230.89 483.5 1211.65 456.86 1199.94 curveto
+stroke
+grestore
+% pose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+366.39 1622.58 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+353.89 1618.88 moveto 25 (pose) alignedtext
+grestore
+% pose--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 375.98 1605.73 moveto
+411.04 1544.11 532.05 1331.45 567.2 1269.67 curveto
+stroke
+grestore
+% hose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+183.8 1779.29 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+171.3 1775.59 moveto 25 (hose) alignedtext
+grestore
+% pose--hose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 349.54 1637.04 moveto
+314.76 1666.89 235.36 1735.04 200.61 1764.86 curveto
+stroke
+grestore
+% rose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+378.58 2021.06 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+367.08 2017.36 moveto 23 (rose) alignedtext
+grestore
+% pose--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 366.95 1640.74 moveto
+368.98 1707.12 375.99 1936.24 378.02 2002.79 curveto
+stroke
+grestore
+% lose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+416.63 1673.97 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+405.63 1670.27 moveto 22 (lose) alignedtext
+grestore
+% pose--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 381.19 1637.72 moveto
+387.68 1644.35 395.27 1652.12 401.76 1658.76 curveto
+stroke
+grestore
+% nose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+275.95 1623.03 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+263.45 1619.33 moveto 25 (nose) alignedtext
+grestore
+% pose--nose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 339.26 1622.72 moveto
+327.81 1622.77 314.51 1622.84 303.07 1622.9 curveto
+stroke
+grestore
+% posy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+291.39 1480.97 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+278.39 1477.27 moveto 26 (posy) alignedtext
+grestore
+% pose--posy
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 357.35 1605.5 moveto
+342.93 1578.28 314.9 1525.37 300.47 1498.12 curveto
+stroke
+grestore
+% post
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+573.66 1395.85 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+562.16 1392.15 moveto 23 (post) alignedtext
+grestore
+% pose--post
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 380.64 1607 moveto
+418.6 1565.48 521.83 1452.55 559.59 1411.25 curveto
+stroke
+grestore
+% dose
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+234.09 1823.26 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+221.59 1819.56 moveto 25 (dose) alignedtext
+grestore
+% pose--dose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 355.34 1639.34 moveto
+330.37 1677.21 269.86 1768.99 245.02 1806.68 curveto
+stroke
+grestore
+% hose--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 196.58 1795.15 moveto
+231.88 1838.96 330.4 1961.26 365.75 2005.13 curveto
+stroke
+grestore
+% hose--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 206.55 1769 moveto
+251.18 1748.81 349.71 1704.24 394.13 1684.15 curveto
+stroke
+grestore
+% busy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1625.47 1068.2 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1612.47 1064.5 moveto 26 (busy) alignedtext
+grestore
+% bury
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1971.87 1012.04 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1959.37 1008.34 moveto 25 (bury) alignedtext
+grestore
+% busy--bury
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1652.07 1063.89 moveto
+1716.55 1053.43 1880.6 1026.84 1945.18 1016.37 curveto
+stroke
+grestore
+% bush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1222.35 1085.07 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1209.35 1081.37 moveto 26 (bush) alignedtext
+grestore
+% busy--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1598.07 1069.35 moveto
+1524.53 1072.43 1323.36 1080.84 1249.78 1083.92 curveto
+stroke
+grestore
+% busy--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1628.12 1086.38 moveto
+1633.33 1122.03 1644.83 1200.74 1650.01 1236.23 curveto
+stroke
+grestore
+% busy--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1606.1 1081.16 moveto
+1542.17 1123.94 1338.35 1260.33 1274.7 1302.92 curveto
+stroke
+grestore
+% buoy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1934.6 867.85 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1920.6 864.15 moveto 28 (buoy) alignedtext
+grestore
+% busy--buoy
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1645.27 1055.37 moveto
+1700.98 1019.26 1858.57 917.13 1914.55 880.84 curveto
+stroke
+grestore
+% bury--buoy
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1967.23 994.07 moveto
+1960.08 966.44 1946.48 913.81 1939.3 886.04 curveto
+stroke
+grestore
+% runs--rubs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1499.83 1997.07 moveto
+1484.35 2047.94 1439.89 2194.01 1424.41 2244.86 curveto
+stroke
+grestore
+% ramp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+548.01 18.34 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+533.51 14.64 moveto 29 (ramp) alignedtext
+grestore
+% rasp--ramp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 670.89 325.87 moveto
+648.34 269.44 577.62 92.45 555.02 35.9 curveto
+stroke
+grestore
+% husk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1002.08 1597.24 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+989.08 1593.54 moveto 26 (husk) alignedtext
+grestore
+% husk--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1021.19 1583.94 moveto
+1057.7 1558.53 1137.05 1503.3 1174.17 1477.47 curveto
+stroke
+grestore
+% hulk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+993.32 1904.09 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+980.82 1900.39 moveto 25 (hulk) alignedtext
+grestore
+% husk--hulk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1001.56 1615.52 moveto
+1000 1670.09 995.39 1831.46 993.84 1885.91 curveto
+stroke
+grestore
+% husk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 977.15 1604.95 moveto
+944.57 1615.03 887.82 1632.59 855.36 1642.63 curveto
+stroke
+grestore
+% husk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 985.67 1611.84 moveto
+964.64 1630.55 928.39 1662.79 907.33 1681.52 curveto
+stroke
+grestore
+% hunk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1157.57 1936.1 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1143.57 1932.4 moveto 28 (hunk) alignedtext
+grestore
+% husk--hunk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1010 1614.51 moveto
+1036.61 1672.51 1122.61 1859.92 1149.47 1918.46 curveto
+stroke
+grestore
+% husk--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1005.64 1579.1 moveto
+1012.49 1544.16 1027.45 1467.91 1034.29 1433.03 curveto
+stroke
+grestore
+% hulk--hunk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1019.35 1909.16 moveto
+1049.56 1915.05 1099.18 1924.72 1130.02 1930.73 curveto
+stroke
+grestore
+% puns--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1741.25 1798.51 moveto
+1694.64 1834.23 1569.65 1930 1523.06 1965.7 curveto
+stroke
+grestore
+% puns--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1776.03 1770.68 moveto
+1805.39 1746.12 1865.41 1695.91 1894.81 1671.31 curveto
+stroke
+grestore
+% puns--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1762 1766.75 moveto
+1769.03 1722.92 1786.91 1611.42 1793.95 1567.53 curveto
+stroke
+grestore
+% puns--pups
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1784.65 1778.41 moveto
+1810.07 1772.01 1848.84 1762.25 1874.36 1755.83 curveto
+stroke
+grestore
+% tush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1103.03 1191.36 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1091.53 1187.66 moveto 23 (tush) alignedtext
+grestore
+% bush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1205.76 1099.85 moveto
+1182.96 1120.16 1142.2 1156.47 1119.48 1176.71 curveto
+stroke
+grestore
+% bush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1212.89 1102.26 moveto
+1193.36 1137.73 1148.78 1218.71 1129.27 1254.15 curveto
+stroke
+grestore
+% bush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1195.21 1081.72 moveto
+1148.03 1075.89 1051.42 1063.96 1004.41 1058.15 curveto
+stroke
+grestore
+% bush--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1197.15 1077.81 moveto
+1124.8 1056.97 917.01 997.12 844.68 976.28 curveto
+stroke
+grestore
+% bush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1230.12 1102.52 moveto
+1240.92 1126.77 1260.37 1170.45 1271.21 1194.81 curveto
+stroke
+grestore
+% tush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1106.84 1209.5 moveto
+1109.59 1222.58 1113.29 1240.17 1116.04 1253.23 curveto
+stroke
+grestore
+% tush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1088.87 1175.97 moveto
+1064.77 1149.74 1016.02 1096.7 991.82 1070.38 curveto
+stroke
+grestore
+% tush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1129.76 1194.57 moveto
+1161.89 1198.42 1215.64 1204.86 1249.13 1208.87 curveto
+stroke
+grestore
+% tush--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1097.8 1209.28 moveto
+1085.56 1251.25 1055.16 1355.52 1042.99 1397.26 curveto
+stroke
+grestore
+% gust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1074.51 1322.48 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1063.01 1318.78 moveto 23 (gust) alignedtext
+grestore
+% gist
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1096.15 1097.82 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1086.15 1094.12 moveto 20 (gist) alignedtext
+grestore
+% gust--gist
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1076.25 1304.47 moveto
+1080.3 1262.41 1090.35 1158.06 1094.41 1115.91 curveto
+stroke
+grestore
+% gust--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1068.15 1304.92 moveto
+1050.57 1256.42 1001.51 1121.03 983.91 1072.45 curveto
+stroke
+grestore
+% must
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1212.1 1383.78 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1198.1 1380.08 moveto 28 (must) alignedtext
+grestore
+% gust--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1097.23 1332.6 moveto
+1122.42 1343.82 1162.86 1361.84 1188.43 1373.23 curveto
+stroke
+grestore
+% gust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1073.79 1340.71 moveto
+1071.95 1387.5 1067.08 1511.36 1065.24 1557.97 curveto
+stroke
+grestore
+% gust--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1101.61 1321.47 moveto
+1135.84 1320.2 1194.37 1318.02 1228.54 1316.75 curveto
+stroke
+grestore
+% gust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1051.43 1312.42 moveto
+1035.9 1305.65 1015.51 1296.77 1000.02 1290.02 curveto
+stroke
+grestore
+% dust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1007.65 1531.9 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+996.15 1528.2 moveto 23 (dust) alignedtext
+grestore
+% gust--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1068.81 1340.33 moveto
+1056.18 1379.9 1025.96 1474.56 1013.34 1514.09 curveto
+stroke
+grestore
+% oust
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1113.65 1441.27 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1102.15 1437.57 moveto 23 (oust) alignedtext
+grestore
+% gust--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1080.37 1340.26 moveto
+1087.75 1362.66 1100.35 1400.91 1107.75 1423.36 curveto
+stroke
+grestore
+% nest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+496.44 1232.49 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+485.44 1228.79 moveto 22 (nest) alignedtext
+grestore
+% nest--jest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 523.64 1232.29 moveto
+550.77 1232.09 592.22 1231.78 619.37 1231.58 curveto
+stroke
+grestore
+% nest--lest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 518.79 1222.14 moveto
+556.97 1204.47 634.28 1168.67 672.4 1151.02 curveto
+stroke
+grestore
+% nest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 520.21 1223.39 moveto
+524.98 1221.56 530 1219.64 534.77 1217.81 curveto
+stroke
+grestore
+% nest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 496.34 1214.29 moveto
+496.31 1209.25 496.28 1203.78 496.25 1198.73 curveto
+stroke
+grestore
+% west
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+464.5 1136.12 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+452 1132.42 moveto 25 (west) alignedtext
+grestore
+% nest--west
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 490.58 1214.81 moveto
+484.85 1197.53 476.18 1171.36 470.43 1154.01 curveto
+stroke
+grestore
+% nest--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 521.24 1225.07 moveto
+573.28 1209.51 693.35 1173.59 745.51 1157.99 curveto
+stroke
+grestore
+% nest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 501.02 1214.68 moveto
+506.69 1192.64 516.28 1155.32 521.97 1133.2 curveto
+stroke
+grestore
+% nest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 502.18 1214.8 moveto
+512.31 1183.56 533.26 1118.97 543.38 1087.74 curveto
+stroke
+grestore
+% nest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 515.69 1245.4 moveto
+549.69 1268.19 619.97 1315.3 653.95 1338.08 curveto
+stroke
+grestore
+% nest--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 508.93 1216.51 moveto
+526.6 1193.9 558.72 1152.8 576.44 1130.12 curveto
+stroke
+grestore
+% pest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 535.9 1198.55 moveto
+530.33 1196.01 524.36 1193.3 518.79 1190.76 curveto
+stroke
+grestore
+% pest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 552.39 1191.18 moveto
+546.74 1174.56 538.32 1149.75 532.65 1133.05 curveto
+stroke
+grestore
+% last--cast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 962.36 955.16 moveto
+989.87 906.7 1068.9 767.52 1096.41 719.06 curveto
+stroke
+grestore
+% last--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 954.22 990.38 moveto
+958.55 1045.16 971.34 1207.13 975.66 1261.78 curveto
+stroke
+grestore
+% last--lost
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 941.98 988.76 moveto
+904.93 1046.14 783.14 1234.76 745.98 1292.3 curveto
+stroke
+grestore
+% mute
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1319.86 1973.53 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1305.86 1969.83 moveto 28 (mute) alignedtext
+grestore
+% mute--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1314.42 1955.67 moveto
+1299.09 1905.33 1255.65 1762.67 1240.38 1712.51 curveto
+stroke
+grestore
+% mutt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1412.36 1675.97 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1399.36 1672.27 moveto 26 (mutt) alignedtext
+grestore
+% mute--mutt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1325.37 1955.81 moveto
+1341.78 1903.01 1390.24 1747.14 1406.76 1693.98 curveto
+stroke
+grestore
+% lath
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+983.64 315.58 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+973.14 311.88 moveto 21 (lath) alignedtext
+grestore
+% lath--lash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 983.33 333.66 moveto
+982.21 396.95 978.49 608.25 977.37 671.95 curveto
+stroke
+grestore
+% hath
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+897.41 265.5 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+885.41 261.8 moveto 24 (hath) alignedtext
+grestore
+% lath--hath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 963.21 303.71 moveto
+949.56 295.79 931.68 285.4 918 277.46 curveto
+stroke
+grestore
+% bath
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+895.98 416.06 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+883.98 412.36 moveto 24 (bath) alignedtext
+grestore
+% lath--bath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 969.95 331.28 moveto
+953.48 350.16 926.01 381.64 909.58 400.47 curveto
+stroke
+grestore
+% math
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1059.39 388.21 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1045.39 384.51 moveto 28 (math) alignedtext
+grestore
+% lath--math
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 999.34 330.63 moveto
+1012.25 343.01 1030.48 360.49 1043.45 372.93 curveto
+stroke
+grestore
+% hath--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 896.88 283.53 moveto
+895.11 344.07 889.39 539.72 887.6 600.84 curveto
+stroke
+grestore
+% hath--bath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 897.24 283.66 moveto
+896.96 312.6 896.43 368.85 896.16 397.83 curveto
+stroke
+grestore
+% hath--math
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 915.36 279.1 moveto
+946.34 302.56 1009.49 350.41 1040.86 374.17 curveto
+stroke
+grestore
+% bask
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1242.43 741.58 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1229.93 737.88 moveto 25 (bask) alignedtext
+grestore
+% bask--mask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1242.5 759.61 moveto
+1242.66 803.3 1243.07 914.47 1243.23 958.23 curveto
+stroke
+grestore
+% bask--bast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1231.04 757.98 moveto
+1207.51 791.84 1153.8 869.13 1130.3 902.95 curveto
+stroke
+grestore
+% bask--cask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1230.62 725.09 moveto
+1220.14 710.47 1204.9 689.22 1194.43 674.6 curveto
+stroke
+grestore
+% bask--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1257.5 756.61 moveto
+1283.16 782.22 1335.05 834.01 1360.81 859.72 curveto
+stroke
+grestore
+% bask--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1215.08 741.86 moveto
+1173.54 742.28 1095 743.08 1053.59 743.51 curveto
+stroke
+grestore
+% bask--base
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1244.04 723.59 moveto
+1245.96 702.09 1249.16 666.32 1251.08 644.71 curveto
+stroke
+grestore
+% cask--cast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1162.1 669.96 moveto
+1151.1 676.27 1137.59 684.03 1126.59 690.36 curveto
+stroke
+grestore
+% cask--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1158.24 649.88 moveto
+1114.36 635 1022.64 603.89 978.89 589.06 curveto
+stroke
+grestore
+% buss--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1629.2 1244.99 moveto
+1554.23 1215.52 1320.81 1123.77 1245.81 1094.29 curveto
+stroke
+grestore
+% buss--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1661.02 1271.35 moveto
+1686.51 1323.52 1762.94 1479.96 1788.46 1532.19 curveto
+stroke
+grestore
+% buss--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1677.3 1261.99 moveto
+1744 1283.04 1927.55 1340.99 1997.04 1362.93 curveto
+stroke
+grestore
+% buss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1670.63 1267.76 moveto
+1701.84 1291.27 1765.65 1339.35 1796.92 1362.9 curveto
+stroke
+grestore
+% buss--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1674.06 1265.32 moveto
+1731 1294.88 1885.62 1375.17 1942.73 1404.82 curveto
+stroke
+grestore
+% lass--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1234.55 821.99 moveto
+1178.9 851.62 1029.69 931.08 974.06 960.7 curveto
+stroke
+grestore
+% lass--pass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1273.93 824.2 moveto
+1322.92 860.98 1457.91 962.32 1506.8 999.03 curveto
+stroke
+grestore
+% lass--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1271.92 825.42 moveto
+1300.64 851.88 1360.52 907.03 1389.48 933.72 curveto
+stroke
+grestore
+% lass--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1277.07 821.98 moveto
+1298.9 833.65 1332.73 851.74 1354.63 863.46 curveto
+stroke
+grestore
+% sass
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1371.4 709.48 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1360.4 705.78 moveto 22 (sass) alignedtext
+grestore
+% lass--sass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1272.42 796.14 moveto
+1294.38 776.91 1332.93 743.16 1354.88 723.95 curveto
+stroke
+grestore
+% mule
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1078.87 2124.86 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1064.87 2121.16 moveto 28 (mule) alignedtext
+grestore
+% mule--mute
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1099.42 2111.96 moveto
+1144.95 2083.37 1253.89 2014.96 1299.37 1986.4 curveto
+stroke
+grestore
+% mule--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1085.28 2107.2 moveto
+1110.53 2037.65 1202.94 1783.07 1228.43 1712.84 curveto
+stroke
+grestore
+% yule
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+934.44 2406.91 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+922.44 2403.21 moveto 24 (yule) alignedtext
+grestore
+% mule--yule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1070.06 2142.08 moveto
+1044.27 2192.43 969.19 2339.04 943.32 2389.56 curveto
+stroke
+grestore
+% push--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1108.91 1254.67 moveto
+1082.42 1214.38 1015.02 1111.86 988.49 1071.51 curveto
+stroke
+grestore
+% list--gist
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 935.4 1124.22 moveto
+971.08 1118.36 1034.26 1107.98 1069.86 1102.13 curveto
+stroke
+grestore
+% list--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 914.01 1110.6 moveto
+922.46 1080.41 939.4 1019.84 947.81 989.79 curveto
+stroke
+grestore
+% mist
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1221.9 1148.99 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1209.4 1145.29 moveto 25 (mist) alignedtext
+grestore
+% list--mist
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 935.94 1130.32 moveto
+995.09 1134.18 1135.71 1143.36 1194.91 1147.22 curveto
+stroke
+grestore
+% list--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 916.8 1145.93 moveto
+929.87 1175 956.02 1233.15 969.17 1262.39 curveto
+stroke
+grestore
+% list--lost
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 894.16 1143.95 moveto
+861.32 1178.06 782.72 1259.68 749.91 1293.76 curveto
+stroke
+grestore
+% mist--gist
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1198.84 1139.6 moveto
+1176.29 1130.43 1142.14 1116.53 1119.49 1107.32 curveto
+stroke
+grestore
+% mist--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1221.15 1167.02 moveto
+1219.33 1210.73 1214.69 1321.92 1212.86 1365.69 curveto
+stroke
+grestore
+% miss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1523.53 1085.44 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1510.53 1081.74 moveto 26 (miss) alignedtext
+grestore
+% mist--miss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1247.88 1143.51 moveto
+1304.89 1131.5 1440.45 1102.94 1497.5 1090.92 curveto
+stroke
+grestore
+% most
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+994.57 1226.12 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+980.57 1222.42 moveto 28 (most) alignedtext
+grestore
+% mist--most
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1197.57 1157.24 moveto
+1154.16 1171.97 1063.78 1202.64 1019.76 1217.58 curveto
+stroke
+grestore
+% bosh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 798.76 980.9 moveto
+731.82 1019.24 521.87 1139.5 454.79 1177.93 curveto
+stroke
+grestore
+% rise
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+329.59 2191.3 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+319.59 2187.6 moveto 20 (rise) alignedtext
+grestore
+% rise--rice
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 314.56 2206.58 moveto
+278.74 2243.01 188.72 2334.56 152.97 2370.91 curveto
+stroke
+grestore
+% rise--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 321.1 2208.76 moveto
+293.61 2265.32 207.26 2442.96 179.99 2499.06 curveto
+stroke
+grestore
+% risk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+377.78 1884.44 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+367.28 1880.74 moveto 21 (risk) alignedtext
+grestore
+% rise--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 332.46 2173.02 moveto
+341.03 2118.44 366.37 1957.07 374.92 1902.62 curveto
+stroke
+grestore
+% rise--rife
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 317.93 2207.96 moveto
+283.13 2257.72 180.21 2404.86 145.48 2454.51 curveto
+stroke
+grestore
+% rise--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 334.74 2173.4 moveto
+344.15 2140.7 364.01 2071.68 373.42 2038.97 curveto
+stroke
+grestore
+% rise--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 320.4 2208.63 moveto
+295.91 2254.82 229.31 2380.46 204.95 2426.4 curveto
+stroke
+grestore
+% rise--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 331.15 2209.35 moveto
+335.72 2262.14 349.01 2415.83 353.59 2468.8 curveto
+stroke
+grestore
+% ruse
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+871.14 1973.51 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+859.64 1969.81 moveto 23 (ruse) alignedtext
+grestore
+% rise--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 352.86 2181.94 moveto
+441.74 2146.2 759.23 2018.52 847.96 1982.83 curveto
+stroke
+grestore
+% rise--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 332.82 2209.35 moveto
+340.93 2254.75 362.12 2373.29 370.24 2418.73 curveto
+stroke
+grestore
+% rite
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+233.8 2488.57 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+224.3 2484.87 moveto 19 (rite) alignedtext
+grestore
+% rise--rite
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 323.88 2209 moveto
+306.85 2261.87 256.48 2418.2 239.48 2470.95 curveto
+stroke
+grestore
+% vise
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+89.02 2014.07 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+78.02 2010.37 moveto 22 (vise) alignedtext
+grestore
+% rise--vise
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 311.11 2177.68 moveto
+266.22 2144.61 151.84 2060.35 107.23 2027.49 curveto
+stroke
+grestore
+% wise
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+223.81 1724.27 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+211.31 1720.57 moveto 25 (wise) alignedtext
+grestore
+% rise--wise
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 325.51 2173.27 moveto
+308.67 2098.93 244.7 1816.48 227.88 1742.23 curveto
+stroke
+grestore
+% risk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 399.32 1873.3 moveto
+475.7 1833.81 733.1 1700.72 809.27 1661.33 curveto
+stroke
+grestore
+% muss--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1504.79 1333.16 moveto
+1443.19 1359.02 1281.73 1426.82 1219.25 1453.05 curveto
+stroke
+grestore
+% muss--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1516.14 1339.39 moveto
+1467.44 1400.95 1296.3 1617.28 1247.85 1678.53 curveto
+stroke
+grestore
+% muss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1550.95 1310.8 moveto
+1573.8 1298.08 1609.44 1278.25 1631.89 1265.75 curveto
+stroke
+grestore
+% muss--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1523.21 1304.88 moveto
+1502.34 1241.54 1432.54 1029.74 1411.76 966.68 curveto
+stroke
+grestore
+% muss--wuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1557.3 1328.78 moveto
+1600.27 1337.72 1681.71 1354.66 1724.12 1363.48 curveto
+stroke
+grestore
+% muss--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1501.02 1328.33 moveto
+1440.7 1339.91 1299.58 1366.99 1239.72 1378.48 curveto
+stroke
+grestore
+% muss--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1505.18 1312.34 moveto
+1457.62 1291.33 1351.81 1244.59 1303.71 1223.34 curveto
+stroke
+grestore
+% muss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1557.35 1328.21 moveto
+1612.7 1338.59 1734.88 1361.5 1788.68 1371.59 curveto
+stroke
+grestore
+% muss--miss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1528.73 1304.69 moveto
+1527.68 1260.48 1525.01 1148.01 1523.96 1103.74 curveto
+stroke
+grestore
+% mess
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1620.3 963.95 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1606.3 960.25 moveto 28 (mess) alignedtext
+grestore
+% muss--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1533.68 1305.13 moveto
+1549.2 1244.01 1600.19 1043.14 1615.75 981.86 curveto
+stroke
+grestore
+% mass--pass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1427.69 960.5 moveto
+1449.28 972.07 1482.12 989.67 1503.52 1001.14 curveto
+stroke
+grestore
+% hush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1010.67 1116.28 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+997.67 1112.58 moveto 26 (hush) alignedtext
+grestore
+% hush--husk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1010.34 1134.55 moveto
+1008.98 1210.82 1003.75 1503.4 1002.4 1579.21 curveto
+stroke
+grestore
+% hush--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1037.48 1112.33 moveto
+1078.08 1106.34 1154.75 1095.04 1195.42 1089.04 curveto
+stroke
+grestore
+% hush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1028.04 1130.41 moveto
+1044.55 1143.83 1069.25 1163.9 1085.73 1177.31 curveto
+stroke
+grestore
+% hush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1022.35 1132.87 moveto
+1043.36 1162.71 1087.29 1225.08 1108.24 1254.83 curveto
+stroke
+grestore
+% hush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1001.44 1099.17 moveto
+996.84 1090.64 991.3 1080.37 986.71 1071.85 curveto
+stroke
+grestore
+% hush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1034.96 1124.99 moveto
+1085.29 1143.02 1200.58 1184.33 1252.67 1202.99 curveto
+stroke
+grestore
+% hush--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1006.2 1098.3 moveto
+986.89 1020.68 910.82 714.79 891.53 637.21 curveto
+stroke
+grestore
+% rush
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+975.19 1332.5 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+963.19 1328.8 moveto 24 (rush) alignedtext
+grestore
+% hush--rush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1007.7 1134.35 moveto
+1001.03 1175.05 984.87 1273.54 978.17 1314.34 curveto
+stroke
+grestore
+% hush--lush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1022.17 1099.79 moveto
+1029.91 1088.7 1040.07 1074.14 1047.79 1063.08 curveto
+stroke
+grestore
+% rife--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 147.09 2486.87 moveto
+150.75 2491.25 154.72 2495.99 158.39 2500.37 curveto
+stroke
+grestore
+% rife--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 156.62 2460.98 moveto
+162.01 2458.58 167.76 2456.03 173.15 2453.63 curveto
+stroke
+grestore
+% rife--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 161.02 2473.04 moveto
+203.6 2476.1 285.65 2482 328.16 2485.05 curveto
+stroke
+grestore
+% rife--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 160.44 2467.29 moveto
+206.49 2460.7 300.66 2447.22 346.79 2440.62 curveto
+stroke
+grestore
+% yest
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+558.23 1159.27 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+547.23 1155.57 moveto 22 (yest) alignedtext
+grestore
+% yest--jest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 575.69 1173.52 moveto
+591.29 1186.24 614 1204.77 629.49 1217.41 curveto
+stroke
+grestore
+% yest--lest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 584.86 1155.65 moveto
+608.9 1152.38 644.09 1147.59 668.1 1144.32 curveto
+stroke
+grestore
+% yest--nest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 544.82 1175.16 moveto
+534.46 1187.44 520.18 1204.36 509.82 1216.63 curveto
+stroke
+grestore
+% yest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 558.28 1177.42 moveto
+558.29 1181.73 558.3 1186.32 558.32 1190.62 curveto
+stroke
+grestore
+% yest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 534.05 1167.52 moveto
+529.56 1169.06 524.86 1170.66 520.37 1172.19 curveto
+stroke
+grestore
+% yest--west
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 532.62 1152.95 moveto
+519.39 1149.68 503.3 1145.7 490.08 1142.44 curveto
+stroke
+grestore
+% yest--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 585.54 1158.15 moveto
+626.29 1156.47 702.56 1153.33 743.24 1151.65 curveto
+stroke
+grestore
+% yest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 546.45 1142.87 moveto
+543.78 1139.15 540.94 1135.2 538.28 1131.49 curveto
+stroke
+grestore
+% yest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 556.39 1141.22 moveto
+554.8 1125.75 552.54 1103.56 550.95 1088.1 curveto
+stroke
+grestore
+% yest--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 568.43 1176.29 moveto
+590.24 1212.66 641.21 1297.65 663 1334 curveto
+stroke
+grestore
+% yest--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 569.52 1142.68 moveto
+572.2 1138.75 575.06 1134.55 577.74 1130.61 curveto
+stroke
+grestore
+% duck
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1148.51 1826.3 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1135.01 1822.6 moveto 27 (duck) alignedtext
+grestore
+% duck--muck
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1166.81 1812.46 moveto
+1218.14 1773.65 1363.14 1664.02 1415.18 1624.67 curveto
+stroke
+grestore
+% duck--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1126.1 1814.98 moveto
+1077.13 1790.25 961.09 1731.65 912.67 1707.2 curveto
+stroke
+grestore
+% duct
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+965.75 1818.18 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+953.75 1814.48 moveto 24 (duct) alignedtext
+grestore
+% duck--duct
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1120.36 1825.05 moveto
+1085.61 1823.5 1026.95 1820.9 992.75 1819.38 curveto
+stroke
+grestore
+% rose--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 380.57 2002.88 moveto
+387.15 1942.91 408.11 1751.68 414.65 1691.96 curveto
+stroke
+grestore
+% puts--puns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1834.99 1703.34 moveto
+1818.12 1721.46 1790.45 1751.17 1773.6 1769.27 curveto
+stroke
+grestore
+% puts--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1871.31 1677.02 moveto
+1877.34 1674.05 1883.89 1670.83 1889.93 1667.85 curveto
+stroke
+grestore
+% puts--buts
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1851.05 1669.49 moveto
+1855.13 1620.86 1866.23 1488.6 1870.3 1440.24 curveto
+stroke
+grestore
+% puts--pups
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1862.57 1703.6 moveto
+1870.07 1712.72 1879.48 1724.16 1887.01 1733.31 curveto
+stroke
+grestore
+% fuss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1635.69 1566.43 moveto
+1638.82 1508.65 1648.52 1330.08 1651.65 1272.38 curveto
+stroke
+grestore
+% fuss--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1627.61 1567.09 moveto
+1608.38 1519.41 1555.41 1388.02 1536.22 1340.43 curveto
+stroke
+grestore
+% fuss--wuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1644.05 1567.4 moveto
+1665.94 1526.94 1720.33 1426.44 1742.11 1386.2 curveto
+stroke
+grestore
+% fuss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1648.25 1569.02 moveto
+1681.66 1530.45 1767.71 1431.11 1801.29 1392.35 curveto
+stroke
+grestore
+% fuse
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1386.03 1979.37 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1374.53 1975.67 moveto 23 (fuse) alignedtext
+grestore
+% fuss--fuse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1624.01 1601.63 moveto
+1583.2 1666.41 1437.42 1897.81 1396.68 1962.47 curveto
+stroke
+grestore
+% wuss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1737.62 1353.16 moveto
+1718.76 1331.2 1685.04 1291.93 1666.25 1270.05 curveto
+stroke
+grestore
+% wuss--cuss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1779.82 1372.44 moveto
+1782.6 1372.76 1785.41 1373.09 1788.18 1373.41 curveto
+stroke
+grestore
+% pugs--pups
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1909.52 1675.31 moveto
+1907.48 1691.48 1904.52 1714.98 1902.48 1731.14 curveto
+stroke
+grestore
+% must--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1208.01 1401.9 moveto
+1205.06 1414.96 1201.09 1432.53 1198.14 1445.58 curveto
+stroke
+grestore
+% must--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1213.43 1401.85 moveto
+1217.48 1456.82 1229.6 1621.65 1233.65 1676.68 curveto
+stroke
+grestore
+% must--mutt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1223.44 1400.33 moveto
+1258.61 1451.64 1365.56 1607.69 1400.9 1659.24 curveto
+stroke
+grestore
+% must--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1219.02 1366.09 moveto
+1231.88 1333.18 1259.36 1262.89 1272.19 1230.05 curveto
+stroke
+grestore
+% must--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1199.52 1400.17 moveto
+1171.57 1436.59 1104.6 1523.84 1076.87 1559.96 curveto
+stroke
+grestore
+% must--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1188.28 1373.26 moveto
+1142.89 1353.22 1044.57 1309.82 999.95 1290.12 curveto
+stroke
+grestore
+% must--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1193.24 1397.45 moveto
+1154.19 1425.74 1064.93 1490.4 1026.18 1518.47 curveto
+stroke
+grestore
+% must--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1190.74 1396.26 moveto
+1173.89 1406.1 1150.54 1419.73 1133.96 1429.41 curveto
+stroke
+grestore
+% must--most
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1193.18 1370.07 moveto
+1152.04 1340.25 1054.85 1269.81 1013.6 1239.92 curveto
+stroke
+grestore
+% butt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1567.57 1496.97 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1556.57 1493.27 moveto 22 (butt) alignedtext
+grestore
+% mutt--butt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1426.14 1660.09 moveto
+1455.66 1626.03 1524.75 1546.35 1554.05 1512.56 curveto
+stroke
+grestore
+% rule
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+773.8 2301.69 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+762.8 2297.99 moveto 22 (rule) alignedtext
+grestore
+% rule--mule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 794.29 2289.82 moveto
+849.6 2257.76 1001.53 2169.69 1057.67 2137.15 curveto
+stroke
+grestore
+% rule--yule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 793.18 2314.39 moveto
+824.05 2334.61 884.07 2373.92 914.99 2394.17 curveto
+stroke
+grestore
+% rude
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+739.77 2416.27 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+727.27 2412.57 moveto 25 (rude) alignedtext
+grestore
+% rule--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 768.49 2319.6 moveto
+762.09 2341.12 751.43 2377.02 745.05 2398.49 curveto
+stroke
+grestore
+% rule--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 779.18 2283.58 moveto
+796.19 2226.2 848.79 2048.87 865.78 1991.57 curveto
+stroke
+grestore
+% rule--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 749.66 2309.84 moveto
+678.32 2333.92 469.02 2404.56 397.64 2428.65 curveto
+stroke
+grestore
+% rube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1052.44 2403.49 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1039.94 2399.79 moveto 25 (rube) alignedtext
+grestore
+% rule--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 797.56 2310.37 moveto
+850.2 2329.6 976.16 2375.62 1028.75 2394.83 curveto
+stroke
+grestore
+% role
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+450.87 2300.82 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+439.87 2297.12 moveto 22 (role) alignedtext
+grestore
+% rule--role
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 746.55 2301.62 moveto
+685.57 2301.46 538.74 2301.06 477.94 2300.9 curveto
+stroke
+grestore
+% rude--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 745.09 2398.36 moveto
+766.25 2327.02 844.47 2063.38 865.76 1991.64 curveto
+stroke
+grestore
+% nude
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+676.72 2756.67 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+663.22 2752.97 moveto 27 (nude) alignedtext
+grestore
+% rude--nude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 736.38 2434.57 moveto
+725.41 2493.81 690.94 2679.91 680.05 2738.69 curveto
+stroke
+grestore
+% bass--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1387.91 891.2 moveto
+1433.31 953.45 1595.48 1175.82 1640.8 1237.96 curveto
+stroke
+grestore
+% bass--pass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1391.95 889.63 moveto
+1420.58 916.12 1480.43 971.5 1508.98 997.91 curveto
+stroke
+grestore
+% bass--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1383.1 892.42 moveto
+1387.82 904.12 1394.01 919.44 1398.75 931.17 curveto
+stroke
+grestore
+% bass--base
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1367.35 857.43 moveto
+1344.66 811.71 1283.71 688.92 1261.21 643.59 curveto
+stroke
+grestore
+% west--jest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 485.74 1147.23 moveto
+520.74 1165.54 590.13 1201.83 625.22 1220.19 curveto
+stroke
+grestore
+% west--lest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 491.8 1136.66 moveto
+536.1 1137.55 623.12 1139.28 667.4 1140.16 curveto
+stroke
+grestore
+% west--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 482.15 1149.79 moveto
+498.83 1162.69 523.71 1181.95 540.47 1194.92 curveto
+stroke
+grestore
+% west--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 476.1 1152.38 moveto
+478.85 1156.23 481.79 1160.34 484.54 1164.2 curveto
+stroke
+grestore
+% west--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 491.65 1137.4 moveto
+549.71 1140.13 685.35 1146.52 743.36 1149.25 curveto
+stroke
+grestore
+% west--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 488.68 1127.98 moveto
+493.18 1126.47 497.87 1124.88 502.37 1123.37 curveto
+stroke
+grestore
+% west--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 482.44 1122.11 moveto
+496.9 1110.83 517.11 1095.05 531.48 1083.83 curveto
+stroke
+grestore
+% west--rest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 479.5 1151.57 moveto
+518.01 1191.21 619.95 1296.17 658.3 1335.66 curveto
+stroke
+grestore
+% west--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 490.6 1131.49 moveto
+511.71 1127.74 541.31 1122.49 562.53 1118.72 curveto
+stroke
+grestore
+% mesh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1452.17 840.11 29.8 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1437.17 836.41 moveto 30 (mesh) alignedtext
+grestore
+% mesh--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1444.06 857.57 moveto
+1414.98 920.11 1316.22 1132.55 1287.17 1195.03 curveto
+stroke
+grestore
+% mesh--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1471.13 854.07 moveto
+1503.59 877.98 1569.43 926.48 1601.67 950.22 curveto
+stroke
+grestore
+% mush--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1277.42 1230.48 moveto
+1270.47 1306.5 1243.6 1600.48 1236.64 1676.68 curveto
+stroke
+grestore
+% mush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1253.13 1222.04 moveto
+1222.82 1233.24 1173.07 1251.63 1143.68 1262.49 curveto
+stroke
+grestore
+% mush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1255.91 1200.35 moveto
+1199.23 1170.72 1054.16 1094.89 999.13 1066.12 curveto
+stroke
+grestore
+% mush--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1303.69 1223.14 moveto
+1384.86 1258.37 1643.44 1370.61 1724.67 1405.86 curveto
+stroke
+grestore
+% buns--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1785.61 1565.98 moveto
+1739.23 1634.35 1563.2 1893.88 1516.6 1962.58 curveto
+stroke
+grestore
+% buns--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1814.7 1535.43 moveto
+1856.98 1502.34 1962.96 1419.4 2005.79 1385.88 curveto
+stroke
+grestore
+% buns--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1814.46 1535.36 moveto
+1846.62 1509.75 1914.51 1455.67 1946.68 1430.05 curveto
+stroke
+grestore
+% buns--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1776.6 1561.8 moveto
+1723.71 1594.2 1581.9 1681.1 1529.03 1713.49 curveto
+stroke
+grestore
+% bums--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2004.9 1385.83 moveto
+1997.79 1391.11 1989.76 1397.09 1982.72 1402.32 curveto
+stroke
+grestore
+% nose--hose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 265.92 1640.05 moveto
+248.19 1670.11 211.55 1732.25 193.83 1762.29 curveto
+stroke
+grestore
+% nose--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 280.56 1640.91 moveto
+297.61 1707.01 356.96 1937.21 373.98 2003.23 curveto
+stroke
+grestore
+% nose--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 299.82 1631.68 moveto
+325.69 1641.04 366.73 1655.91 392.65 1665.29 curveto
+stroke
+grestore
+% nose--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 282.34 1605.52 moveto
+307.81 1535.71 401.89 1277.79 427.49 1207.6 curveto
+stroke
+grestore
+% ripe--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 190.01 2461.13 moveto
+186.23 2472.47 181.33 2487.17 177.54 2498.54 curveto
+stroke
+grestore
+% ripe--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 221.12 2450.41 moveto
+250.94 2458.55 300.27 2472.01 330.04 2480.14 curveto
+stroke
+grestore
+% ride--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 381.3 2482.19 moveto
+451.46 2469.28 643.4 2433.99 713.6 2421.08 curveto
+stroke
+grestore
+% disk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+527.15 1544.56 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+515.65 1540.86 moveto 23 (disk) alignedtext
+grestore
+% disk--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 519.53 1561.89 moveto
+493.91 1620.19 410.97 1808.9 385.37 1867.15 curveto
+stroke
+grestore
+% desk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+599.23 1760.55 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+586.73 1756.85 moveto 25 (desk) alignedtext
+grestore
+% disk--desk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 533.05 1562.24 moveto
+546.6 1602.84 579.82 1702.39 593.35 1742.93 curveto
+stroke
+grestore
+% disk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 550.17 1554.16 moveto
+615.6 1581.44 802.1 1659.18 867.69 1686.53 curveto
+stroke
+grestore
+% dish
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+487.12 1071.09 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+475.62 1067.39 moveto 23 (dish) alignedtext
+grestore
+% disk--dish
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 525.63 1526.58 moveto
+519.29 1451.58 494.98 1164.12 488.64 1089.09 curveto
+stroke
+grestore
+% desk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 625.11 1754.84 moveto
+680.31 1742.65 809.09 1714.23 864.61 1701.97 curveto
+stroke
+grestore
+% rove
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+301.05 2340 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+288.55 2336.3 moveto 25 (rove) alignedtext
+grestore
+% rove--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 305.44 2321.94 moveto
+319.08 2265.8 360.66 2094.79 374.24 2038.92 curveto
+stroke
+grestore
+% rote
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+238.38 2320.54 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+227.38 2316.84 moveto 22 (rote) alignedtext
+grestore
+% rove--rote
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 276.28 2332.31 moveto
+271.9 2330.95 267.34 2329.53 262.97 2328.17 curveto
+stroke
+grestore
+% rope
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+359.94 2295.98 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+347.44 2292.28 moveto 25 (rope) alignedtext
+grestore
+% rove--rope
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 319.04 2326.55 moveto
+326.21 2321.19 334.45 2315.03 341.65 2309.65 curveto
+stroke
+grestore
+% robe
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+533.57 2341.74 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+521.07 2338.04 moveto 25 (robe) alignedtext
+grestore
+% rove--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 328.18 2340.2 moveto
+372.86 2340.54 461.45 2341.2 506.26 2341.54 curveto
+stroke
+grestore
+% roue
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+297.22 2276.43 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+284.72 2272.73 moveto 25 (roue) alignedtext
+grestore
+% rove--roue
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 299.96 2321.95 moveto
+299.45 2313.44 298.84 2303.29 298.32 2294.74 curveto
+stroke
+grestore
+% best--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 745.28 1157.44 moveto
+704.47 1168.65 624.29 1190.67 583.49 1201.87 curveto
+stroke
+grestore
+% best--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 743.65 1153.45 moveto
+691.21 1159.17 575.58 1171.79 523.06 1177.52 curveto
+stroke
+grestore
+% best--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 743.88 1146.68 moveto
+696.98 1139.89 600 1125.85 553.12 1119.06 curveto
+stroke
+grestore
+% best--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 746.34 1141.77 moveto
+703.65 1126.25 615.28 1094.12 572.85 1078.7 curveto
+stroke
+grestore
+% best--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 744.45 1145.3 moveto
+709.97 1138.36 649.44 1126.18 614.97 1119.24 curveto
+stroke
+grestore
+% zest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 518.43 1132.7 moveto
+514.07 1142.06 508.7 1153.56 504.33 1162.92 curveto
+stroke
+grestore
+% dusk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 872.8 1682.41 moveto
+865.19 1676.59 856.34 1669.84 848.72 1664.03 curveto
+stroke
+grestore
+% dusk--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 899.83 1679.01 moveto
+926.07 1628.81 1002.46 1482.63 1028.79 1432.26 curveto
+stroke
+grestore
+% rune
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1101.76 2249.58 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1089.26 2245.88 moveto 25 (rune) alignedtext
+grestore
+% rune--rung
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1128.25 2244.72 moveto
+1177.54 2235.66 1282.79 2216.33 1331.97 2207.3 curveto
+stroke
+grestore
+% rune--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1111.19 2232.38 moveto
+1141.65 2176.83 1237.15 2002.6 1267.67 1946.93 curveto
+stroke
+grestore
+% rune--runs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1120.95 2236.73 moveto
+1188.92 2191.21 1417.77 2037.93 1485.92 1992.29 curveto
+stroke
+grestore
+% rune--rule
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1075.48 2253.76 moveto
+1014.07 2263.51 861.74 2287.72 800.21 2297.5 curveto
+stroke
+grestore
+% rune--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1079.39 2259.88 moveto
+1014.5 2289.76 826.7 2376.24 761.99 2406.03 curveto
+stroke
+grestore
+% rune--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1088.37 2233.54 moveto
+1047.51 2184.64 924.8 2037.75 884.28 1989.25 curveto
+stroke
+grestore
+% tune
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1140.23 2589.86 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1128.23 2586.16 moveto 24 (tune) alignedtext
+grestore
+% rune--tune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1103.83 2267.87 moveto
+1110.53 2327.1 1131.56 2513.13 1138.2 2571.88 curveto
+stroke
+grestore
+% rune--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1096.11 2267.24 moveto
+1086.64 2296.77 1067.71 2355.86 1058.19 2385.56 curveto
+stroke
+grestore
+% dune
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+986.82 2526.85 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+973.32 2523.15 moveto 27 (dune) alignedtext
+grestore
+% rune--dune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1094.4 2267.35 moveto
+1073.64 2317.43 1014.81 2459.33 994.12 2509.23 curveto
+stroke
+grestore
+% ruse--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 888.93 1959.88 moveto
+950.43 1912.77 1153.61 1757.13 1216.36 1709.06 curveto
+stroke
+grestore
+% ruse--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 868.85 1955.21 moveto
+861.73 1898.31 840.04 1724.99 832.95 1668.37 curveto
+stroke
+grestore
+% ruse--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 844.31 1976.1 moveto
+758.48 1984.39 491.29 2010.18 405.44 2018.46 curveto
+stroke
+grestore
+% gasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+635.26 388.91 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+622.76 385.21 moveto 25 (gasp) alignedtext
+grestore
+% gasp--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 649.69 373.48 moveto
+654.13 368.73 659.02 363.5 663.46 358.75 curveto
+stroke
+grestore
+% hasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+719.98 290.02 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+707.48 286.32 moveto 25 (hasp) alignedtext
+grestore
+% gasp--hasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 648.87 373.02 moveto
+664.68 354.57 690.6 324.31 706.4 305.87 curveto
+stroke
+grestore
+% gasp--gash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 645.97 405.81 moveto
+679.93 459.37 784.86 624.91 818.77 678.4 curveto
+stroke
+grestore
+% moss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1389.8 1115.66 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1375.3 1111.96 moveto 29 (moss) alignedtext
+grestore
+% moss--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1401.2 1132.62 moveto
+1427.4 1171.58 1491.63 1267.11 1517.79 1306.02 curveto
+stroke
+grestore
+% moss--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1391.55 1097.48 moveto
+1394.64 1065.39 1401.04 999.04 1404.13 966.97 curveto
+stroke
+grestore
+% moss--miss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1417.51 1109.39 moveto
+1441.07 1104.07 1474.65 1096.48 1497.67 1091.28 curveto
+stroke
+grestore
+% moss--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1409.85 1102.46 moveto
+1453.55 1073.69 1556.95 1005.64 1600.46 977.01 curveto
+stroke
+grestore
+% boss
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1294.48 1027.88 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1281.98 1024.18 moveto 25 (boss) alignedtext
+grestore
+% moss--boss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1373.2 1100.37 moveto
+1355.59 1084.16 1327.98 1058.73 1310.58 1042.7 curveto
+stroke
+grestore
+% moss--most
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1362.94 1123.16 moveto
+1290.67 1143.36 1092.65 1198.71 1020.94 1218.75 curveto
+stroke
+grestore
+% miss--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1510.03 1069.77 moveto
+1487.46 1043.55 1442.29 991.1 1419.58 964.73 curveto
+stroke
+grestore
+% miss--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1536.38 1069.3 moveto
+1554.89 1046.07 1588.86 1003.42 1607.4 980.15 curveto
+stroke
+grestore
+% mast
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1173.79 1014.77 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1160.29 1011.07 moveto 27 (mast) alignedtext
+grestore
+% mast--mask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1195.02 1003.03 moveto
+1203.33 998.44 1212.85 993.17 1221.23 988.53 curveto
+stroke
+grestore
+% mast--bast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1163.98 997.71 moveto
+1153.99 980.33 1138.6 953.56 1128.65 936.23 curveto
+stroke
+grestore
+% mast--cast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1169.85 996.62 moveto
+1157.84 941.24 1121.77 774.93 1109.86 720.01 curveto
+stroke
+grestore
+% mast--last
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1146.69 1009.53 moveto
+1103.81 1001.24 1020.87 985.21 978.72 977.06 curveto
+stroke
+grestore
+% mast--mist
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1180.08 1032.32 moveto
+1189.3 1058.04 1206.39 1105.71 1215.61 1131.44 curveto
+stroke
+grestore
+% mast--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1199.51 1007.46 moveto
+1244.01 994.82 1334.86 969 1379.68 956.26 curveto
+stroke
+grestore
+% mast--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1175.66 1032.82 moveto
+1182.17 1095.48 1203.73 1303.17 1210.23 1365.77 curveto
+stroke
+grestore
+% mast--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1167.45 996.89 moveto
+1152.05 953.43 1112.82 842.71 1097.52 799.53 curveto
+stroke
+grestore
+% mast--most
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1160.32 1030.66 moveto
+1127.1 1069.83 1041.57 1170.69 1008.2 1210.05 curveto
+stroke
+grestore
+% burs--buys
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1964.78 1290.62 moveto
+1963.59 1298.59 1962.19 1307.92 1961 1315.9 curveto
+stroke
+grestore
+% burs--bury
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1967.81 1254.11 moveto
+1968.61 1206.3 1970.76 1078.11 1971.57 1030.33 curveto
+stroke
+grestore
+% burs--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1940.38 1270.85 moveto
+1880.86 1267.41 1739.36 1259.22 1679.8 1255.77 curveto
+stroke
+grestore
+% burs--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1957.08 1289.33 moveto
+1926.55 1338.89 1837.5 1483.42 1807.14 1532.7 curveto
+stroke
+grestore
+% burs--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1977.37 1289.68 moveto
+1987.78 1307.86 2004.06 1336.33 2014.42 1354.44 curveto
+stroke
+grestore
+% burs--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1967.09 1290.61 moveto
+1966.48 1318.23 1965.31 1370.45 1964.7 1397.98 curveto
+stroke
+grestore
+% rile--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 349.92 2446.07 moveto
+311.14 2461.33 234.25 2491.59 195.36 2506.9 curveto
+stroke
+grestore
+% rile--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 346.5 2437.83 moveto
+313.12 2439.09 256.6 2441.23 223.1 2442.5 curveto
+stroke
+grestore
+% rile--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 367.07 2454.36 moveto
+365.29 2459.22 363.37 2464.5 361.6 2469.36 curveto
+stroke
+grestore
+% buts--buys
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1886.87 1406.87 moveto
+1902.74 1390.72 1927.58 1365.42 1943.38 1349.33 curveto
+stroke
+grestore
+% buts--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1853.87 1408.46 moveto
+1812.67 1376.88 1711.66 1299.44 1670.51 1267.9 curveto
+stroke
+grestore
+% buts--buns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1861.86 1439.1 moveto
+1847.52 1463.42 1821.21 1508.06 1806.85 1532.43 curveto
+stroke
+grestore
+% buts--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1896.29 1414.06 moveto
+1923.97 1404.85 1968.88 1389.9 1997.45 1380.39 curveto
+stroke
+grestore
+% buts--burs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1882.41 1405.61 moveto
+1900.81 1376.81 1938.42 1317.94 1956.85 1289.1 curveto
+stroke
+grestore
+% buts--butt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1846.39 1428.45 moveto
+1789.13 1442.53 1650.53 1476.58 1593.13 1490.69 curveto
+stroke
+grestore
+% buts--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1899.06 1420.38 moveto
+1910.99 1419.59 1924.97 1418.65 1936.92 1417.85 curveto
+stroke
+grestore
+% rust--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1039.95 1583.84 moveto
+995.04 1598.1 900.22 1628.19 855.29 1642.45 curveto
+stroke
+grestore
+% rust--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1056.1 1593.37 moveto
+1024.26 1658.82 911.54 1890.49 879.62 1956.09 curveto
+stroke
+grestore
+% rust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1059.19 1557.97 moveto
+1043.55 1504.99 997.92 1350.53 982.37 1297.86 curveto
+stroke
+grestore
+% mash--mask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1104.24 798.47 moveto
+1132.96 835.21 1201.68 923.1 1230.37 959.79 curveto
+stroke
+grestore
+% mash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1061 781.01 moveto
+1017.72 779.75 938.81 777.44 897.33 776.23 curveto
+stroke
+grestore
+% mash--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1113.9 793.9 moveto
+1172.09 824.77 1326.38 906.64 1383.88 937.14 curveto
+stroke
+grestore
+% mash--mesh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1120.2 786.56 moveto
+1187.77 797.46 1355.4 824.5 1423.11 835.42 curveto
+stroke
+grestore
+% mash--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1098.87 799.31 moveto
+1129.13 868.69 1240.95 1125.06 1271.38 1194.83 curveto
+stroke
+grestore
+% mash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1069.69 769.21 moveto
+1062.33 764.88 1054.12 760.05 1046.85 755.78 curveto
+stroke
+grestore
+% mash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1079.86 765.1 moveto
+1054.08 727.16 991.6 635.21 965.95 597.45 curveto
+stroke
+grestore
+% mash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1073.15 767.46 moveto
+1034.21 736.44 942.95 663.76 904.56 633.19 curveto
+stroke
+grestore
+% mash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1061.68 778.82 moveto
+1003.27 772.74 873.97 759.3 817.93 753.47 curveto
+stroke
+grestore
+% mash--math
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1089.8 763.7 moveto
+1084.46 697.76 1066.16 471.83 1060.85 406.21 curveto
+stroke
+grestore
+% mash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1082.07 764.5 moveto
+1066.03 734.17 1033.14 671.97 1017.25 641.92 curveto
+stroke
+grestore
+% bash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1000.3 749.08 moveto
+971.37 754.94 925.04 764.33 896.17 770.17 curveto
+stroke
+grestore
+% bash--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1036.17 760.71 moveto
+1069.52 818.81 1179.14 1009.78 1212.57 1068.04 curveto
+stroke
+grestore
+% bash--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1012.23 759.27 moveto
+974.42 800.41 871.74 912.16 833.81 953.43 curveto
+stroke
+grestore
+% bash--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1050.21 752.69 moveto
+1113.98 776.61 1288.43 842.05 1352.24 865.98 curveto
+stroke
+grestore
+% bash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1018.78 726.35 moveto
+1004.96 694.99 976.07 629.43 962.29 598.15 curveto
+stroke
+grestore
+% bash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1010.2 729.26 moveto
+983.34 705.26 930.01 657.63 903.22 633.69 curveto
+stroke
+grestore
+% bash--bath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1019.44 726.17 moveto
+996.79 669.26 925.74 490.79 903.03 433.76 curveto
+stroke
+grestore
+% bash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 999.47 744.58 moveto
+954.2 745.91 863.49 748.57 818.2 749.9 curveto
+stroke
+grestore
+% bash--base
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1048.15 732.54 moveto
+1091.4 710.11 1187.89 660.08 1231.09 637.69 curveto
+stroke
+grestore
+% bash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1023.69 725.73 moveto
+1020.27 703.39 1014.48 665.56 1011.05 643.15 curveto
+stroke
+grestore
+% hasp--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 707.35 306.02 moveto
+702.02 312.77 695.83 320.61 690.5 327.36 curveto
+stroke
+grestore
+% hasp--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 728.73 307.26 moveto
+757.6 364.15 849.65 545.55 878.4 602.19 curveto
+stroke
+grestore
+% just
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+961.34 1386.62 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+951.34 1382.92 moveto 20 (just) alignedtext
+grestore
+% just--jest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 939.21 1375.71 moveto
+881.43 1347.2 726.48 1270.77 668.72 1242.28 curveto
+stroke
+grestore
+% just--gust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 982.1 1374.86 moveto
+1002.52 1363.28 1033.51 1345.72 1053.89 1334.17 curveto
+stroke
+grestore
+% just--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 988.66 1386.31 moveto
+1036.39 1385.77 1134.52 1384.66 1183.29 1384.11 curveto
+stroke
+grestore
+% just--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 970.68 1403.77 moveto
+990.33 1439.83 1035.73 1523.16 1055.29 1559.07 curveto
+stroke
+grestore
+% just--bust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 986.94 1380.46 moveto
+1042.57 1367.05 1174.01 1335.39 1229.78 1321.95 curveto
+stroke
+grestore
+% just--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 964.02 1368.54 moveto
+966.91 1348.94 971.51 1317.84 974.41 1298.2 curveto
+stroke
+grestore
+% just--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 967.02 1404.44 moveto
+975.91 1432.32 993.01 1485.97 1001.93 1513.94 curveto
+stroke
+grestore
+% just--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 985.14 1395.16 moveto
+1013.67 1405.4 1061.2 1422.45 1089.77 1432.7 curveto
+stroke
+grestore
+% fuse--muse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1376.81 1962 moveto
+1349.85 1911.19 1271.33 1763.28 1244.28 1712.3 curveto
+stroke
+grestore
+% fuse--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1358.71 1979.06 moveto
+1269.52 1978.05 987.49 1974.84 898.39 1973.82 curveto
+stroke
+grestore
+% fume
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1585.44 2290.93 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1570.94 2287.23 moveto 29 (fume) alignedtext
+grestore
+% fuse--fume
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1396.75 1996.12 moveto
+1431.38 2050.22 1539.97 2219.88 1574.67 2274.09 curveto
+stroke
+grestore
+% cash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 934.01 592.58 moveto
+925.78 597.25 916.32 602.63 908.05 607.33 curveto
+stroke
+grestore
+% cash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 939.86 596.21 moveto
+908.74 628.55 836.8 703.27 805.8 735.47 curveto
+stroke
+grestore
+% cash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 971.92 595.03 moveto
+978.04 600.07 984.92 605.73 991.04 610.76 curveto
+stroke
+grestore
+% hash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 914.26 620.53 moveto
+934.22 621.46 961.21 622.72 981.15 623.66 curveto
+stroke
+grestore
+% posy--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 308.81 1467.04 moveto
+359.78 1426.29 508.15 1307.65 559.28 1266.76 curveto
+stroke
+grestore
+% posy--post
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 316.44 1473.42 moveto
+370 1457.27 495.15 1419.53 548.67 1403.39 curveto
+stroke
+grestore
+% rosy
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+121.66 1783.19 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+109.66 1779.49 moveto 24 (rosy) alignedtext
+grestore
+% posy--rosy
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 281.78 1498.09 moveto
+251.9 1551.28 160.9 1713.33 131.17 1766.26 curveto
+stroke
+grestore
+% hunt--hunk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1422.19 2016.03 moveto
+1367.94 1999.64 1238.72 1960.61 1183.41 1943.91 curveto
+stroke
+grestore
+% hunt--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1450.63 2005.31 moveto
+1461.72 1952.06 1494.04 1796.77 1505.07 1743.82 curveto
+stroke
+grestore
+% post--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 574.06 1377.73 moveto
+574.67 1350.34 575.82 1298.71 576.43 1271.15 curveto
+stroke
+grestore
+% post--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 572.17 1377.58 moveto
+569.23 1341.72 562.76 1262.55 559.84 1226.85 curveto
+stroke
+grestore
+% post--lost
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 594.77 1384.51 moveto
+625.71 1367.89 683.06 1337.08 714.01 1320.46 curveto
+stroke
+grestore
+% rite--rice
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 219.26 2473.01 moveto
+201.15 2453.64 170.41 2420.78 152.38 2401.5 curveto
+stroke
+grestore
+% rite--rime
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 211.01 2498.71 moveto
+205.61 2501.11 199.84 2503.68 194.44 2506.09 curveto
+stroke
+grestore
+% rite--rife
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 207.55 2483.97 moveto
+192.98 2481.43 174.91 2478.26 160.31 2475.71 curveto
+stroke
+grestore
+% rite--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 220.54 2472.81 moveto
+216.86 2468.45 212.88 2463.71 209.2 2459.35 curveto
+stroke
+grestore
+% rite--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 261.04 2488.21 moveto
+281.03 2487.95 308.06 2487.6 328.02 2487.34 curveto
+stroke
+grestore
+% rite--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 257.5 2479.79 moveto
+283.18 2470.27 323.93 2455.16 349.66 2445.63 curveto
+stroke
+grestore
+% rite--rote
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 234.3 2470.27 moveto
+235.18 2437.86 237.01 2370.77 237.89 2338.56 curveto
+stroke
+grestore
+% rote--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 246.52 2303.14 moveto
+271.3 2250.21 345.6 2091.49 370.41 2038.5 curveto
+stroke
+grestore
+% rote--rope
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 264.46 2315.27 moveto
+284.97 2311.13 313.4 2305.38 333.9 2301.24 curveto
+stroke
+grestore
+% rote--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 265.36 2322.47 moveto
+321.43 2326.5 450.03 2335.74 506.33 2339.78 curveto
+stroke
+grestore
+% rote--roue
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 256.35 2307.06 moveto
+263.52 2301.69 271.76 2295.52 278.95 2290.12 curveto
+stroke
+grestore
+% tune--dune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1116.93 2580.29 moveto
+1088.18 2568.48 1039.56 2548.51 1010.59 2536.61 curveto
+stroke
+grestore
+% dash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 803.11 734.31 moveto
+821.49 709.12 856.49 661.15 874.96 635.84 curveto
+stroke
+grestore
+% dash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 811.58 738.86 moveto
+852.96 714.89 946.26 660.84 987.73 636.82 curveto
+stroke
+grestore
+% rube--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1025.24 2404.6 moveto
+966.11 2407.02 826.41 2412.73 767.13 2415.15 curveto
+stroke
+grestore
+% rube--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1045.11 2386.1 moveto
+1015.89 2316.81 907.94 2060.79 878.56 1991.12 curveto
+stroke
+grestore
+% rube--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1025.64 2400.3 moveto
+936.3 2389.67 649.31 2355.51 560.21 2344.91 curveto
+stroke
+grestore
+% rube--rubs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1075.93 2394.46 moveto
+1141.98 2369.06 1328.86 2297.23 1395.25 2271.7 curveto
+stroke
+grestore
+% cube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1038.63 2794.46 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1025.63 2790.76 moveto 26 (cube) alignedtext
+grestore
+% rube--cube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1051.8 2421.56 moveto
+1049.5 2486.89 1041.6 2710.38 1039.28 2776.13 curveto
+stroke
+grestore
+% lube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+976.06 2779.08 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+964.06 2775.38 moveto 24 (lube) alignedtext
+grestore
+% rube--lube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1048.76 2421.6 moveto
+1035.83 2485.2 992.59 2697.84 979.71 2761.15 curveto
+stroke
+grestore
+% role--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 446.24 2282.9 moveto
+433.18 2232.36 396.18 2089.18 383.17 2038.83 curveto
+stroke
+grestore
+% role--rove
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 425.46 2307.47 moveto
+397.82 2314.69 353.92 2326.17 326.34 2333.39 curveto
+stroke
+grestore
+% role--rile
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 441.23 2317.77 moveto
+426.39 2343.83 398.14 2393.46 383.24 2419.64 curveto
+stroke
+grestore
+% role--rote
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 423.96 2303.32 moveto
+383.2 2307.1 306.24 2314.24 265.41 2318.03 curveto
+stroke
+grestore
+% role--rope
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 423.59 2299.37 moveto
+411.98 2298.75 398.47 2298.03 386.89 2297.42 curveto
+stroke
+grestore
+% role--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 472.6 2311.57 moveto
+484.66 2317.54 499.62 2324.94 511.7 2330.92 curveto
+stroke
+grestore
+% role--roue
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 424.46 2296.63 moveto
+396.23 2292.15 351.74 2285.08 323.55 2280.61 curveto
+stroke
+grestore
+% rope--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 361.16 2277.94 moveto
+364.54 2228.13 373.97 2089.06 377.35 2039.16 curveto
+stroke
+grestore
+% rope--ripe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 343.61 2310.67 moveto
+312.16 2338.95 243.54 2400.67 212.14 2428.9 curveto
+stroke
+grestore
+% rope--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 385.19 2302.64 moveto
+418.11 2311.31 475.36 2326.4 508.29 2335.08 curveto
+stroke
+grestore
+% rope--roue
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 335.15 2288.25 moveto
+330.77 2286.89 326.21 2285.47 321.83 2284.1 curveto
+stroke
+grestore
+% josh--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 499.99 983.89 moveto
+514.71 1035.39 557 1183.3 571.72 1234.79 curveto
+stroke
+grestore
+% josh--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 521.98 966.21 moveto
+582.93 966.79 730.23 968.18 791.76 968.76 curveto
+stroke
+grestore
+% josh--nosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 489.98 983.9 moveto
+478.55 1025.93 450.15 1130.34 438.78 1172.14 curveto
+stroke
+grestore
+% bust--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1252.92 1297.65 moveto
+1246.72 1254.53 1231.13 1146.12 1224.94 1103.09 curveto
+stroke
+grestore
+% bust--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1281.89 1311.66 moveto
+1354.04 1300.48 1554.15 1269.47 1626.28 1258.29 curveto
+stroke
+grestore
+% bust--must
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1244.79 1332.57 moveto
+1238.16 1342.95 1229.68 1356.25 1223.02 1366.69 curveto
+stroke
+grestore
+% bust--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1231.47 1307.55 moveto
+1148.89 1279.43 877.45 1186.98 794.65 1158.77 curveto
+stroke
+grestore
+% bust--butt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1276 1327.64 moveto
+1332.54 1360.47 1490.39 1452.15 1547.02 1485.03 curveto
+stroke
+grestore
+% bust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1243.58 1332.03 moveto
+1209.28 1378.77 1110.77 1513.02 1076.48 1559.76 curveto
+stroke
+grestore
+% bust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1228.83 1312.32 moveto
+1175.61 1305.5 1056.87 1290.26 1003.72 1283.44 curveto
+stroke
+grestore
+% bust--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1238.88 1330.27 moveto
+1193.72 1369.64 1069.3 1478.14 1024.23 1517.44 curveto
+stroke
+grestore
+% bust--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1239.25 1330.15 moveto
+1212.03 1354.23 1157.56 1402.42 1130.17 1426.65 curveto
+stroke
+grestore
+% bust--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1265.93 1332.59 moveto
+1306.98 1399.07 1457.49 1642.81 1498.45 1709.13 curveto
+stroke
+grestore
+% dude
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+816.18 2691.57 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+802.68 2687.87 moveto 27 (dude) alignedtext
+grestore
+% dune--dude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 971.07 2542.05 moveto
+938.56 2573.43 864.37 2645.06 831.89 2676.41 curveto
+stroke
+grestore
+% dude--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 811.17 2673.51 moveto
+797.29 2623.51 758.49 2483.69 744.71 2434.04 curveto
+stroke
+grestore
+% dude--nude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 793.46 2702.18 moveto
+767.53 2714.28 725.36 2733.97 699.43 2746.07 curveto
+stroke
+grestore
+% mesa
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1723.65 696.36 29.5 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1709.15 692.66 moveto 29 (mesa) alignedtext
+grestore
+% mesa--mesh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1701.44 708.12 moveto
+1650.53 735.08 1525.9 801.07 1474.7 828.18 curveto
+stroke
+grestore
+% mesa--mess
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1716.87 713.92 moveto
+1698.14 762.4 1645.86 897.76 1627.11 946.33 curveto
+stroke
+grestore
+% mess--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1591.83 961.94 moveto
+1550.81 959.04 1475.55 953.73 1434.47 950.83 curveto
+stroke
+grestore
+% gash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 838.29 712.65 moveto
+845.17 726.19 854.67 744.88 861.51 758.35 curveto
+stroke
+grestore
+% gash--gosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 818.34 711.83 moveto
+786.42 759.42 694.74 896.08 662.83 943.66 curveto
+stroke
+grestore
+% gash--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 836.8 713.09 moveto
+862.07 774.45 945.24 976.44 970.31 1037.31 curveto
+stroke
+grestore
+% gash--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 854.09 703.41 moveto
+903.48 719.75 1014.22 756.4 1064.97 773.19 curveto
+stroke
+grestore
+% gash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 854.81 701.5 moveto
+892.53 710.8 963.05 728.17 1000.89 737.49 curveto
+stroke
+grestore
+% gash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 845.57 680.53 moveto
+869.61 658.57 914.61 617.45 938.61 595.51 curveto
+stroke
+grestore
+% gash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 841.67 679.14 moveto
+851.45 666.24 865.09 648.24 874.86 635.35 curveto
+stroke
+grestore
+% gash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 817.96 711.89 moveto
+813.12 718.9 807.49 727.05 802.64 734.07 curveto
+stroke
+grestore
+% gash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 852.83 686.06 moveto
+887.1 672.58 950.6 647.6 984.88 634.12 curveto
+stroke
+grestore
+% bugs--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1960.35 1434.14 moveto
+1950.6 1478.92 1925.46 1594.43 1915.74 1639.09 curveto
+stroke
+grestore
+% wash
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+727.33 745.8 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+713.33 742.1 moveto 28 (wash) alignedtext
+grestore
+% wash--lash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 754.53 739.75 moveto
+803.07 728.96 903.97 706.53 951.38 695.99 curveto
+stroke
+grestore
+% wash--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 754.54 751.44 moveto
+780.28 756.78 818.66 764.74 844.05 770.01 curveto
+stroke
+grestore
+% wash--mash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 755.59 748.6 moveto
+823.06 755.3 993.06 772.16 1061.78 778.97 curveto
+stroke
+grestore
+% wash--bash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 756.01 745.61 moveto
+813.63 745.22 942.72 744.35 999.17 743.97 curveto
+stroke
+grestore
+% wash--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 746.32 732.02 moveto
+789.33 700.81 893.71 625.07 936.2 594.24 curveto
+stroke
+grestore
+% wash--hash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 745.35 731.53 moveto
+776.19 707.1 838.73 657.54 869.36 633.28 curveto
+stroke
+grestore
+% wash--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 755.88 747.99 moveto
+758.67 748.2 761.5 748.42 764.27 748.63 curveto
+stroke
+grestore
+% wash--gash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 750 734.58 moveto
+767.16 726.09 790.59 714.49 807.56 706.1 curveto
+stroke
+grestore
+% wash--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 751.28 735.49 moveto
+804.76 712.49 933.26 657.19 985.55 634.7 curveto
+stroke
+grestore
+% wish
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+363.33 1193.9 27.1 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+350.33 1190.2 moveto 26 (wish) alignedtext
+grestore
+% wash--wish
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 714.16 762.01 moveto
+657.32 831.99 433.29 1107.77 376.48 1177.71 curveto
+stroke
+grestore
+% dose--hose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 217.62 1808.86 moveto
+212.12 1804.05 205.99 1798.69 200.48 1793.87 curveto
+stroke
+grestore
+% dose--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 245.91 1839.44 moveto
+273.01 1876.53 339.34 1967.34 366.59 2004.65 curveto
+stroke
+grestore
+% dose--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 251.26 1809.21 moveto
+286.05 1780.76 364.5 1716.6 399.37 1688.09 curveto
+stroke
+grestore
+% dose--nose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 237.88 1805.14 moveto
+245.85 1767.02 264.27 1678.93 272.2 1640.97 curveto
+stroke
+grestore
+% robe--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 525.24 2324.5 moveto
+498.33 2268.82 413.92 2094.19 386.95 2038.38 curveto
+stroke
+grestore
+% such
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2143.98 1395.35 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2131.48 1391.65 moveto 25 (such) alignedtext
+grestore
+% such--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2116.85 1396.81 moveto
+2045.8 1400.63 1854.61 1410.91 1779.87 1414.92 curveto
+stroke
+grestore
+% ouch
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+2133.58 1487.17 27.9 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+2120.08 1483.47 moveto 27 (ouch) alignedtext
+grestore
+% such--ouch
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2141.92 1413.49 moveto
+2140.1 1429.59 2137.45 1452.98 2135.63 1469.07 curveto
+stroke
+grestore
+% ouch--much
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 2106.56 1482.21 moveto
+2036.78 1469.39 1850.95 1435.24 1778.67 1421.96 curveto
+stroke
+grestore
+% rush--rash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 971.82 1314.6 moveto
+956.02 1230.79 889.49 877.81 873.61 793.55 curveto
+stroke
+grestore
+% rush--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 990.28 1317.4 moveto
+1034.4 1273.22 1162.87 1144.61 1207.14 1100.29 curveto
+stroke
+grestore
+% rush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 989.36 1316.86 moveto
+1013.93 1289.73 1064.18 1234.26 1088.79 1207.08 curveto
+stroke
+grestore
+% rush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 998.11 1322.8 moveto
+1025.04 1311.41 1069.46 1292.61 1096.55 1281.15 curveto
+stroke
+grestore
+% rush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 975.35 1314.28 moveto
+975.77 1263.97 976.95 1123.51 977.37 1073.11 curveto
+stroke
+grestore
+% rush--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 967.22 1350.04 moveto
+941.95 1405.6 863.86 1577.3 838.63 1632.78 curveto
+stroke
+grestore
+% rush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 998.53 1323.28 moveto
+1054.4 1301.21 1195.48 1245.48 1253.52 1222.55 curveto
+stroke
+grestore
+% rush--ruse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 972.25 1350.65 moveto
+957.2 1443.36 889.05 1863.19 874.06 1955.52 curveto
+stroke
+grestore
+% rush--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 981.62 1350.02 moveto
+998.06 1394.84 1041.53 1513.34 1058.05 1558.35 curveto
+stroke
+grestore
+% rush--lush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 980.45 1314.62 moveto
+995.54 1263.3 1038.87 1115.89 1053.96 1064.58 curveto
+stroke
+grestore
+% task
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1129.03 970.65 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1118.03 966.95 moveto 22 (task) alignedtext
+grestore
+% task--mask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1156.11 971.99 moveto
+1173.27 972.84 1195.49 973.95 1213.2 974.83 curveto
+stroke
+grestore
+% task--bask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1137.55 953.43 moveto
+1158.62 910.87 1212.96 801.12 1233.97 758.68 curveto
+stroke
+grestore
+% task--cask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1132.14 952.5 moveto
+1141.62 897.27 1170.03 731.66 1179.51 676.36 curveto
+stroke
+grestore
+% task--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1125.34 988.61 moveto
+1110.65 1060.21 1056.34 1324.77 1041.57 1396.77 curveto
+stroke
+grestore
+% tusk--rusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1023.92 1430.76 moveto
+986.18 1473.63 882.2 1591.74 844.54 1634.53 curveto
+stroke
+grestore
+% lost--lose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 721.44 1324.79 moveto
+669.17 1384.67 482.44 1598.57 430.26 1658.35 curveto
+stroke
+grestore
+% lost--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 761.94 1305.89 moveto
+808.46 1300.3 903.56 1288.87 950.16 1283.27 curveto
+stroke
+grestore
+% dust--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 996.03 1548.25 moveto
+973.75 1579.58 925.29 1647.75 902.78 1679.41 curveto
+stroke
+grestore
+% dust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1025.34 1545.62 moveto
+1032.12 1550.88 1039.86 1556.89 1046.66 1562.17 curveto
+stroke
+grestore
+% dust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1005.45 1513.78 moveto
+999.82 1467.31 984.89 1344.27 979.28 1297.98 curveto
+stroke
+grestore
+% dust--oust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1024.68 1517.33 moveto
+1044.58 1500.32 1077.28 1472.36 1097.01 1455.49 curveto
+stroke
+grestore
+% dust--duct
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1004.97 1550.24 moveto
+997.4 1601.95 975.95 1748.47 968.41 1799.99 curveto
+stroke
+grestore
+% oust--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1107.23 1458.89 moveto
+1097.82 1484.71 1080.37 1532.58 1070.96 1558.41 curveto
+stroke
+grestore
+% oust--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1100.31 1425.51 moveto
+1074.27 1394.77 1016.94 1327.07 990.7 1296.09 curveto
+stroke
+grestore
+% roue--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 302.94 2258.47 moveto
+317.88 2211.58 357.93 2085.86 372.86 2038.99 curveto
+stroke
+grestore
+% roue--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 322.52 2283.42 moveto
+368.01 2295.99 463.1 2322.27 508.46 2334.8 curveto
+stroke
+grestore
+% math--bath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1031.67 392.93 moveto
+1001.08 398.15 952.2 406.48 922.22 411.59 curveto
+stroke
+grestore
+% tube
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1100.43 2750.44 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1088.43 2746.74 moveto 24 (tube) alignedtext
+grestore
+% tube--tune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1104.84 2732.64 moveto
+1112.49 2701.78 1128.14 2638.66 1135.8 2607.73 curveto
+stroke
+grestore
+% tube--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1097.92 2732.28 moveto
+1089.63 2672.32 1063.19 2481.16 1054.93 2421.47 curveto
+stroke
+grestore
+% tube--cube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1081.89 2763.65 moveto
+1074.21 2769.12 1065.31 2775.46 1057.59 2780.96 curveto
+stroke
+grestore
+% tube--lube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1074.66 2756.38 moveto
+1053.32 2761.29 1023.14 2768.24 1001.8 2773.16 curveto
+stroke
+grestore
+% vest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 550.32 1088.2 moveto
+552.09 1114.79 555.38 1164.05 557.16 1190.64 curveto
+stroke
+grestore
+% vest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 540.84 1087.32 moveto
+530.94 1107.93 514.48 1142.24 504.54 1162.96 curveto
+stroke
+grestore
+% vest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 540.47 1087.4 moveto
+538.73 1090.88 536.91 1094.54 535.17 1098.01 curveto
+stroke
+grestore
+% case
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1168.1 440.19 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1156.1 436.49 moveto 24 (case) alignedtext
+grestore
+% case--cast
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1163.83 458.2 moveto
+1152.46 506.18 1121.52 636.68 1110.21 684.4 curveto
+stroke
+grestore
+% case--cask
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1169.31 458.4 moveto
+1172.06 499.53 1178.71 599.22 1181.44 640.15 curveto
+stroke
+grestore
+% case--cash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1148.78 452.92 moveto
+1108.25 479.63 1014.72 541.27 974.09 568.04 curveto
+stroke
+grestore
+% case--base
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1176.06 457.72 moveto
+1192.23 493.31 1228.74 573.69 1244.84 609.13 curveto
+stroke
+grestore
+% boss--buss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1314.25 1040.37 moveto
+1376.87 1079.94 1570.4 1202.23 1632.93 1241.75 curveto
+stroke
+grestore
+% boss--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1267.93 1024.59 moveto
+1184.79 1014.29 930.12 982.73 846.44 972.36 curveto
+stroke
+grestore
+% boss--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1303.68 1010.63 moveto
+1319.34 981.25 1351.02 921.82 1366.74 892.32 curveto
+stroke
+grestore
+% punt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1600.53 1953.04 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1588.03 1949.34 moveto 25 (punt) alignedtext
+grestore
+% punt--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1573.52 1951.08 moveto
+1512.64 1946.68 1365.33 1936.02 1304.32 1931.61 curveto
+stroke
+grestore
+% punt--puns
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1615.16 1937.51 moveto
+1645.37 1905.47 1714.33 1832.33 1744.51 1800.32 curveto
+stroke
+grestore
+% punt--hunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1578.18 1963.28 moveto
+1549.05 1976.64 1498.38 1999.86 1469.23 2013.22 curveto
+stroke
+grestore
+% punt--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1593.48 1935.59 moveto
+1576.41 1893.31 1532.97 1785.74 1515.87 1743.39 curveto
+stroke
+grestore
+% aunt
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1567.26 2022.83 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1555.26 2019.13 moveto 24 (aunt) alignedtext
+grestore
+% punt--aunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1592.31 1970.29 moveto
+1587.22 1980.95 1580.72 1994.58 1575.62 2005.29 curveto
+stroke
+grestore
+% mugs
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1881.98 1466.36 30.59 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1866.48 1462.66 moveto 31 (mugs) alignedtext
+grestore
+% mugs--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1856.61 1456.05 moveto
+1791.35 1429.52 1618.31 1359.17 1553.83 1332.96 curveto
+stroke
+grestore
+% mugs--pugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1884.79 1484.3 moveto
+1890.48 1520.66 1903.3 1602.63 1909 1639.05 curveto
+stroke
+grestore
+% mugs--bugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1903.18 1453.4 moveto
+1915.76 1445.71 1931.61 1436.01 1944.02 1428.42 curveto
+stroke
+grestore
+% rest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 660.23 1334.94 moveto
+638.18 1307.63 593.58 1252.39 571.44 1224.97 curveto
+stroke
+grestore
+% rest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 657.77 1336.14 moveto
+624.3 1303.89 545.2 1227.7 511.64 1195.37 curveto
+stroke
+grestore
+% rest--best
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 681.64 1333.53 moveto
+700.08 1295.53 743.71 1205.62 762.07 1167.78 curveto
+stroke
+grestore
+% rest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 662.63 1334.02 moveto
+635.59 1290.52 563.98 1175.35 537.04 1132.02 curveto
+stroke
+grestore
+% rest--rust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 693.66 1362.76 moveto
+761.14 1401.56 975.91 1525.07 1043.77 1564.1 curveto
+stroke
+grestore
+% rest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 665.41 1333.4 moveto
+643.13 1282.95 579.15 1138.07 556.87 1087.64 curveto
+stroke
+grestore
+% rest--fest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 666.85 1333.16 moveto
+651.22 1289.14 610.9 1175.61 595.31 1131.72 curveto
+stroke
+grestore
+% rest--rent
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 684.89 1367.72 moveto
+729.65 1431.71 889.53 1660.27 934.22 1724.15 curveto
+stroke
+grestore
+% fest--pest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 583.26 1131.84 moveto
+577.78 1148.78 569.58 1174.12 564.11 1191.03 curveto
+stroke
+grestore
+% fest--test
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 570.23 1127.47 moveto
+554.01 1139.07 530.72 1155.73 514.6 1167.26 curveto
+stroke
+grestore
+% fest--zest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 561.82 1114.54 moveto
+559.19 1114.59 556.53 1114.64 553.9 1114.69 curveto
+stroke
+grestore
+% fest--vest
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 574.62 1098.16 moveto
+570.87 1094.02 566.83 1089.58 563.1 1085.47 curveto
+stroke
+grestore
+% most--post
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 970.43 1235.86 moveto
+895.92 1265.9 670.23 1356.91 596.92 1386.47 curveto
+stroke
+grestore
+% most--lost
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 968.74 1234.38 moveto
+918.63 1250.41 808.81 1285.54 759.7 1301.25 curveto
+stroke
+grestore
+% ruby
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1290.21 2542.98 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1277.71 2539.28 moveto 25 (ruby) alignedtext
+grestore
+% ruby--rube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1269.94 2531.08 moveto
+1225.13 2504.8 1118.07 2441.99 1073 2415.55 curveto
+stroke
+grestore
+% ruby--rubs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1298.27 2525.44 moveto
+1321.4 2475.08 1387.84 2330.45 1410.97 2280.1 curveto
+stroke
+grestore
+% wasp
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+553.14 413.71 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+539.14 410.01 moveto 28 (wasp) alignedtext
+grestore
+% wasp--rasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 574.58 401.61 moveto
+597.71 388.57 634.28 367.94 657.13 355.05 curveto
+stroke
+grestore
+% wasp--gasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 579.12 405.86 moveto
+589.18 402.83 600.63 399.36 610.56 396.37 curveto
+stroke
+grestore
+% wasp--hasp
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 571.96 399.76 moveto
+604.25 375.82 669.84 327.19 701.74 303.54 curveto
+stroke
+grestore
+% wasp--wash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 562.26 431.1 moveto
+592.36 488.48 688.33 671.45 718.3 728.59 curveto
+stroke
+grestore
+% dunk
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+994.02 2085.08 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+980.02 2081.38 moveto 28 (dunk) alignedtext
+grestore
+% dunk--duck
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1004.16 2068.1 moveto
+1032.15 2021.21 1110.3 1890.3 1138.34 1843.34 curveto
+stroke
+grestore
+% dunk--dusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 989.25 2067.11 moveto
+971.97 2001.97 912.77 1778.79 895.57 1713.97 curveto
+stroke
+grestore
+% dunk--hunk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1010.3 2070.25 moveto
+1041.49 2041.84 1109.35 1980.02 1140.87 1951.31 curveto
+stroke
+grestore
+% dunk--dune
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 993.73 2103.22 moveto
+992.56 2174.83 988.28 2437.36 987.11 2508.8 curveto
+stroke
+grestore
+% vise--wise
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 97.05 1996.81 moveto
+120.96 1945.39 191.57 1793.58 215.66 1741.8 curveto
+stroke
+grestore
+% rent--rant
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 953.96 1758.11 moveto
+977.11 1807.68 1043.62 1950.06 1066.77 1999.63 curveto
+stroke
+grestore
+% rosy--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 137.73 1798.07 moveto
+183.87 1840.79 316.38 1963.47 362.51 2006.18 curveto
+stroke
+grestore
+% bunt--butt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1513.41 1707.93 moveto
+1524.4 1665.13 1552.02 1557.56 1562.98 1514.85 curveto
+stroke
+grestore
+% rode
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+431.78 2358.52 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+419.28 2354.82 moveto 25 (rode) alignedtext
+grestore
+% rode--rose
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 428.92 2340.38 moveto
+419.68 2281.78 390.71 2098.01 381.45 2039.29 curveto
+stroke
+grestore
+% rode--rude
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 457.77 2363.4 moveto
+515.78 2374.27 655.27 2400.42 713.52 2411.35 curveto
+stroke
+grestore
+% rode--ride
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 421.76 2375.32 moveto
+407.08 2399.94 379.87 2445.57 365.18 2470.19 curveto
+stroke
+grestore
+% rode--rove
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 405.32 2354.77 moveto
+382.64 2351.56 350.13 2346.95 327.46 2343.74 curveto
+stroke
+grestore
+% rode--rote
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 405.69 2353.4 moveto
+368.68 2346.13 301.31 2332.9 264.35 2325.64 curveto
+stroke
+grestore
+% rode--role
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 437.61 2340.9 moveto
+439.94 2333.87 442.61 2325.79 444.94 2318.74 curveto
+stroke
+grestore
+% rode--rope
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 415.11 2344.02 moveto
+403.51 2333.91 388.1 2320.49 376.51 2310.41 curveto
+stroke
+grestore
+% rode--robe
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 457.99 2354.2 moveto
+473.07 2351.71 491.97 2348.6 507.09 2346.11 curveto
+stroke
+grestore
+% rode--roue
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 411.63 2346.23 moveto
+386.27 2330.76 342.94 2304.32 317.5 2288.8 curveto
+stroke
+grestore
+% cube--lube
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1012.82 2788.12 moveto
+1009.05 2787.19 1005.17 2786.24 1001.41 2785.31 curveto
+stroke
+grestore
+% murk--musk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1344.01 1702.96 moveto
+1314.73 1656.22 1234.04 1527.43 1204.82 1480.78 curveto
+stroke
+grestore
+% aunt--runt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1542.52 2014.88 moveto
+1487.71 1997.28 1356.57 1955.15 1301.82 1937.56 curveto
+stroke
+grestore
+% aunt--hunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1540.24 2022.97 moveto
+1520.54 2023.08 1493.97 2023.22 1474.2 2023.33 curveto
+stroke
+grestore
+% aunt--bunt
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1563.69 2004.7 moveto
+1553.23 1951.56 1522.72 1796.61 1512.32 1743.78 curveto
+stroke
+grestore
+% both
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+713.48 591.62 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+700.98 587.92 moveto 25 (both) alignedtext
+grestore
+% both--bosh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 718.45 609.32 moveto
+736.22 672.57 796.46 887.04 814.4 950.93 curveto
+stroke
+grestore
+% both--bath
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 729.04 576.65 moveto
+763.52 543.49 846.02 464.12 880.46 430.99 curveto
+stroke
+grestore
+% lush--bush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1084.7 1052.7 moveto
+1115.17 1059.87 1165.87 1071.79 1196.5 1078.99 curveto
+stroke
+grestore
+% lush--tush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1064.58 1064.44 moveto
+1072.99 1092.21 1089.17 1145.63 1097.61 1173.48 curveto
+stroke
+grestore
+% lush--push
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1064.07 1064.7 moveto
+1075.45 1106.86 1103.72 1211.59 1115.04 1253.52 curveto
+stroke
+grestore
+% lush--gush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1032.46 1049.36 moveto
+1023.53 1050.25 1013.57 1051.24 1004.61 1052.13 curveto
+stroke
+grestore
+% lush--mush
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1077.2 1060.27 moveto
+1118.23 1091.2 1218.36 1166.69 1260.21 1198.23 curveto
+stroke
+grestore
+% lush--lust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1053.04 1064.24 moveto
+1037.82 1107.48 998.64 1218.84 983.34 1262.29 curveto
+stroke
+grestore
+% dish--dash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 501.78 1055.64 moveto
+553.26 1001.39 725.39 820 776.64 765.99 curveto
+stroke
+grestore
+% sass--pass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1380.09 726.64 moveto
+1407.02 779.86 1488.94 941.72 1516.01 995.19 curveto
+stroke
+grestore
+% sass--mass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1373.99 727.47 moveto
+1380.38 771.83 1396.84 886.05 1403.26 930.62 curveto
+stroke
+grestore
+% sass--bass
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1371.91 727.5 moveto
+1372.79 759.24 1374.62 824.76 1375.52 856.65 curveto
+stroke
+grestore
+% sass--sash
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1345.87 703.54 moveto
+1279.19 688.01 1100.41 646.38 1033.76 630.86 curveto
+stroke
+grestore
+% rick--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 111.67 2117.46 moveto
+161.6 2073.74 311.33 1942.62 361.32 1898.85 curveto
+stroke
+grestore
+% rink
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+26.55 1989.72 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+15.55 1986.02 moveto 22 (rink) alignedtext
+grestore
+% rink--risk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 51.25 1982.32 moveto
+115.74 1962.99 288.65 1911.15 353.11 1891.83 curveto
+stroke
+grestore
+% rink--rick
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 34.84 2006.86 moveto
+48.05 2034.18 73.72 2087.28 86.94 2114.63 curveto
+stroke
+grestore
+% pooh
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+205.44 1144.52 28.7 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+191.44 1140.82 moveto 28 (pooh) alignedtext
+grestore
+% pooh--posh
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 231.55 1152.13 moveto
+300.08 1172.09 484.37 1225.78 551.74 1245.4 curveto
+stroke
+grestore
+% mums
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1866.87 1272.41 33.29 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1849.37 1268.71 moveto 35 (mums) alignedtext
+grestore
+% mums--muss
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1834.79 1277.21 moveto
+1769.1 1287.04 1620.18 1309.31 1557.65 1318.67 curveto
+stroke
+grestore
+% mums--bums
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1888.74 1286.19 moveto
+1919.05 1305.28 1973.44 1339.54 2003.24 1358.31 curveto
+stroke
+grestore
+% mums--mugs
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1868.29 1290.66 moveto
+1871.18 1327.72 1877.7 1411.41 1880.58 1448.31 curveto
+stroke
+grestore
+% tuck
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1228.31 1634.69 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1216.31 1630.99 moveto 24 (tuck) alignedtext
+grestore
+% tuck--muck
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1255.21 1631.51 moveto
+1293.55 1626.98 1363.71 1618.7 1403.82 1613.96 curveto
+stroke
+grestore
+% tuck--duck
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1220.95 1652.37 moveto
+1205.75 1688.87 1171.05 1772.19 1155.86 1808.66 curveto
+stroke
+grestore
+% tuck--tusk
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1214.61 1618.88 moveto
+1179.47 1578.34 1086.42 1471 1051.41 1430.62 curveto
+stroke
+grestore
+% wish--dish
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 378.51 1178.84 moveto
+402.26 1155.27 447.98 1109.92 471.81 1086.27 curveto
+stroke
+grestore
+% wish--wise
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 358.61 1211.85 moveto
+337.26 1293.01 249.88 1625.17 228.53 1706.32 curveto
+stroke
+grestore
+% fuze
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+1645.19 2239.44 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+1633.19 2235.74 moveto 24 (fuze) alignedtext
+grestore
+% fuze--fuse
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1630.14 2224.34 moveto
+1584.33 2178.37 1446.99 2040.54 1401.13 1994.52 curveto
+stroke
+grestore
+% fuze--fume
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 1628.55 2253.78 moveto
+1620.54 2260.69 1610.93 2268.96 1602.83 2275.94 curveto
+stroke
+grestore
+% duet
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+821.27 1782.15 27 18 ellipse_path stroke
+0 0 0 nodecolor
+14 /Times-Roman set_font
+809.27 1778.45 moveto 24 (duet) alignedtext
+grestore
+% duet--dust
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 833.5 1765.73 moveto
+867.35 1720.28 962.01 1593.19 995.62 1548.05 curveto
+stroke
+grestore
+% duet--duct
+gsave
+1 setlinewidth
+0 0 0 edgecolor
+newpath 846.77 1788.51 moveto
+873.02 1795.05 913.69 1805.2 940.02 1811.76 curveto
+stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 2215 2856
+end
+restore
+%%EOF