mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-19 05:31:07 +00:00
revert master
This commit is contained in:
parent
4183bddd26
commit
531faae418
1 changed files with 0 additions and 18 deletions
|
|
@ -885,24 +885,6 @@
|
|||
|
||||
this[key] = value;
|
||||
|
||||
if (this.canvas && this.canvas.turbo) {
|
||||
if (key !== 'left' &&
|
||||
key !== 'top' &&
|
||||
key !== 'scaleX' &&
|
||||
key !== 'scaleY' &&
|
||||
key !== 'width' &&
|
||||
key !== 'height' &&
|
||||
key !== 'angle' ||
|
||||
!this.active){
|
||||
|
||||
if (this.canvas._isCacheable(this)) {
|
||||
this.width = this.getWidth();
|
||||
this.height = this.getHeight();
|
||||
}
|
||||
this.updateCache();
|
||||
}
|
||||
}
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue