home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 30.Shapes / rectangle.yap < prev    next >
Encoding:
Text File  |  1993-01-19  |  95 b   |  10 lines

  1. 0 setgray
  2. newpath
  3.     10 25 moveto
  4.     80 0 rlineto
  5.     0 50 rlineto
  6.     -80  0 rlineto
  7.     closepath
  8.   fill
  9.  
  10.