From 4892c6f29bad01ffa3cd705ae508fcfabc602efb Mon Sep 17 00:00:00 2001 From: Julio Lab <156870555+JulioGitLab@users.noreply.github.com> Date: Mon, 20 May 2024 17:12:17 -0600 Subject: [PATCH] Corrects the description of the CORNER attribute --- src/core/shape/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/shape/attributes.js b/src/core/shape/attributes.js index 61e9b9e8a0..b5b7cdeaa7 100644 --- a/src/core/shape/attributes.js +++ b/src/core/shape/attributes.js @@ -15,7 +15,7 @@ import * as constants from '../constants'; * By default, the first two parameters of * ellipse(), circle(), * and arc() - * 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)`. *