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:
apgeo 2017-05-06 14:05:53 +03:00 committed by Andrea Bogazzi
parent 95d07a97ba
commit e8766af559

View file

@ -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
*/