home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Tutorial / Cookbook / 30.Shapes / heart.yap < prev    next >
Encoding:
Text File  |  1993-01-18  |  127 b   |  11 lines

  1. 0.0 setgray
  2. newpath
  3.     50 50 moveto
  4.     30 100 0.0 50 50.0 10 curveto
  5.     50 50 moveto    
  6.     70 100 100 50 50 10 curveto
  7.     closepath
  8. fill
  9.  
  10.  
  11.