mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 01:04:43 +00:00
Updated fiddle describing originX/originY usage (#3907)
The old fiddle did not work because of now inexistent fabricjs dependency script
This commit is contained in:
parent
95d07a97ba
commit
e8766af559
1 changed files with 2 additions and 2 deletions
|
|
@ -305,7 +305,7 @@
|
|||
|
||||
/**
|
||||
* Horizontal origin of transformation of an object (one of "left", "right", "center")
|
||||
* See http://jsfiddle.net/1ow02gea/40/ on how originX/originY affect objects in groups
|
||||
* See http://jsfiddle.net/1ow02gea/244/ on how originX/originY affect objects in groups
|
||||
* @type String
|
||||
* @default
|
||||
*/
|
||||
|
|
@ -313,7 +313,7 @@
|
|||
|
||||
/**
|
||||
* Vertical origin of transformation of an object (one of "top", "bottom", "center")
|
||||
* See http://jsfiddle.net/1ow02gea/40/ on how originX/originY affect objects in groups
|
||||
* See http://jsfiddle.net/1ow02gea/244/ on how originX/originY affect objects in groups
|
||||
* @type String
|
||||
* @default
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue