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.
Page Index Toggle Pages: 1
Small Bug in example (Read 922 times)
Small Bug in example
Sep 29th, 2005, 9:44pm
 
Hi,

I think there is a little bug at this page of the manual:
http://processing.org/reference/bezierTangent_.html

In the second row of the example we have

ellipseMode(CENTER_DIAMETER);

but - according to http://processing.org/reference/ellipseMode_.html - I think it should be:

ellipseMode(CENTER);

At least in Version 0091 Beta it will not run otherwise. I assume this simply is an forgotten example.



Re: Small Bug in example
Reply #1 - Dec 9th, 2005, 7:45am
 
Well spotted. Thank you. It's now fixed.
Page Index Toggle Pages: 1