We are about to switch to a new forum software. Until then we have removed the registration on this forum.
May I ask why i can't get a perfect circle using the following code? Does this mean the "radius" of the corner is not strictly the radius of a circle? If that's the case, then what's this "radius" referring to?
background(0);
rectMode(CENTER);
rect(50,50, 100,100, 50);
Answers
In an early reply to http://forum.processing.org/two/discussion/1941 REAS says that it's probably a Processing issue, but I don't see a report in GitHub.
Thanks a lot, bilmor! looks like there's quite a lot to learn from that post. :))