We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I try mode instance. I'm missing something but what ? Here the code which does not work : https://jsfiddle.net/teL27db8/
If I add function setup() {}, the figures appear : https://jsfiddle.net/e12tbs22/
Thank you for any explanation
Answers
https://forum.Processing.org/two/discussion/15473/readme-how-to-format-code-and-text
At line #16:
p.ellipseMode(RADIUS);
->p.ellipseMode(p.RADIUS);