typedstream PrintInfo Object *fffffcsiii*s***i Letter ffffii PaletteView GraphicView ViewGrid Responder EditView cccf @iiffcc LightOrderedSet LightUnsortedCollection LightOrderedCollection LightCollection compare: [29@] PSGraphic Graphic cccccc#@@ LineTaskTextGraphic LineTaskGraphic SplineGraphic LineGraphic [352c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:LoopofDottedLines.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Fri June 5 1992 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%DocumentFonts: Times-BoldItalic %%EndComments 285 375 translate 0.666 setgray 1 1 900 { dup rrand translate 10 10 moveto 0 0 20 20 10 10 curveto 99 rotate stroke} for %!PS-Adobe-2.0 EPSF-2.0 %%Title:HotSun.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Fri June 5 1992 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%DocumentFonts: Times-BoldItalic %%EndComments % eps picture 285 375 translate .666 setgray 1 1 80{ 10 20 translate 11 2 moveto 1111 11 22 222 3 33 curveto 55 rotate stroke}for [344c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:Sun.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Fri June 5 1992 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%DocumentFonts: Times-BoldItalic %%EndComments % eps picture .666 setgray 285 375 translate 1 1 40 { 0 0 moveto 345 67 21 34 567 342 curveto closepath 99 rotate stroke}for [374c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:AndR.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Wed May 20 1992 %%Pages: 0 1 %%BoundingBox:0 0 570 750 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette 285 375 translate 0.666 setgray 1 1 500{ 0 translate 11 2 moveto 57 0 16 4 78 9 curveto 55 rotate stroke}for [403c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:AndR.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Wed May 20 1992 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette 285 375 translate 1 1 360 { 360 div 1 1 sethsbcolor 0 0 moveto 0 0 345 67 21 34 567 342 curveto closepath 41 rotate stroke}for stroke [428c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:AndR.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Wed May 20 1992 %%Pages: 0 1 %%BoundingBox:25 150 525 650 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette 300 375 translate 0.666 setgray { 0 0 moveto 50 0 lineto 50 50 lineto 0 50 lineto 0 0 lineto stroke}def 1 1 300{ 10 translate 23 rotate stroke} for [411c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:AndR.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Wed May 20 1992 %%Pages: 0 1 %%BoundingBox:25 150 525 650 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette 300 375 translate 0.666 setgray /curve { 0 0 moveto 10 20 32 43 56 13 curveto stroke}def 1 1 300{ curve 10 translate 23 rotate stroke} for [399c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:AndR.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Wed May 20 1992 %%Pages: 0 1 %%BoundingBox:0 -25 570 725 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette 300 375 translate 0.666 setgray /circle { 0 0 85 0 360 arc stroke}def 1 1 200 { circle 0 translate 11 rotate stroke} for [398c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:AndR.eps %%Creator:Ksenia Switalska (ksenia@zeus.UWaterloo.ca) %%CreationDate: Wed May 20 1992 %%Pages: 0 1 %%BoundingBox:0 -25 570 725 %%DocumentFonts: Times-BoldItalic %%EndComments % eps drawing of component for Diagram palette 300 375 translate 0.666 setgray /circle { 0 0 30 0 360 arc stroke}def 1 1 300 { circle 10 translate 23 rotate stroke} for [1076c]%!PS-Adobe-2.0 EPSF-2.0 %%Title: Rectangle.eps %%Creator: Ali Ozer %%CreationDate: Tue Aug 14 10:38:47 1990 %%Pages: 0 1 %%BoundingBox: 256 317 356 417 %%EndComments % This program draws a particular symmetric pattern. Plug in % xscaleAmount, yscaleAmount and rotateAmount with a % pleasing value given by RectSpinShow % adapted from Rectangles.eps from the demos directory % by Kevin Brain. May 1/1991 /numSteps 400 def /boxsize 100 def % original size was 200 % The drawing routine. % modified to use boxsize variable /drawbox { boxsize -.5 mul boxsize -.5 mul boxsize boxsize rectstroke } bind def % Come up towards the middle of a 8.5x11 (default) page 306 367 translate % Have thin lines (even when scaled; 0 linewidth % means "use the smallest line you can") 0 setlinewidth % Take numSteps steps from 1 to 0, drawing a % rectangle and altering the coordinate system % by the above values at every step... .4 1 numSteps div neg 0 { .5 add setgray % xscaleAmount yscaleAmount .99152 .99636 scale % rotateAmount -0.474 rotate drawbox } for %%EndFile [1070c]%!PS-Adobe-2.0 EPSF-2.0 %%Title: Rectangle.eps %%Creator: Ali Ozer %%CreationDate: Tue Aug 14 10:38:47 1990 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%EndComments % This program draws a particular symmetric pattern. Plug in % xscaleAmount, yscaleAmount and rotateAmount with a % pleasing value given by RectSpinShow % adapted from Rectangles.eps from the demos directory % by Kevin Brain. May 1/1991 /numSteps 400 def /boxsize 100 def % original size was 200 % The drawing routine. % modified to use boxsize variable /drawbox { boxsize -.5 mul boxsize -.5 mul boxsize boxsize rectstroke } bind def % Come up towards the middle of a 8.5x11 (default) page 306 367 translate % Have thin lines (even when scaled; 0 linewidth % means "use the smallest line you can") 0 setlinewidth % Take numSteps steps from 1 to 0, drawing a % rectangle and altering the coordinate system % by the above values at every step... .4 1 numSteps div neg 0 { .5 add setgray % xscaleAmount yscaleAmount 1.0194 1.0255 scale % rotateAmount 1.05 rotate drawbox } for %%EndFile [1072c]%!PS-Adobe-2.0 EPSF-2.0 %%Title: Rectangle.eps %%Creator: Ali Ozer %%CreationDate: Tue Aug 14 10:38:47 1990 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%EndComments % This program draws a particular symmetric pattern. Plug in % xscaleAmount, yscaleAmount and rotateAmount with a % pleasing value given by RectSpinShow % adapted from Rectangles.eps from the demos directory % by Kevin Brain. May 1/1991 /numSteps 400 def /boxsize 100 def % original size was 200 % The drawing routine. % modified to use boxsize variable /drawbox { boxsize -.5 mul boxsize -.5 mul boxsize boxsize rectstroke } bind def % Come up towards the middle of a 8.5x11 (default) page 306 367 translate % Have thin lines (even when scaled; 0 linewidth % means "use the smallest line you can") 0 setlinewidth % Take numSteps steps from 1 to 0, drawing a % rectangle and altering the coordinate system % by the above values at every step... .4 1 numSteps div neg 0 { .5 add setgray % xscaleAmount yscaleAmount 1.00272 1.01168 scale % rotateAmount 2.97 rotate drawbox } for %%EndFile [1098c]%!PS-Adobe-2.0 EPSF-2.0 %%Title: Rectangle.eps %%Creator: Ali Ozer %%CreationDate: Tue Aug 14 10:38:47 1990 %%Pages: 0 1 %%BoundingBox: 0 0 570 750 %%EndComments % This program draws a particular symmetric pattern. Plug in % xscaleAmount, yscaleAmount and rotateAmount with a % pleasing value given by RectSpinShow % adapted from Rectangles.eps from the demos directory % by Kevin Brain. May 1/1991 /numSteps 400 def /boxsize 100 def % original size was 200 % The drawing routine. % modified to use boxsize variable /drawbox { boxsize -.5 mul boxsize -.5 mul boxsize boxsize rectstroke } bind def % Come up towards the middle of a 8.5x11 (default) page 72 8.5 mul 2 div 72 11 mul 2 div translate % Have thin lines (even when scaled; 0 linewidth % means "use the smallest line you can") 0 setlinewidth % Take numSteps steps from 1 to 0, drawing a % rectangle and altering the coordinate system % by the above values at every step... .4 1 numSteps div neg 0 { .5 add setgray % xscaleAmount yscaleAmount 1.00936 1.01896 scale % rotateAmount 2.16 rotate drawbox } for %%EndFile [417c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:FourCorners.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 102 102 %%EndComments /corner {0 2 50 {0 exch dup 50 exch sub 0 moveto lineto stroke} for} def 0 setlinewidth .6666 setgray 1 1 translate corner 100 0 translate 90 rotate corner 100 0 translate 90 rotate corner 100 0 translate 90 rotate corner stroke [375c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:LL_UR_Corners.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 102 102 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 1 1 translate 0 4 100 {0 exch dup 100 exch sub 0 moveto lineto stroke} for 0 4 100 {100 exch dup 100 exch sub 100 moveto lineto stroke} for stroke [349c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:UL_LR_Corners.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 102 102 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 1 1 translate 0 4 100 {100 exch dup 0 moveto lineto stroke} for 0 4 100 {0 exch dup 100 moveto lineto stroke} for stroke [494c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:TopRays.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 50 %%EndComments /INCREMENT 6 def /RAYS90 {INCREMENT INCREMENT 90 INCREMENT add { 0 exch 0 exch 150 exch dup INCREMENT sub arc 0 0 lineto stroke } for } def 0 setlinewidth .6666 setgray 0.01 0.01 moveto 0.01 49.99 lineto 99.99 49.99 lineto 99.99 0.01 lineto 0 50 translate -90 rotate RAYS90 0 100 translate -90 rotate RAYS90 [458c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:BottomRays.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 50 %%EndComments /INCREMENT 6 def /RAYS90 {INCREMENT INCREMENT 90 INCREMENT add { 0 exch 0 exch 150 exch dup INCREMENT sub arc 0 0 lineto stroke } for } def 0 setlinewidth .6666 setgray 0.1 50 moveto 0.1 0.1 lineto 99.9 0.1 lineto 99.9 50 lineto RAYS90 100 0 translate 90 rotate RAYS90 [336c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:LRCircles.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 5 150 {0 exch 50 exch -90 90 arc stroke newpath} for 0 5 150 {100 exch 50 exch 90 270 arc stroke newpath} for [338c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:ShiftedCircleHalves.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 300 200 %%EndComments 0 setlinewidth .6666 setgray 0 5 250 {100 exch 100 exch 180 0 arc stroke newpath} for 0 5 250 {200 exch 100 exch 0 180 arc stroke newpath} for [276c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:Verticals.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 4 100 {0 moveto 0 100 rlineto stroke} for stroke [282c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:Horizontals.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 4 100 {0 exch moveto 100 0 rlineto stroke} for stroke [351c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:SixDegrees.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments /INCREMENT 6 def 0 setlinewidth .6666 setgray 50 50 moveto INCREMENT INCREMENT 360 { 50 exch 50 exch 75 exch dup INCREMENT sub arc 50 50 lineto stroke} for stroke [312c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:RisingDiagonals.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 100 translate -90 rotate 0 4 200 {0 exch dup 0 moveto lineto stroke} for stroke [405c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:CenterCorners.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments /corner {0 2 50 {0 exch dup 50 exch sub 0 moveto lineto stroke} for} def 1 1 scale 0 setlinewidth .6666 setgray 50 50 translate corner 90 rotate corner corner 90 rotate corner corner 90 rotate corner corner stroke [294c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:Concentric circles.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 3 75 {50 exch 50 exch 0 360 arc stroke newpath} for stroke [279c]%!PS-Adobe-2.0 EPSF-2.0 %%Title:Diagonals.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 4 200 {0 exch dup 0 moveto lineto stroke} for stroke Rectangle TaskTextGraphic SolidGraphic cccif TextThing [108c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;} \margl40 \margr40 \f0\b0\i0\ul0\qc\fs20\fi0\li0\gray0\up0\dn0 %!PS-Adobe-2.0 EPSF-2.0 %%Title:Concentric circles.eps %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca) %%CreationDate: Sun Nov 24 1991 %%Pages: 0 1 %%BoundingBox: 0 0 100 100 %%EndComments 1 1 scale 0 setlinewidth .6666 setgray 0 3 75 {50 exch 50 exch 0 360 arc stroke newpath} for stroke