Closed L05 closed 5 years ago
Add circle() function for K-12 education/accessibility, as suggested in this thread.
Is this to be added to 2D Rendering?
this method could just be an alias that calls p5.prototype.ellipse(x, y, 2*r, 2*r)
p5.prototype.ellipse(x, y, 2*r, 2*r)
Yup. I would like to do it!
addressed with https://github.com/processing/p5.js/pull/3419
Add circle() function for K-12 education/accessibility, as suggested in this thread.
Nature of issue?
Most appropriate sub-area of p5.js?