mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-27 16:54:43 +00:00
Fix FromObject
This commit is contained in:
parent
09186c141b
commit
77811aa4bc
1 changed files with 3 additions and 3 deletions
|
|
@ -59,14 +59,14 @@
|
|||
this.originalState = { };
|
||||
this.callSuper('initialize');
|
||||
|
||||
if (options) {
|
||||
extend(this, options);
|
||||
}
|
||||
this._setOpacityIfSame();
|
||||
this._calcBounds();
|
||||
this._updateObjectsCoords();
|
||||
this.setCoords();
|
||||
this.saveCoords();
|
||||
if (options) {
|
||||
extend(this, options);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue