This commit is contained in:
kangax 2015-01-14 12:35:00 +01:00
parent 05a04ee055
commit 36d947f9e8
4 changed files with 3 additions and 3 deletions

2
dist/fabric.js vendored
View file

@ -13849,8 +13849,8 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
},
/**
* Recalculates line points given width and height
* @private
* Recalculate line points from width and height.
*/
calcLinePoints: function() {
var xMult = this.x1 <= this.x2 ? -1 : 1,

BIN
dist/fabric.min.js.gz vendored

Binary file not shown.

View file

@ -13849,8 +13849,8 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
},
/**
* Recalculates line points given width and height
* @private
* Recalculate line points from width and height.
*/
calcLinePoints: function() {
var xMult = this.x1 <= this.x2 ? -1 : 1,

View file

@ -206,8 +206,8 @@
},
/**
* Recalculates line points given width and height
* @private
* Recalculate line points from width and height.
*/
calcLinePoints: function() {
var xMult = this.x1 <= this.x2 ? -1 : 1,