mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-04 11:54:47 +00:00
Build dist
This commit is contained in:
parent
9113b27e77
commit
d8c944e593
4 changed files with 7 additions and 17 deletions
7
dist/fabric.js
vendored
7
dist/fabric.js
vendored
|
|
@ -8109,11 +8109,6 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
|
|||
var target,
|
||||
pointer = this.getPointer(e);
|
||||
|
||||
if (this._activeObject && this._checkTarget(e, this._activeObject, pointer)) {
|
||||
this.relatedTarget = this._activeObject;
|
||||
return this._activeObject;
|
||||
}
|
||||
|
||||
var i = this._objects.length;
|
||||
|
||||
while (i--) {
|
||||
|
|
@ -16231,7 +16226,7 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
|
|||
options || (options = { });
|
||||
this.setOptions(options);
|
||||
this._setWidthHeight(options);
|
||||
if (this._element) {
|
||||
if (this._element && this.crossOrigin) {
|
||||
this._element.crossOrigin = this.crossOrigin;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
10
dist/fabric.min.js
vendored
10
dist/fabric.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/fabric.min.js.gz
vendored
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
7
dist/fabric.require.js
vendored
7
dist/fabric.require.js
vendored
|
|
@ -8109,11 +8109,6 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
|
|||
var target,
|
||||
pointer = this.getPointer(e);
|
||||
|
||||
if (this._activeObject && this._checkTarget(e, this._activeObject, pointer)) {
|
||||
this.relatedTarget = this._activeObject;
|
||||
return this._activeObject;
|
||||
}
|
||||
|
||||
var i = this._objects.length;
|
||||
|
||||
while (i--) {
|
||||
|
|
@ -16231,7 +16226,7 @@ fabric.util.object.extend(fabric.Object.prototype, /** @lends fabric.Object.prot
|
|||
options || (options = { });
|
||||
this.setOptions(options);
|
||||
this._setWidthHeight(options);
|
||||
if (this._element) {
|
||||
if (this._element && this.crossOrigin) {
|
||||
this._element.crossOrigin = this.crossOrigin;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue