Removing files from data analysis directory
[ou-summer-of-code-2017.git] / 08-word-chains / rush2.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 1721 1668
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 1685 1632 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % lash
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 1382.56 1159.82 27 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 1371.56 1156.12 moveto 22 (lash) alignedtext
196 grestore
197 % sash
198 gsave
199 1 setlinewidth
200 0 0 0 nodecolor
201 1437.4 1298.64 27 18 ellipse_path stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 1425.4 1294.94 moveto 24 (sash) alignedtext
205 grestore
206 % lash--sash
207 gsave
208 1 setlinewidth
209 0 0 0 edgecolor
210 newpath 1389.5 1177.4 moveto
211 1400.05 1204.1 1420 1254.58 1430.51 1281.2 curveto
212 stroke
213 grestore
214 % rash
215 gsave
216 1 setlinewidth
217 0 0 0 nodecolor
218 1235.01 1234.71 27 18 ellipse_path stroke
219 0 0 0 nodecolor
220 14 /Times-Roman set_font
221 1223.51 1231.01 moveto 23 (rash) alignedtext
222 grestore
223 % lash--rash
224 gsave
225 1 setlinewidth
226 0 0 0 edgecolor
227 newpath 1360.79 1170.87 moveto
228 1332.89 1185.03 1284.81 1209.43 1256.87 1223.61 curveto
229 stroke
230 grestore
231 % hash
232 gsave
233 1 setlinewidth
234 0 0 0 nodecolor
235 1343.94 1262.16 27 18 ellipse_path stroke
236 0 0 0 nodecolor
237 14 /Times-Roman set_font
238 1331.44 1258.46 moveto 25 (hash) alignedtext
239 grestore
240 % lash--hash
241 gsave
242 1 setlinewidth
243 0 0 0 edgecolor
244 newpath 1375.83 1177.64 moveto
245 1368.74 1196.43 1357.65 1225.83 1350.59 1244.54 curveto
246 stroke
247 grestore
248 % cash
249 gsave
250 1 setlinewidth
251 0 0 0 nodecolor
252 1518.39 1323.73 27 18 ellipse_path stroke
253 0 0 0 nodecolor
254 14 /Times-Roman set_font
255 1505.89 1320.03 moveto 25 (cash) alignedtext
256 grestore
257 % lash--cash
258 gsave
259 1 setlinewidth
260 0 0 0 edgecolor
261 newpath 1395.83 1175.83 moveto
262 1421.86 1207.25 1479.35 1276.62 1505.27 1307.89 curveto
263 stroke
264 grestore
265 % dash
266 gsave
267 1 setlinewidth
268 0 0 0 nodecolor
269 1397.36 1371.2 27 18 ellipse_path stroke
270 0 0 0 nodecolor
271 14 /Times-Roman set_font
272 1384.86 1367.5 moveto 25 (dash) alignedtext
273 grestore
274 % lash--dash
275 gsave
276 1 setlinewidth
277 0 0 0 edgecolor
278 newpath 1383.82 1177.84 moveto
279 1386.61 1217.68 1393.27 1312.85 1396.08 1352.92 curveto
280 stroke
281 grestore
282 % gash
283 gsave
284 1 setlinewidth
285 0 0 0 nodecolor
286 1408.56 1108.86 27 18 ellipse_path stroke
287 0 0 0 nodecolor
288 14 /Times-Roman set_font
289 1396.06 1105.16 moveto 25 (gash) alignedtext
290 grestore
291 % lash--gash
292 gsave
293 1 setlinewidth
294 0 0 0 edgecolor
295 newpath 1391.36 1142.57 moveto
296 1394.07 1137.25 1397.06 1131.41 1399.77 1126.1 curveto
297 stroke
298 grestore
299 % mash
300 gsave
301 1 setlinewidth
302 0 0 0 nodecolor
303 1276.05 1190.68 29.8 18 ellipse_path stroke
304 0 0 0 nodecolor
305 14 /Times-Roman set_font
306 1261.05 1186.98 moveto 30 (mash) alignedtext
307 grestore
308 % lash--mash
309 gsave
310 1 setlinewidth
311 0 0 0 edgecolor
312 newpath 1357.59 1167.05 moveto
313 1341.23 1171.79 1319.86 1177.98 1303.11 1182.84 curveto
314 stroke
315 grestore
316 % bash
317 gsave
318 1 setlinewidth
319 0 0 0 nodecolor
320 1501.6 1100.44 27 18 ellipse_path stroke
321 0 0 0 nodecolor
322 14 /Times-Roman set_font
323 1489.1 1096.74 moveto 25 (bash) alignedtext
324 grestore
325 % lash--bash
326 gsave
327 1 setlinewidth
328 0 0 0 edgecolor
329 newpath 1404.39 1148.93 moveto
330 1425.87 1138.21 1458.48 1121.95 1479.91 1111.26 curveto
331 stroke
332 grestore
333 % lush
334 gsave
335 1 setlinewidth
336 0 0 0 nodecolor
337 1166.78 833.49 27 18 ellipse_path stroke
338 0 0 0 nodecolor
339 14 /Times-Roman set_font
340 1155.28 829.79 moveto 23 (lush) alignedtext
341 grestore
342 % lash--lush
343 gsave
344 1 setlinewidth
345 0 0 0 edgecolor
346 newpath 1371.56 1143.19 moveto
347 1334.54 1087.21 1214.73 906.01 1177.75 850.08 curveto
348 stroke
349 grestore
350 % sash--hash
351 gsave
352 1 setlinewidth
353 0 0 0 edgecolor
354 newpath 1413.82 1289.43 moveto
355 1399.65 1283.9 1381.69 1276.89 1367.52 1271.36 curveto
356 stroke
357 grestore
358 % sash--cash
359 gsave
360 1 setlinewidth
361 0 0 0 edgecolor
362 newpath 1462.14 1306.31 moveto
363 1472.19 1309.42 1483.77 1313.01 1493.81 1316.12 curveto
364 stroke
365 grestore
366 % sash--dash
367 gsave
368 1 setlinewidth
369 0 0 0 edgecolor
370 newpath 1427.91 1315.84 moveto
371 1421.53 1327.4 1413.15 1342.58 1406.78 1354.13 curveto
372 stroke
373 grestore
374 % rash--sash
375 gsave
376 1 setlinewidth
377 0 0 0 edgecolor
378 newpath 1259.42 1242.42 moveto
379 1298.32 1254.71 1373.95 1278.6 1412.9 1290.9 curveto
380 stroke
381 grestore
382 % rash--hash
383 gsave
384 1 setlinewidth
385 0 0 0 edgecolor
386 newpath 1260.28 1241.08 moveto
387 1277.75 1245.48 1300.91 1251.32 1318.44 1255.73 curveto
388 stroke
389 grestore
390 % rasp
391 gsave
392 1 setlinewidth
393 0 0 0 nodecolor
394 1254.2 1605.67 27 18 ellipse_path stroke
395 0 0 0 nodecolor
396 14 /Times-Roman set_font
397 1242.7 1601.97 moveto 23 (rasp) alignedtext
398 grestore
399 % rash--rasp
400 gsave
401 1 setlinewidth
402 0 0 0 edgecolor
403 newpath 1235.95 1252.85 moveto
404 1239.21 1315.84 1250 1524.63 1253.26 1587.56 curveto
405 stroke
406 grestore
407 % rash--cash
408 gsave
409 1 setlinewidth
410 0 0 0 edgecolor
411 newpath 1259.66 1242.45 moveto
412 1313.26 1259.29 1439.87 1299.07 1493.6 1315.94 curveto
413 stroke
414 grestore
415 % rash--dash
416 gsave
417 1 setlinewidth
418 0 0 0 edgecolor
419 newpath 1252.08 1249.06 moveto
420 1283.34 1275.34 1349.43 1330.9 1380.52 1357.04 curveto
421 stroke
422 grestore
423 % rush
424 gsave
425 1 setlinewidth
426 0 0 0 nodecolor
427 910.69 768.33 27 18 ellipse_path stroke
428 0 0 0 nodecolor
429 14 /Times-Roman set_font
430 898.69 764.63 moveto 24 (rush) alignedtext
431 grestore
432 % rush--rash
433 gsave
434 1 setlinewidth
435 0 0 0 edgecolor
436 newpath 922.23 784.93 moveto
437 972.67 857.46 1173.44 1146.17 1223.61 1218.31 curveto
438 stroke
439 grestore
440 % gush
441 gsave
442 1 setlinewidth
443 0 0 0 nodecolor
444 1249.64 822.77 27.1 18 ellipse_path stroke
445 0 0 0 nodecolor
446 14 /Times-Roman set_font
447 1236.64 819.07 moveto 26 (gush) alignedtext
448 grestore
449 % rush--gush
450 gsave
451 1 setlinewidth
452 0 0 0 edgecolor
453 newpath 937 772.56 moveto
454 1000.16 782.7 1159.74 808.33 1223.11 818.51 curveto
455 stroke
456 grestore
457 % rust
458 gsave
459 1 setlinewidth
460 0 0 0 nodecolor
461 752.87 377.59 27 18 ellipse_path stroke
462 0 0 0 nodecolor
463 14 /Times-Roman set_font
464 742.37 373.89 moveto 21 (rust) alignedtext
465 grestore
466 % rush--rust
467 gsave
468 1 setlinewidth
469 0 0 0 edgecolor
470 newpath 903.6 750.78 moveto
471 877.39 685.89 786.12 459.91 759.94 395.09 curveto
472 stroke
473 grestore
474 % bush
475 gsave
476 1 setlinewidth
477 0 0 0 nodecolor
478 1308.73 743.9 27.1 18 ellipse_path stroke
479 0 0 0 nodecolor
480 14 /Times-Roman set_font
481 1295.73 740.2 moveto 26 (bush) alignedtext
482 grestore
483 % rush--bush
484 gsave
485 1 setlinewidth
486 0 0 0 edgecolor
487 newpath 937.74 766.67 moveto
488 1010.26 762.22 1208.51 750.05 1281.38 745.58 curveto
489 stroke
490 grestore
491 % tush
492 gsave
493 1 setlinewidth
494 0 0 0 nodecolor
495 1033.13 816.49 27 18 ellipse_path stroke
496 0 0 0 nodecolor
497 14 /Times-Roman set_font
498 1021.63 812.79 moveto 23 (tush) alignedtext
499 grestore
500 % rush--tush
501 gsave
502 1 setlinewidth
503 0 0 0 edgecolor
504 newpath 934.01 777.5 moveto
505 955.66 786.02 987.73 798.63 1009.48 807.19 curveto
506 stroke
507 grestore
508 % rusk
509 gsave
510 1 setlinewidth
511 0 0 0 nodecolor
512 559.47 701.37 27 18 ellipse_path stroke
513 0 0 0 nodecolor
514 14 /Times-Roman set_font
515 547.47 697.67 moveto 24 (rusk) alignedtext
516 grestore
517 % rush--rusk
518 gsave
519 1 setlinewidth
520 0 0 0 edgecolor
521 newpath 884.58 763.35 moveto
522 819.56 750.96 650.96 718.81 585.76 706.38 curveto
523 stroke
524 grestore
525 % ruse
526 gsave
527 1 setlinewidth
528 0 0 0 nodecolor
529 382.34 495.37 27 18 ellipse_path stroke
530 0 0 0 nodecolor
531 14 /Times-Roman set_font
532 370.84 491.67 moveto 23 (ruse) alignedtext
533 grestore
534 % rush--ruse
535 gsave
536 1 setlinewidth
537 0 0 0 edgecolor
538 newpath 889.32 757.29 moveto
539 804.09 713.26 488.87 550.4 403.68 506.39 curveto
540 stroke
541 grestore
542 % push
543 gsave
544 1 setlinewidth
545 0 0 0 nodecolor
546 1246.82 691.94 27.1 18 ellipse_path stroke
547 0 0 0 nodecolor
548 14 /Times-Roman set_font
549 1233.82 688.24 moveto 26 (push) alignedtext
550 grestore
551 % rush--push
552 gsave
553 1 setlinewidth
554 0 0 0 edgecolor
555 newpath 936.51 762.46 moveto
556 999.08 748.24 1158.26 712.07 1220.92 697.83 curveto
557 stroke
558 grestore
559 % mush
560 gsave
561 1 setlinewidth
562 0 0 0 nodecolor
563 999.74 883.86 30.59 18 ellipse_path stroke
564 0 0 0 nodecolor
565 14 /Times-Roman set_font
566 984.24 880.16 moveto 31 (mush) alignedtext
567 grestore
568 % rush--mush
569 gsave
570 1 setlinewidth
571 0 0 0 edgecolor
572 newpath 923.07 784.4 moveto
573 939.9 806.22 969.83 845.05 986.89 867.19 curveto
574 stroke
575 grestore
576 % rush--lush
577 gsave
578 1 setlinewidth
579 0 0 0 edgecolor
580 newpath 936.18 774.82 moveto
581 985.27 787.31 1092.38 814.56 1141.39 827.03 curveto
582 stroke
583 grestore
584 % gush--push
585 gsave
586 1 setlinewidth
587 0 0 0 edgecolor
588 newpath 1249.25 804.58 moveto
589 1248.71 779.58 1247.75 734.89 1247.21 709.98 curveto
590 stroke
591 grestore
592 % gosh
593 gsave
594 1 setlinewidth
595 0 0 0 nodecolor
596 1564.08 890.05 27.1 18 ellipse_path stroke
597 0 0 0 nodecolor
598 14 /Times-Roman set_font
599 1551.08 886.35 moveto 26 (gosh) alignedtext
600 grestore
601 % gosh--gush
602 gsave
603 1 setlinewidth
604 0 0 0 edgecolor
605 newpath 1538.08 884.49 moveto
606 1478.93 871.83 1334.85 841 1275.67 828.34 curveto
607 stroke
608 grestore
609 % posh
610 gsave
611 1 setlinewidth
612 0 0 0 nodecolor
613 1612.86 681.62 27.1 18 ellipse_path stroke
614 0 0 0 nodecolor
615 14 /Times-Roman set_font
616 1599.86 677.92 moveto 26 (posh) alignedtext
617 grestore
618 % gosh--posh
619 gsave
620 1 setlinewidth
621 0 0 0 edgecolor
622 newpath 1568.33 871.92 moveto
623 1577.58 832.4 1599.46 738.9 1608.66 699.56 curveto
624 stroke
625 grestore
626 % bosh
627 gsave
628 1 setlinewidth
629 0 0 0 nodecolor
630 1650.01 855.46 27.1 18 ellipse_path stroke
631 0 0 0 nodecolor
632 14 /Times-Roman set_font
633 1637.01 851.76 moveto 26 (bosh) alignedtext
634 grestore
635 % gosh--bosh
636 gsave
637 1 setlinewidth
638 0 0 0 edgecolor
639 newpath 1587.56 880.6 moveto
640 1599.69 875.72 1614.44 869.78 1626.56 864.9 curveto
641 stroke
642 grestore
643 % posh--push
644 gsave
645 1 setlinewidth
646 0 0 0 edgecolor
647 newpath 1585.35 682.39 moveto
648 1517.35 684.31 1341.97 689.26 1274.16 691.17 curveto
649 stroke
650 grestore
651 % posh--bosh
652 gsave
653 1 setlinewidth
654 0 0 0 edgecolor
655 newpath 1616.7 699.57 moveto
656 1623.83 732.96 1639.07 804.28 1646.19 837.61 curveto
657 stroke
658 grestore
659 % just
660 gsave
661 1 setlinewidth
662 0 0 0 nodecolor
663 934.38 242.5 27 18 ellipse_path stroke
664 0 0 0 nodecolor
665 14 /Times-Roman set_font
666 924.38 238.8 moveto 20 (just) alignedtext
667 grestore
668 % just--rust
669 gsave
670 1 setlinewidth
671 0 0 0 edgecolor
672 newpath 916.31 255.95 moveto
673 881.61 281.78 805.99 338.06 771.14 364 curveto
674 stroke
675 grestore
676 % bust
677 gsave
678 1 setlinewidth
679 0 0 0 nodecolor
680 1133.61 391.26 27 18 ellipse_path stroke
681 0 0 0 nodecolor
682 14 /Times-Roman set_font
683 1122.11 387.56 moveto 23 (bust) alignedtext
684 grestore
685 % just--bust
686 gsave
687 1 setlinewidth
688 0 0 0 edgecolor
689 newpath 952.41 255.97 moveto
690 990.25 284.22 1077.55 349.4 1115.47 377.72 curveto
691 stroke
692 grestore
693 % must
694 gsave
695 1 setlinewidth
696 0 0 0 nodecolor
697 904.28 496.74 28.7 18 ellipse_path stroke
698 0 0 0 nodecolor
699 14 /Times-Roman set_font
700 890.28 493.04 moveto 28 (must) alignedtext
701 grestore
702 % just--must
703 gsave
704 1 setlinewidth
705 0 0 0 edgecolor
706 newpath 932.22 260.79 moveto
707 926.66 307.7 911.96 431.9 906.43 478.62 curveto
708 stroke
709 grestore
710 % oust
711 gsave
712 1 setlinewidth
713 0 0 0 nodecolor
714 1003.57 243.76 27 18 ellipse_path stroke
715 0 0 0 nodecolor
716 14 /Times-Roman set_font
717 992.07 240.06 moveto 23 (oust) alignedtext
718 grestore
719 % just--oust
720 gsave
721 1 setlinewidth
722 0 0 0 edgecolor
723 newpath 961.73 243 moveto
724 966.56 243.09 971.59 243.18 976.42 243.27 curveto
725 stroke
726 grestore
727 % dust
728 gsave
729 1 setlinewidth
730 0 0 0 nodecolor
731 862.79 354.11 27 18 ellipse_path stroke
732 0 0 0 nodecolor
733 14 /Times-Roman set_font
734 851.29 350.41 moveto 23 (dust) alignedtext
735 grestore
736 % just--dust
737 gsave
738 1 setlinewidth
739 0 0 0 edgecolor
740 newpath 923.51 259.45 moveto
741 909.97 280.55 887 316.36 873.53 337.37 curveto
742 stroke
743 grestore
744 % lust
745 gsave
746 1 setlinewidth
747 0 0 0 nodecolor
748 981.98 461.62 27 18 ellipse_path stroke
749 0 0 0 nodecolor
750 14 /Times-Roman set_font
751 971.98 457.92 moveto 20 (lust) alignedtext
752 grestore
753 % just--lust
754 gsave
755 1 setlinewidth
756 0 0 0 edgecolor
757 newpath 938.28 260.44 moveto
758 947.22 301.63 969.16 402.62 978.1 443.75 curveto
759 stroke
760 grestore
761 % gust
762 gsave
763 1 setlinewidth
764 0 0 0 nodecolor
765 1074.65 442.84 27 18 ellipse_path stroke
766 0 0 0 nodecolor
767 14 /Times-Roman set_font
768 1063.15 439.14 moveto 23 (gust) alignedtext
769 grestore
770 % just--gust
771 gsave
772 1 setlinewidth
773 0 0 0 edgecolor
774 newpath 945.86 258.9 moveto
775 972.23 296.56 1036.88 388.89 1063.21 426.5 curveto
776 stroke
777 grestore
778 % rust--rusk
779 gsave
780 1 setlinewidth
781 0 0 0 edgecolor
782 newpath 742.75 394.55 moveto
783 709.33 450.5 602.77 628.88 569.5 684.59 curveto
784 stroke
785 grestore
786 % rust--ruse
787 gsave
788 1 setlinewidth
789 0 0 0 edgecolor
790 newpath 728.28 385.41 moveto
791 661.03 406.78 474.69 466.01 407.17 487.47 curveto
792 stroke
793 grestore
794 % rust--lust
795 gsave
796 1 setlinewidth
797 0 0 0 edgecolor
798 newpath 776.96 386.43 moveto
799 821.08 402.61 914.34 436.81 958.22 452.91 curveto
800 stroke
801 grestore
802 % runt
803 gsave
804 1 setlinewidth
805 0 0 0 nodecolor
806 471.06 135.11 27 18 ellipse_path stroke
807 0 0 0 nodecolor
808 14 /Times-Roman set_font
809 460.06 131.41 moveto 22 (runt) alignedtext
810 grestore
811 % runt--rust
812 gsave
813 1 setlinewidth
814 0 0 0 edgecolor
815 newpath 487.84 149.55 moveto
816 537.97 192.68 686.17 320.2 736.18 363.23 curveto
817 stroke
818 grestore
819 % busy
820 gsave
821 1 setlinewidth
822 0 0 0 nodecolor
823 1447.35 430.57 27.1 18 ellipse_path stroke
824 0 0 0 nodecolor
825 14 /Times-Roman set_font
826 1434.35 426.87 moveto 26 (busy) alignedtext
827 grestore
828 % buss
829 gsave
830 1 setlinewidth
831 0 0 0 nodecolor
832 1337.01 490.53 27 18 ellipse_path stroke
833 0 0 0 nodecolor
834 14 /Times-Roman set_font
835 1324.51 486.83 moveto 25 (buss) alignedtext
836 grestore
837 % busy--buss
838 gsave
839 1 setlinewidth
840 0 0 0 edgecolor
841 newpath 1426.07 442.13 moveto
842 1406.54 452.75 1377.74 468.4 1358.22 479 curveto
843 stroke
844 grestore
845 % busy--bust
846 gsave
847 1 setlinewidth
848 0 0 0 edgecolor
849 newpath 1420.33 427.19 moveto
850 1360.87 419.74 1219.32 402 1160.23 394.59 curveto
851 stroke
852 grestore
853 % busy--bush
854 gsave
855 1 setlinewidth
856 0 0 0 edgecolor
857 newpath 1439.7 447.87 moveto
858 1415.52 502.52 1340.91 671.16 1316.53 726.27 curveto
859 stroke
860 grestore
861 % buss--bust
862 gsave
863 1 setlinewidth
864 0 0 0 edgecolor
865 newpath 1314.86 479.71 moveto
866 1275.63 460.57 1194.42 420.93 1155.43 401.91 curveto
867 stroke
868 grestore
869 % buss--bush
870 gsave
871 1 setlinewidth
872 0 0 0 edgecolor
873 newpath 1334.98 508.75 moveto
874 1329.76 555.5 1315.94 679.27 1310.75 725.84 curveto
875 stroke
876 grestore
877 % wash
878 gsave
879 1 setlinewidth
880 0 0 0 nodecolor
881 1534.28 1264.73 28.7 18 ellipse_path stroke
882 0 0 0 nodecolor
883 14 /Times-Roman set_font
884 1520.28 1261.03 moveto 28 (wash) alignedtext
885 grestore
886 % wash--lash
887 gsave
888 1 setlinewidth
889 0 0 0 edgecolor
890 newpath 1514.75 1251.23 moveto
891 1485.46 1230.98 1430.5 1192.97 1401.53 1172.94 curveto
892 stroke
893 grestore
894 % wash--sash
895 gsave
896 1 setlinewidth
897 0 0 0 edgecolor
898 newpath 1509.08 1273.55 moveto
899 1494.39 1278.69 1475.97 1285.14 1461.48 1290.21 curveto
900 stroke
901 grestore
902 % wash--rash
903 gsave
904 1 setlinewidth
905 0 0 0 edgecolor
906 newpath 1505.85 1261.88 moveto
907 1448.22 1256.1 1318.31 1243.07 1261.95 1237.41 curveto
908 stroke
909 grestore
910 % wash--hash
911 gsave
912 1 setlinewidth
913 0 0 0 edgecolor
914 newpath 1505.37 1264.34 moveto
915 1468.87 1263.85 1406.55 1263.01 1370.96 1262.53 curveto
916 stroke
917 grestore
918 % wash--cash
919 gsave
920 1 setlinewidth
921 0 0 0 edgecolor
922 newpath 1529.43 1282.75 moveto
923 1527.46 1290.07 1525.18 1298.51 1523.22 1305.82 curveto
924 stroke
925 grestore
926 % wash--dash
927 gsave
928 1 setlinewidth
929 0 0 0 edgecolor
930 newpath 1516.1 1278.87 moveto
931 1489.76 1299.35 1441.31 1337.02 1415.18 1357.34 curveto
932 stroke
933 grestore
934 % wash--gash
935 gsave
936 1 setlinewidth
937 0 0 0 edgecolor
938 newpath 1521.3 1248.64 moveto
939 1497.21 1218.77 1445.84 1155.08 1421.66 1125.1 curveto
940 stroke
941 grestore
942 % wash--mash
943 gsave
944 1 setlinewidth
945 0 0 0 edgecolor
946 newpath 1508.1 1257.22 moveto
947 1458.86 1243.1 1352.95 1212.73 1303.08 1198.43 curveto
948 stroke
949 grestore
950 % wash--bash
951 gsave
952 1 setlinewidth
953 0 0 0 edgecolor
954 newpath 1530.72 1246.84 moveto
955 1524.43 1215.23 1511.44 1149.9 1505.16 1118.31 curveto
956 stroke
957 grestore
958 % bust--rust
959 gsave
960 1 setlinewidth
961 0 0 0 edgecolor
962 newpath 1106.53 390.28 moveto
963 1036.54 387.77 850.19 381.09 780.07 378.57 curveto
964 stroke
965 grestore
966 % bust--must
967 gsave
968 1 setlinewidth
969 0 0 0 edgecolor
970 newpath 1111.2 401.56 moveto
971 1067.59 421.62 971.69 465.74 927.46 486.08 curveto
972 stroke
973 grestore
974 % bust--oust
975 gsave
976 1 setlinewidth
977 0 0 0 edgecolor
978 newpath 1119.69 375.47 moveto
979 1094.66 347.08 1042.34 287.74 1017.39 259.44 curveto
980 stroke
981 grestore
982 % bust--bush
983 gsave
984 1 setlinewidth
985 0 0 0 edgecolor
986 newpath 1142.29 408.74 moveto
987 1172.18 468.92 1270.55 667.02 1300.2 726.72 curveto
988 stroke
989 grestore
990 % bust--dust
991 gsave
992 1 setlinewidth
993 0 0 0 edgecolor
994 newpath 1107.15 387.63 moveto
995 1055.37 380.53 941.22 364.87 889.35 357.76 curveto
996 stroke
997 grestore
998 % bust--lust
999 gsave
1000 1 setlinewidth
1001 0 0 0 edgecolor
1002 newpath 1111.24 401.64 moveto
1003 1082.57 414.94 1033.16 437.87 1004.44 451.2 curveto
1004 stroke
1005 grestore
1006 % must--rust
1007 gsave
1008 1 setlinewidth
1009 0 0 0 edgecolor
1010 newpath 886.32 482.6 moveto
1011 857.02 459.55 799.32 414.15 770.35 391.34 curveto
1012 stroke
1013 grestore
1014 % muse
1015 gsave
1016 1 setlinewidth
1017 0 0 0 nodecolor
1018 708.94 562.68 29.8 18 ellipse_path stroke
1019 0 0 0 nodecolor
1020 14 /Times-Roman set_font
1021 693.94 558.98 moveto 30 (muse) alignedtext
1022 grestore
1023 % must--muse
1024 gsave
1025 1 setlinewidth
1026 0 0 0 edgecolor
1027 newpath 878.74 505.36 moveto
1028 841.51 517.93 772.69 541.16 735.11 553.85 curveto
1029 stroke
1030 grestore
1031 % must--oust
1032 gsave
1033 1 setlinewidth
1034 0 0 0 edgecolor
1035 newpath 911.26 478.95 moveto
1036 929.54 432.39 978.61 307.36 996.73 261.2 curveto
1037 stroke
1038 grestore
1039 % must--dust
1040 gsave
1041 1 setlinewidth
1042 0 0 0 edgecolor
1043 newpath 899.11 478.96 moveto
1044 891.16 451.63 876.01 399.58 868.02 372.11 curveto
1045 stroke
1046 grestore
1047 % must--lust
1048 gsave
1049 1 setlinewidth
1050 0 0 0 edgecolor
1051 newpath 927.59 486.2 moveto
1052 937.7 481.64 949.48 476.31 959.48 471.79 curveto
1053 stroke
1054 grestore
1055 % must--mush
1056 gsave
1057 1 setlinewidth
1058 0 0 0 edgecolor
1059 newpath 908.69 514.64 moveto
1060 924.65 579.32 979.21 800.61 995.27 865.71 curveto
1061 stroke
1062 grestore
1063 % fuse
1064 gsave
1065 1 setlinewidth
1066 0 0 0 nodecolor
1067 457.96 359.46 27 18 ellipse_path stroke
1068 0 0 0 nodecolor
1069 14 /Times-Roman set_font
1070 446.46 355.76 moveto 23 (fuse) alignedtext
1071 grestore
1072 % fuse--muse
1073 gsave
1074 1 setlinewidth
1075 0 0 0 edgecolor
1076 newpath 475.21 373.43 moveto
1077 520.84 410.38 644.38 510.41 690.89 548.07 curveto
1078 stroke
1079 grestore
1080 % fuse--ruse
1081 gsave
1082 1 setlinewidth
1083 0 0 0 edgecolor
1084 newpath 448.53 376.4 moveto
1085 434.04 402.44 406.44 452.04 391.88 478.21 curveto
1086 stroke
1087 grestore
1088 % oust--rust
1089 gsave
1090 1 setlinewidth
1091 0 0 0 edgecolor
1092 newpath 982.2 255.17 moveto
1093 934.83 280.46 821.51 340.96 774.19 366.21 curveto
1094 stroke
1095 grestore
1096 % oust--dust
1097 gsave
1098 1 setlinewidth
1099 0 0 0 edgecolor
1100 newpath 986.03 257.52 moveto
1101 959.05 278.66 907.66 318.94 880.55 340.19 curveto
1102 stroke
1103 grestore
1104 % oust--lust
1105 gsave
1106 1 setlinewidth
1107 0 0 0 edgecolor
1108 newpath 1001.77 261.96 moveto
1109 997.69 303.07 987.82 402.71 983.76 443.63 curveto
1110 stroke
1111 grestore
1112 % bush--gush
1113 gsave
1114 1 setlinewidth
1115 0 0 0 edgecolor
1116 newpath 1296.49 760.24 moveto
1117 1286.35 773.77 1272.01 792.92 1261.87 806.45 curveto
1118 stroke
1119 grestore
1120 % bush--tush
1121 gsave
1122 1 setlinewidth
1123 0 0 0 edgecolor
1124 newpath 1283.3 750.6 moveto
1125 1230.79 764.43 1110.95 795.99 1058.5 809.81 curveto
1126 stroke
1127 grestore
1128 % bush--push
1129 gsave
1130 1 setlinewidth
1131 0 0 0 edgecolor
1132 newpath 1291.81 729.7 moveto
1133 1283.08 722.37 1272.45 713.45 1263.72 706.12 curveto
1134 stroke
1135 grestore
1136 % bush--bosh
1137 gsave
1138 1 setlinewidth
1139 0 0 0 edgecolor
1140 newpath 1333.27 751.92 moveto
1141 1396.09 772.45 1562.15 826.74 1625.23 847.36 curveto
1142 stroke
1143 grestore
1144 % bush--mush
1145 gsave
1146 1 setlinewidth
1147 0 0 0 edgecolor
1148 newpath 1286.01 754.19 moveto
1149 1229.43 779.82 1082.58 846.34 1024.2 872.78 curveto
1150 stroke
1151 grestore
1152 % tush--gush
1153 gsave
1154 1 setlinewidth
1155 0 0 0 edgecolor
1156 newpath 1060.11 817.28 moveto
1157 1101.6 818.48 1180.62 820.77 1222.32 821.97 curveto
1158 stroke
1159 grestore
1160 % tusk
1161 gsave
1162 1 setlinewidth
1163 0 0 0 nodecolor
1164 674.95 857.42 27 18 ellipse_path stroke
1165 0 0 0 nodecolor
1166 14 /Times-Roman set_font
1167 663.45 853.72 moveto 23 (tusk) alignedtext
1168 grestore
1169 % tush--tusk
1170 gsave
1171 1 setlinewidth
1172 0 0 0 edgecolor
1173 newpath 1006.5 819.54 moveto
1174 940.19 827.11 768.25 846.76 701.76 854.35 curveto
1175 stroke
1176 grestore
1177 % tush--push
1178 gsave
1179 1 setlinewidth
1180 0 0 0 edgecolor
1181 newpath 1053.62 804.55 moveto
1182 1094.36 780.8 1185.14 727.9 1226.08 704.03 curveto
1183 stroke
1184 grestore
1185 % tush--mush
1186 gsave
1187 1 setlinewidth
1188 0 0 0 edgecolor
1189 newpath 1024.53 833.84 moveto
1190 1019.59 843.82 1013.39 856.33 1008.43 866.34 curveto
1191 stroke
1192 grestore
1193 % dust--rust
1194 gsave
1195 1 setlinewidth
1196 0 0 0 edgecolor
1197 newpath 837.02 359.62 moveto
1198 819.5 363.36 796.42 368.29 778.86 372.04 curveto
1199 stroke
1200 grestore
1201 % dusk
1202 gsave
1203 1 setlinewidth
1204 0 0 0 nodecolor
1205 650.37 643.16 27.1 18 ellipse_path stroke
1206 0 0 0 nodecolor
1207 14 /Times-Roman set_font
1208 637.37 639.46 moveto 26 (dusk) alignedtext
1209 grestore
1210 % dust--dusk
1211 gsave
1212 1 setlinewidth
1213 0 0 0 edgecolor
1214 newpath 850.76 370.48 moveto
1215 813.46 421.24 700 575.62 662.53 626.61 curveto
1216 stroke
1217 grestore
1218 % dust--lust
1219 gsave
1220 1 setlinewidth
1221 0 0 0 edgecolor
1222 newpath 878.86 368.61 moveto
1223 901.61 389.13 942.96 426.43 965.78 447.01 curveto
1224 stroke
1225 grestore
1226 % musk
1227 gsave
1228 1 setlinewidth
1229 0 0 0 nodecolor
1230 782.53 717.99 30.59 18 ellipse_path stroke
1231 0 0 0 nodecolor
1232 14 /Times-Roman set_font
1233 767.03 714.29 moveto 31 (musk) alignedtext
1234 grestore
1235 % musk--must
1236 gsave
1237 1 setlinewidth
1238 0 0 0 edgecolor
1239 newpath 792.08 700.62 moveto
1240 814.84 659.27 872.06 555.3 894.77 514.02 curveto
1241 stroke
1242 grestore
1243 % musk--muse
1244 gsave
1245 1 setlinewidth
1246 0 0 0 edgecolor
1247 newpath 774.23 700.47 moveto
1248 760.1 670.65 731.51 610.32 717.32 580.37 curveto
1249 stroke
1250 grestore
1251 % musk--dusk
1252 gsave
1253 1 setlinewidth
1254 0 0 0 edgecolor
1255 newpath 760.41 705.46 moveto
1256 735.57 691.4 695.57 668.75 671.25 654.99 curveto
1257 stroke
1258 grestore
1259 % musk--tusk
1260 gsave
1261 1 setlinewidth
1262 0 0 0 edgecolor
1263 newpath 769.77 734.53 moveto
1264 748.95 761.51 707.96 814.64 687.37 841.33 curveto
1265 stroke
1266 grestore
1267 % musk--rusk
1268 gsave
1269 1 setlinewidth
1270 0 0 0 edgecolor
1271 newpath 751.98 715.71 moveto
1272 708.19 712.45 628.27 706.5 586.51 703.38 curveto
1273 stroke
1274 grestore
1275 % musk--mush
1276 gsave
1277 1 setlinewidth
1278 0 0 0 edgecolor
1279 newpath 801.43 732.42 moveto
1280 842.61 763.87 940.04 838.27 981.05 869.58 curveto
1281 stroke
1282 grestore
1283 % dusk--tusk
1284 gsave
1285 1 setlinewidth
1286 0 0 0 edgecolor
1287 newpath 652.46 661.43 moveto
1288 657.11 701.91 668.22 798.76 672.86 839.2 curveto
1289 stroke
1290 grestore
1291 % dusk--rusk
1292 gsave
1293 1 setlinewidth
1294 0 0 0 edgecolor
1295 newpath 630.64 655.79 moveto
1296 615.4 665.56 594.39 679.01 579.16 688.77 curveto
1297 stroke
1298 grestore
1299 % tusk--rusk
1300 gsave
1301 1 setlinewidth
1302 0 0 0 edgecolor
1303 newpath 662.81 841.01 moveto
1304 640.58 810.96 593.57 747.44 571.45 717.56 curveto
1305 stroke
1306 grestore
1307 % rusk--ruse
1308 gsave
1309 1 setlinewidth
1310 0 0 0 edgecolor
1311 newpath 545.87 685.55 moveto
1312 512.9 647.2 429.01 549.64 395.99 511.24 curveto
1313 stroke
1314 grestore
1315 % ruse--muse
1316 gsave
1317 1 setlinewidth
1318 0 0 0 edgecolor
1319 newpath 408.24 500.7 moveto
1320 468.44 513.11 617.43 543.82 680.26 556.77 curveto
1321 stroke
1322 grestore
1323 % rose
1324 gsave
1325 1 setlinewidth
1326 0 0 0 nodecolor
1327 26.95 530.43 27 18 ellipse_path stroke
1328 0 0 0 nodecolor
1329 14 /Times-Roman set_font
1330 15.45 526.73 moveto 23 (rose) alignedtext
1331 grestore
1332 % ruse--rose
1333 gsave
1334 1 setlinewidth
1335 0 0 0 edgecolor
1336 newpath 355.62 498 moveto
1337 289.76 504.5 120.16 521.23 53.97 527.76 curveto
1338 stroke
1339 grestore
1340 % cash--hash
1341 gsave
1342 1 setlinewidth
1343 0 0 0 edgecolor
1344 newpath 1494.5 1315.3 moveto
1345 1461.19 1303.54 1401.13 1282.35 1367.83 1270.59 curveto
1346 stroke
1347 grestore
1348 % cash--dash
1349 gsave
1350 1 setlinewidth
1351 0 0 0 edgecolor
1352 newpath 1495.06 1332.89 moveto
1353 1473.76 1341.24 1442.44 1353.52 1421.04 1361.91 curveto
1354 stroke
1355 grestore
1356 % dash--hash
1357 gsave
1358 1 setlinewidth
1359 0 0 0 edgecolor
1360 newpath 1388.78 1353.68 moveto
1361 1378.75 1333.21 1362.27 1299.57 1352.33 1279.28 curveto
1362 stroke
1363 grestore
1364 % rise
1365 gsave
1366 1 setlinewidth
1367 0 0 0 nodecolor
1368 86.21 658.69 27 18 ellipse_path stroke
1369 0 0 0 nodecolor
1370 14 /Times-Roman set_font
1371 76.21 654.99 moveto 20 (rise) alignedtext
1372 grestore
1373 % rise--ruse
1374 gsave
1375 1 setlinewidth
1376 0 0 0 edgecolor
1377 newpath 107.03 647.21 moveto
1378 161.27 617.29 306.48 537.2 361.14 507.06 curveto
1379 stroke
1380 grestore
1381 % risk
1382 gsave
1383 1 setlinewidth
1384 0 0 0 nodecolor
1385 224.45 811.23 27 18 ellipse_path stroke
1386 0 0 0 nodecolor
1387 14 /Times-Roman set_font
1388 213.95 807.53 moveto 21 (risk) alignedtext
1389 grestore
1390 % rise--risk
1391 gsave
1392 1 setlinewidth
1393 0 0 0 edgecolor
1394 newpath 100.22 674.16 moveto
1395 126.72 703.39 183.87 766.46 210.4 795.72 curveto
1396 stroke
1397 grestore
1398 % rise--rose
1399 gsave
1400 1 setlinewidth
1401 0 0 0 edgecolor
1402 newpath 78.22 641.39 moveto
1403 66.91 616.91 46.35 572.42 35 547.86 curveto
1404 stroke
1405 grestore
1406 % risk--rusk
1407 gsave
1408 1 setlinewidth
1409 0 0 0 edgecolor
1410 newpath 248.81 803.24 moveto
1411 310.7 782.95 473.41 729.59 535.2 709.33 curveto
1412 stroke
1413 grestore
1414 % gash--sash
1415 gsave
1416 1 setlinewidth
1417 0 0 0 edgecolor
1418 newpath 1411.33 1127.06 moveto
1419 1416.84 1163.33 1429.14 1244.27 1434.65 1280.5 curveto
1420 stroke
1421 grestore
1422 % gash--rash
1423 gsave
1424 1 setlinewidth
1425 0 0 0 edgecolor
1426 newpath 1389.99 1122.33 moveto
1427 1356.59 1146.55 1286.76 1197.19 1253.45 1221.34 curveto
1428 stroke
1429 grestore
1430 % gash--hash
1431 gsave
1432 1 setlinewidth
1433 0 0 0 edgecolor
1434 newpath 1401.15 1126.45 moveto
1435 1388.68 1156.02 1363.68 1215.35 1351.27 1244.78 curveto
1436 stroke
1437 grestore
1438 % gash--gush
1439 gsave
1440 1 setlinewidth
1441 0 0 0 edgecolor
1442 newpath 1399.1 1091.82 moveto
1443 1370.83 1040.94 1287.26 890.48 1259.06 839.72 curveto
1444 stroke
1445 grestore
1446 % gash--gosh
1447 gsave
1448 1 setlinewidth
1449 0 0 0 edgecolor
1450 newpath 1420.25 1092.42 moveto
1451 1449.14 1051.77 1523.66 946.93 1552.47 906.39 curveto
1452 stroke
1453 grestore
1454 % gash--cash
1455 gsave
1456 1 setlinewidth
1457 0 0 0 edgecolor
1458 newpath 1417.36 1126.08 moveto
1459 1437.93 1166.32 1488.94 1266.12 1509.55 1306.43 curveto
1460 stroke
1461 grestore
1462 % gash--dash
1463 gsave
1464 1 setlinewidth
1465 0 0 0 edgecolor
1466 newpath 1407.79 1126.89 moveto
1467 1405.75 1174.82 1400.19 1304.97 1398.13 1353.04 curveto
1468 stroke
1469 grestore
1470 % gash--mash
1471 gsave
1472 1 setlinewidth
1473 0 0 0 edgecolor
1474 newpath 1388.72 1121.11 moveto
1475 1364.18 1136.27 1322.54 1161.97 1297.34 1177.53 curveto
1476 stroke
1477 grestore
1478 % gash--bash
1479 gsave
1480 1 setlinewidth
1481 0 0 0 edgecolor
1482 newpath 1435.47 1106.42 moveto
1483 1447.82 1105.31 1462.42 1103.98 1474.75 1102.87 curveto
1484 stroke
1485 grestore
1486 % mash--sash
1487 gsave
1488 1 setlinewidth
1489 0 0 0 edgecolor
1490 newpath 1296.16 1204.13 moveto
1491 1327.42 1225.05 1387.26 1265.09 1418.05 1285.69 curveto
1492 stroke
1493 grestore
1494 % mash--rash
1495 gsave
1496 1 setlinewidth
1497 0 0 0 edgecolor
1498 newpath 1261.24 1206.57 moveto
1499 1257.38 1210.71 1253.23 1215.16 1249.39 1219.28 curveto
1500 stroke
1501 grestore
1502 % mash--hash
1503 gsave
1504 1 setlinewidth
1505 0 0 0 edgecolor
1506 newpath 1291.12 1206.54 moveto
1507 1302.53 1218.55 1318.1 1234.95 1329.38 1246.83 curveto
1508 stroke
1509 grestore
1510 % mash--cash
1511 gsave
1512 1 setlinewidth
1513 0 0 0 edgecolor
1514 newpath 1298.42 1202.96 moveto
1515 1345.05 1228.56 1452.11 1287.34 1497.47 1312.25 curveto
1516 stroke
1517 grestore
1518 % mash--dash
1519 gsave
1520 1 setlinewidth
1521 0 0 0 edgecolor
1522 newpath 1287.46 1207.66 moveto
1523 1310.7 1242.24 1363.25 1320.44 1386.24 1354.65 curveto
1524 stroke
1525 grestore
1526 % mash--bash
1527 gsave
1528 1 setlinewidth
1529 0 0 0 edgecolor
1530 newpath 1301.05 1180.67 moveto
1531 1344.98 1163.1 1435.41 1126.92 1478.19 1109.8 curveto
1532 stroke
1533 grestore
1534 % mash--mush
1535 gsave
1536 1 setlinewidth
1537 0 0 0 edgecolor
1538 newpath 1261.59 1174.61 moveto
1539 1213.84 1121.59 1061.6 952.55 1014.07 899.77 curveto
1540 stroke
1541 grestore
1542 % mesh
1543 gsave
1544 1 setlinewidth
1545 0 0 0 nodecolor
1546 1016.31 1228.25 29.8 18 ellipse_path stroke
1547 0 0 0 nodecolor
1548 14 /Times-Roman set_font
1549 1001.31 1224.55 moveto 30 (mesh) alignedtext
1550 grestore
1551 % mash--mesh
1552 gsave
1553 1 setlinewidth
1554 0 0 0 edgecolor
1555 newpath 1246.76 1194.91 moveto
1556 1196.74 1202.15 1095.44 1216.81 1045.49 1224.03 curveto
1557 stroke
1558 grestore
1559 % hush
1560 gsave
1561 1 setlinewidth
1562 0 0 0 nodecolor
1563 1113.88 969.03 27.1 18 ellipse_path stroke
1564 0 0 0 nodecolor
1565 14 /Times-Roman set_font
1566 1100.88 965.33 moveto 26 (hush) alignedtext
1567 grestore
1568 % hush--hash
1569 gsave
1570 1 setlinewidth
1571 0 0 0 edgecolor
1572 newpath 1126.58 985.21 moveto
1573 1166.8 1036.46 1291.12 1194.85 1331.29 1246.03 curveto
1574 stroke
1575 grestore
1576 % hush--rush
1577 gsave
1578 1 setlinewidth
1579 0 0 0 edgecolor
1580 newpath 1098.61 953.95 moveto
1581 1060.86 916.66 963.51 820.5 925.86 783.32 curveto
1582 stroke
1583 grestore
1584 % hush--gush
1585 gsave
1586 1 setlinewidth
1587 0 0 0 edgecolor
1588 newpath 1128.15 953.66 moveto
1589 1154.16 925.64 1208.99 866.57 1235.15 838.38 curveto
1590 stroke
1591 grestore
1592 % hush--bush
1593 gsave
1594 1 setlinewidth
1595 0 0 0 edgecolor
1596 newpath 1127.58 953.2 moveto
1597 1163.36 911.87 1259.28 801.03 1295.04 759.71 curveto
1598 stroke
1599 grestore
1600 % hush--tush
1601 gsave
1602 1 setlinewidth
1603 0 0 0 edgecolor
1604 newpath 1104.78 951.83 moveto
1605 1089.27 922.54 1057.9 863.28 1042.33 833.87 curveto
1606 stroke
1607 grestore
1608 % hush--push
1609 gsave
1610 1 setlinewidth
1611 0 0 0 edgecolor
1612 newpath 1122.2 951.7 moveto
1613 1146.07 901.94 1214.64 759.02 1238.51 709.27 curveto
1614 stroke
1615 grestore
1616 % hush--mush
1617 gsave
1618 1 setlinewidth
1619 0 0 0 edgecolor
1620 newpath 1095.8 955.54 moveto
1621 1074.8 939.87 1040.32 914.14 1018.89 898.15 curveto
1622 stroke
1623 grestore
1624 % husk
1625 gsave
1626 1 setlinewidth
1627 0 0 0 nodecolor
1628 752.52 908.8 27.1 18 ellipse_path stroke
1629 0 0 0 nodecolor
1630 14 /Times-Roman set_font
1631 739.52 905.1 moveto 26 (husk) alignedtext
1632 grestore
1633 % hush--husk
1634 gsave
1635 1 setlinewidth
1636 0 0 0 edgecolor
1637 newpath 1087.31 964.6 moveto
1638 1020.48 953.47 846 924.38 779.13 913.24 curveto
1639 stroke
1640 grestore
1641 % hush--lush
1642 gsave
1643 1 setlinewidth
1644 0 0 0 edgecolor
1645 newpath 1120.69 951.59 moveto
1646 1130.79 925.71 1149.65 877.38 1159.83 851.29 curveto
1647 stroke
1648 grestore
1649 % gust--gush
1650 gsave
1651 1 setlinewidth
1652 0 0 0 edgecolor
1653 newpath 1082.62 460.15 moveto
1654 1111.78 523.44 1212.39 741.89 1241.62 805.35 curveto
1655 stroke
1656 grestore
1657 % gust--rust
1658 gsave
1659 1 setlinewidth
1660 0 0 0 edgecolor
1661 newpath 1048.59 437.55 moveto
1662 988.15 425.3 838.97 395.05 778.73 382.84 curveto
1663 stroke
1664 grestore
1665 % gust--bust
1666 gsave
1667 1 setlinewidth
1668 0 0 0 edgecolor
1669 newpath 1091.07 428.47 moveto
1670 1099.12 421.43 1108.78 412.98 1116.86 405.91 curveto
1671 stroke
1672 grestore
1673 % gust--must
1674 gsave
1675 1 setlinewidth
1676 0 0 0 edgecolor
1677 newpath 1050.24 450.56 moveto
1678 1018.31 460.66 962.62 478.28 930.04 488.59 curveto
1679 stroke
1680 grestore
1681 % gust--oust
1682 gsave
1683 1 setlinewidth
1684 0 0 0 edgecolor
1685 newpath 1068.34 425.17 moveto
1686 1054.85 387.39 1023.34 299.13 1009.86 261.39 curveto
1687 stroke
1688 grestore
1689 % gust--dust
1690 gsave
1691 1 setlinewidth
1692 0 0 0 edgecolor
1693 newpath 1051.57 433.17 moveto
1694 1010.82 416.11 926.57 380.82 885.83 363.76 curveto
1695 stroke
1696 grestore
1697 % gust--lust
1698 gsave
1699 1 setlinewidth
1700 0 0 0 edgecolor
1701 newpath 1048.34 448.17 moveto
1702 1035.71 450.73 1020.63 453.79 1008.03 456.34 curveto
1703 stroke
1704 grestore
1705 % bash--sash
1706 gsave
1707 1 setlinewidth
1708 0 0 0 edgecolor
1709 newpath 1495.79 1118.37 moveto
1710 1483.57 1156.11 1455.33 1243.31 1443.16 1280.88 curveto
1711 stroke
1712 grestore
1713 % bash--rash
1714 gsave
1715 1 setlinewidth
1716 0 0 0 edgecolor
1717 newpath 1479.79 1111.42 moveto
1718 1429.67 1136.67 1306.8 1198.55 1256.75 1223.76 curveto
1719 stroke
1720 grestore
1721 % bash--hash
1722 gsave
1723 1 setlinewidth
1724 0 0 0 edgecolor
1725 newpath 1486.77 1115.65 moveto
1726 1456.72 1146.47 1388.96 1215.98 1358.85 1246.87 curveto
1727 stroke
1728 grestore
1729 % bash--bush
1730 gsave
1731 1 setlinewidth
1732 0 0 0 edgecolor
1733 newpath 1492.3 1083.24 moveto
1734 1459.64 1022.87 1350.45 821.02 1317.94 760.92 curveto
1735 stroke
1736 grestore
1737 % bash--cash
1738 gsave
1739 1 setlinewidth
1740 0 0 0 edgecolor
1741 newpath 1502.98 1118.71 moveto
1742 1506.13 1160.69 1513.87 1263.6 1517.02 1305.52 curveto
1743 stroke
1744 grestore
1745 % bash--dash
1746 gsave
1747 1 setlinewidth
1748 0 0 0 edgecolor
1749 newpath 1494.76 1118.2 moveto
1750 1475.83 1167.38 1422.89 1304.88 1404.09 1353.72 curveto
1751 stroke
1752 grestore
1753 % bash--bosh
1754 gsave
1755 1 setlinewidth
1756 0 0 0 edgecolor
1757 newpath 1511.8 1083.6 moveto
1758 1538.91 1038.84 1612.54 917.3 1639.73 872.42 curveto
1759 stroke
1760 grestore
1761 % rune
1762 gsave
1763 1 setlinewidth
1764 0 0 0 nodecolor
1765 224.78 218.66 27 18 ellipse_path stroke
1766 0 0 0 nodecolor
1767 14 /Times-Roman set_font
1768 212.28 214.96 moveto 25 (rune) alignedtext
1769 grestore
1770 % rune--runt
1771 gsave
1772 1 setlinewidth
1773 0 0 0 edgecolor
1774 newpath 249.29 210.34 moveto
1775 296.5 194.33 399.51 159.38 446.64 143.39 curveto
1776 stroke
1777 grestore
1778 % rune--ruse
1779 gsave
1780 1 setlinewidth
1781 0 0 0 edgecolor
1782 newpath 234.4 235.55 moveto
1783 262.52 284.95 344.42 428.78 372.64 478.34 curveto
1784 stroke
1785 grestore
1786 % rude
1787 gsave
1788 1 setlinewidth
1789 0 0 0 nodecolor
1790 114.41 246.47 27 18 ellipse_path stroke
1791 0 0 0 nodecolor
1792 14 /Times-Roman set_font
1793 101.91 242.77 moveto 25 (rude) alignedtext
1794 grestore
1795 % rune--rude
1796 gsave
1797 1 setlinewidth
1798 0 0 0 edgecolor
1799 newpath 199.46 225.04 moveto
1800 181.64 229.53 157.88 235.52 140 240.02 curveto
1801 stroke
1802 grestore
1803 % rule
1804 gsave
1805 1 setlinewidth
1806 0 0 0 nodecolor
1807 100.6 387.96 27 18 ellipse_path stroke
1808 0 0 0 nodecolor
1809 14 /Times-Roman set_font
1810 89.6 384.26 moveto 22 (rule) alignedtext
1811 grestore
1812 % rune--rule
1813 gsave
1814 1 setlinewidth
1815 0 0 0 edgecolor
1816 newpath 212.87 234.89 moveto
1817 189.14 267.25 136.18 339.45 112.47 371.77 curveto
1818 stroke
1819 grestore
1820 % rube
1821 gsave
1822 1 setlinewidth
1823 0 0 0 nodecolor
1824 51.15 322.86 27 18 ellipse_path stroke
1825 0 0 0 nodecolor
1826 14 /Times-Roman set_font
1827 38.65 319.16 moveto 25 (rube) alignedtext
1828 grestore
1829 % rune--rube
1830 gsave
1831 1 setlinewidth
1832 0 0 0 edgecolor
1833 newpath 204.52 230.82 moveto
1834 171.06 250.89 104.65 290.75 71.28 310.78 curveto
1835 stroke
1836 grestore
1837 % rude--ruse
1838 gsave
1839 1 setlinewidth
1840 0 0 0 edgecolor
1841 newpath 130.37 261.29 moveto
1842 178.02 305.56 318.92 436.45 366.46 480.62 curveto
1843 stroke
1844 grestore
1845 % puss
1846 gsave
1847 1 setlinewidth
1848 0 0 0 nodecolor
1849 1310.45 399.21 27 18 ellipse_path stroke
1850 0 0 0 nodecolor
1851 14 /Times-Roman set_font
1852 1297.95 395.51 moveto 25 (puss) alignedtext
1853 grestore
1854 % puss--buss
1855 gsave
1856 1 setlinewidth
1857 0 0 0 edgecolor
1858 newpath 1315.69 417.25 moveto
1859 1320.38 433.36 1327.21 456.83 1331.86 472.83 curveto
1860 stroke
1861 grestore
1862 % puss--push
1863 gsave
1864 1 setlinewidth
1865 0 0 0 edgecolor
1866 newpath 1306.56 417.08 moveto
1867 1295.2 469.34 1262.13 621.5 1250.74 673.93 curveto
1868 stroke
1869 grestore
1870 % muss
1871 gsave
1872 1 setlinewidth
1873 0 0 0 nodecolor
1874 1058.89 575.57 29.5 18 ellipse_path stroke
1875 0 0 0 nodecolor
1876 14 /Times-Roman set_font
1877 1044.39 571.87 moveto 29 (muss) alignedtext
1878 grestore
1879 % puss--muss
1880 gsave
1881 1 setlinewidth
1882 0 0 0 edgecolor
1883 newpath 1291.54 412.47 moveto
1884 1245.03 445.07 1125.45 528.9 1078.36 561.92 curveto
1885 stroke
1886 grestore
1887 % rule--ruse
1888 gsave
1889 1 setlinewidth
1890 0 0 0 edgecolor
1891 newpath 124.14 396.93 moveto
1892 177.17 417.15 305.51 466.08 358.67 486.34 curveto
1893 stroke
1894 grestore
1895 % rule--rude
1896 gsave
1897 1 setlinewidth
1898 0 0 0 edgecolor
1899 newpath 102.38 369.75 moveto
1900 105.03 342.58 109.99 291.73 112.64 264.6 curveto
1901 stroke
1902 grestore
1903 % rule--rube
1904 gsave
1905 1 setlinewidth
1906 0 0 0 edgecolor
1907 newpath 88.38 371.86 moveto
1908 80.83 361.92 71.16 349.21 63.58 339.22 curveto
1909 stroke
1910 grestore
1911 % mush--gush
1912 gsave
1913 1 setlinewidth
1914 0 0 0 edgecolor
1915 newpath 1028.41 876.85 moveto
1916 1077.51 864.85 1176.95 840.54 1223.94 829.05 curveto
1917 stroke
1918 grestore
1919 % mush--muse
1920 gsave
1921 1 setlinewidth
1922 0 0 0 edgecolor
1923 newpath 985.32 867.93 moveto
1924 935.81 813.25 773.09 633.53 723.45 578.71 curveto
1925 stroke
1926 grestore
1927 % mush--push
1928 gsave
1929 1 setlinewidth
1930 0 0 0 edgecolor
1931 newpath 1018.31 869.44 moveto
1932 1064.44 833.61 1183.76 740.93 1229.04 705.75 curveto
1933 stroke
1934 grestore
1935 % much
1936 gsave
1937 1 setlinewidth
1938 0 0 0 nodecolor
1939 793.92 1194.42 30.59 18 ellipse_path stroke
1940 0 0 0 nodecolor
1941 14 /Times-Roman set_font
1942 778.42 1190.72 moveto 31 (much) alignedtext
1943 grestore
1944 % mush--much
1945 gsave
1946 1 setlinewidth
1947 0 0 0 edgecolor
1948 newpath 988.38 901 moveto
1949 952.4 955.3 841.18 1123.11 805.24 1177.33 curveto
1950 stroke
1951 grestore
1952 % mesh--mush
1953 gsave
1954 1 setlinewidth
1955 0 0 0 edgecolor
1956 newpath 1015.44 1210.22 moveto
1957 1012.59 1150.85 1003.49 961.85 1000.62 902.13 curveto
1958 stroke
1959 grestore
1960 % husk--musk
1961 gsave
1962 1 setlinewidth
1963 0 0 0 edgecolor
1964 newpath 755.35 890.85 moveto
1965 761.07 854.48 773.96 772.47 779.69 736.03 curveto
1966 stroke
1967 grestore
1968 % husk--dusk
1969 gsave
1970 1 setlinewidth
1971 0 0 0 edgecolor
1972 newpath 745.66 890.96 moveto
1973 727.05 842.57 675.77 709.23 657.2 660.93 curveto
1974 stroke
1975 grestore
1976 % husk--tusk
1977 gsave
1978 1 setlinewidth
1979 0 0 0 edgecolor
1980 newpath 732.95 895.84 moveto
1981 721.1 887.99 706.05 878.02 694.25 870.2 curveto
1982 stroke
1983 grestore
1984 % husk--rusk
1985 gsave
1986 1 setlinewidth
1987 0 0 0 edgecolor
1988 newpath 738.01 893.21 moveto
1989 702.15 854.68 609.65 755.29 573.89 716.86 curveto
1990 stroke
1991 grestore
1992 % lush--gush
1993 gsave
1994 1 setlinewidth
1995 0 0 0 edgecolor
1996 newpath 1193.45 830.03 moveto
1997 1202.82 828.82 1213.34 827.46 1222.73 826.25 curveto
1998 stroke
1999 grestore
2000 % lush--bush
2001 gsave
2002 1 setlinewidth
2003 0 0 0 edgecolor
2004 newpath 1186.51 821.03 moveto
2005 1213.48 804.01 1261.58 773.65 1288.7 756.54 curveto
2006 stroke
2007 grestore
2008 % lush--tush
2009 gsave
2010 1 setlinewidth
2011 0 0 0 edgecolor
2012 newpath 1140.05 830.09 moveto
2013 1116.74 827.12 1083.1 822.85 1059.81 819.89 curveto
2014 stroke
2015 grestore
2016 % lush--push
2017 gsave
2018 1 setlinewidth
2019 0 0 0 edgecolor
2020 newpath 1176.43 816.41 moveto
2021 1191.82 789.21 1221.73 736.32 1237.13 709.07 curveto
2022 stroke
2023 grestore
2024 % lush--lust
2025 gsave
2026 1 setlinewidth
2027 0 0 0 edgecolor
2028 newpath 1158.11 816.05 moveto
2029 1127.07 753.59 1021.64 541.42 990.62 479.02 curveto
2030 stroke
2031 grestore
2032 % lush--mush
2033 gsave
2034 1 setlinewidth
2035 0 0 0 edgecolor
2036 newpath 1142.13 840.92 moveto
2037 1111.37 850.2 1058.92 866.01 1026.99 875.64 curveto
2038 stroke
2039 grestore
2040 % muss--buss
2041 gsave
2042 1 setlinewidth
2043 0 0 0 edgecolor
2044 newpath 1085.3 567.49 moveto
2045 1139 551.07 1260.21 514.01 1312.37 498.06 curveto
2046 stroke
2047 grestore
2048 % muss--must
2049 gsave
2050 1 setlinewidth
2051 0 0 0 edgecolor
2052 newpath 1036.07 563.94 moveto
2053 1006.68 548.95 955.88 523.05 926.68 508.16 curveto
2054 stroke
2055 grestore
2056 % muss--muse
2057 gsave
2058 1 setlinewidth
2059 0 0 0 edgecolor
2060 newpath 1029.65 574.49 moveto
2061 963.94 572.07 805.16 566.23 738.83 563.78 curveto
2062 stroke
2063 grestore
2064 % muss--musk
2065 gsave
2066 1 setlinewidth
2067 0 0 0 edgecolor
2068 newpath 1036.27 587.22 moveto
2069 984.58 613.86 858.21 678.98 805.85 705.97 curveto
2070 stroke
2071 grestore
2072 % muss--mush
2073 gsave
2074 1 setlinewidth
2075 0 0 0 edgecolor
2076 newpath 1055.45 593.48 moveto
2077 1045 647.97 1013.65 811.35 1003.19 865.9 curveto
2078 stroke
2079 grestore
2080 % rube--ruse
2081 gsave
2082 1 setlinewidth
2083 0 0 0 edgecolor
2084 newpath 72.62 334.04 moveto
2085 132.54 365.25 301.05 453.03 360.91 484.21 curveto
2086 stroke
2087 grestore
2088 % rube--rude
2089 gsave
2090 1 setlinewidth
2091 0 0 0 edgecolor
2092 newpath 64.26 307.03 moveto
2093 75.12 293.92 90.47 275.38 101.32 262.27 curveto
2094 stroke
2095 grestore
2096 % rest
2097 gsave
2098 1 setlinewidth
2099 0 0 0 nodecolor
2100 690.37 17.77 27 18 ellipse_path stroke
2101 0 0 0 nodecolor
2102 14 /Times-Roman set_font
2103 680.37 14.07 moveto 20 (rest) alignedtext
2104 grestore
2105 % rest--rust
2106 gsave
2107 1 setlinewidth
2108 0 0 0 edgecolor
2109 newpath 693.55 36.11 moveto
2110 704.28 97.83 738.98 297.62 749.69 359.29 curveto
2111 stroke
2112 grestore
2113 endpage
2114 showpage
2115 grestore
2116 %%PageTrailer
2117 %%EndPage: 1
2118 %%Trailer
2119 %%Pages: 1
2120 %%BoundingBox: 36 36 1721 1668
2121 end
2122 restore
2123 %%EOF