home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 28.Motion / circle.yap < prev    next >
Encoding:
Text File  |  1993-01-19  |  67 b   |  5 lines

  1. /doCircle
  2. { 0 0 8 0 360 arc fill } def
  3.  
  4. 100 100 translate doCircle
  5.