mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-11 01:40:59 +00:00
commit
b24f211dfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue