Skip to content

Commit 58539ee

Browse files
committed
Revert "Corrects the description of the CORNER attribute"
This reverts commit 4892c6f.
1 parent 4892c6f commit 58539ee

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
@@ -15,7 +15,7 @@ import * as constants from '../constants';
1515
* By default, the first two parameters of
1616
* <a href="#/p5/ellipse">ellipse()</a>, <a href="#/p5/circle">circle()</a>,
1717
* and <a href="#/p5/arc">arc()</a>
18-
* are the x- and y-coordinates of the shape's upper left corner. The next parameters set
18+
* are the x- and y-coordinates of the shape's center. The next parameters set
1919
* the shape's width and height. This is the same as calling
2020
* `ellipseMode(CENTER)`.
2121
*

0 commit comments

Comments
 (0)