home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 077.lha / Postscript / Examples / fan < prev    next >
Encoding:
Text File  |  1986-11-20  |  214 b   |  20 lines

  1.  
  2. save
  3.  
  4. /h {350 100 moveto} def
  5.  
  6.  50 10 200
  7.  { h 400 exch lineto stroke} for
  8.  
  9.  390 -10 250
  10.  { h 200 lineto stroke} for
  11.  
  12.  190 -10 50
  13.  { h 250 exch lineto stroke} for
  14.  
  15.  260 10 390
  16.  { h 50 lineto stroke} for
  17.  
  18. restore
  19.  
  20.