Removing files from data analysis directory
[ou-summer-of-code-2017.git] / 08-word-chains / rush-graph.dot.ps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: w
4 %%Pages: (atend)
5 %%BoundingBox: (atend)
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15 EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 45 /hyphen put
19
20 % Set up ISO Latin 1 character encoding
21 /starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27 } def
28 /Times-Roman starnetISO def
29 /Times-Italic starnetISO def
30 /Times-Bold starnetISO def
31 /Times-BoldItalic starnetISO def
32 /Helvetica starnetISO def
33 /Helvetica-Oblique starnetISO def
34 /Helvetica-Bold starnetISO def
35 /Helvetica-BoldOblique starnetISO def
36 /Courier starnetISO def
37 /Courier-Oblique starnetISO def
38 /Courier-Bold starnetISO def
39 /Courier-BoldOblique starnetISO def
40 cleartomark
41 } bind def
42
43 %%BeginResource: procset graphviz 0 0
44 /coord-font-family /Times-Roman def
45 /default-font-family /Times-Roman def
46 /coordfont coord-font-family findfont 8 scalefont def
47
48 /InvScaleFactor 1.0 def
49 /set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52 } bind def
53
54 % styles
55 /solid { [] 0 setdash } bind def
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59 /bold { 2 setlinewidth } bind def
60 /filled { } bind def
61 /unfilled { } bind def
62 /rounded { } bind def
63 /diagonals { } bind def
64 /tapered { } bind def
65
66 % hooks for setting color
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84 } bind def
85
86 /set_font {
87 findfont exch
88 scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext { % width text
93 /text exch def
94 /width exch def
95 gsave
96 width 0 gt {
97 [] 0 setdash
98 text stringwidth pop width exch sub text length div 0 text ashow
99 } if
100 grestore
101 } def
102
103 /boxprim { % xcorner ycorner xsize ysize
104 4 2 roll
105 moveto
106 2 copy
107 exch 0 rlineto
108 0 exch rlineto
109 pop neg 0 rlineto
110 closepath
111 } bind def
112
113 /ellipse_path {
114 /ry exch def
115 /rx exch def
116 /y exch def
117 /x exch def
118 matrix currentmatrix
119 newpath
120 x y translate
121 rx ry scale
122 0 0 1 0 360 arc
123 setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130 [ % layer color sequence - darkest to lightest
131 [0 0 0]
132 [.2 .8 .8]
133 [.4 .8 .8]
134 [.6 .8 .8]
135 [.8 .8 .8]
136 ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142 layercolorseq curlayer 1 sub layerlen mod get
143 aload pop sethsbcolor
144 /nodecolor {nopcolor} def
145 /edgecolor {nopcolor} def
146 /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152 /myupper exch def
153 /mylower exch def
154 curlayer mylower lt
155 curlayer myupper gt
156 or
157 {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175 userdict (<<) cvn ([) cvn load put
176 userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 2742 2228
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 2706 2192 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % rung
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 631.3 614.33 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 618.8 610.63 moveto 25 (rung) alignedtext
196 grestore
197 % runt
198 gsave
199 1 setlinewidth
200 0 0 0 nodecolor
201 820.26 585.73 27 18 ellipse_path stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 809.26 582.03 moveto 22 (runt) alignedtext
205 grestore
206 % rung--runt
207 gsave
208 1 setlinewidth
209 0 0 0 edgecolor
210 newpath 657.97 610.3 moveto
211 693.98 604.84 757.78 595.19 793.72 589.74 curveto
212 stroke
213 grestore
214 % rune
215 gsave
216 1 setlinewidth
217 0 0 0 nodecolor
218 551.26 809.24 27 18 ellipse_path stroke
219 0 0 0 nodecolor
220 14 /Times-Roman set_font
221 538.76 805.54 moveto 25 (rune) alignedtext
222 grestore
223 % rung--rune
224 gsave
225 1 setlinewidth
226 0 0 0 edgecolor
227 newpath 624.05 631.97 moveto
228 608.81 669.08 573.6 754.83 558.43 791.78 curveto
229 stroke
230 grestore
231 % runs
232 gsave
233 1 setlinewidth
234 0 0 0 nodecolor
235 575.12 570.47 27 18 ellipse_path stroke
236 0 0 0 nodecolor
237 14 /Times-Roman set_font
238 563.12 566.77 moveto 24 (runs) alignedtext
239 grestore
240 % runt--runs
241 gsave
242 1 setlinewidth
243 0 0 0 edgecolor
244 newpath 793.09 584.03 moveto
245 745.84 581.09 649.1 575.07 602.04 572.14 curveto
246 stroke
247 grestore
248 % rust
249 gsave
250 1 setlinewidth
251 0 0 0 nodecolor
252 1194.73 847.53 27 18 ellipse_path stroke
253 0 0 0 nodecolor
254 14 /Times-Roman set_font
255 1184.23 843.83 moveto 21 (rust) alignedtext
256 grestore
257 % runt--rust
258 gsave
259 1 setlinewidth
260 0 0 0 edgecolor
261 newpath 839.08 598.89 moveto
262 903.16 643.68 1112.29 789.9 1176.09 834.5 curveto
263 stroke
264 grestore
265 % hunt
266 gsave
267 1 setlinewidth
268 0 0 0 nodecolor
269 646.55 346.19 27 18 ellipse_path stroke
270 0 0 0 nodecolor
271 14 /Times-Roman set_font
272 634.05 342.49 moveto 25 (hunt) alignedtext
273 grestore
274 % runt--hunt
275 gsave
276 1 setlinewidth
277 0 0 0 edgecolor
278 newpath 808.32 569.26 moveto
279 776.51 525.4 689.99 406.08 658.34 362.45 curveto
280 stroke
281 grestore
282 % rent
283 gsave
284 1 setlinewidth
285 0 0 0 nodecolor
286 940.09 341.47 27 18 ellipse_path stroke
287 0 0 0 nodecolor
288 14 /Times-Roman set_font
289 929.09 337.77 moveto 22 (rent) alignedtext
290 grestore
291 % runt--rent
292 gsave
293 1 setlinewidth
294 0 0 0 edgecolor
295 newpath 828.68 568.55 moveto
296 850.69 523.7 909.68 403.45 931.68 358.63 curveto
297 stroke
298 grestore
299 % bunt
300 gsave
301 1 setlinewidth
302 0 0 0 nodecolor
303 1081.08 847.25 27 18 ellipse_path stroke
304 0 0 0 nodecolor
305 14 /Times-Roman set_font
306 1068.58 843.55 moveto 25 (bunt) alignedtext
307 grestore
308 % runt--bunt
309 gsave
310 1 setlinewidth
311 0 0 0 edgecolor
312 newpath 835.41 600.92 moveto
313 881.51 647.14 1019.73 785.74 1065.89 832.02 curveto
314 stroke
315 grestore
316 % rant
317 gsave
318 1 setlinewidth
319 0 0 0 nodecolor
320 708.72 361.72 27 18 ellipse_path stroke
321 0 0 0 nodecolor
322 14 /Times-Roman set_font
323 697.72 358.02 moveto 22 (rant) alignedtext
324 grestore
325 % runt--rant
326 gsave
327 1 setlinewidth
328 0 0 0 edgecolor
329 newpath 811.69 568.52 moveto
330 790.93 526.82 738.11 420.74 717.31 378.98 curveto
331 stroke
332 grestore
333 % pubs
334 gsave
335 1 setlinewidth
336 0 0 0 nodecolor
337 1297.87 2166.12 27.1 18 ellipse_path stroke
338 0 0 0 nodecolor
339 14 /Times-Roman set_font
340 1284.87 2162.42 moveto 26 (pubs) alignedtext
341 grestore
342 % puss
343 gsave
344 1 setlinewidth
345 0 0 0 nodecolor
346 1342.85 1854.75 27 18 ellipse_path stroke
347 0 0 0 nodecolor
348 14 /Times-Roman set_font
349 1330.35 1851.05 moveto 25 (puss) alignedtext
350 grestore
351 % pubs--puss
352 gsave
353 1 setlinewidth
354 0 0 0 edgecolor
355 newpath 1300.48 2148.04 moveto
356 1308.43 2093 1332.27 1927.98 1340.23 1872.88 curveto
357 stroke
358 grestore
359 % puns
360 gsave
361 1 setlinewidth
362 0 0 0 nodecolor
363 1287.52 2118.98 27.1 18 ellipse_path stroke
364 0 0 0 nodecolor
365 14 /Times-Roman set_font
366 1274.52 2115.28 moveto 26 (puns) alignedtext
367 grestore
368 % puss--puns
369 gsave
370 1 setlinewidth
371 0 0 0 edgecolor
372 newpath 1339.04 1872.91 moveto
373 1328.91 1921.3 1301.36 2052.91 1291.28 2101.04 curveto
374 stroke
375 grestore
376 % buss
377 gsave
378 1 setlinewidth
379 0 0 0 nodecolor
380 1513.68 1677.87 27 18 ellipse_path stroke
381 0 0 0 nodecolor
382 14 /Times-Roman set_font
383 1501.18 1674.17 moveto 25 (buss) alignedtext
384 grestore
385 % puss--buss
386 gsave
387 1 setlinewidth
388 0 0 0 edgecolor
389 newpath 1357.71 1839.36 moveto
390 1390.1 1805.82 1466.73 1726.48 1498.98 1693.09 curveto
391 stroke
392 grestore
393 % push
394 gsave
395 1 setlinewidth
396 0 0 0 nodecolor
397 1546.41 1441.43 27.1 18 ellipse_path stroke
398 0 0 0 nodecolor
399 14 /Times-Roman set_font
400 1533.41 1437.73 moveto 26 (push) alignedtext
401 grestore
402 % puss--push
403 gsave
404 1 setlinewidth
405 0 0 0 edgecolor
406 newpath 1351.34 1837.51 moveto
407 1384.44 1770.29 1504.72 1526.09 1537.89 1458.73 curveto
408 stroke
409 grestore
410 % muss
411 gsave
412 1 setlinewidth
413 0 0 0 nodecolor
414 1427.42 1467.66 29.5 18 ellipse_path stroke
415 0 0 0 nodecolor
416 14 /Times-Roman set_font
417 1412.92 1463.96 moveto 29 (muss) alignedtext
418 grestore
419 % puss--muss
420 gsave
421 1 setlinewidth
422 0 0 0 edgecolor
423 newpath 1346.76 1836.85 moveto
424 1360.89 1772.18 1409.23 1550.9 1423.46 1485.81 curveto
425 stroke
426 grestore
427 % pugs
428 gsave
429 1 setlinewidth
430 0 0 0 nodecolor
431 1224.85 2142.98 27.1 18 ellipse_path stroke
432 0 0 0 nodecolor
433 14 /Times-Roman set_font
434 1211.85 2139.28 moveto 26 (pugs) alignedtext
435 grestore
436 % puss--pugs
437 gsave
438 1 setlinewidth
439 0 0 0 edgecolor
440 newpath 1335.64 1872.34 moveto
441 1314.58 1923.8 1253.24 2073.61 1232.11 2125.24 curveto
442 stroke
443 grestore
444 % cuss
445 gsave
446 1 setlinewidth
447 0 0 0 nodecolor
448 1425.86 1723.47 27 18 ellipse_path stroke
449 0 0 0 nodecolor
450 14 /Times-Roman set_font
451 1413.86 1719.77 moveto 24 (cuss) alignedtext
452 grestore
453 % puss--cuss
454 gsave
455 1 setlinewidth
456 0 0 0 edgecolor
457 newpath 1353.36 1838.12 moveto
458 1369.24 1813.01 1399.18 1765.66 1415.17 1740.38 curveto
459 stroke
460 grestore
461 % wuss
462 gsave
463 1 setlinewidth
464 0 0 0 nodecolor
465 1362.25 1722.03 28.7 18 ellipse_path stroke
466 0 0 0 nodecolor
467 14 /Times-Roman set_font
468 1348.25 1718.33 moveto 28 (wuss) alignedtext
469 grestore
470 % puss--wuss
471 gsave
472 1 setlinewidth
473 0 0 0 edgecolor
474 newpath 1345.5 1836.57 moveto
475 1349.22 1811.16 1355.93 1765.28 1359.63 1739.99 curveto
476 stroke
477 grestore
478 % pass
479 gsave
480 1 setlinewidth
481 0 0 0 nodecolor
482 1218.19 2094.16 27 18 ellipse_path stroke
483 0 0 0 nodecolor
484 14 /Times-Roman set_font
485 1206.19 2090.46 moveto 24 (pass) alignedtext
486 grestore
487 % puss--pass
488 gsave
489 1 setlinewidth
490 0 0 0 edgecolor
491 newpath 1333.88 1871.97 moveto
492 1310.88 1916.14 1249.98 2033.1 1227.07 2077.1 curveto
493 stroke
494 grestore
495 % pups
496 gsave
497 1 setlinewidth
498 0 0 0 nodecolor
499 1155.88 2071.54 27.1 18 ellipse_path stroke
500 0 0 0 nodecolor
501 14 /Times-Roman set_font
502 1142.88 2067.84 moveto 26 (pups) alignedtext
503 grestore
504 % puss--pups
505 gsave
506 1 setlinewidth
507 0 0 0 edgecolor
508 newpath 1329.1 1870.69 moveto
509 1294.44 1910.88 1203.8 2015.97 1169.39 2055.87 curveto
510 stroke
511 grestore
512 % mask
513 gsave
514 1 setlinewidth
515 0 0 0 nodecolor
516 1785.55 1108.09 29.8 18 ellipse_path stroke
517 0 0 0 nodecolor
518 14 /Times-Roman set_font
519 1770.55 1104.39 moveto 30 (mask) alignedtext
520 grestore
521 % musk
522 gsave
523 1 setlinewidth
524 0 0 0 nodecolor
525 1472.08 1047.48 30.59 18 ellipse_path stroke
526 0 0 0 nodecolor
527 14 /Times-Roman set_font
528 1456.58 1043.78 moveto 31 (musk) alignedtext
529 grestore
530 % mask--musk
531 gsave
532 1 setlinewidth
533 0 0 0 edgecolor
534 newpath 1756.9 1102.55 moveto
535 1697.5 1091.07 1561.48 1064.77 1501.46 1053.16 curveto
536 stroke
537 grestore
538 % muse
539 gsave
540 1 setlinewidth
541 0 0 0 nodecolor
542 1182.19 1228.92 29.8 18 ellipse_path stroke
543 0 0 0 nodecolor
544 14 /Times-Roman set_font
545 1167.19 1225.22 moveto 30 (muse) alignedtext
546 grestore
547 % musk--muse
548 gsave
549 1 setlinewidth
550 0 0 0 edgecolor
551 newpath 1450.77 1060.82 moveto
552 1397.02 1094.46 1256.5 1182.41 1203.14 1215.8 curveto
553 stroke
554 grestore
555 % rusk
556 gsave
557 1 setlinewidth
558 0 0 0 nodecolor
559 1189.03 951.68 27 18 ellipse_path stroke
560 0 0 0 nodecolor
561 14 /Times-Roman set_font
562 1177.03 947.98 moveto 24 (rusk) alignedtext
563 grestore
564 % musk--rusk
565 gsave
566 1 setlinewidth
567 0 0 0 edgecolor
568 newpath 1445.45 1038.47 moveto
569 1390.68 1019.93 1266.11 977.77 1213.36 959.91 curveto
570 stroke
571 grestore
572 % must
573 gsave
574 1 setlinewidth
575 0 0 0 nodecolor
576 1381.97 1088.07 28.7 18 ellipse_path stroke
577 0 0 0 nodecolor
578 14 /Times-Roman set_font
579 1367.97 1084.37 moveto 28 (must) alignedtext
580 grestore
581 % musk--must
582 gsave
583 1 setlinewidth
584 0 0 0 edgecolor
585 newpath 1447.46 1058.57 moveto
586 1434.33 1064.49 1418.25 1071.72 1405.32 1077.55 curveto
587 stroke
588 grestore
589 % mush
590 gsave
591 1 setlinewidth
592 0 0 0 nodecolor
593 1617.9 1229.37 30.59 18 ellipse_path stroke
594 0 0 0 nodecolor
595 14 /Times-Roman set_font
596 1602.4 1225.67 moveto 31 (mush) alignedtext
597 grestore
598 % musk--mush
599 gsave
600 1 setlinewidth
601 0 0 0 edgecolor
602 newpath 1485.28 1063.94 moveto
603 1513.04 1098.57 1577.2 1178.59 1604.84 1213.07 curveto
604 stroke
605 grestore
606 % dusk
607 gsave
608 1 setlinewidth
609 0 0 0 nodecolor
610 1325.56 710.73 27.1 18 ellipse_path stroke
611 0 0 0 nodecolor
612 14 /Times-Roman set_font
613 1312.56 707.03 moveto 26 (dusk) alignedtext
614 grestore
615 % musk--dusk
616 gsave
617 1 setlinewidth
618 0 0 0 edgecolor
619 newpath 1464.41 1029.85 moveto
620 1439.09 971.66 1358.37 786.13 1333.16 728.19 curveto
621 stroke
622 grestore
623 % tusk
624 gsave
625 1 setlinewidth
626 0 0 0 nodecolor
627 1482.45 811.36 27 18 ellipse_path stroke
628 0 0 0 nodecolor
629 14 /Times-Roman set_font
630 1470.95 807.66 moveto 23 (tusk) alignedtext
631 grestore
632 % musk--tusk
633 gsave
634 1 setlinewidth
635 0 0 0 edgecolor
636 newpath 1472.88 1029.34 moveto
637 1474.81 985.39 1479.72 873.57 1481.65 829.56 curveto
638 stroke
639 grestore
640 % lash
641 gsave
642 1 setlinewidth
643 0 0 0 nodecolor
644 2077.34 1183.19 27 18 ellipse_path stroke
645 0 0 0 nodecolor
646 14 /Times-Roman set_font
647 2066.34 1179.49 moveto 22 (lash) alignedtext
648 grestore
649 % rash
650 gsave
651 1 setlinewidth
652 0 0 0 nodecolor
653 1997.36 1251.1 27 18 ellipse_path stroke
654 0 0 0 nodecolor
655 14 /Times-Roman set_font
656 1985.86 1247.4 moveto 23 (rash) alignedtext
657 grestore
658 % lash--rash
659 gsave
660 1 setlinewidth
661 0 0 0 edgecolor
662 newpath 2060.38 1197.59 moveto
663 2046.81 1209.12 2027.86 1225.2 2014.3 1236.72 curveto
664 stroke
665 grestore
666 % mash
667 gsave
668 1 setlinewidth
669 0 0 0 nodecolor
670 1976.46 1305.11 29.8 18 ellipse_path stroke
671 0 0 0 nodecolor
672 14 /Times-Roman set_font
673 1961.46 1301.41 moveto 30 (mash) alignedtext
674 grestore
675 % lash--mash
676 gsave
677 1 setlinewidth
678 0 0 0 edgecolor
679 newpath 2064.15 1199.13 moveto
680 2044.92 1222.37 2009.38 1265.32 1989.97 1288.78 curveto
681 stroke
682 grestore
683 % bash
684 gsave
685 1 setlinewidth
686 0 0 0 nodecolor
687 2029.94 1445.72 27 18 ellipse_path stroke
688 0 0 0 nodecolor
689 14 /Times-Roman set_font
690 2017.44 1442.02 moveto 25 (bash) alignedtext
691 grestore
692 % lash--bash
693 gsave
694 1 setlinewidth
695 0 0 0 edgecolor
696 newpath 2074.08 1201.23 moveto
697 2065.42 1249.19 2041.9 1379.44 2033.22 1427.55 curveto
698 stroke
699 grestore
700 % cash
701 gsave
702 1 setlinewidth
703 0 0 0 nodecolor
704 2268.46 1372.15 27 18 ellipse_path stroke
705 0 0 0 nodecolor
706 14 /Times-Roman set_font
707 2255.96 1368.45 moveto 25 (cash) alignedtext
708 grestore
709 % lash--cash
710 gsave
711 1 setlinewidth
712 0 0 0 edgecolor
713 newpath 2092.66 1198.33 moveto
714 2128.53 1233.8 2217.65 1321.91 2253.33 1357.19 curveto
715 stroke
716 grestore
717 % hash
718 gsave
719 1 setlinewidth
720 0 0 0 nodecolor
721 2141.68 1225.6 27 18 ellipse_path stroke
722 0 0 0 nodecolor
723 14 /Times-Roman set_font
724 2129.18 1221.9 moveto 25 (hash) alignedtext
725 grestore
726 % lash--hash
727 gsave
728 1 setlinewidth
729 0 0 0 edgecolor
730 newpath 2096.64 1195.92 moveto
731 2104.79 1201.28 2114.25 1207.52 2122.39 1212.89 curveto
732 stroke
733 grestore
734 % dash
735 gsave
736 1 setlinewidth
737 0 0 0 nodecolor
738 2194.59 1357.9 27 18 ellipse_path stroke
739 0 0 0 nodecolor
740 14 /Times-Roman set_font
741 2182.09 1354.2 moveto 25 (dash) alignedtext
742 grestore
743 % lash--dash
744 gsave
745 1 setlinewidth
746 0 0 0 edgecolor
747 newpath 2088.37 1199.63 moveto
748 2110.72 1232.92 2161.11 1308.01 2183.5 1341.38 curveto
749 stroke
750 grestore
751 % gash
752 gsave
753 1 setlinewidth
754 0 0 0 nodecolor
755 2036.37 1372.34 27 18 ellipse_path stroke
756 0 0 0 nodecolor
757 14 /Times-Roman set_font
758 2023.87 1368.64 moveto 25 (gash) alignedtext
759 grestore
760 % lash--gash
761 gsave
762 1 setlinewidth
763 0 0 0 edgecolor
764 newpath 2073.41 1201.33 moveto
765 2065.58 1237.48 2048.1 1318.15 2040.28 1354.26 curveto
766 stroke
767 grestore
768 % last
769 gsave
770 1 setlinewidth
771 0 0 0 nodecolor
772 1845.5 966.75 27 18 ellipse_path stroke
773 0 0 0 nodecolor
774 14 /Times-Roman set_font
775 1836 963.05 moveto 19 (last) alignedtext
776 grestore
777 % lash--last
778 gsave
779 1 setlinewidth
780 0 0 0 edgecolor
781 newpath 2061.4 1168.31 moveto
782 2018.95 1128.68 1903.47 1020.87 1861.24 981.44 curveto
783 stroke
784 grestore
785 % lush
786 gsave
787 1 setlinewidth
788 0 0 0 nodecolor
789 1691.96 1156.22 27 18 ellipse_path stroke
790 0 0 0 nodecolor
791 14 /Times-Roman set_font
792 1680.46 1152.52 moveto 23 (lush) alignedtext
793 grestore
794 % lash--lush
795 gsave
796 1 setlinewidth
797 0 0 0 edgecolor
798 newpath 2050.24 1181.29 moveto
799 1979.48 1176.34 1789.76 1163.06 1719.03 1158.11 curveto
800 stroke
801 grestore
802 % lass
803 gsave
804 1 setlinewidth
805 0 0 0 nodecolor
806 2295.05 1001.52 27 18 ellipse_path stroke
807 0 0 0 nodecolor
808 14 /Times-Roman set_font
809 2284.55 997.82 moveto 21 (lass) alignedtext
810 grestore
811 % lash--lass
812 gsave
813 1 setlinewidth
814 0 0 0 edgecolor
815 newpath 2094.42 1168.93 moveto
816 2135.12 1134.98 2237.43 1049.61 2278.05 1015.71 curveto
817 stroke
818 grestore
819 % sash
820 gsave
821 1 setlinewidth
822 0 0 0 nodecolor
823 2185.97 1312.09 27 18 ellipse_path stroke
824 0 0 0 nodecolor
825 14 /Times-Roman set_font
826 2173.97 1308.39 moveto 24 (sash) alignedtext
827 grestore
828 % lash--sash
829 gsave
830 1 setlinewidth
831 0 0 0 edgecolor
832 newpath 2090.66 1199 moveto
833 2111.51 1223.74 2151.63 1271.34 2172.54 1296.16 curveto
834 stroke
835 grestore
836 % rasp
837 gsave
838 1 setlinewidth
839 0 0 0 nodecolor
840 2373.97 1212.78 27 18 ellipse_path stroke
841 0 0 0 nodecolor
842 14 /Times-Roman set_font
843 2362.47 1209.08 moveto 23 (rasp) alignedtext
844 grestore
845 % rash--rasp
846 gsave
847 1 setlinewidth
848 0 0 0 edgecolor
849 newpath 2024.14 1248.38 moveto
850 2093.38 1241.33 2277.71 1222.57 2347.07 1215.51 curveto
851 stroke
852 grestore
853 % rash--cash
854 gsave
855 1 setlinewidth
856 0 0 0 edgecolor
857 newpath 2020.01 1261.22 moveto
858 2071.04 1284 2194.53 1339.14 2245.68 1361.98 curveto
859 stroke
860 grestore
861 % rash--hash
862 gsave
863 1 setlinewidth
864 0 0 0 edgecolor
865 newpath 2023.5 1246.49 moveto
866 2049.49 1241.89 2089.15 1234.88 2115.25 1230.27 curveto
867 stroke
868 grestore
869 % rash--dash
870 gsave
871 1 setlinewidth
872 0 0 0 edgecolor
873 newpath 2018.47 1262.53 moveto
874 2056.33 1283.03 2135.37 1325.83 2173.33 1346.39 curveto
875 stroke
876 grestore
877 % rash--sash
878 gsave
879 1 setlinewidth
880 0 0 0 edgecolor
881 newpath 2022.02 1259.08 moveto
882 2058.27 1270.8 2125.53 1292.55 2161.61 1304.21 curveto
883 stroke
884 grestore
885 % gosh
886 gsave
887 1 setlinewidth
888 0 0 0 nodecolor
889 1770.14 1596.93 27.1 18 ellipse_path stroke
890 0 0 0 nodecolor
891 14 /Times-Roman set_font
892 1757.14 1593.23 moveto 26 (gosh) alignedtext
893 grestore
894 % posh
895 gsave
896 1 setlinewidth
897 0 0 0 nodecolor
898 1502.85 1809.89 27.1 18 ellipse_path stroke
899 0 0 0 nodecolor
900 14 /Times-Roman set_font
901 1489.85 1806.19 moveto 26 (posh) alignedtext
902 grestore
903 % gosh--posh
904 gsave
905 1 setlinewidth
906 0 0 0 edgecolor
907 newpath 1752.6 1610.91 moveto
908 1704.17 1649.49 1568.96 1757.22 1520.45 1795.87 curveto
909 stroke
910 grestore
911 % gush
912 gsave
913 1 setlinewidth
914 0 0 0 nodecolor
915 1663.9 1294.38 27.1 18 ellipse_path stroke
916 0 0 0 nodecolor
917 14 /Times-Roman set_font
918 1650.9 1290.68 moveto 26 (gush) alignedtext
919 grestore
920 % gosh--gush
921 gsave
922 1 setlinewidth
923 0 0 0 edgecolor
924 newpath 1763.97 1579.36 moveto
925 1745.19 1525.89 1688.89 1365.54 1670.09 1312 curveto
926 stroke
927 grestore
928 % bosh
929 gsave
930 1 setlinewidth
931 0 0 0 nodecolor
932 1800.85 1684.9 27.1 18 ellipse_path stroke
933 0 0 0 nodecolor
934 14 /Times-Roman set_font
935 1787.85 1681.2 moveto 26 (bosh) alignedtext
936 grestore
937 % gosh--bosh
938 gsave
939 1 setlinewidth
940 0 0 0 edgecolor
941 newpath 1776.35 1614.73 moveto
942 1781.68 1630 1789.32 1651.87 1794.64 1667.12 curveto
943 stroke
944 grestore
945 % josh
946 gsave
947 1 setlinewidth
948 0 0 0 nodecolor
949 1727.22 1798.32 27 18 ellipse_path stroke
950 0 0 0 nodecolor
951 14 /Times-Roman set_font
952 1715.72 1794.62 moveto 23 (josh) alignedtext
953 grestore
954 % gosh--josh
955 gsave
956 1 setlinewidth
957 0 0 0 edgecolor
958 newpath 1766.33 1614.81 moveto
959 1758.18 1653.02 1739.15 1742.31 1731.02 1780.49 curveto
960 stroke
961 grestore
962 % nosh
963 gsave
964 1 setlinewidth
965 0 0 0 nodecolor
966 1778.87 1842.44 27.1 18 ellipse_path stroke
967 0 0 0 nodecolor
968 14 /Times-Roman set_font
969 1765.87 1838.74 moveto 26 (nosh) alignedtext
970 grestore
971 % gosh--nosh
972 gsave
973 1 setlinewidth
974 0 0 0 edgecolor
975 newpath 1770.78 1614.99 moveto
976 1772.4 1660.39 1776.61 1778.93 1778.22 1824.36 curveto
977 stroke
978 grestore
979 % posh--push
980 gsave
981 1 setlinewidth
982 0 0 0 edgecolor
983 newpath 1504.98 1791.87 moveto
984 1512.38 1729.31 1536.9 1521.92 1544.29 1459.41 curveto
985 stroke
986 grestore
987 % posh--bosh
988 gsave
989 1 setlinewidth
990 0 0 0 edgecolor
991 newpath 1526.23 1800.08 moveto
992 1581.94 1776.72 1721.97 1717.98 1777.57 1694.66 curveto
993 stroke
994 grestore
995 % posh--josh
996 gsave
997 1 setlinewidth
998 0 0 0 edgecolor
999 newpath 1530.36 1808.47 moveto
1000 1573.66 1806.24 1657.18 1801.93 1700.18 1799.71 curveto
1001 stroke
1002 grestore
1003 % posh--nosh
1004 gsave
1005 1 setlinewidth
1006 0 0 0 edgecolor
1007 newpath 1529.82 1813.07 moveto
1008 1582.58 1819.29 1698.93 1833.02 1751.79 1839.25 curveto
1009 stroke
1010 grestore
1011 % post
1012 gsave
1013 1 setlinewidth
1014 0 0 0 nodecolor
1015 1507.71 2110.74 27 18 ellipse_path stroke
1016 0 0 0 nodecolor
1017 14 /Times-Roman set_font
1018 1496.21 2107.04 moveto 23 (post) alignedtext
1019 grestore
1020 % posh--post
1021 gsave
1022 1 setlinewidth
1023 0 0 0 edgecolor
1024 newpath 1503.14 1828.26 moveto
1025 1504.01 1882.09 1506.55 2039.09 1507.42 2092.62 curveto
1026 stroke
1027 grestore
1028 % muck
1029 gsave
1030 1 setlinewidth
1031 0 0 0 nodecolor
1032 1737.95 925.2 30.59 18 ellipse_path stroke
1033 0 0 0 nodecolor
1034 14 /Times-Roman set_font
1035 1722.45 921.5 moveto 31 (muck) alignedtext
1036 grestore
1037 % muck--musk
1038 gsave
1039 1 setlinewidth
1040 0 0 0 edgecolor
1041 newpath 1713.41 936.49 moveto
1042 1662.64 959.84 1546.57 1013.22 1496.18 1036.4 curveto
1043 stroke
1044 grestore
1045 % much
1046 gsave
1047 1 setlinewidth
1048 0 0 0 nodecolor
1049 1935.99 939.27 30.59 18 ellipse_path stroke
1050 0 0 0 nodecolor
1051 14 /Times-Roman set_font
1052 1920.49 935.57 moveto 31 (much) alignedtext
1053 grestore
1054 % muck--much
1055 gsave
1056 1 setlinewidth
1057 0 0 0 edgecolor
1058 newpath 1768.46 927.37 moveto
1059 1805.67 930.01 1868.21 934.45 1905.45 937.1 curveto
1060 stroke
1061 grestore
1062 % busy
1063 gsave
1064 1 setlinewidth
1065 0 0 0 nodecolor
1066 1363.05 1462.16 27.1 18 ellipse_path stroke
1067 0 0 0 nodecolor
1068 14 /Times-Roman set_font
1069 1350.05 1458.46 moveto 26 (busy) alignedtext
1070 grestore
1071 % bury
1072 gsave
1073 1 setlinewidth
1074 0 0 0 nodecolor
1075 1173.22 1654.74 27 18 ellipse_path stroke
1076 0 0 0 nodecolor
1077 14 /Times-Roman set_font
1078 1160.72 1651.04 moveto 25 (bury) alignedtext
1079 grestore
1080 % busy--bury
1081 gsave
1082 1 setlinewidth
1083 0 0 0 edgecolor
1084 newpath 1348.15 1477.27 moveto
1085 1312.75 1513.18 1223.9 1603.33 1188.31 1639.44 curveto
1086 stroke
1087 grestore
1088 % bush
1089 gsave
1090 1 setlinewidth
1091 0 0 0 nodecolor
1092 1637.53 1378.91 27.1 18 ellipse_path stroke
1093 0 0 0 nodecolor
1094 14 /Times-Roman set_font
1095 1624.53 1375.21 moveto 26 (bush) alignedtext
1096 grestore
1097 % busy--bush
1098 gsave
1099 1 setlinewidth
1100 0 0 0 edgecolor
1101 newpath 1387.89 1454.62 moveto
1102 1440.02 1438.81 1560.29 1402.33 1612.54 1386.48 curveto
1103 stroke
1104 grestore
1105 % busy--buss
1106 gsave
1107 1 setlinewidth
1108 0 0 0 edgecolor
1109 newpath 1374.62 1478.73 moveto
1110 1402.73 1518.98 1474.34 1621.54 1502.28 1661.54 curveto
1111 stroke
1112 grestore
1113 % bust
1114 gsave
1115 1 setlinewidth
1116 0 0 0 nodecolor
1117 1379.22 1132.08 27 18 ellipse_path stroke
1118 0 0 0 nodecolor
1119 14 /Times-Roman set_font
1120 1367.72 1128.38 moveto 23 (bust) alignedtext
1121 grestore
1122 % busy--bust
1123 gsave
1124 1 setlinewidth
1125 0 0 0 edgecolor
1126 newpath 1363.94 1443.94 moveto
1127 1366.77 1386.23 1375.51 1207.87 1378.33 1150.24 curveto
1128 stroke
1129 grestore
1130 % buoy
1131 gsave
1132 1 setlinewidth
1133 0 0 0 nodecolor
1134 1144.7 1578.1 28.7 18 ellipse_path stroke
1135 0 0 0 nodecolor
1136 14 /Times-Roman set_font
1137 1130.7 1574.4 moveto 28 (buoy) alignedtext
1138 grestore
1139 % busy--buoy
1140 gsave
1141 1 setlinewidth
1142 0 0 0 edgecolor
1143 newpath 1341.71 1473.49 moveto
1144 1300.19 1495.54 1208.88 1544.02 1166.77 1566.38 curveto
1145 stroke
1146 grestore
1147 % ramp
1148 gsave
1149 1 setlinewidth
1150 0 0 0 nodecolor
1151 2668.9 1150.61 29.5 18 ellipse_path stroke
1152 0 0 0 nodecolor
1153 14 /Times-Roman set_font
1154 2654.4 1146.91 moveto 29 (ramp) alignedtext
1155 grestore
1156 % rasp--ramp
1157 gsave
1158 1 setlinewidth
1159 0 0 0 edgecolor
1160 newpath 2399.88 1207.31 moveto
1161 2455.13 1195.67 2584.06 1168.49 2641.01 1156.49 curveto
1162 stroke
1163 grestore
1164 % husk
1165 gsave
1166 1 setlinewidth
1167 0 0 0 nodecolor
1168 1572.03 847.51 27.1 18 ellipse_path stroke
1169 0 0 0 nodecolor
1170 14 /Times-Roman set_font
1171 1559.03 843.81 moveto 26 (husk) alignedtext
1172 grestore
1173 % husk--musk
1174 gsave
1175 1 setlinewidth
1176 0 0 0 edgecolor
1177 newpath 1563.34 864.91 moveto
1178 1544.44 902.72 1499.78 992.07 1480.83 1029.98 curveto
1179 stroke
1180 grestore
1181 % hulk
1182 gsave
1183 1 setlinewidth
1184 0 0 0 nodecolor
1185 1752.72 604.78 27 18 ellipse_path stroke
1186 0 0 0 nodecolor
1187 14 /Times-Roman set_font
1188 1740.22 601.08 moveto 25 (hulk) alignedtext
1189 grestore
1190 % husk--hulk
1191 gsave
1192 1 setlinewidth
1193 0 0 0 edgecolor
1194 newpath 1584.17 831.21 moveto
1195 1617.09 786.99 1707.78 665.15 1740.64 621.01 curveto
1196 stroke
1197 grestore
1198 % husk--rusk
1199 gsave
1200 1 setlinewidth
1201 0 0 0 edgecolor
1202 newpath 1546.61 854.42 moveto
1203 1476.94 873.37 1283.56 925.97 1214.19 944.83 curveto
1204 stroke
1205 grestore
1206 % husk--dusk
1207 gsave
1208 1 setlinewidth
1209 0 0 0 edgecolor
1210 newpath 1551.02 835.85 moveto
1211 1504.45 810.01 1393.04 748.18 1346.53 722.37 curveto
1212 stroke
1213 grestore
1214 % husk--tusk
1215 gsave
1216 1 setlinewidth
1217 0 0 0 edgecolor
1218 newpath 1548.5 838.01 moveto
1219 1535.33 832.7 1518.97 826.1 1505.83 820.8 curveto
1220 stroke
1221 grestore
1222 % hunk
1223 gsave
1224 1 setlinewidth
1225 0 0 0 nodecolor
1226 1798.14 656.99 28.7 18 ellipse_path stroke
1227 0 0 0 nodecolor
1228 14 /Times-Roman set_font
1229 1784.14 653.29 moveto 28 (hunk) alignedtext
1230 grestore
1231 % husk--hunk
1232 gsave
1233 1 setlinewidth
1234 0 0 0 edgecolor
1235 newpath 1589.03 833.19 moveto
1236 1630.93 797.88 1738.84 706.96 1780.95 671.48 curveto
1237 stroke
1238 grestore
1239 % tush
1240 gsave
1241 1 setlinewidth
1242 0 0 0 nodecolor
1243 1576.25 1150.5 27 18 ellipse_path stroke
1244 0 0 0 nodecolor
1245 14 /Times-Roman set_font
1246 1564.75 1146.8 moveto 23 (tush) alignedtext
1247 grestore
1248 % bush--tush
1249 gsave
1250 1 setlinewidth
1251 0 0 0 edgecolor
1252 newpath 1632.72 1360.98 moveto
1253 1621.26 1318.29 1592.47 1210.96 1581.04 1168.34 curveto
1254 stroke
1255 grestore
1256 % bush--gush
1257 gsave
1258 1 setlinewidth
1259 0 0 0 edgecolor
1260 newpath 1643.12 1360.98 moveto
1261 1647.6 1346.64 1653.84 1326.62 1658.32 1312.28 curveto
1262 stroke
1263 grestore
1264 % bush--push
1265 gsave
1266 1 setlinewidth
1267 0 0 0 edgecolor
1268 newpath 1618.2 1392.16 moveto
1269 1602.64 1402.85 1580.87 1417.78 1565.4 1428.4 curveto
1270 stroke
1271 grestore
1272 % bush--bosh
1273 gsave
1274 1 setlinewidth
1275 0 0 0 edgecolor
1276 newpath 1646.77 1396.23 moveto
1277 1675.52 1450.09 1763.09 1614.16 1791.7 1667.76 curveto
1278 stroke
1279 grestore
1280 % bush--mush
1281 gsave
1282 1 setlinewidth
1283 0 0 0 edgecolor
1284 newpath 1635.16 1360.87 moveto
1285 1631.39 1332.13 1624.06 1276.25 1620.28 1247.47 curveto
1286 stroke
1287 grestore
1288 % tush--gush
1289 gsave
1290 1 setlinewidth
1291 0 0 0 edgecolor
1292 newpath 1586.48 1167.29 moveto
1293 1603.28 1194.86 1636.54 1249.46 1653.47 1277.25 curveto
1294 stroke
1295 grestore
1296 % tush--push
1297 gsave
1298 1 setlinewidth
1299 0 0 0 edgecolor
1300 newpath 1574.38 1168.7 moveto
1301 1569.03 1220.95 1553.64 1371 1548.28 1423.23 curveto
1302 stroke
1303 grestore
1304 % tush--mush
1305 gsave
1306 1 setlinewidth
1307 0 0 0 edgecolor
1308 newpath 1585.29 1167.62 moveto
1309 1592.23 1180.75 1601.77 1198.82 1608.74 1212.02 curveto
1310 stroke
1311 grestore
1312 % tush--tusk
1313 gsave
1314 1 setlinewidth
1315 0 0 0 edgecolor
1316 newpath 1571.34 1132.75 moveto
1317 1555.17 1074.28 1503.69 888.16 1487.43 829.35 curveto
1318 stroke
1319 grestore
1320 % gust
1321 gsave
1322 1 setlinewidth
1323 0 0 0 nodecolor
1324 1473.57 979.96 27 18 ellipse_path stroke
1325 0 0 0 nodecolor
1326 14 /Times-Roman set_font
1327 1462.07 976.26 moveto 23 (gust) alignedtext
1328 grestore
1329 % gist
1330 gsave
1331 1 setlinewidth
1332 0 0 0 nodecolor
1333 1630.7 770.03 27 18 ellipse_path stroke
1334 0 0 0 nodecolor
1335 14 /Times-Roman set_font
1336 1620.7 766.33 moveto 20 (gist) alignedtext
1337 grestore
1338 % gust--gist
1339 gsave
1340 1 setlinewidth
1341 0 0 0 edgecolor
1342 newpath 1485.64 963.84 moveto
1343 1514.89 924.76 1589.3 825.35 1618.59 786.21 curveto
1344 stroke
1345 grestore
1346 % gust--gush
1347 gsave
1348 1 setlinewidth
1349 0 0 0 edgecolor
1350 newpath 1483.8 996.87 moveto
1351 1516.85 1051.46 1620.5 1222.68 1653.62 1277.39 curveto
1352 stroke
1353 grestore
1354 % gust--must
1355 gsave
1356 1 setlinewidth
1357 0 0 0 edgecolor
1358 newpath 1460.05 995.91 moveto
1359 1442.73 1016.35 1412.88 1051.58 1395.54 1072.05 curveto
1360 stroke
1361 grestore
1362 % gust--rust
1363 gsave
1364 1 setlinewidth
1365 0 0 0 edgecolor
1366 newpath 1451.22 969.35 moveto
1367 1398.88 944.49 1268.86 882.74 1216.8 858.01 curveto
1368 stroke
1369 grestore
1370 % gust--bust
1371 gsave
1372 1 setlinewidth
1373 0 0 0 edgecolor
1374 newpath 1463.11 996.82 moveto
1375 1444.98 1026.07 1407.89 1085.85 1389.73 1115.15 curveto
1376 stroke
1377 grestore
1378 % lust
1379 gsave
1380 1 setlinewidth
1381 0 0 0 nodecolor
1382 1509.85 871.7 27 18 ellipse_path stroke
1383 0 0 0 nodecolor
1384 14 /Times-Roman set_font
1385 1499.85 868 moveto 20 (lust) alignedtext
1386 grestore
1387 % gust--lust
1388 gsave
1389 1 setlinewidth
1390 0 0 0 edgecolor
1391 newpath 1479.56 962.09 moveto
1392 1486.28 942.03 1497.13 909.67 1503.85 889.6 curveto
1393 stroke
1394 grestore
1395 % oust
1396 gsave
1397 1 setlinewidth
1398 0 0 0 nodecolor
1399 1349.84 938.05 27 18 ellipse_path stroke
1400 0 0 0 nodecolor
1401 14 /Times-Roman set_font
1402 1338.34 934.35 moveto 23 (oust) alignedtext
1403 grestore
1404 % gust--oust
1405 gsave
1406 1 setlinewidth
1407 0 0 0 edgecolor
1408 newpath 1449.42 971.78 moveto
1409 1427.62 964.4 1395.71 953.59 1373.93 946.21 curveto
1410 stroke
1411 grestore
1412 % dust
1413 gsave
1414 1 setlinewidth
1415 0 0 0 nodecolor
1416 1395.26 833.42 27 18 ellipse_path stroke
1417 0 0 0 nodecolor
1418 14 /Times-Roman set_font
1419 1383.76 829.72 moveto 23 (dust) alignedtext
1420 grestore
1421 % gust--dust
1422 gsave
1423 1 setlinewidth
1424 0 0 0 edgecolor
1425 newpath 1464.43 962.87 moveto
1426 1449.34 934.63 1419.39 878.57 1404.34 850.41 curveto
1427 stroke
1428 grestore
1429 % mute
1430 gsave
1431 1 setlinewidth
1432 0 0 0 nodecolor
1433 967.35 1304.07 28.7 18 ellipse_path stroke
1434 0 0 0 nodecolor
1435 14 /Times-Roman set_font
1436 953.35 1300.37 moveto 28 (mute) alignedtext
1437 grestore
1438 % mute--muse
1439 gsave
1440 1 setlinewidth
1441 0 0 0 edgecolor
1442 newpath 992.42 1295.3 moveto
1443 1033.48 1280.94 1114.67 1252.53 1156.28 1237.98 curveto
1444 stroke
1445 grestore
1446 % buds
1447 gsave
1448 1 setlinewidth
1449 0 0 0 nodecolor
1450 1426.77 1937.63 27.1 18 ellipse_path stroke
1451 0 0 0 nodecolor
1452 14 /Times-Roman set_font
1453 1413.77 1933.93 moveto 26 (buds) alignedtext
1454 grestore
1455 % buds--buss
1456 gsave
1457 1 setlinewidth
1458 0 0 0 edgecolor
1459 newpath 1432.74 1919.78 moveto
1460 1448.66 1872.21 1491.95 1742.82 1507.78 1695.5 curveto
1461 stroke
1462 grestore
1463 % buss--bush
1464 gsave
1465 1 setlinewidth
1466 0 0 0 edgecolor
1467 newpath 1520.87 1660.5 moveto
1468 1542.76 1607.66 1608.4 1449.22 1630.31 1396.32 curveto
1469 stroke
1470 grestore
1471 % buss--cuss
1472 gsave
1473 1 setlinewidth
1474 0 0 0 edgecolor
1475 newpath 1491.97 1689.14 moveto
1476 1478.36 1696.21 1460.88 1705.29 1447.32 1712.33 curveto
1477 stroke
1478 grestore
1479 % buss--bust
1480 gsave
1481 1 setlinewidth
1482 0 0 0 edgecolor
1483 newpath 1509.28 1660.02 moveto
1484 1488.94 1577.44 1404.07 1232.95 1383.65 1150.07 curveto
1485 stroke
1486 grestore
1487 % bugs
1488 gsave
1489 1 setlinewidth
1490 0 0 0 nodecolor
1491 1603.55 1916.78 27.1 18 ellipse_path stroke
1492 0 0 0 nodecolor
1493 14 /Times-Roman set_font
1494 1590.55 1913.08 moveto 26 (bugs) alignedtext
1495 grestore
1496 % buss--bugs
1497 gsave
1498 1 setlinewidth
1499 0 0 0 edgecolor
1500 newpath 1520.29 1695.44 moveto
1501 1536.91 1739.62 1580.3 1854.98 1596.93 1899.19 curveto
1502 stroke
1503 grestore
1504 % bums
1505 gsave
1506 1 setlinewidth
1507 0 0 0 nodecolor
1508 1572.04 1973.49 30.59 18 ellipse_path stroke
1509 0 0 0 nodecolor
1510 14 /Times-Roman set_font
1511 1556.54 1969.79 moveto 31 (bums) alignedtext
1512 grestore
1513 % buss--bums
1514 gsave
1515 1 setlinewidth
1516 0 0 0 edgecolor
1517 newpath 1517.24 1695.92 moveto
1518 1527.66 1748.69 1558 1902.35 1568.45 1955.31 curveto
1519 stroke
1520 grestore
1521 % buns
1522 gsave
1523 1 setlinewidth
1524 0 0 0 nodecolor
1525 1679.96 1916.95 27.1 18 ellipse_path stroke
1526 0 0 0 nodecolor
1527 14 /Times-Roman set_font
1528 1666.96 1913.25 moveto 26 (buns) alignedtext
1529 grestore
1530 % buss--buns
1531 gsave
1532 1 setlinewidth
1533 0 0 0 edgecolor
1534 newpath 1525.11 1694.3 moveto
1535 1555.49 1737.98 1637.99 1856.59 1668.45 1900.4 curveto
1536 stroke
1537 grestore
1538 % gush--push
1539 gsave
1540 1 setlinewidth
1541 0 0 0 edgecolor
1542 newpath 1651.1 1310.4 moveto
1543 1628.51 1338.68 1581.78 1397.16 1559.2 1425.43 curveto
1544 stroke
1545 grestore
1546 % bosh--nosh
1547 gsave
1548 1 setlinewidth
1549 0 0 0 edgecolor
1550 newpath 1798.32 1702.97 moveto
1551 1794.11 1733.2 1785.67 1793.69 1781.43 1824.1 curveto
1552 stroke
1553 grestore
1554 % rise
1555 gsave
1556 1 setlinewidth
1557 0 0 0 nodecolor
1558 329.97 1195.07 27 18 ellipse_path stroke
1559 0 0 0 nodecolor
1560 14 /Times-Roman set_font
1561 319.97 1191.37 moveto 20 (rise) alignedtext
1562 grestore
1563 % risk
1564 gsave
1565 1 setlinewidth
1566 0 0 0 nodecolor
1567 735.63 959.91 27 18 ellipse_path stroke
1568 0 0 0 nodecolor
1569 14 /Times-Roman set_font
1570 725.13 956.21 moveto 21 (risk) alignedtext
1571 grestore
1572 % rise--risk
1573 gsave
1574 1 setlinewidth
1575 0 0 0 edgecolor
1576 newpath 350.36 1183.24 moveto
1577 419.61 1143.1 645.28 1012.28 714.95 971.89 curveto
1578 stroke
1579 grestore
1580 % rife
1581 gsave
1582 1 setlinewidth
1583 0 0 0 nodecolor
1584 104.5 1302.39 27 18 ellipse_path stroke
1585 0 0 0 nodecolor
1586 14 /Times-Roman set_font
1587 95 1298.69 moveto 19 (rife) alignedtext
1588 grestore
1589 % rise--rife
1590 gsave
1591 1 setlinewidth
1592 0 0 0 edgecolor
1593 newpath 307.94 1205.55 moveto
1594 264.84 1226.07 169.8 1271.31 126.62 1291.86 curveto
1595 stroke
1596 grestore
1597 % rose
1598 gsave
1599 1 setlinewidth
1600 0 0 0 nodecolor
1601 456.41 1518.22 27 18 ellipse_path stroke
1602 0 0 0 nodecolor
1603 14 /Times-Roman set_font
1604 444.91 1514.52 moveto 23 (rose) alignedtext
1605 grestore
1606 % rise--rose
1607 gsave
1608 1 setlinewidth
1609 0 0 0 edgecolor
1610 newpath 336.95 1212.9 moveto
1611 359.05 1269.4 427.38 1444.02 449.46 1500.44 curveto
1612 stroke
1613 grestore
1614 % ruse
1615 gsave
1616 1 setlinewidth
1617 0 0 0 nodecolor
1618 800.44 1113.31 27 18 ellipse_path stroke
1619 0 0 0 nodecolor
1620 14 /Times-Roman set_font
1621 788.94 1109.61 moveto 23 (ruse) alignedtext
1622 grestore
1623 % rise--ruse
1624 gsave
1625 1 setlinewidth
1626 0 0 0 edgecolor
1627 newpath 356.27 1190.5 moveto
1628 438.71 1176.17 691.45 1132.25 774.03 1117.9 curveto
1629 stroke
1630 grestore
1631 % ride
1632 gsave
1633 1 setlinewidth
1634 0 0 0 nodecolor
1635 178.27 1083.53 27 18 ellipse_path stroke
1636 0 0 0 nodecolor
1637 14 /Times-Roman set_font
1638 167.27 1079.83 moveto 22 (ride) alignedtext
1639 grestore
1640 % rise--ride
1641 gsave
1642 1 setlinewidth
1643 0 0 0 edgecolor
1644 newpath 311.67 1181.61 moveto
1645 282.51 1160.18 225.83 1118.5 196.63 1097.03 curveto
1646 stroke
1647 grestore
1648 % rile
1649 gsave
1650 1 setlinewidth
1651 0 0 0 nodecolor
1652 296.44 1037.67 27 18 ellipse_path stroke
1653 0 0 0 nodecolor
1654 14 /Times-Roman set_font
1655 286.94 1033.97 moveto 19 (rile) alignedtext
1656 grestore
1657 % rise--rile
1658 gsave
1659 1 setlinewidth
1660 0 0 0 edgecolor
1661 newpath 326.12 1177.01 moveto
1662 319.65 1146.65 306.68 1085.74 300.24 1055.52 curveto
1663 stroke
1664 grestore
1665 % vise
1666 gsave
1667 1 setlinewidth
1668 0 0 0 nodecolor
1669 27.46 1233.83 27 18 ellipse_path stroke
1670 0 0 0 nodecolor
1671 14 /Times-Roman set_font
1672 16.46 1230.13 moveto 22 (vise) alignedtext
1673 grestore
1674 % rise--vise
1675 gsave
1676 1 setlinewidth
1677 0 0 0 edgecolor
1678 newpath 303.39 1198.47 moveto
1679 246.15 1205.81 111.78 1223.03 54.3 1230.39 curveto
1680 stroke
1681 grestore
1682 % rite
1683 gsave
1684 1 setlinewidth
1685 0 0 0 nodecolor
1686 92.22 1220.89 27 18 ellipse_path stroke
1687 0 0 0 nodecolor
1688 14 /Times-Roman set_font
1689 82.72 1217.19 moveto 19 (rite) alignedtext
1690 grestore
1691 % rise--rite
1692 gsave
1693 1 setlinewidth
1694 0 0 0 edgecolor
1695 newpath 303.16 1197.98 moveto
1696 257.38 1202.95 164.65 1213.02 118.94 1217.99 curveto
1697 stroke
1698 grestore
1699 % wise
1700 gsave
1701 1 setlinewidth
1702 0 0 0 nodecolor
1703 42.47 1289.84 27 18 ellipse_path stroke
1704 0 0 0 nodecolor
1705 14 /Times-Roman set_font
1706 29.97 1286.14 moveto 25 (wise) alignedtext
1707 grestore
1708 % rise--wise
1709 gsave
1710 1 setlinewidth
1711 0 0 0 edgecolor
1712 newpath 305.46 1203.15 moveto
1713 251.14 1221.05 121.18 1263.89 66.92 1281.78 curveto
1714 stroke
1715 grestore
1716 % rice
1717 gsave
1718 1 setlinewidth
1719 0 0 0 nodecolor
1720 86.51 1352.15 27 18 ellipse_path stroke
1721 0 0 0 nodecolor
1722 14 /Times-Roman set_font
1723 76.01 1348.45 moveto 21 (rice) alignedtext
1724 grestore
1725 % rise--rice
1726 gsave
1727 1 setlinewidth
1728 0 0 0 edgecolor
1729 newpath 310.46 1207.66 moveto
1730 264.87 1237.07 151.79 1310.03 106.11 1339.5 curveto
1731 stroke
1732 grestore
1733 % ripe
1734 gsave
1735 1 setlinewidth
1736 0 0 0 nodecolor
1737 51.09 1128.32 27 18 ellipse_path stroke
1738 0 0 0 nodecolor
1739 14 /Times-Roman set_font
1740 40.09 1124.62 moveto 22 (ripe) alignedtext
1741 grestore
1742 % rise--ripe
1743 gsave
1744 1 setlinewidth
1745 0 0 0 edgecolor
1746 newpath 304.23 1188.91 moveto
1747 251.1 1176.19 129.84 1147.17 76.76 1134.46 curveto
1748 stroke
1749 grestore
1750 % rime
1751 gsave
1752 1 setlinewidth
1753 0 0 0 nodecolor
1754 29.63 1177.49 27.1 18 ellipse_path stroke
1755 0 0 0 nodecolor
1756 14 /Times-Roman set_font
1757 16.63 1173.79 moveto 26 (rime) alignedtext
1758 grestore
1759 % rise--rime
1760 gsave
1761 1 setlinewidth
1762 0 0 0 edgecolor
1763 newpath 303.05 1193.49 moveto
1764 246.18 1190.16 114.32 1182.45 57.03 1179.1 curveto
1765 stroke
1766 grestore
1767 % risk--rusk
1768 gsave
1769 1 setlinewidth
1770 0 0 0 edgecolor
1771 newpath 762.63 959.42 moveto
1772 843.18 957.96 1081.14 953.64 1161.88 952.17 curveto
1773 stroke
1774 grestore
1775 % muss--musk
1776 gsave
1777 1 setlinewidth
1778 0 0 0 edgecolor
1779 newpath 1429.34 1449.61 moveto
1780 1436.67 1380.65 1462.85 1134.31 1470.17 1065.47 curveto
1781 stroke
1782 grestore
1783 % muss--muse
1784 gsave
1785 1 setlinewidth
1786 0 0 0 edgecolor
1787 newpath 1411.71 1452.37 moveto
1788 1367.52 1409.35 1242.5 1287.64 1198.09 1244.4 curveto
1789 stroke
1790 grestore
1791 % muss--buss
1792 gsave
1793 1 setlinewidth
1794 0 0 0 edgecolor
1795 newpath 1434.63 1485.22 moveto
1796 1450.91 1524.89 1490.36 1621.03 1506.56 1660.51 curveto
1797 stroke
1798 grestore
1799 % mass
1800 gsave
1801 1 setlinewidth
1802 0 0 0 nodecolor
1803 1734.45 1436.95 28.7 18 ellipse_path stroke
1804 0 0 0 nodecolor
1805 14 /Times-Roman set_font
1806 1720.45 1433.25 moveto 28 (mass) alignedtext
1807 grestore
1808 % muss--mass
1809 gsave
1810 1 setlinewidth
1811 0 0 0 edgecolor
1812 newpath 1456.31 1464.77 moveto
1813 1514.97 1458.91 1647.45 1445.66 1705.86 1439.81 curveto
1814 stroke
1815 grestore
1816 % muss--must
1817 gsave
1818 1 setlinewidth
1819 0 0 0 edgecolor
1820 newpath 1425.26 1449.61 moveto
1821 1417.6 1385.66 1391.82 1170.35 1384.14 1106.23 curveto
1822 stroke
1823 grestore
1824 % muss--mush
1825 gsave
1826 1 setlinewidth
1827 0 0 0 edgecolor
1828 newpath 1440.52 1451.28 moveto
1829 1475.31 1407.75 1569.82 1289.53 1604.72 1245.86 curveto
1830 stroke
1831 grestore
1832 % muss--cuss
1833 gsave
1834 1 setlinewidth
1835 0 0 0 edgecolor
1836 newpath 1427.31 1486.06 moveto
1837 1427.02 1533.26 1426.25 1658.23 1425.97 1705.24 curveto
1838 stroke
1839 grestore
1840 % muss--wuss
1841 gsave
1842 1 setlinewidth
1843 0 0 0 edgecolor
1844 newpath 1422.84 1485.55 moveto
1845 1410.87 1532.25 1378.79 1657.48 1366.83 1704.16 curveto
1846 stroke
1847 grestore
1848 % miss
1849 gsave
1850 1 setlinewidth
1851 0 0 0 nodecolor
1852 1275.88 1695.79 27.1 18 ellipse_path stroke
1853 0 0 0 nodecolor
1854 14 /Times-Roman set_font
1855 1262.88 1692.09 moveto 26 (miss) alignedtext
1856 grestore
1857 % muss--miss
1858 gsave
1859 1 setlinewidth
1860 0 0 0 edgecolor
1861 newpath 1416.28 1484.44 moveto
1862 1388.19 1526.73 1314.73 1637.31 1286.84 1679.3 curveto
1863 stroke
1864 grestore
1865 % mess
1866 gsave
1867 1 setlinewidth
1868 0 0 0 nodecolor
1869 1666.9 1545.54 28.7 18 ellipse_path stroke
1870 0 0 0 nodecolor
1871 14 /Times-Roman set_font
1872 1652.9 1541.84 moveto 28 (mess) alignedtext
1873 grestore
1874 % muss--mess
1875 gsave
1876 1 setlinewidth
1877 0 0 0 edgecolor
1878 newpath 1453.51 1476.14 moveto
1879 1499.69 1491.16 1595.31 1522.26 1641.21 1537.18 curveto
1880 stroke
1881 grestore
1882 % hush
1883 gsave
1884 1 setlinewidth
1885 0 0 0 nodecolor
1886 1754.2 1176.39 27.1 18 ellipse_path stroke
1887 0 0 0 nodecolor
1888 14 /Times-Roman set_font
1889 1741.2 1172.69 moveto 26 (hush) alignedtext
1890 grestore
1891 % hush--husk
1892 gsave
1893 1 setlinewidth
1894 0 0 0 edgecolor
1895 newpath 1744.66 1159.18 moveto
1896 1713.18 1102.34 1612.82 921.14 1581.48 864.56 curveto
1897 stroke
1898 grestore
1899 % hush--bush
1900 gsave
1901 1 setlinewidth
1902 0 0 0 edgecolor
1903 newpath 1744.45 1193.31 moveto
1904 1722.49 1231.43 1669.34 1323.69 1647.33 1361.89 curveto
1905 stroke
1906 grestore
1907 % hush--tush
1908 gsave
1909 1 setlinewidth
1910 0 0 0 edgecolor
1911 newpath 1727.17 1172.46 moveto
1912 1693.43 1167.55 1636.1 1159.21 1602.66 1154.35 curveto
1913 stroke
1914 grestore
1915 % hush--gush
1916 gsave
1917 1 setlinewidth
1918 0 0 0 edgecolor
1919 newpath 1741.64 1192.8 moveto
1920 1724.39 1215.34 1693.54 1255.65 1676.35 1278.11 curveto
1921 stroke
1922 grestore
1923 % hush--push
1924 gsave
1925 1 setlinewidth
1926 0 0 0 edgecolor
1927 newpath 1741.51 1192.57 moveto
1928 1704.42 1239.89 1596.42 1377.65 1559.2 1425.12 curveto
1929 stroke
1930 grestore
1931 % hush--mush
1932 gsave
1933 1 setlinewidth
1934 0 0 0 edgecolor
1935 newpath 1730.46 1185.62 moveto
1936 1706.2 1195.05 1668.66 1209.64 1643.69 1219.35 curveto
1937 stroke
1938 grestore
1939 % hush--hash
1940 gsave
1941 1 setlinewidth
1942 0 0 0 edgecolor
1943 newpath 1781.14 1179.82 moveto
1944 1852.19 1188.84 2044.07 1213.21 2114.92 1222.21 curveto
1945 stroke
1946 grestore
1947 % hush--lush
1948 gsave
1949 1 setlinewidth
1950 0 0 0 edgecolor
1951 newpath 1729.6 1168.42 moveto
1952 1725.25 1167.01 1720.72 1165.54 1716.38 1164.13 curveto
1953 stroke
1954 grestore
1955 % rusk--ruse
1956 gsave
1957 1 setlinewidth
1958 0 0 0 edgecolor
1959 newpath 1165.88 961.31 moveto
1960 1096.77 990.05 892.42 1075.06 823.46 1103.74 curveto
1961 stroke
1962 grestore
1963 % hose
1964 gsave
1965 1 setlinewidth
1966 0 0 0 nodecolor
1967 193.67 1573.18 27 18 ellipse_path stroke
1968 0 0 0 nodecolor
1969 14 /Times-Roman set_font
1970 181.17 1569.48 moveto 25 (hose) alignedtext
1971 grestore
1972 % rose--hose
1973 gsave
1974 1 setlinewidth
1975 0 0 0 edgecolor
1976 newpath 430.26 1523.69 moveto
1977 379.9 1534.23 270 1557.21 219.72 1567.73 curveto
1978 stroke
1979 grestore
1980 % lose
1981 gsave
1982 1 setlinewidth
1983 0 0 0 nodecolor
1984 310.33 1772.5 27 18 ellipse_path stroke
1985 0 0 0 nodecolor
1986 14 /Times-Roman set_font
1987 299.33 1768.8 moveto 22 (lose) alignedtext
1988 grestore
1989 % rose--lose
1990 gsave
1991 1 setlinewidth
1992 0 0 0 edgecolor
1993 newpath 446.6 1535.3 moveto
1994 419.99 1581.62 346.66 1709.26 320.1 1755.5 curveto
1995 stroke
1996 grestore
1997 % nose
1998 gsave
1999 1 setlinewidth
2000 0 0 0 nodecolor
2001 245.04 1629.13 27 18 ellipse_path stroke
2002 0 0 0 nodecolor
2003 14 /Times-Roman set_font
2004 232.54 1625.43 moveto 25 (nose) alignedtext
2005 grestore
2006 % rose--nose
2007 gsave
2008 1 setlinewidth
2009 0 0 0 edgecolor
2010 newpath 434.98 1529.47 moveto
2011 394.47 1550.72 307.08 1596.57 266.53 1617.85 curveto
2012 stroke
2013 grestore
2014 % pose
2015 gsave
2016 1 setlinewidth
2017 0 0 0 nodecolor
2018 961.53 1700.11 27 18 ellipse_path stroke
2019 0 0 0 nodecolor
2020 14 /Times-Roman set_font
2021 949.03 1696.41 moveto 25 (pose) alignedtext
2022 grestore
2023 % pose--posh
2024 gsave
2025 1 setlinewidth
2026 0 0 0 edgecolor
2027 newpath 987.64 1705.4 moveto
2028 1079.19 1723.97 1385.05 1786 1476.68 1804.58 curveto
2029 stroke
2030 grestore
2031 % pose--rose
2032 gsave
2033 1 setlinewidth
2034 0 0 0 edgecolor
2035 newpath 937.51 1691.46 moveto
2036 852.32 1660.78 565.24 1557.41 480.29 1526.82 curveto
2037 stroke
2038 grestore
2039 % must--muse
2040 gsave
2041 1 setlinewidth
2042 0 0 0 edgecolor
2043 newpath 1362.81 1101.57 moveto
2044 1324.82 1128.36 1240.29 1187.95 1201.87 1215.04 curveto
2045 stroke
2046 grestore
2047 % mutt
2048 gsave
2049 1 setlinewidth
2050 0 0 0 nodecolor
2051 1173.23 1125.72 27.1 18 ellipse_path stroke
2052 0 0 0 nodecolor
2053 14 /Times-Roman set_font
2054 1160.23 1122.02 moveto 26 (mutt) alignedtext
2055 grestore
2056 % must--mutt
2057 gsave
2058 1 setlinewidth
2059 0 0 0 edgecolor
2060 newpath 1354.25 1093.07 moveto
2061 1313.88 1100.35 1239.42 1113.78 1199.74 1120.93 curveto
2062 stroke
2063 grestore
2064 % must--mush
2065 gsave
2066 1 setlinewidth
2067 0 0 0 edgecolor
2068 newpath 1402.9 1100.61 moveto
2069 1447.45 1127.29 1551.23 1189.44 1596.33 1216.45 curveto
2070 stroke
2071 grestore
2072 % must--rust
2073 gsave
2074 1 setlinewidth
2075 0 0 0 edgecolor
2076 newpath 1369.1 1071.53 moveto
2077 1334.73 1027.38 1241.1 907.1 1207.2 863.55 curveto
2078 stroke
2079 grestore
2080 % must--lust
2081 gsave
2082 1 setlinewidth
2083 0 0 0 edgecolor
2084 newpath 1392 1071.09 moveto
2085 1415.91 1030.64 1476 928.97 1499.86 888.6 curveto
2086 stroke
2087 grestore
2088 % must--oust
2089 gsave
2090 1 setlinewidth
2091 0 0 0 edgecolor
2092 newpath 1378.09 1069.97 moveto
2093 1371.92 1041.14 1359.91 985.08 1353.73 956.21 curveto
2094 stroke
2095 grestore
2096 % must--dust
2097 gsave
2098 1 setlinewidth
2099 0 0 0 edgecolor
2100 newpath 1382.92 1069.75 moveto
2101 1385.37 1022.77 1391.87 898.37 1394.31 851.57 curveto
2102 stroke
2103 grestore
2104 % most
2105 gsave
2106 1 setlinewidth
2107 0 0 0 nodecolor
2108 1150.07 1055.31 28.7 18 ellipse_path stroke
2109 0 0 0 nodecolor
2110 14 /Times-Roman set_font
2111 1136.07 1051.61 moveto 28 (most) alignedtext
2112 grestore
2113 % must--most
2114 gsave
2115 1 setlinewidth
2116 0 0 0 edgecolor
2117 newpath 1353.99 1084.11 moveto
2118 1309.42 1077.82 1222.77 1065.58 1178.14 1059.28 curveto
2119 stroke
2120 grestore
2121 % rule
2122 gsave
2123 1 setlinewidth
2124 0 0 0 nodecolor
2125 523.42 1073.64 27 18 ellipse_path stroke
2126 0 0 0 nodecolor
2127 14 /Times-Roman set_font
2128 512.42 1069.94 moveto 22 (rule) alignedtext
2129 grestore
2130 % rude
2131 gsave
2132 1 setlinewidth
2133 0 0 0 nodecolor
2134 409.34 1039.69 27 18 ellipse_path stroke
2135 0 0 0 nodecolor
2136 14 /Times-Roman set_font
2137 396.84 1035.99 moveto 25 (rude) alignedtext
2138 grestore
2139 % rule--rude
2140 gsave
2141 1 setlinewidth
2142 0 0 0 edgecolor
2143 newpath 498.67 1066.28 moveto
2144 479.53 1060.58 453.17 1052.74 434.05 1047.04 curveto
2145 stroke
2146 grestore
2147 % rule--ruse
2148 gsave
2149 1 setlinewidth
2150 0 0 0 edgecolor
2151 newpath 549.98 1077.45 moveto
2152 602.93 1085.03 721.07 1101.95 773.96 1109.52 curveto
2153 stroke
2154 grestore
2155 % yule
2156 gsave
2157 1 setlinewidth
2158 0 0 0 nodecolor
2159 282.27 1088.51 27 18 ellipse_path stroke
2160 0 0 0 nodecolor
2161 14 /Times-Roman set_font
2162 270.27 1084.81 moveto 24 (yule) alignedtext
2163 grestore
2164 % rule--yule
2165 gsave
2166 1 setlinewidth
2167 0 0 0 edgecolor
2168 newpath 496.22 1075.32 moveto
2169 449.79 1078.18 355.73 1083.98 309.37 1086.84 curveto
2170 stroke
2171 grestore
2172 % rube
2173 gsave
2174 1 setlinewidth
2175 0 0 0 nodecolor
2176 329.91 938.77 27 18 ellipse_path stroke
2177 0 0 0 nodecolor
2178 14 /Times-Roman set_font
2179 317.41 935.07 moveto 25 (rube) alignedtext
2180 grestore
2181 % rule--rube
2182 gsave
2183 1 setlinewidth
2184 0 0 0 edgecolor
2185 newpath 504.51 1060.47 moveto
2186 467.42 1034.62 385.53 977.54 348.61 951.81 curveto
2187 stroke
2188 grestore
2189 % rule--rile
2190 gsave
2191 1 setlinewidth
2192 0 0 0 edgecolor
2193 newpath 496.94 1069.45 moveto
2194 453.2 1062.52 366.38 1048.76 322.75 1041.84 curveto
2195 stroke
2196 grestore
2197 % role
2198 gsave
2199 1 setlinewidth
2200 0 0 0 nodecolor
2201 426.01 1310.63 27 18 ellipse_path stroke
2202 0 0 0 nodecolor
2203 14 /Times-Roman set_font
2204 415.01 1306.93 moveto 22 (role) alignedtext
2205 grestore
2206 % rule--role
2207 gsave
2208 1 setlinewidth
2209 0 0 0 edgecolor
2210 newpath 516.26 1091.07 moveto
2211 498.24 1134.9 451.21 1249.32 433.18 1293.18 curveto
2212 stroke
2213 grestore
2214 % mule
2215 gsave
2216 1 setlinewidth
2217 0 0 0 nodecolor
2218 829.32 1171.8 28.7 18 ellipse_path stroke
2219 0 0 0 nodecolor
2220 14 /Times-Roman set_font
2221 815.32 1168.1 moveto 28 (mule) alignedtext
2222 grestore
2223 % rule--mule
2224 gsave
2225 1 setlinewidth
2226 0 0 0 edgecolor
2227 newpath 547.94 1081.51 moveto
2228 604.93 1099.8 745.89 1145.03 803.83 1163.62 curveto
2229 stroke
2230 grestore
2231 % rude--ruse
2232 gsave
2233 1 setlinewidth
2234 0 0 0 edgecolor
2235 newpath 435.61 1044.64 moveto
2236 506.86 1058.05 703.17 1095 774.28 1108.39 curveto
2237 stroke
2238 grestore
2239 % nude
2240 gsave
2241 1 setlinewidth
2242 0 0 0 nodecolor
2243 140.1 981.58 27.9 18 ellipse_path stroke
2244 0 0 0 nodecolor
2245 14 /Times-Roman set_font
2246 126.6 977.88 moveto 27 (nude) alignedtext
2247 grestore
2248 % rude--nude
2249 gsave
2250 1 setlinewidth
2251 0 0 0 edgecolor
2252 newpath 383.52 1034.12 moveto
2253 332.32 1023.07 218.41 998.48 166.63 987.31 curveto
2254 stroke
2255 grestore
2256 % dude
2257 gsave
2258 1 setlinewidth
2259 0 0 0 nodecolor
2260 179.02 913.81 27.9 18 ellipse_path stroke
2261 0 0 0 nodecolor
2262 14 /Times-Roman set_font
2263 165.52 910.11 moveto 27 (dude) alignedtext
2264 grestore
2265 % rude--dude
2266 gsave
2267 1 setlinewidth
2268 0 0 0 edgecolor
2269 newpath 388.09 1028.07 moveto
2270 344.32 1004.15 244.57 949.63 200.56 925.58 curveto
2271 stroke
2272 grestore
2273 % mesh
2274 gsave
2275 1 setlinewidth
2276 0 0 0 nodecolor
2277 1860.68 1452.95 29.8 18 ellipse_path stroke
2278 0 0 0 nodecolor
2279 14 /Times-Roman set_font
2280 1845.68 1449.25 moveto 30 (mesh) alignedtext
2281 grestore
2282 % mesh--mush
2283 gsave
2284 1 setlinewidth
2285 0 0 0 edgecolor
2286 newpath 1843.99 1437.58 moveto
2287 1799.54 1396.64 1678.61 1285.27 1634.39 1244.55 curveto
2288 stroke
2289 grestore
2290 % mesh--mess
2291 gsave
2292 1 setlinewidth
2293 0 0 0 edgecolor
2294 newpath 1836.92 1464.3 moveto
2295 1799.43 1482.22 1727 1516.82 1689.95 1534.52 curveto
2296 stroke
2297 grestore
2298 % mush--muse
2299 gsave
2300 1 setlinewidth
2301 0 0 0 edgecolor
2302 newpath 1587.27 1229.34 moveto
2303 1507.07 1229.25 1291.71 1229.03 1212.21 1228.95 curveto
2304 stroke
2305 grestore
2306 % mush--gush
2307 gsave
2308 1 setlinewidth
2309 0 0 0 edgecolor
2310 newpath 1629.75 1246.11 moveto
2311 1636.67 1255.89 1645.37 1268.19 1652.26 1277.92 curveto
2312 stroke
2313 grestore
2314 % mush--push
2315 gsave
2316 1 setlinewidth
2317 0 0 0 edgecolor
2318 newpath 1611.93 1247.08 moveto
2319 1598.48 1287 1565.91 1383.6 1552.42 1423.61 curveto
2320 stroke
2321 grestore
2322 % mush--much
2323 gsave
2324 1 setlinewidth
2325 0 0 0 edgecolor
2326 newpath 1634.56 1214.18 moveto
2327 1689.4 1164.17 1863.96 1004.96 1919.12 954.65 curveto
2328 stroke
2329 grestore
2330 % fuss
2331 gsave
2332 1 setlinewidth
2333 0 0 0 nodecolor
2334 1234.12 1610.15 27 18 ellipse_path stroke
2335 0 0 0 nodecolor
2336 14 /Times-Roman set_font
2337 1223.12 1606.45 moveto 22 (fuss) alignedtext
2338 grestore
2339 % fuss--puss
2340 gsave
2341 1 setlinewidth
2342 0 0 0 edgecolor
2343 newpath 1241.94 1627.74 moveto
2344 1262 1672.87 1315.12 1792.36 1335.1 1837.32 curveto
2345 stroke
2346 grestore
2347 % fuss--buss
2348 gsave
2349 1 setlinewidth
2350 0 0 0 edgecolor
2351 newpath 1259.92 1616.4 moveto
2352 1313.17 1629.3 1434.74 1658.75 1487.94 1671.63 curveto
2353 stroke
2354 grestore
2355 % fuss--muss
2356 gsave
2357 1 setlinewidth
2358 0 0 0 edgecolor
2359 newpath 1252.3 1596.74 moveto
2360 1288.96 1569.72 1371.38 1508.97 1408.58 1481.55 curveto
2361 stroke
2362 grestore
2363 % fuse
2364 gsave
2365 1 setlinewidth
2366 0 0 0 nodecolor
2367 950.36 1422.08 27 18 ellipse_path stroke
2368 0 0 0 nodecolor
2369 14 /Times-Roman set_font
2370 938.86 1418.38 moveto 23 (fuse) alignedtext
2371 grestore
2372 % fuss--fuse
2373 gsave
2374 1 setlinewidth
2375 0 0 0 edgecolor
2376 newpath 1214.61 1597.22 moveto
2377 1162.65 1562.78 1021.32 1469.11 969.63 1434.85 curveto
2378 stroke
2379 grestore
2380 % rove
2381 gsave
2382 1 setlinewidth
2383 0 0 0 nodecolor
2384 248.39 1736.15 27 18 ellipse_path stroke
2385 0 0 0 nodecolor
2386 14 /Times-Roman set_font
2387 235.89 1732.45 moveto 25 (rove) alignedtext
2388 grestore
2389 % rove--rose
2390 gsave
2391 1 setlinewidth
2392 0 0 0 edgecolor
2393 newpath 263.02 1720.83 moveto
2394 301.21 1680.81 403.62 1573.52 441.8 1533.53 curveto
2395 stroke
2396 grestore
2397 % disk
2398 gsave
2399 1 setlinewidth
2400 0 0 0 nodecolor
2401 992.66 774.22 27 18 ellipse_path stroke
2402 0 0 0 nodecolor
2403 14 /Times-Roman set_font
2404 981.16 770.52 moveto 23 (disk) alignedtext
2405 grestore
2406 % disk--risk
2407 gsave
2408 1 setlinewidth
2409 0 0 0 edgecolor
2410 newpath 974.17 787.58 moveto
2411 926.75 821.84 801.18 912.55 753.94 946.68 curveto
2412 stroke
2413 grestore
2414 % disk--dusk
2415 gsave
2416 1 setlinewidth
2417 0 0 0 edgecolor
2418 newpath 1018.78 769.24 moveto
2419 1080.86 757.4 1236.68 727.68 1299.1 715.78 curveto
2420 stroke
2421 grestore
2422 % dusk--rusk
2423 gsave
2424 1 setlinewidth
2425 0 0 0 edgecolor
2426 newpath 1315.96 727.68 moveto
2427 1290.89 771.92 1223.67 890.54 1198.62 934.75 curveto
2428 stroke
2429 grestore
2430 % dusk--tusk
2431 gsave
2432 1 setlinewidth
2433 0 0 0 edgecolor
2434 newpath 1345.43 723.48 moveto
2435 1375.61 742.84 1432.66 779.43 1462.74 798.72 curveto
2436 stroke
2437 grestore
2438 % rune--runt
2439 gsave
2440 1 setlinewidth
2441 0 0 0 edgecolor
2442 newpath 568.5 794.92 moveto
2443 617.08 754.55 754.75 640.15 803.17 599.93 curveto
2444 stroke
2445 grestore
2446 % rune--runs
2447 gsave
2448 1 setlinewidth
2449 0 0 0 edgecolor
2450 newpath 553.09 790.9 moveto
2451 557.55 746.35 568.89 632.82 573.31 588.54 curveto
2452 stroke
2453 grestore
2454 % rune--rule
2455 gsave
2456 1 setlinewidth
2457 0 0 0 edgecolor
2458 newpath 549.35 827.42 moveto
2459 544.26 875.72 530.45 1006.9 525.35 1055.34 curveto
2460 stroke
2461 grestore
2462 % rune--rude
2463 gsave
2464 1 setlinewidth
2465 0 0 0 edgecolor
2466 newpath 540.83 826.19 moveto
2467 514.52 868.91 445.72 980.62 419.6 1023.03 curveto
2468 stroke
2469 grestore
2470 % rune--ruse
2471 gsave
2472 1 setlinewidth
2473 0 0 0 edgecolor
2474 newpath 564.31 825.16 moveto
2475 607.27 877.59 744.01 1044.46 787.22 1097.19 curveto
2476 stroke
2477 grestore
2478 % tune
2479 gsave
2480 1 setlinewidth
2481 0 0 0 nodecolor
2482 373.18 597.51 27 18 ellipse_path stroke
2483 0 0 0 nodecolor
2484 14 /Times-Roman set_font
2485 361.18 593.81 moveto 24 (tune) alignedtext
2486 grestore
2487 % rune--tune
2488 gsave
2489 1 setlinewidth
2490 0 0 0 edgecolor
2491 newpath 537.88 793.33 moveto
2492 504.79 753.99 419.47 652.54 386.48 613.32 curveto
2493 stroke
2494 grestore
2495 % rune--rube
2496 gsave
2497 1 setlinewidth
2498 0 0 0 edgecolor
2499 newpath 530.83 821.2 moveto
2500 488.67 845.87 392.42 902.2 350.29 926.85 curveto
2501 stroke
2502 grestore
2503 % dune
2504 gsave
2505 1 setlinewidth
2506 0 0 0 nodecolor
2507 330.54 645.37 27.9 18 ellipse_path stroke
2508 0 0 0 nodecolor
2509 14 /Times-Roman set_font
2510 317.04 641.67 moveto 27 (dune) alignedtext
2511 grestore
2512 % rune--dune
2513 gsave
2514 1 setlinewidth
2515 0 0 0 edgecolor
2516 newpath 533.2 795.83 moveto
2517 491.91 765.18 390.98 690.24 349.16 659.19 curveto
2518 stroke
2519 grestore
2520 % ruse--muse
2521 gsave
2522 1 setlinewidth
2523 0 0 0 edgecolor
2524 newpath 825.19 1120.81 moveto
2525 893.59 1141.52 1084.79 1199.42 1155.47 1220.83 curveto
2526 stroke
2527 grestore
2528 % ruse--rose
2529 gsave
2530 1 setlinewidth
2531 0 0 0 edgecolor
2532 newpath 786.95 1129.19 moveto
2533 731.92 1193.96 524.67 1437.89 469.81 1502.46 curveto
2534 stroke
2535 grestore
2536 % gasp
2537 gsave
2538 1 setlinewidth
2539 0 0 0 nodecolor
2540 2330.5 1379.82 27 18 ellipse_path stroke
2541 0 0 0 nodecolor
2542 14 /Times-Roman set_font
2543 2318 1376.12 moveto 25 (gasp) alignedtext
2544 grestore
2545 % gasp--rasp
2546 gsave
2547 1 setlinewidth
2548 0 0 0 edgecolor
2549 newpath 2335.15 1361.95 moveto
2550 2343.52 1329.8 2361.01 1262.58 2369.35 1230.52 curveto
2551 stroke
2552 grestore
2553 % gasp--gash
2554 gsave
2555 1 setlinewidth
2556 0 0 0 edgecolor
2557 newpath 2303.35 1379.13 moveto
2558 2247.32 1377.71 2119.42 1374.45 2063.44 1373.03 curveto
2559 stroke
2560 grestore
2561 % ride--rude
2562 gsave
2563 1 setlinewidth
2564 0 0 0 edgecolor
2565 newpath 204.32 1078.59 moveto
2566 248.7 1070.17 338.47 1053.14 383.02 1044.69 curveto
2567 stroke
2568 grestore
2569 % rust--rusk
2570 gsave
2571 1 setlinewidth
2572 0 0 0 edgecolor
2573 newpath 1193.74 865.67 moveto
2574 1192.7 884.67 1191.07 914.34 1190.03 933.4 curveto
2575 stroke
2576 grestore
2577 % rust--ruse
2578 gsave
2579 1 setlinewidth
2580 0 0 0 edgecolor
2581 newpath 1175.71 860.35 moveto
2582 1109.1 905.25 886.75 1055.13 819.72 1100.31 curveto
2583 stroke
2584 grestore
2585 % rust--lust
2586 gsave
2587 1 setlinewidth
2588 0 0 0 edgecolor
2589 newpath 1221.6 849.59 moveto
2590 1280.98 854.15 1422.87 865.03 1482.61 869.61 curveto
2591 stroke
2592 grestore
2593 % mash--mask
2594 gsave
2595 1 setlinewidth
2596 0 0 0 edgecolor
2597 newpath 1961.16 1289.32 moveto
2598 1925.32 1252.34 1836.3 1160.47 1800.65 1123.69 curveto
2599 stroke
2600 grestore
2601 % mash--rash
2602 gsave
2603 1 setlinewidth
2604 0 0 0 edgecolor
2605 newpath 1983.3 1287.43 moveto
2606 1985.64 1281.4 1988.24 1274.66 1990.57 1268.64 curveto
2607 stroke
2608 grestore
2609 % mash--mass
2610 gsave
2611 1 setlinewidth
2612 0 0 0 edgecolor
2613 newpath 1954.13 1317.28 moveto
2614 1907.9 1342.46 1802.25 1400.02 1756.38 1425.01 curveto
2615 stroke
2616 grestore
2617 % mash--mesh
2618 gsave
2619 1 setlinewidth
2620 0 0 0 edgecolor
2621 newpath 1963.63 1321.49 moveto
2622 1941.37 1349.91 1895.87 1408.02 1873.57 1436.49 curveto
2623 stroke
2624 grestore
2625 % mash--mush
2626 gsave
2627 1 setlinewidth
2628 0 0 0 edgecolor
2629 newpath 1948.03 1299.1 moveto
2630 1881.11 1284.97 1714.25 1249.72 1646.84 1235.48 curveto
2631 stroke
2632 grestore
2633 % mash--bash
2634 gsave
2635 1 setlinewidth
2636 0 0 0 edgecolor
2637 newpath 1983.23 1322.92 moveto
2638 1993.52 1349.96 2012.96 1401.09 2023.22 1428.05 curveto
2639 stroke
2640 grestore
2641 % mash--cash
2642 gsave
2643 1 setlinewidth
2644 0 0 0 edgecolor
2645 newpath 2004.46 1311.54 moveto
2646 2060.98 1324.51 2188 1353.67 2242.65 1366.22 curveto
2647 stroke
2648 grestore
2649 % mash--hash
2650 gsave
2651 1 setlinewidth
2652 0 0 0 edgecolor
2653 newpath 2000.13 1293.72 moveto
2654 2032.07 1278.35 2088.55 1251.17 2119.63 1236.21 curveto
2655 stroke
2656 grestore
2657 % mash--dash
2658 gsave
2659 1 setlinewidth
2660 0 0 0 edgecolor
2661 newpath 2004.53 1311.9 moveto
2662 2047.22 1322.23 2127.83 1341.75 2169 1351.71 curveto
2663 stroke
2664 grestore
2665 % math
2666 gsave
2667 1 setlinewidth
2668 0 0 0 nodecolor
2669 2206.9 1457.01 28.7 18 ellipse_path stroke
2670 0 0 0 nodecolor
2671 14 /Times-Roman set_font
2672 2192.9 1453.31 moveto 28 (math) alignedtext
2673 grestore
2674 % mash--math
2675 gsave
2676 1 setlinewidth
2677 0 0 0 edgecolor
2678 newpath 1996.91 1318.59 moveto
2679 2040.75 1347.49 2143.32 1415.1 2186.83 1443.78 curveto
2680 stroke
2681 grestore
2682 % mash--sash
2683 gsave
2684 1 setlinewidth
2685 0 0 0 edgecolor
2686 newpath 2006.48 1306.11 moveto
2687 2047.32 1307.47 2119.8 1309.89 2159 1311.19 curveto
2688 stroke
2689 grestore
2690 % bash--rash
2691 gsave
2692 1 setlinewidth
2693 0 0 0 edgecolor
2694 newpath 2026.93 1427.76 moveto
2695 2020.72 1390.68 2006.56 1306.06 2000.36 1269.02 curveto
2696 stroke
2697 grestore
2698 % bash--bush
2699 gsave
2700 1 setlinewidth
2701 0 0 0 edgecolor
2702 newpath 2003.58 1441.23 moveto
2703 1932.18 1429.07 1735.59 1395.6 1664.02 1383.42 curveto
2704 stroke
2705 grestore
2706 % bash--bosh
2707 gsave
2708 1 setlinewidth
2709 0 0 0 edgecolor
2710 newpath 2015.26 1461.04 moveto
2711 1973.98 1504.14 1857.19 1626.07 1815.7 1669.39 curveto
2712 stroke
2713 grestore
2714 % bash--cash
2715 gsave
2716 1 setlinewidth
2717 0 0 0 edgecolor
2718 newpath 2054.56 1438.12 moveto
2719 2100.27 1424.02 2197.73 1393.96 2243.61 1379.81 curveto
2720 stroke
2721 grestore
2722 % bash--hash
2723 gsave
2724 1 setlinewidth
2725 0 0 0 edgecolor
2726 newpath 2038.7 1428.45 moveto
2727 2059.59 1387.3 2112.1 1283.86 2132.95 1242.8 curveto
2728 stroke
2729 grestore
2730 % bath
2731 gsave
2732 1 setlinewidth
2733 0 0 0 nodecolor
2734 2219.13 1664.14 27 18 ellipse_path stroke
2735 0 0 0 nodecolor
2736 14 /Times-Roman set_font
2737 2207.13 1660.44 moveto 24 (bath) alignedtext
2738 grestore
2739 % bash--bath
2740 gsave
2741 1 setlinewidth
2742 0 0 0 edgecolor
2743 newpath 2043.54 1461.43 moveto
2744 2078.36 1501.63 2170.42 1607.92 2205.39 1648.28 curveto
2745 stroke
2746 grestore
2747 % bash--dash
2748 gsave
2749 1 setlinewidth
2750 0 0 0 edgecolor
2751 newpath 2051.12 1434.42 moveto
2752 2082.74 1417.56 2141.91 1386 2173.48 1369.16 curveto
2753 stroke
2754 grestore
2755 % bass
2756 gsave
2757 1 setlinewidth
2758 0 0 0 nodecolor
2759 1834.25 1640.83 27 18 ellipse_path stroke
2760 0 0 0 nodecolor
2761 14 /Times-Roman set_font
2762 1822.25 1637.13 moveto 24 (bass) alignedtext
2763 grestore
2764 % bash--bass
2765 gsave
2766 1 setlinewidth
2767 0 0 0 edgecolor
2768 newpath 2014.91 1460.7 moveto
2769 1978.48 1497.02 1885.81 1589.42 1849.34 1625.79 curveto
2770 stroke
2771 grestore
2772 % bash--sash
2773 gsave
2774 1 setlinewidth
2775 0 0 0 edgecolor
2776 newpath 2046.63 1431.42 moveto
2777 2076.51 1405.83 2138.79 1352.5 2168.92 1326.69 curveto
2778 stroke
2779 grestore
2780 % base
2781 gsave
2782 1 setlinewidth
2783 0 0 0 nodecolor
2784 2274.75 1620.16 27 18 ellipse_path stroke
2785 0 0 0 nodecolor
2786 14 /Times-Roman set_font
2787 2262.25 1616.46 moveto 25 (base) alignedtext
2788 grestore
2789 % bash--base
2790 gsave
2791 1 setlinewidth
2792 0 0 0 edgecolor
2793 newpath 2048.74 1459.12 moveto
2794 2094.42 1491.67 2210.82 1574.61 2256.22 1606.96 curveto
2795 stroke
2796 grestore
2797 % just
2798 gsave
2799 1 setlinewidth
2800 0 0 0 nodecolor
2801 1333.32 855.67 27 18 ellipse_path stroke
2802 0 0 0 nodecolor
2803 14 /Times-Roman set_font
2804 1323.32 851.97 moveto 20 (just) alignedtext
2805 grestore
2806 % just--gust
2807 gsave
2808 1 setlinewidth
2809 0 0 0 edgecolor
2810 newpath 1349.68 870.17 moveto
2811 1376.71 894.12 1430.35 941.67 1457.31 965.56 curveto
2812 stroke
2813 grestore
2814 % just--must
2815 gsave
2816 1 setlinewidth
2817 0 0 0 edgecolor
2818 newpath 1337.05 873.52 moveto
2819 1346.11 916.78 1369.15 1026.84 1378.22 1070.16 curveto
2820 stroke
2821 grestore
2822 % just--rust
2823 gsave
2824 1 setlinewidth
2825 0 0 0 edgecolor
2826 newpath 1306.27 854.08 moveto
2827 1281.85 852.65 1246.11 850.55 1221.71 849.12 curveto
2828 stroke
2829 grestore
2830 % just--bust
2831 gsave
2832 1 setlinewidth
2833 0 0 0 edgecolor
2834 newpath 1336.33 873.81 moveto
2835 1344.65 923.89 1367.87 1063.72 1376.2 1113.88 curveto
2836 stroke
2837 grestore
2838 % just--lust
2839 gsave
2840 1 setlinewidth
2841 0 0 0 edgecolor
2842 newpath 1360.13 858.11 moveto
2843 1393.41 861.13 1449.82 866.25 1483.08 869.27 curveto
2844 stroke
2845 grestore
2846 % just--oust
2847 gsave
2848 1 setlinewidth
2849 0 0 0 edgecolor
2850 newpath 1336.9 873.55 moveto
2851 1339.66 887.27 1343.44 906.14 1346.21 919.92 curveto
2852 stroke
2853 grestore
2854 % just--dust
2855 gsave
2856 1 setlinewidth
2857 0 0 0 edgecolor
2858 newpath 1357.09 847.13 moveto
2859 1361.73 845.47 1366.6 843.72 1371.24 842.05 curveto
2860 stroke
2861 grestore
2862 % jest
2863 gsave
2864 1 setlinewidth
2865 0 0 0 nodecolor
2866 1236.44 553.91 27 18 ellipse_path stroke
2867 0 0 0 nodecolor
2868 14 /Times-Roman set_font
2869 1226.94 550.21 moveto 19 (jest) alignedtext
2870 grestore
2871 % just--jest
2872 gsave
2873 1 setlinewidth
2874 0 0 0 edgecolor
2875 newpath 1327.55 837.7 moveto
2876 1310.32 784.03 1259.37 625.34 1242.18 571.79 curveto
2877 stroke
2878 grestore
2879 % fuse--muse
2880 gsave
2881 1 setlinewidth
2882 0 0 0 edgecolor
2883 newpath 967.41 1407.88 moveto
2884 1010.07 1372.33 1121.13 1279.8 1164.48 1243.67 curveto
2885 stroke
2886 grestore
2887 % fuse--ruse
2888 gsave
2889 1 setlinewidth
2890 0 0 0 edgecolor
2891 newpath 941.87 1404.6 moveto
2892 915.48 1350.25 835.09 1184.69 808.83 1130.61 curveto
2893 stroke
2894 grestore
2895 % fume
2896 gsave
2897 1 setlinewidth
2898 0 0 0 nodecolor
2899 790.37 1627.22 29.5 18 ellipse_path stroke
2900 0 0 0 nodecolor
2901 14 /Times-Roman set_font
2902 775.87 1623.52 moveto 29 (fume) alignedtext
2903 grestore
2904 % fuse--fume
2905 gsave
2906 1 setlinewidth
2907 0 0 0 edgecolor
2908 newpath 937.81 1438.18 moveto
2909 907.98 1476.43 833.09 1572.45 803.09 1610.91 curveto
2910 stroke
2911 grestore
2912 % cash--hash
2913 gsave
2914 1 setlinewidth
2915 0 0 0 edgecolor
2916 newpath 2254.89 1356.46 moveto
2917 2230.62 1328.41 2180.01 1269.91 2155.53 1241.62 curveto
2918 stroke
2919 grestore
2920 % cash--dash
2921 gsave
2922 1 setlinewidth
2923 0 0 0 edgecolor
2924 newpath 2242.21 1367.08 moveto
2925 2235.24 1365.74 2227.72 1364.29 2220.75 1362.95 curveto
2926 stroke
2927 grestore
2928 % posy
2929 gsave
2930 1 setlinewidth
2931 0 0 0 nodecolor
2932 1570.39 2140.01 27.1 18 ellipse_path stroke
2933 0 0 0 nodecolor
2934 14 /Times-Roman set_font
2935 1557.39 2136.31 moveto 26 (posy) alignedtext
2936 grestore
2937 % posy--posh
2938 gsave
2939 1 setlinewidth
2940 0 0 0 edgecolor
2941 newpath 1566.66 2121.79 moveto
2942 1554.85 2064.07 1518.36 1885.69 1506.56 1828.05 curveto
2943 stroke
2944 grestore
2945 % cast
2946 gsave
2947 1 setlinewidth
2948 0 0 0 nodecolor
2949 2571.62 1405.88 27 18 ellipse_path stroke
2950 0 0 0 nodecolor
2951 14 /Times-Roman set_font
2952 2560.62 1402.18 moveto 22 (cast) alignedtext
2953 grestore
2954 % cast--cash
2955 gsave
2956 1 setlinewidth
2957 0 0 0 edgecolor
2958 newpath 2544.98 1402.92 moveto
2959 2487.62 1396.53 2352.96 1381.55 2295.36 1375.14 curveto
2960 stroke
2961 grestore
2962 % dash--hash
2963 gsave
2964 1 setlinewidth
2965 0 0 0 edgecolor
2966 newpath 2187.56 1340.33 moveto
2967 2177.44 1315.03 2158.87 1268.59 2148.73 1243.24 curveto
2968 stroke
2969 grestore
2970 % dish
2971 gsave
2972 1 setlinewidth
2973 0 0 0 nodecolor
2974 2455.77 1468.26 27 18 ellipse_path stroke
2975 0 0 0 nodecolor
2976 14 /Times-Roman set_font
2977 2444.27 1464.56 moveto 23 (dish) alignedtext
2978 grestore
2979 % dash--dish
2980 gsave
2981 1 setlinewidth
2982 0 0 0 edgecolor
2983 newpath 2217.77 1367.7 moveto
2984 2267.33 1388.64 2383.12 1437.56 2432.64 1458.49 curveto
2985 stroke
2986 grestore
2987 % rube--rude
2988 gsave
2989 1 setlinewidth
2990 0 0 0 edgecolor
2991 newpath 342.67 954.99 moveto
2992 357.5 973.82 381.8 1004.7 396.61 1023.52 curveto
2993 stroke
2994 grestore
2995 % rube--ruse
2996 gsave
2997 1 setlinewidth
2998 0 0 0 edgecolor
2999 newpath 353.57 947.55 moveto
3000 433.98 977.38 696.25 1074.67 776.73 1104.52 curveto
3001 stroke
3002 grestore
3003 % robe
3004 gsave
3005 1 setlinewidth
3006 0 0 0 nodecolor
3007 312.3 1250.54 27 18 ellipse_path stroke
3008 0 0 0 nodecolor
3009 14 /Times-Roman set_font
3010 299.8 1246.84 moveto 25 (robe) alignedtext
3011 grestore
3012 % rube--robe
3013 gsave
3014 1 setlinewidth
3015 0 0 0 edgecolor
3016 newpath 328.89 956.88 moveto
3017 325.78 1011.99 316.44 1177.22 313.32 1232.38 curveto
3018 stroke
3019 grestore
3020 % cube
3021 gsave
3022 1 setlinewidth
3023 0 0 0 nodecolor
3024 38.11 895.14 27.1 18 ellipse_path stroke
3025 0 0 0 nodecolor
3026 14 /Times-Roman set_font
3027 25.11 891.44 moveto 26 (cube) alignedtext
3028 grestore
3029 % rube--cube
3030 gsave
3031 1 setlinewidth
3032 0 0 0 edgecolor
3033 newpath 303.5 934.82 moveto
3034 248.23 926.56 120.87 907.51 65.1 899.17 curveto
3035 stroke
3036 grestore
3037 % lube
3038 gsave
3039 1 setlinewidth
3040 0 0 0 nodecolor
3041 122.21 728.42 27 18 ellipse_path stroke
3042 0 0 0 nodecolor
3043 14 /Times-Roman set_font
3044 110.21 724.72 moveto 24 (lube) alignedtext
3045 grestore
3046 % rube--lube
3047 gsave
3048 1 setlinewidth
3049 0 0 0 edgecolor
3050 newpath 314.98 923.65 moveto
3051 276.75 884.93 175.68 782.57 137.29 743.69 curveto
3052 stroke
3053 grestore
3054 % rubs
3055 gsave
3056 1 setlinewidth
3057 0 0 0 nodecolor
3058 52.95 841.8 27 18 ellipse_path stroke
3059 0 0 0 nodecolor
3060 14 /Times-Roman set_font
3061 40.95 838.1 moveto 24 (rubs) alignedtext
3062 grestore
3063 % rube--rubs
3064 gsave
3065 1 setlinewidth
3066 0 0 0 edgecolor
3067 newpath 305.82 930.34 moveto
3068 253.44 912 129.69 868.67 77.19 850.29 curveto
3069 stroke
3070 grestore
3071 % josh--bosh
3072 gsave
3073 1 setlinewidth
3074 0 0 0 edgecolor
3075 newpath 1738.08 1781.58 moveto
3076 1752 1760.14 1775.99 1723.18 1789.94 1701.7 curveto
3077 stroke
3078 grestore
3079 % bust--bush
3080 gsave
3081 1 setlinewidth
3082 0 0 0 edgecolor
3083 newpath 1394.99 1147.15 moveto
3084 1441.21 1191.32 1576 1320.12 1621.96 1364.04 curveto
3085 stroke
3086 grestore
3087 % bust--must
3088 gsave
3089 1 setlinewidth
3090 0 0 0 edgecolor
3091 newpath 1380.35 1113.93 moveto
3092 1380.51 1111.37 1380.68 1108.74 1380.84 1106.18 curveto
3093 stroke
3094 grestore
3095 % bust--rust
3096 gsave
3097 1 setlinewidth
3098 0 0 0 edgecolor
3099 newpath 1368.5 1115.56 moveto
3100 1335.9 1065.26 1238.12 914.46 1205.47 864.11 curveto
3101 stroke
3102 grestore
3103 % bust--lust
3104 gsave
3105 1 setlinewidth
3106 0 0 0 edgecolor
3107 newpath 1387.79 1115 moveto
3108 1411.46 1067.82 1477.54 936.1 1501.25 888.85 curveto
3109 stroke
3110 grestore
3111 % bust--oust
3112 gsave
3113 1 setlinewidth
3114 0 0 0 edgecolor
3115 newpath 1376.46 1113.83 moveto
3116 1370.84 1076.75 1358.17 993.03 1352.58 956.11 curveto
3117 stroke
3118 grestore
3119 % bust--dust
3120 gsave
3121 1 setlinewidth
3122 0 0 0 edgecolor
3123 newpath 1380.2 1113.85 moveto
3124 1383.07 1060.4 1391.44 904.55 1394.29 851.41 curveto
3125 stroke
3126 grestore
3127 % bust--bunt
3128 gsave
3129 1 setlinewidth
3130 0 0 0 edgecolor
3131 newpath 1363.61 1117.17 moveto
3132 1312.09 1067.95 1147.83 911.02 1096.54 862.02 curveto
3133 stroke
3134 grestore
3135 % best
3136 gsave
3137 1 setlinewidth
3138 0 0 0 nodecolor
3139 1263.15 709.98 27 18 ellipse_path stroke
3140 0 0 0 nodecolor
3141 14 /Times-Roman set_font
3142 1252.15 706.28 moveto 22 (best) alignedtext
3143 grestore
3144 % bust--best
3145 gsave
3146 1 setlinewidth
3147 0 0 0 edgecolor
3148 newpath 1374.31 1114.22 moveto
3149 1355.36 1045.33 1287.18 797.39 1268.13 728.09 curveto
3150 stroke
3151 grestore
3152 % butt
3153 gsave
3154 1 setlinewidth
3155 0 0 0 nodecolor
3156 1235.58 1273.58 27 18 ellipse_path stroke
3157 0 0 0 nodecolor
3158 14 /Times-Roman set_font
3159 1224.58 1269.88 moveto 22 (butt) alignedtext
3160 grestore
3161 % bust--butt
3162 gsave
3163 1 setlinewidth
3164 0 0 0 edgecolor
3165 newpath 1363.85 1147.23 moveto
3166 1336.2 1174.46 1278.4 1231.39 1250.84 1258.55 curveto
3167 stroke
3168 grestore
3169 % mesa
3170 gsave
3171 1 setlinewidth
3172 0 0 0 nodecolor
3173 2063.84 1651.39 29.5 18 ellipse_path stroke
3174 0 0 0 nodecolor
3175 14 /Times-Roman set_font
3176 2049.34 1647.69 moveto 29 (mesa) alignedtext
3177 grestore
3178 % mesa--mesh
3179 gsave
3180 1 setlinewidth
3181 0 0 0 edgecolor
3182 newpath 2048.23 1636.15 moveto
3183 2010.51 1599.3 1914.68 1505.69 1876.62 1468.51 curveto
3184 stroke
3185 grestore
3186 % gash--rash
3187 gsave
3188 1 setlinewidth
3189 0 0 0 edgecolor
3190 newpath 2030.69 1354.71 moveto
3191 2023.3 1331.72 2010.44 1291.75 2003.04 1268.75 curveto
3192 stroke
3193 grestore
3194 % gash--gosh
3195 gsave
3196 1 setlinewidth
3197 0 0 0 edgecolor
3198 newpath 2019.31 1386.73 moveto
3199 1971.22 1427.3 1834.97 1542.24 1787.06 1582.66 curveto
3200 stroke
3201 grestore
3202 % gash--gush
3203 gsave
3204 1 setlinewidth
3205 0 0 0 edgecolor
3206 newpath 2010.47 1366.92 moveto
3207 1942.34 1352.66 1758.62 1314.2 1690.12 1299.87 curveto
3208 stroke
3209 grestore
3210 % gash--mash
3211 gsave
3212 1 setlinewidth
3213 0 0 0 edgecolor
3214 newpath 2022.47 1356.75 moveto
3215 2012.93 1346.04 2000.31 1331.87 1990.7 1321.08 curveto
3216 stroke
3217 grestore
3218 % gash--bash
3219 gsave
3220 1 setlinewidth
3221 0 0 0 edgecolor
3222 newpath 2034.78 1390.48 moveto
3223 2033.79 1401.77 2032.52 1416.24 2031.53 1427.53 curveto
3224 stroke
3225 grestore
3226 % gash--cash
3227 gsave
3228 1 setlinewidth
3229 0 0 0 edgecolor
3230 newpath 2063.44 1372.32 moveto
3231 2108.05 1372.28 2196.47 1372.21 2241.19 1372.17 curveto
3232 stroke
3233 grestore
3234 % gash--hash
3235 gsave
3236 1 setlinewidth
3237 0 0 0 edgecolor
3238 newpath 2048.04 1356.07 moveto
3239 2068.28 1327.87 2109.67 1270.2 2129.95 1241.94 curveto
3240 stroke
3241 grestore
3242 % gash--dash
3243 gsave
3244 1 setlinewidth
3245 0 0 0 edgecolor
3246 newpath 2063.21 1369.89 moveto
3247 2092.3 1367.23 2138.47 1363.02 2167.62 1360.36 curveto
3248 stroke
3249 grestore
3250 % gash--sash
3251 gsave
3252 1 setlinewidth
3253 0 0 0 edgecolor
3254 newpath 2059.74 1362.93 moveto
3255 2087.85 1351.61 2134.73 1332.73 2162.76 1321.44 curveto
3256 stroke
3257 grestore
3258 % wash
3259 gsave
3260 1 setlinewidth
3261 0 0 0 nodecolor
3262 2249.41 1286.18 28.7 18 ellipse_path stroke
3263 0 0 0 nodecolor
3264 14 /Times-Roman set_font
3265 2235.41 1282.48 moveto 28 (wash) alignedtext
3266 grestore
3267 % wash--lash
3268 gsave
3269 1 setlinewidth
3270 0 0 0 edgecolor
3271 newpath 2228.65 1273.75 moveto
3272 2195.4 1253.85 2130.59 1215.06 2097.63 1195.34 curveto
3273 stroke
3274 grestore
3275 % wash--rash
3276 gsave
3277 1 setlinewidth
3278 0 0 0 edgecolor
3279 newpath 2221.47 1282.29 moveto
3280 2172.51 1275.48 2071.86 1261.47 2023.9 1254.8 curveto
3281 stroke
3282 grestore
3283 % wash--mash
3284 gsave
3285 1 setlinewidth
3286 0 0 0 edgecolor
3287 newpath 2220.97 1288.15 moveto
3288 2169.08 1291.75 2059.53 1299.35 2006.49 1303.03 curveto
3289 stroke
3290 grestore
3291 % wash--bash
3292 gsave
3293 1 setlinewidth
3294 0 0 0 edgecolor
3295 newpath 2230.31 1300.06 moveto
3296 2188.49 1330.46 2089.27 1402.59 2048.21 1432.43 curveto
3297 stroke
3298 grestore
3299 % wash--cash
3300 gsave
3301 1 setlinewidth
3302 0 0 0 edgecolor
3303 newpath 2253.45 1304.41 moveto
3304 2256.7 1319.1 2261.25 1339.63 2264.49 1354.24 curveto
3305 stroke
3306 grestore
3307 % wash--hash
3308 gsave
3309 1 setlinewidth
3310 0 0 0 edgecolor
3311 newpath 2227.86 1274.06 moveto
3312 2208.83 1263.36 2181.25 1247.85 2162.45 1237.28 curveto
3313 stroke
3314 grestore
3315 % wash--dash
3316 gsave
3317 1 setlinewidth
3318 0 0 0 edgecolor
3319 newpath 2236.97 1302.45 moveto
3320 2228 1314.19 2215.94 1329.97 2206.98 1341.69 curveto
3321 stroke
3322 grestore
3323 % wash--gash
3324 gsave
3325 1 setlinewidth
3326 0 0 0 edgecolor
3327 newpath 2224.97 1296.06 moveto
3328 2183.55 1312.81 2100.1 1346.56 2059.55 1362.96 curveto
3329 stroke
3330 grestore
3331 % wash--sash
3332 gsave
3333 1 setlinewidth
3334 0 0 0 edgecolor
3335 newpath 2225.06 1296.12 moveto
3336 2219.89 1298.23 2214.44 1300.46 2209.31 1302.56 curveto
3337 stroke
3338 grestore
3339 % wish
3340 gsave
3341 1 setlinewidth
3342 0 0 0 nodecolor
3343 2555.33 1283.29 27.1 18 ellipse_path stroke
3344 0 0 0 nodecolor
3345 14 /Times-Roman set_font
3346 2542.33 1279.59 moveto 26 (wish) alignedtext
3347 grestore
3348 % wash--wish
3349 gsave
3350 1 setlinewidth
3351 0 0 0 edgecolor
3352 newpath 2278.19 1285.91 moveto
3353 2336.94 1285.35 2469.99 1284.09 2527.73 1283.55 curveto
3354 stroke
3355 grestore
3356 % robe--rose
3357 gsave
3358 1 setlinewidth
3359 0 0 0 edgecolor
3360 newpath 321.53 1267.7 moveto
3361 347.56 1316.04 421.32 1453.04 447.25 1501.21 curveto
3362 stroke
3363 grestore
3364 % role--rose
3365 gsave
3366 1 setlinewidth
3367 0 0 0 edgecolor
3368 newpath 428.65 1328.69 moveto
3369 434.4 1367.95 447.99 1460.7 453.75 1500.06 curveto
3370 stroke
3371 grestore
3372 % task
3373 gsave
3374 1 setlinewidth
3375 0 0 0 nodecolor
3376 1634.35 550.64 27 18 ellipse_path stroke
3377 0 0 0 nodecolor
3378 14 /Times-Roman set_font
3379 1623.35 546.94 moveto 22 (task) alignedtext
3380 grestore
3381 % task--tusk
3382 gsave
3383 1 setlinewidth
3384 0 0 0 edgecolor
3385 newpath 1624.38 567.74 moveto
3386 1596.79 615.1 1519.65 747.51 1492.26 794.53 curveto
3387 stroke
3388 grestore
3389 % tusk--rusk
3390 gsave
3391 1 setlinewidth
3392 0 0 0 edgecolor
3393 newpath 1460.4 821.91 moveto
3394 1406.02 847.91 1265.98 914.88 1211.34 941.01 curveto
3395 stroke
3396 grestore
3397 % rush
3398 gsave
3399 1 setlinewidth
3400 0 0 0 nodecolor
3401 1441.31 1163.83 27 18 ellipse_path stroke
3402 0 0 0 nodecolor
3403 14 /Times-Roman set_font
3404 1429.31 1160.13 moveto 24 (rush) alignedtext
3405 grestore
3406 % rush--rash
3407 gsave
3408 1 setlinewidth
3409 0 0 0 edgecolor
3410 newpath 1467.75 1167.98 moveto
3411 1561.53 1182.7 1877.55 1232.3 1971.08 1246.98 curveto
3412 stroke
3413 grestore
3414 % rush--bush
3415 gsave
3416 1 setlinewidth
3417 0 0 0 edgecolor
3418 newpath 1455.42 1179.29 moveto
3419 1491.54 1218.88 1587.01 1323.54 1623.28 1363.29 curveto
3420 stroke
3421 grestore
3422 % rush--tush
3423 gsave
3424 1 setlinewidth
3425 0 0 0 edgecolor
3426 newpath 1468.29 1161.16 moveto
3427 1491.83 1158.84 1525.79 1155.49 1549.31 1153.16 curveto
3428 stroke
3429 grestore
3430 % rush--gush
3431 gsave
3432 1 setlinewidth
3433 0 0 0 edgecolor
3434 newpath 1461.85 1175.87 moveto
3435 1504.26 1200.75 1601.05 1257.51 1643.41 1282.36 curveto
3436 stroke
3437 grestore
3438 % rush--push
3439 gsave
3440 1 setlinewidth
3441 0 0 0 edgecolor
3442 newpath 1448.04 1181.61 moveto
3443 1467.03 1231.75 1520.82 1373.83 1539.74 1423.79 curveto
3444 stroke
3445 grestore
3446 % rush--hush
3447 gsave
3448 1 setlinewidth
3449 0 0 0 edgecolor
3450 newpath 1468.53 1164.92 moveto
3451 1527.7 1167.3 1667.5 1172.91 1726.82 1175.29 curveto
3452 stroke
3453 grestore
3454 % rush--rusk
3455 gsave
3456 1 setlinewidth
3457 0 0 0 edgecolor
3458 newpath 1424.36 1149.58 moveto
3459 1378.4 1110.93 1251.77 1004.44 1205.9 965.87 curveto
3460 stroke
3461 grestore
3462 % rush--mush
3463 gsave
3464 1 setlinewidth
3465 0 0 0 edgecolor
3466 newpath 1465.12 1172.67 moveto
3467 1498.17 1184.93 1557.71 1207.03 1591.89 1219.71 curveto
3468 stroke
3469 grestore
3470 % rush--ruse
3471 gsave
3472 1 setlinewidth
3473 0 0 0 edgecolor
3474 newpath 1414.18 1161.69 moveto
3475 1309.47 1153.44 932.29 1123.71 827.57 1115.45 curveto
3476 stroke
3477 grestore
3478 % rush--rust
3479 gsave
3480 1 setlinewidth
3481 0 0 0 edgecolor
3482 newpath 1428.74 1147.71 moveto
3483 1386.44 1093.45 1249.53 917.83 1207.27 863.62 curveto
3484 stroke
3485 grestore
3486 % rush--lush
3487 gsave
3488 1 setlinewidth
3489 0 0 0 edgecolor
3490 newpath 1468.61 1163 moveto
3491 1516.82 1161.53 1616.5 1158.51 1664.69 1157.04 curveto
3492 stroke
3493 grestore
3494 % oust--rust
3495 gsave
3496 1 setlinewidth
3497 0 0 0 edgecolor
3498 newpath 1329.24 926.03 moveto
3499 1299.58 908.71 1245.13 876.94 1215.41 859.6 curveto
3500 stroke
3501 grestore
3502 % oust--lust
3503 gsave
3504 1 setlinewidth
3505 0 0 0 edgecolor
3506 newpath 1373.11 928.4 moveto
3507 1403.53 915.78 1456.51 893.82 1486.82 881.25 curveto
3508 stroke
3509 grestore
3510 % oust--dust
3511 gsave
3512 1 setlinewidth
3513 0 0 0 edgecolor
3514 newpath 1357.55 920.3 moveto
3515 1365.95 900.94 1379.31 870.16 1387.67 850.91 curveto
3516 stroke
3517 grestore
3518 % dust--dusk
3519 gsave
3520 1 setlinewidth
3521 0 0 0 edgecolor
3522 newpath 1385.57 816.36 moveto
3523 1372.25 792.92 1348.45 751.01 1335.17 727.65 curveto
3524 stroke
3525 grestore
3526 % dust--rust
3527 gsave
3528 1 setlinewidth
3529 0 0 0 edgecolor
3530 newpath 1368.21 835.32 moveto
3531 1329.84 838.02 1259.98 842.94 1221.66 845.64 curveto
3532 stroke
3533 grestore
3534 % dust--lust
3535 gsave
3536 1 setlinewidth
3537 0 0 0 edgecolor
3538 newpath 1419.56 841.54 moveto
3539 1439.01 848.03 1466.15 857.1 1485.59 863.59 curveto
3540 stroke
3541 grestore
3542 % duct
3543 gsave
3544 1 setlinewidth
3545 0 0 0 nodecolor
3546 1487.04 577.32 27 18 ellipse_path stroke
3547 0 0 0 nodecolor
3548 14 /Times-Roman set_font
3549 1475.04 573.62 moveto 24 (duct) alignedtext
3550 grestore
3551 % dust--duct
3552 gsave
3553 1 setlinewidth
3554 0 0 0 edgecolor
3555 newpath 1401.57 815.82 moveto
3556 1418.33 769.03 1463.87 641.97 1480.69 595.04 curveto
3557 stroke
3558 grestore
3559 % hath
3560 gsave
3561 1 setlinewidth
3562 0 0 0 nodecolor
3563 2425.54 1150.49 27 18 ellipse_path stroke
3564 0 0 0 nodecolor
3565 14 /Times-Roman set_font
3566 2413.54 1146.79 moveto 24 (hath) alignedtext
3567 grestore
3568 % hath--hash
3569 gsave
3570 1 setlinewidth
3571 0 0 0 edgecolor
3572 newpath 2400.35 1157.15 moveto
3573 2346.48 1171.41 2220.63 1204.71 2166.81 1218.95 curveto
3574 stroke
3575 grestore
3576 % mist
3577 gsave
3578 1 setlinewidth
3579 0 0 0 nodecolor
3580 1202.24 1009.15 27 18 ellipse_path stroke
3581 0 0 0 nodecolor
3582 14 /Times-Roman set_font
3583 1189.74 1005.45 moveto 25 (mist) alignedtext
3584 grestore
3585 % mist--must
3586 gsave
3587 1 setlinewidth
3588 0 0 0 edgecolor
3589 newpath 1225.01 1019.14 moveto
3590 1259.2 1034.16 1323.5 1062.4 1358.25 1077.65 curveto
3591 stroke
3592 grestore
3593 % rote
3594 gsave
3595 1 setlinewidth
3596 0 0 0 nodecolor
3597 379.64 1776.07 27 18 ellipse_path stroke
3598 0 0 0 nodecolor
3599 14 /Times-Roman set_font
3600 368.64 1772.37 moveto 22 (rote) alignedtext
3601 grestore
3602 % rote--rose
3603 gsave
3604 1 setlinewidth
3605 0 0 0 edgecolor
3606 newpath 384.92 1758.35 moveto
3607 398.94 1711.24 437.03 1583.32 451.1 1536.07 curveto
3608 stroke
3609 grestore
3610 % tube
3611 gsave
3612 1 setlinewidth
3613 0 0 0 nodecolor
3614 131.19 776.41 27 18 ellipse_path stroke
3615 0 0 0 nodecolor
3616 14 /Times-Roman set_font
3617 119.19 772.71 moveto 24 (tube) alignedtext
3618 grestore
3619 % tube--rube
3620 gsave
3621 1 setlinewidth
3622 0 0 0 edgecolor
3623 newpath 148.48 790.54 moveto
3624 186.16 821.32 275.3 894.15 312.81 924.8 curveto
3625 stroke
3626 grestore
3627 % case
3628 gsave
3629 1 setlinewidth
3630 0 0 0 nodecolor
3631 2530.07 1526.21 27 18 ellipse_path stroke
3632 0 0 0 nodecolor
3633 14 /Times-Roman set_font
3634 2518.07 1522.51 moveto 24 (case) alignedtext
3635 grestore
3636 % case--cash
3637 gsave
3638 1 setlinewidth
3639 0 0 0 edgecolor
3640 newpath 2509.55 1514.12 moveto
3641 2460.64 1485.32 2337.7 1412.92 2288.89 1384.18 curveto
3642 stroke
3643 grestore
3644 % boss
3645 gsave
3646 1 setlinewidth
3647 0 0 0 nodecolor
3648 1711.58 1851.78 27 18 ellipse_path stroke
3649 0 0 0 nodecolor
3650 14 /Times-Roman set_font
3651 1699.08 1848.08 moveto 25 (boss) alignedtext
3652 grestore
3653 % boss--buss
3654 gsave
3655 1 setlinewidth
3656 0 0 0 edgecolor
3657 newpath 1695.04 1837.25 moveto
3658 1657.7 1804.43 1567.19 1724.89 1530.03 1692.23 curveto
3659 stroke
3660 grestore
3661 % boss--bosh
3662 gsave
3663 1 setlinewidth
3664 0 0 0 edgecolor
3665 newpath 1720.79 1834.55 moveto
3666 1737.9 1802.57 1774.38 1734.38 1791.54 1702.28 curveto
3667 stroke
3668 grestore
3669 % rest
3670 gsave
3671 1 setlinewidth
3672 0 0 0 nodecolor
3673 1188.72 323.88 27 18 ellipse_path stroke
3674 0 0 0 nodecolor
3675 14 /Times-Roman set_font
3676 1178.72 320.18 moveto 20 (rest) alignedtext
3677 grestore
3678 % jest--rest
3679 gsave
3680 1 setlinewidth
3681 0 0 0 edgecolor
3682 newpath 1232.69 535.86 moveto
3683 1223.77 492.86 1201.35 384.76 1192.45 341.84 curveto
3684 stroke
3685 grestore
3686 % rest--rust
3687 gsave
3688 1 setlinewidth
3689 0 0 0 edgecolor
3690 newpath 1188.93 341.9 moveto
3691 1189.85 422.38 1193.59 748.44 1194.52 829.31 curveto
3692 stroke
3693 grestore
3694 % test
3695 gsave
3696 1 setlinewidth
3697 0 0 0 nodecolor
3698 1172.56 17.85 27 18 ellipse_path stroke
3699 0 0 0 nodecolor
3700 14 /Times-Roman set_font
3701 1163.06 14.15 moveto 19 (test) alignedtext
3702 grestore
3703 % rest--test
3704 gsave
3705 1 setlinewidth
3706 0 0 0 edgecolor
3707 newpath 1187.76 305.65 moveto
3708 1184.88 251.22 1176.38 90.28 1173.52 35.98 curveto
3709 stroke
3710 grestore
3711 % rest--rent
3712 gsave
3713 1 setlinewidth
3714 0 0 0 edgecolor
3715 newpath 1161.64 325.79 moveto
3716 1113.81 329.18 1014.94 336.17 967.14 339.55 curveto
3717 stroke
3718 grestore
3719 % rest--best
3720 gsave
3721 1 setlinewidth
3722 0 0 0 edgecolor
3723 newpath 1192.21 341.98 moveto
3724 1204.71 406.84 1247.18 627.12 1259.67 691.92 curveto
3725 stroke
3726 grestore
3727 % pest
3728 gsave
3729 1 setlinewidth
3730 0 0 0 nodecolor
3731 1247.95 73.17 27 18 ellipse_path stroke
3732 0 0 0 nodecolor
3733 14 /Times-Roman set_font
3734 1236.95 69.47 moveto 22 (pest) alignedtext
3735 grestore
3736 % rest--pest
3737 gsave
3738 1 setlinewidth
3739 0 0 0 edgecolor
3740 newpath 1192.98 305.85 moveto
3741 1203.91 259.59 1232.84 137.12 1243.73 91.04 curveto
3742 stroke
3743 grestore
3744 % fest
3745 gsave
3746 1 setlinewidth
3747 0 0 0 nodecolor
3748 1104.94 32 27 18 ellipse_path stroke
3749 0 0 0 nodecolor
3750 14 /Times-Roman set_font
3751 1094.94 28.3 moveto 20 (fest) alignedtext
3752 grestore
3753 % rest--fest
3754 gsave
3755 1 setlinewidth
3756 0 0 0 edgecolor
3757 newpath 1183.61 306.06 moveto
3758 1168.65 253.95 1125.1 102.24 1110.09 49.96 curveto
3759 stroke
3760 grestore
3761 % zest
3762 gsave
3763 1 setlinewidth
3764 0 0 0 nodecolor
3765 1038.76 85.83 27 18 ellipse_path stroke
3766 0 0 0 nodecolor
3767 14 /Times-Roman set_font
3768 1027.76 82.13 moveto 22 (zest) alignedtext
3769 grestore
3770 % rest--zest
3771 gsave
3772 1 setlinewidth
3773 0 0 0 edgecolor
3774 newpath 1178.18 307.14 moveto
3775 1150.64 263.43 1076.82 146.23 1049.3 102.55 curveto
3776 stroke
3777 grestore
3778 % vest
3779 gsave
3780 1 setlinewidth
3781 0 0 0 nodecolor
3782 1241.23 23.46 27 18 ellipse_path stroke
3783 0 0 0 nodecolor
3784 14 /Times-Roman set_font
3785 1230.23 19.76 moveto 22 (vest) alignedtext
3786 grestore
3787 % rest--vest
3788 gsave
3789 1 setlinewidth
3790 0 0 0 edgecolor
3791 newpath 1191.85 305.98 moveto
3792 1201.17 252.68 1228.67 95.32 1238.05 41.64 curveto
3793 stroke
3794 grestore
3795 % wasp
3796 gsave
3797 1 setlinewidth
3798 0 0 0 nodecolor
3799 2528.62 1214.86 28.7 18 ellipse_path stroke
3800 0 0 0 nodecolor
3801 14 /Times-Roman set_font
3802 2514.62 1211.16 moveto 28 (wasp) alignedtext
3803 grestore
3804 % wasp--rasp
3805 gsave
3806 1 setlinewidth
3807 0 0 0 edgecolor
3808 newpath 2499.89 1214.48 moveto
3809 2471.59 1214.09 2428.68 1213.51 2400.99 1213.14 curveto
3810 stroke
3811 grestore
3812 % wasp--wash
3813 gsave
3814 1 setlinewidth
3815 0 0 0 edgecolor
3816 newpath 2502.1 1221.64 moveto
3817 2448.87 1235.23 2329.57 1265.7 2276.16 1279.34 curveto
3818 stroke
3819 grestore
3820 % bast
3821 gsave
3822 1 setlinewidth
3823 0 0 0 nodecolor
3824 1775.99 1297.71 27 18 ellipse_path stroke
3825 0 0 0 nodecolor
3826 14 /Times-Roman set_font
3827 1764.99 1294.01 moveto 22 (bast) alignedtext
3828 grestore
3829 % bast--bash
3830 gsave
3831 1 setlinewidth
3832 0 0 0 edgecolor
3833 newpath 1796.34 1309.57 moveto
3834 1843.89 1337.29 1961.84 1406.03 2009.49 1433.8 curveto
3835 stroke
3836 grestore
3837 % bast--bust
3838 gsave
3839 1 setlinewidth
3840 0 0 0 edgecolor
3841 newpath 1752.94 1288.09 moveto
3842 1682.82 1258.82 1472.54 1171.04 1402.33 1141.73 curveto
3843 stroke
3844 grestore
3845 % cask
3846 gsave
3847 1 setlinewidth
3848 0 0 0 nodecolor
3849 2559.65 1466.92 27 18 ellipse_path stroke
3850 0 0 0 nodecolor
3851 14 /Times-Roman set_font
3852 2547.15 1463.22 moveto 25 (cask) alignedtext
3853 grestore
3854 % cask--cash
3855 gsave
3856 1 setlinewidth
3857 0 0 0 edgecolor
3858 newpath 2535.32 1459 moveto
3859 2480.51 1441.16 2347.86 1397.99 2292.92 1380.11 curveto
3860 stroke
3861 grestore
3862 % last--lust
3863 gsave
3864 1 setlinewidth
3865 0 0 0 edgecolor
3866 newpath 1820.55 959.68 moveto
3867 1758.41 942.08 1597.28 896.46 1534.97 878.81 curveto
3868 stroke
3869 grestore
3870 % rosy
3871 gsave
3872 1 setlinewidth
3873 0 0 0 nodecolor
3874 208.38 1688.24 27 18 ellipse_path stroke
3875 0 0 0 nodecolor
3876 14 /Times-Roman set_font
3877 196.38 1684.54 moveto 24 (rosy) alignedtext
3878 grestore
3879 % rosy--rose
3880 gsave
3881 1 setlinewidth
3882 0 0 0 edgecolor
3883 newpath 227.43 1675.18 moveto
3884 273.6 1643.53 391.06 1563.02 437.3 1531.33 curveto
3885 stroke
3886 grestore
3887 % duck
3888 gsave
3889 1 setlinewidth
3890 0 0 0 nodecolor
3891 1401.41 429.83 27.9 18 ellipse_path stroke
3892 0 0 0 nodecolor
3893 14 /Times-Roman set_font
3894 1387.91 426.13 moveto 27 (duck) alignedtext
3895 grestore
3896 % duck--dusk
3897 gsave
3898 1 setlinewidth
3899 0 0 0 edgecolor
3900 newpath 1396.55 447.83 moveto
3901 1382.85 498.57 1344.03 642.33 1330.38 692.89 curveto
3902 stroke
3903 grestore
3904 % rode
3905 gsave
3906 1 setlinewidth
3907 0 0 0 nodecolor
3908 337.86 1310.67 27 18 ellipse_path stroke
3909 0 0 0 nodecolor
3910 14 /Times-Roman set_font
3911 325.36 1306.97 moveto 25 (rode) alignedtext
3912 grestore
3913 % rode--rose
3914 gsave
3915 1 setlinewidth
3916 0 0 0 edgecolor
3917 newpath 347.56 1327.65 moveto
3918 369.84 1366.67 424.49 1462.33 446.74 1501.29 curveto
3919 stroke
3920 grestore
3921 % rode--rude
3922 gsave
3923 1 setlinewidth
3924 0 0 0 edgecolor
3925 newpath 342.55 1292.89 moveto
3926 355.5 1243.79 391.66 1106.71 404.63 1057.54 curveto
3927 stroke
3928 grestore
3929 % lest
3930 gsave
3931 1 setlinewidth
3932 0 0 0 nodecolor
3933 1367.37 547.32 27 18 ellipse_path stroke
3934 0 0 0 nodecolor
3935 14 /Times-Roman set_font
3936 1357.87 543.62 moveto 19 (lest) alignedtext
3937 grestore
3938 % lest--lust
3939 gsave
3940 1 setlinewidth
3941 0 0 0 edgecolor
3942 newpath 1375.04 564.76 moveto
3943 1399.77 621.09 1477.36 797.73 1502.15 854.17 curveto
3944 stroke
3945 grestore
3946 % lest--rest
3947 gsave
3948 1 setlinewidth
3949 0 0 0 edgecolor
3950 newpath 1354.53 531.25 moveto
3951 1321.56 490.03 1234.29 380.87 1201.45 339.8 curveto
3952 stroke
3953 grestore
3954 % bask
3955 gsave
3956 1 setlinewidth
3957 0 0 0 nodecolor
3958 2286.26 1573.26 27 18 ellipse_path stroke
3959 0 0 0 nodecolor
3960 14 /Times-Roman set_font
3961 2273.76 1569.56 moveto 25 (bask) alignedtext
3962 grestore
3963 % bask--bash
3964 gsave
3965 1 setlinewidth
3966 0 0 0 edgecolor
3967 newpath 2264.41 1562.39 moveto
3968 2215.98 1538.29 2100.11 1480.64 2051.74 1456.56 curveto
3969 stroke
3970 grestore
3971 % bass--buss
3972 gsave
3973 1 setlinewidth
3974 0 0 0 edgecolor
3975 newpath 1807.47 1643.92 moveto
3976 1747.13 1650.9 1601.09 1667.77 1540.61 1674.76 curveto
3977 stroke
3978 grestore
3979 % mast
3980 gsave
3981 1 setlinewidth
3982 0 0 0 nodecolor
3983 1690.91 1200.46 27.9 18 ellipse_path stroke
3984 0 0 0 nodecolor
3985 14 /Times-Roman set_font
3986 1677.41 1196.76 moveto 27 (mast) alignedtext
3987 grestore
3988 % mast--must
3989 gsave
3990 1 setlinewidth
3991 0 0 0 edgecolor
3992 newpath 1666.41 1191.55 moveto
3993 1608.75 1170.57 1464.98 1118.27 1406.9 1097.14 curveto
3994 stroke
3995 grestore
3996 % mast--mash
3997 gsave
3998 1 setlinewidth
3999 0 0 0 edgecolor
4000 newpath 1715.25 1209.38 moveto
4001 1768.66 1228.95 1895.71 1275.52 1950.54 1295.61 curveto
4002 stroke
4003 grestore
4004 % lush--bush
4005 gsave
4006 1 setlinewidth
4007 0 0 0 edgecolor
4008 newpath 1687.6 1174.06 moveto
4009 1677.41 1215.76 1652.12 1319.19 1641.91 1360.97 curveto
4010 stroke
4011 grestore
4012 % lush--tush
4013 gsave
4014 1 setlinewidth
4015 0 0 0 edgecolor
4016 newpath 1664.83 1154.88 moveto
4017 1646.26 1153.96 1621.74 1152.75 1603.21 1151.83 curveto
4018 stroke
4019 grestore
4020 % lush--gush
4021 gsave
4022 1 setlinewidth
4023 0 0 0 edgecolor
4024 newpath 1688.29 1174.28 moveto
4025 1682.92 1200.76 1672.95 1249.83 1667.57 1276.31 curveto
4026 stroke
4027 grestore
4028 % lush--push
4029 gsave
4030 1 setlinewidth
4031 0 0 0 edgecolor
4032 newpath 1683.08 1173.63 moveto
4033 1657.03 1224.67 1581.08 1373.5 1555.18 1424.24 curveto
4034 stroke
4035 grestore
4036 % lush--mush
4037 gsave
4038 1 setlinewidth
4039 0 0 0 edgecolor
4040 newpath 1676.62 1171.37 moveto
4041 1664.08 1183.76 1646.41 1201.21 1633.74 1213.73 curveto
4042 stroke
4043 grestore
4044 % lush--lust
4045 gsave
4046 1 setlinewidth
4047 0 0 0 edgecolor
4048 newpath 1681.11 1139.27 moveto
4049 1648.72 1088.67 1552.96 939.04 1520.64 888.56 curveto
4050 stroke
4051 grestore
4052 % wuss--buss
4053 gsave
4054 1 setlinewidth
4055 0 0 0 edgecolor
4056 newpath 1388.28 1714.44 moveto
4057 1416.36 1706.25 1460.75 1693.31 1488.49 1685.21 curveto
4058 stroke
4059 grestore
4060 % rick
4061 gsave
4062 1 setlinewidth
4063 0 0 0 nodecolor
4064 596.36 765.27 27 18 ellipse_path stroke
4065 0 0 0 nodecolor
4066 14 /Times-Roman set_font
4067 585.36 761.57 moveto 22 (rick) alignedtext
4068 grestore
4069 % rick--risk
4070 gsave
4071 1 setlinewidth
4072 0 0 0 edgecolor
4073 newpath 608 781.53 moveto
4074 634.21 818.17 697.65 906.83 723.93 943.56 curveto
4075 stroke
4076 grestore
4077 % rink
4078 gsave
4079 1 setlinewidth
4080 0 0 0 nodecolor
4081 519.76 868.46 27 18 ellipse_path stroke
4082 0 0 0 nodecolor
4083 14 /Times-Roman set_font
4084 508.76 864.76 moveto 22 (rink) alignedtext
4085 grestore
4086 % rink--risk
4087 gsave
4088 1 setlinewidth
4089 0 0 0 edgecolor
4090 newpath 542.86 878.25 moveto
4091 584.41 895.85 671.26 932.64 712.69 950.19 curveto
4092 stroke
4093 grestore
4094 % both
4095 gsave
4096 1 setlinewidth
4097 0 0 0 nodecolor
4098 1989.5 1912.75 27 18 ellipse_path stroke
4099 0 0 0 nodecolor
4100 14 /Times-Roman set_font
4101 1977 1909.05 moveto 25 (both) alignedtext
4102 grestore
4103 % both--bosh
4104 gsave
4105 1 setlinewidth
4106 0 0 0 edgecolor
4107 newpath 1976.23 1896.73 moveto
4108 1941.59 1854.89 1848.72 1742.72 1814.1 1700.9 curveto
4109 stroke
4110 grestore
4111 % such
4112 gsave
4113 1 setlinewidth
4114 0 0 0 nodecolor
4115 2135.04 728.09 27 18 ellipse_path stroke
4116 0 0 0 nodecolor
4117 14 /Times-Roman set_font
4118 2122.54 724.39 moveto 25 (such) alignedtext
4119 grestore
4120 % such--much
4121 gsave
4122 1 setlinewidth
4123 0 0 0 edgecolor
4124 newpath 2120.41 743.62 moveto
4125 2083.68 782.58 1987.95 884.14 1950.92 923.43 curveto
4126 stroke
4127 grestore
4128 % desk
4129 gsave
4130 1 setlinewidth
4131 0 0 0 nodecolor
4132 1260.99 446.83 27 18 ellipse_path stroke
4133 0 0 0 nodecolor
4134 14 /Times-Roman set_font
4135 1248.49 443.13 moveto 25 (desk) alignedtext
4136 grestore
4137 % desk--dusk
4138 gsave
4139 1 setlinewidth
4140 0 0 0 edgecolor
4141 newpath 1265.43 464.97 moveto
4142 1277.26 513.3 1309.42 644.75 1321.18 692.82 curveto
4143 stroke
4144 grestore
4145 % aunt
4146 gsave
4147 1 setlinewidth
4148 0 0 0 nodecolor
4149 622.81 398.17 27 18 ellipse_path stroke
4150 0 0 0 nodecolor
4151 14 /Times-Roman set_font
4152 610.81 394.47 moveto 24 (aunt) alignedtext
4153 grestore
4154 % aunt--runt
4155 gsave
4156 1 setlinewidth
4157 0 0 0 edgecolor
4158 newpath 638.63 413.21 moveto
4159 675.69 448.41 767.77 535.87 804.63 570.88 curveto
4160 stroke
4161 grestore
4162 % mule--muse
4163 gsave
4164 1 setlinewidth
4165 0 0 0 edgecolor
4166 newpath 857.31 1176.33 moveto
4167 923 1186.96 1086.55 1213.44 1153.21 1224.23 curveto
4168 stroke
4169 grestore
4170 % ruby
4171 gsave
4172 1 setlinewidth
4173 0 0 0 nodecolor
4174 69 791.01 27 18 ellipse_path stroke
4175 0 0 0 nodecolor
4176 14 /Times-Roman set_font
4177 56.5 787.31 moveto 25 (ruby) alignedtext
4178 grestore
4179 % ruby--rube
4180 gsave
4181 1 setlinewidth
4182 0 0 0 edgecolor
4183 newpath 89.91 802.86 moveto
4184 138.89 830.59 260.55 899.49 309.27 927.08 curveto
4185 stroke
4186 grestore
4187 % pooh
4188 gsave
4189 1 setlinewidth
4190 0 0 0 nodecolor
4191 1625.07 2095.91 28.7 18 ellipse_path stroke
4192 0 0 0 nodecolor
4193 14 /Times-Roman set_font
4194 1611.07 2092.21 moveto 28 (pooh) alignedtext
4195 grestore
4196 % pooh--posh
4197 gsave
4198 1 setlinewidth
4199 0 0 0 edgecolor
4200 newpath 1617.61 2078.44 moveto
4201 1595.79 2027.38 1532.26 1878.72 1510.37 1827.49 curveto
4202 stroke
4203 grestore
4204 % puts
4205 gsave
4206 1 setlinewidth
4207 0 0 0 nodecolor
4208 1360.18 2150.62 27 18 ellipse_path stroke
4209 0 0 0 nodecolor
4210 14 /Times-Roman set_font
4211 1348.68 2146.92 moveto 23 (puts) alignedtext
4212 grestore
4213 % puts--puss
4214 gsave
4215 1 setlinewidth
4216 0 0 0 edgecolor
4217 newpath 1359.13 2132.56 moveto
4218 1356.03 2079.74 1347.02 1925.95 1343.91 1872.95 curveto
4219 stroke
4220 grestore
4221 % buts
4222 gsave
4223 1 setlinewidth
4224 0 0 0 nodecolor
4225 1638.72 1960.98 27 18 ellipse_path stroke
4226 0 0 0 nodecolor
4227 14 /Times-Roman set_font
4228 1627.22 1957.28 moveto 23 (buts) alignedtext
4229 grestore
4230 % buts--buss
4231 gsave
4232 1 setlinewidth
4233 0 0 0 edgecolor
4234 newpath 1631.09 1943.7 moveto
4235 1608.77 1893.15 1543.77 1746 1521.37 1695.29 curveto
4236 stroke
4237 grestore
4238 % moss
4239 gsave
4240 1 setlinewidth
4241 0 0 0 nodecolor
4242 1370.5 1663 29.5 18 ellipse_path stroke
4243 0 0 0 nodecolor
4244 14 /Times-Roman set_font
4245 1356 1659.3 moveto 29 (moss) alignedtext
4246 grestore
4247 % moss--muss
4248 gsave
4249 1 setlinewidth
4250 0 0 0 edgecolor
4251 newpath 1375.75 1644.97 moveto
4252 1386.6 1607.76 1411.35 1522.82 1422.18 1485.65 curveto
4253 stroke
4254 grestore
4255 % list
4256 gsave
4257 1 setlinewidth
4258 0 0 0 nodecolor
4259 1632.37 631.58 27 18 ellipse_path stroke
4260 0 0 0 nodecolor
4261 14 /Times-Roman set_font
4262 1623.87 627.88 moveto 17 (list) alignedtext
4263 grestore
4264 % list--lust
4265 gsave
4266 1 setlinewidth
4267 0 0 0 edgecolor
4268 newpath 1623.56 648.85 moveto
4269 1600.95 693.15 1541.1 810.45 1518.58 854.59 curveto
4270 stroke
4271 grestore
4272 % sash--cash
4273 gsave
4274 1 setlinewidth
4275 0 0 0 edgecolor
4276 newpath 2204.28 1325.42 moveto
4277 2217.95 1335.37 2236.55 1348.91 2250.2 1358.86 curveto
4278 stroke
4279 grestore
4280 % sash--hash
4281 gsave
4282 1 setlinewidth
4283 0 0 0 edgecolor
4284 newpath 2177.22 1295 moveto
4285 2169.46 1279.84 2158.17 1257.81 2150.41 1242.66 curveto
4286 stroke
4287 grestore
4288 % sash--dash
4289 gsave
4290 1 setlinewidth
4291 0 0 0 edgecolor
4292 newpath 2189.38 1330.2 moveto
4293 2189.98 1333.4 2190.61 1336.73 2191.21 1339.93 curveto
4294 stroke
4295 grestore
4296 % mums
4297 gsave
4298 1 setlinewidth
4299 0 0 0 nodecolor
4300 1581.73 1643.37 33.29 18 ellipse_path stroke
4301 0 0 0 nodecolor
4302 14 /Times-Roman set_font
4303 1564.23 1639.67 moveto 35 (mums) alignedtext
4304 grestore
4305 % mums--muss
4306 gsave
4307 1 setlinewidth
4308 0 0 0 edgecolor
4309 newpath 1567.21 1626.84 moveto
4310 1537.58 1593.09 1470.47 1516.68 1441.34 1483.51 curveto
4311 stroke
4312 grestore
4313 % rope
4314 gsave
4315 1 setlinewidth
4316 0 0 0 nodecolor
4317 277.86 1690.76 27 18 ellipse_path stroke
4318 0 0 0 nodecolor
4319 14 /Times-Roman set_font
4320 265.36 1687.06 moveto 25 (rope) alignedtext
4321 grestore
4322 % rope--rose
4323 gsave
4324 1 setlinewidth
4325 0 0 0 edgecolor
4326 newpath 293.39 1675.75 moveto
4327 327.24 1643.04 407.34 1565.64 441.04 1533.08 curveto
4328 stroke
4329 grestore
4330 % fuze
4331 gsave
4332 1 setlinewidth
4333 0 0 0 nodecolor
4334 749.89 1565.64 27 18 ellipse_path stroke
4335 0 0 0 nodecolor
4336 14 /Times-Roman set_font
4337 737.89 1561.94 moveto 24 (fuze) alignedtext
4338 grestore
4339 % fuze--fuse
4340 gsave
4341 1 setlinewidth
4342 0 0 0 edgecolor
4343 newpath 768.39 1552.39 moveto
4344 806.58 1525.04 893.75 1462.62 931.91 1435.3 curveto
4345 stroke
4346 grestore
4347 % hasp
4348 gsave
4349 1 setlinewidth
4350 0 0 0 nodecolor
4351 2403.46 1097.39 27 18 ellipse_path stroke
4352 0 0 0 nodecolor
4353 14 /Times-Roman set_font
4354 2390.96 1093.69 moveto 25 (hasp) alignedtext
4355 grestore
4356 % hasp--rasp
4357 gsave
4358 1 setlinewidth
4359 0 0 0 edgecolor
4360 newpath 2398.85 1115.42 moveto
4361 2393.31 1137.09 2384.07 1173.25 2378.54 1194.87 curveto
4362 stroke
4363 grestore
4364 % hasp--hash
4365 gsave
4366 1 setlinewidth
4367 0 0 0 edgecolor
4368 newpath 2381.59 1108.1 moveto
4369 2332.31 1132.23 2213.06 1190.64 2163.67 1214.83 curveto
4370 stroke
4371 grestore
4372 % dunk
4373 gsave
4374 1 setlinewidth
4375 0 0 0 nodecolor
4376 1333.05 426.24 28.7 18 ellipse_path stroke
4377 0 0 0 nodecolor
4378 14 /Times-Roman set_font
4379 1319.05 422.54 moveto 28 (dunk) alignedtext
4380 grestore
4381 % dunk--dusk
4382 gsave
4383 1 setlinewidth
4384 0 0 0 edgecolor
4385 newpath 1332.57 444.47 moveto
4386 1331.22 495.86 1327.39 641.46 1326.04 692.66 curveto
4387 stroke
4388 grestore
4389 % ouch
4390 gsave
4391 1 setlinewidth
4392 0 0 0 nodecolor
4393 2178.19 778.18 27.9 18 ellipse_path stroke
4394 0 0 0 nodecolor
4395 14 /Times-Roman set_font
4396 2164.69 774.48 moveto 27 (ouch) alignedtext
4397 grestore
4398 % ouch--much
4399 gsave
4400 1 setlinewidth
4401 0 0 0 edgecolor
4402 newpath 2158.37 791.36 moveto
4403 2113.06 821.49 2002.32 895.15 1956.43 925.67 curveto
4404 stroke
4405 grestore
4406 % nest
4407 gsave
4408 1 setlinewidth
4409 0 0 0 nodecolor
4410 1173.75 69.15 27 18 ellipse_path stroke
4411 0 0 0 nodecolor
4412 14 /Times-Roman set_font
4413 1162.75 65.45 moveto 22 (nest) alignedtext
4414 grestore
4415 % nest--rest
4416 gsave
4417 1 setlinewidth
4418 0 0 0 edgecolor
4419 newpath 1174.83 87.47 moveto
4420 1177.59 134.47 1184.9 258.91 1187.65 305.72 curveto
4421 stroke
4422 grestore
4423 % lost
4424 gsave
4425 1 setlinewidth
4426 0 0 0 nodecolor
4427 1694.31 670.05 27 18 ellipse_path stroke
4428 0 0 0 nodecolor
4429 14 /Times-Roman set_font
4430 1684.31 666.35 moveto 20 (lost) alignedtext
4431 grestore
4432 % lost--lust
4433 gsave
4434 1 setlinewidth
4435 0 0 0 edgecolor
4436 newpath 1680.15 685.54 moveto
4437 1645.81 723.08 1558.45 818.57 1524.07 856.16 curveto
4438 stroke
4439 grestore
4440 % duet
4441 gsave
4442 1 setlinewidth
4443 0 0 0 nodecolor
4444 1424.83 591.42 27 18 ellipse_path stroke
4445 0 0 0 nodecolor
4446 14 /Times-Roman set_font
4447 1412.83 587.72 moveto 24 (duet) alignedtext
4448 grestore
4449 % duet--dust
4450 gsave
4451 1 setlinewidth
4452 0 0 0 edgecolor
4453 newpath 1422.61 609.6 moveto
4454 1417.12 654.56 1402.95 770.52 1397.47 815.35 curveto
4455 stroke
4456 grestore
4457 % sass
4458 gsave
4459 1 setlinewidth
4460 0 0 0 nodecolor
4461 2469.25 1334.96 27 18 ellipse_path stroke
4462 0 0 0 nodecolor
4463 14 /Times-Roman set_font
4464 2458.25 1331.26 moveto 22 (sass) alignedtext
4465 grestore
4466 % sass--sash
4467 gsave
4468 1 setlinewidth
4469 0 0 0 edgecolor
4470 newpath 2442.35 1332.79 moveto
4471 2388.35 1328.43 2267.31 1318.66 2213.11 1314.28 curveto
4472 stroke
4473 grestore
4474 % punt
4475 gsave
4476 1 setlinewidth
4477 0 0 0 nodecolor
4478 738.28 316 27 18 ellipse_path stroke
4479 0 0 0 nodecolor
4480 14 /Times-Roman set_font
4481 725.78 312.3 moveto 25 (punt) alignedtext
4482 grestore
4483 % punt--runt
4484 gsave
4485 1 setlinewidth
4486 0 0 0 edgecolor
4487 newpath 743.66 333.7 moveto
4488 758.52 382.57 799.98 519.01 814.86 567.96 curveto
4489 stroke
4490 grestore
4491 % dose
4492 gsave
4493 1 setlinewidth
4494 0 0 0 nodecolor
4495 183.03 1631.95 27 18 ellipse_path stroke
4496 0 0 0 nodecolor
4497 14 /Times-Roman set_font
4498 170.53 1628.25 moveto 25 (dose) alignedtext
4499 grestore
4500 % dose--rose
4501 gsave
4502 1 setlinewidth
4503 0 0 0 edgecolor
4504 newpath 206.34 1622.26 moveto
4505 257.99 1600.77 381.57 1549.36 433.16 1527.89 curveto
4506 stroke
4507 grestore
4508 % burs
4509 gsave
4510 1 setlinewidth
4511 0 0 0 nodecolor
4512 1519.52 1929.39 27 18 ellipse_path stroke
4513 0 0 0 nodecolor
4514 14 /Times-Roman set_font
4515 1507.52 1925.69 moveto 24 (burs) alignedtext
4516 grestore
4517 % burs--buss
4518 gsave
4519 1 setlinewidth
4520 0 0 0 edgecolor
4521 newpath 1519.1 1911.3 moveto
4522 1518.03 1865.01 1515.18 1742.62 1514.11 1696.13 curveto
4523 stroke
4524 grestore
4525 % tuck
4526 gsave
4527 1 setlinewidth
4528 0 0 0 nodecolor
4529 1572.41 531.3 27 18 ellipse_path stroke
4530 0 0 0 nodecolor
4531 14 /Times-Roman set_font
4532 1560.41 527.6 moveto 24 (tuck) alignedtext
4533 grestore
4534 % tuck--tusk
4535 gsave
4536 1 setlinewidth
4537 0 0 0 edgecolor
4538 newpath 1566.64 549.25 moveto
4539 1550.4 599.83 1504.36 743.16 1488.17 793.57 curveto
4540 stroke
4541 grestore
4542 % roue
4543 gsave
4544 1 setlinewidth
4545 0 0 0 nodecolor
4546 340.1 1726.37 27 18 ellipse_path stroke
4547 0 0 0 nodecolor
4548 14 /Times-Roman set_font
4549 327.6 1722.67 moveto 25 (roue) alignedtext
4550 grestore
4551 % roue--rose
4552 gsave
4553 1 setlinewidth
4554 0 0 0 edgecolor
4555 newpath 349.62 1709.33 moveto
4556 371.48 1670.2 425.09 1574.27 446.93 1535.2 curveto
4557 stroke
4558 grestore
4559 % murk
4560 gsave
4561 1 setlinewidth
4562 0 0 0 nodecolor
4563 1665.21 878.32 29.8 18 ellipse_path stroke
4564 0 0 0 nodecolor
4565 14 /Times-Roman set_font
4566 1650.21 874.62 moveto 30 (murk) alignedtext
4567 grestore
4568 % murk--musk
4569 gsave
4570 1 setlinewidth
4571 0 0 0 edgecolor
4572 newpath 1648.07 893.34 moveto
4573 1611.42 925.44 1525.8 1000.43 1489.18 1032.5 curveto
4574 stroke
4575 grestore
4576 % west
4577 gsave
4578 1 setlinewidth
4579 0 0 0 nodecolor
4580 1100.8 82.85 27 18 ellipse_path stroke
4581 0 0 0 nodecolor
4582 14 /Times-Roman set_font
4583 1088.3 79.15 moveto 25 (west) alignedtext
4584 grestore
4585 % west--rest
4586 gsave
4587 1 setlinewidth
4588 0 0 0 edgecolor
4589 newpath 1107.26 100.58 moveto
4590 1123.52 145.15 1165.98 261.53 1182.25 306.13 curveto
4591 stroke
4592 grestore
4593 % yest
4594 gsave
4595 1 setlinewidth
4596 0 0 0 nodecolor
4597 1310.06 67.32 27 18 ellipse_path stroke
4598 0 0 0 nodecolor
4599 14 /Times-Roman set_font
4600 1299.06 63.62 moveto 22 (yest) alignedtext
4601 grestore
4602 % yest--rest
4603 gsave
4604 1 setlinewidth
4605 0 0 0 edgecolor
4606 newpath 1301.91 84.55 moveto
4607 1279.86 131.17 1219.19 259.45 1196.99 306.38 curveto
4608 stroke
4609 grestore
4610 % lath
4611 gsave
4612 1 setlinewidth
4613 0 0 0 nodecolor
4614 2324.72 1053.51 27 18 ellipse_path stroke
4615 0 0 0 nodecolor
4616 14 /Times-Roman set_font
4617 2314.22 1049.81 moveto 21 (lath) alignedtext
4618 grestore
4619 % lath--lash
4620 gsave
4621 1 setlinewidth
4622 0 0 0 edgecolor
4623 newpath 2303.2 1064.79 moveto
4624 2256.3 1089.38 2145.33 1147.55 2098.63 1172.03 curveto
4625 stroke
4626 grestore
4627 % buys
4628 gsave
4629 1 setlinewidth
4630 0 0 0 nodecolor
4631 1489.36 1973.73 27.1 18 ellipse_path stroke
4632 0 0 0 nodecolor
4633 14 /Times-Roman set_font
4634 1476.36 1970.03 moveto 26 (buys) alignedtext
4635 grestore
4636 % buys--buss
4637 gsave
4638 1 setlinewidth
4639 0 0 0 edgecolor
4640 newpath 1490.84 1955.67 moveto
4641 1495.18 1902.85 1507.83 1749.07 1512.18 1696.07 curveto
4642 stroke
4643 grestore
4644 % mugs
4645 gsave
4646 1 setlinewidth
4647 0 0 0 nodecolor
4648 1299.77 1644.91 30.59 18 ellipse_path stroke
4649 0 0 0 nodecolor
4650 14 /Times-Roman set_font
4651 1284.27 1641.21 moveto 31 (mugs) alignedtext
4652 grestore
4653 % mugs--muss
4654 gsave
4655 1 setlinewidth
4656 0 0 0 edgecolor
4657 newpath 1311.78 1628.24 moveto
4658 1336.17 1594.37 1391.25 1517.89 1415.54 1484.16 curveto
4659 stroke
4660 grestore
4661 endpage
4662 showpage
4663 grestore
4664 %%PageTrailer
4665 %%EndPage: 1
4666 %%Trailer
4667 %%Pages: 1
4668 %%BoundingBox: 36 36 2742 2228
4669 end
4670 restore
4671 %%EOF