Skip to content

Commit c597e82

Browse files
authored
Merge pull request #7062 from JulioGitLab/patch-CORNER-descr-cx
Patch-CORNER-descr-cx
2 parents bcf9134 + 58539ee commit c597e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shape/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ p5.prototype.noSmooth = function() {
186186
*
187187
* By default, the first two parameters of
188188
* <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
189+
* are the x- and y-coordinates of the shape's upper left corner. The next parameters set
190190
* the shape's width and height. This is the same as calling
191191
* `rectMode(CORNER)`.
192192
*

0 commit comments

Comments
 (0)