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.
2 parents bcf9134 + 58539ee commit c597e82Copy full SHA for c597e82
src/core/shape/attributes.js
@@ -186,7 +186,7 @@ p5.prototype.noSmooth = function() {
186
*
187
* By default, the first two parameters of
188
* <a href="#/p5/rect">rect()</a> and <a href="#/p5/square">square()</a>,
189
- * 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
190
* the shape's width and height. This is the same as calling
191
* `rectMode(CORNER)`.
192
0 commit comments