We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda061b commit 4892c6fCopy full SHA for 4892c6f
src/core/shape/attributes.js
@@ -15,7 +15,7 @@ import * as constants from '../constants';
15
* By default, the first two parameters of
16
* <a href="#/p5/ellipse">ellipse()</a>, <a href="#/p5/circle">circle()</a>,
17
* and <a href="#/p5/arc">arc()</a>
18
- * are the x- and y-coordinates of the shape's center. The next parameters set
+ * are the x- and y-coordinates of the shape's upper left corner. The next parameters set
19
* the shape's width and height. This is the same as calling
20
* `ellipseMode(CENTER)`.
21
*
0 commit comments