Comparing version 4.0.0-beta.2 to 4.0.0-beta.3
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */ | ||
var fabric = fabric || { version: '4.0.0-beta.2' }; | ||
var fabric = fabric || { version: '4.0.0-beta.3' }; | ||
if (typeof exports !== 'undefined') { | ||
@@ -5,0 +5,0 @@ exports.fabric = fabric; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://fabricjs.com/", | ||
"version": "4.0.0-beta.2", | ||
"version": "4.0.0-beta.3", | ||
"author": "Juriy Zaytsev <kangax@gmail.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [ |
@@ -192,6 +192,6 @@ (function() { | ||
if (hasControls) { | ||
ctx.beginPath(); | ||
this.forEachControl(function(control, key, fabricObject) { | ||
// in this moment, the ctx is centered on the object. | ||
// width and height of the above function are the size of the bbox. | ||
ctx.beginPath(); | ||
if (control.withConnection && control.getVisibility(fabricObject)) { | ||
@@ -198,0 +198,0 @@ // reset movement for each control |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2423424