We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › syntax example for arc() shows ellipse()
Page Index Toggle Pages: 1
syntax example for arc() shows ellipse() (Read 771 times)
syntax example for arc() shows ellipse()
Oct 21st, 2006, 6:42pm
 
http://processing.org/reference/arc_.html

The syntax example on the arc page is currently showing:
Code:
ellipse(x, y, width, height, start, stop) 


which I believe should be  
Code:
arc(x, y, width, height, start, stop) 



stephen
Page Index Toggle Pages: 1