Skip to content

Commit

Permalink
Corrects the description of the CORNER attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioGitLab authored May 20, 2024
1 parent cda061b commit 4892c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shape/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import * as constants from '../constants';
* By default, the first two parameters of
* <a href="#/p5/ellipse">ellipse()</a>, <a href="#/p5/circle">circle()</a>,
* and <a href="#/p5/arc">arc()</a>
* 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
* the shape's width and height. This is the same as calling
* `ellipseMode(CENTER)`.
*
Expand Down

0 comments on commit 4892c6f

Please sign in to comment.