From ba8e97dd336912567fdaa263acb7aa1cd262864e Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Mon, 10 Aug 2015 15:45:14 +0200 Subject: [PATCH] Update object.class.js --- src/shapes/object.class.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shapes/object.class.js b/src/shapes/object.class.js index 50079d9d..2569274f 100644 --- a/src/shapes/object.class.js +++ b/src/shapes/object.class.js @@ -313,14 +313,14 @@ originY: 'top', /** - * Top position of an object. Note that by default it's relative to object center. You can change this by setting originY={top/center/bottom} + * Top position of an object. Note that by default it's relative to object top. You can change this by setting originY={top/center/bottom} * @type Number * @default */ top: 0, /** - * Left position of an object. Note that by default it's relative to object center. You can change this by setting originX={left/center/right} + * Left position of an object. Note that by default it's relative to object left. You can change this by setting originX={left/center/right} * @type Number * @default */