mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-03 11:34:41 +00:00
Clear dummy DOM element used for Cufon rendering.
This commit is contained in:
parent
0bbaddf859
commit
9cde32897a
2 changed files with 4 additions and 0 deletions
2
dist/all.js
vendored
2
dist/all.js
vendored
|
|
@ -12939,6 +12939,8 @@ fabric.Image.filters.Tint.fromObject = function(object) {
|
|||
this._shadowOffsets = o.shadowOffsets;
|
||||
this._shadows = o.shadows || [ ];
|
||||
|
||||
el = null;
|
||||
|
||||
// need to set coords _after_ the width/height was retreived from Cufon
|
||||
this.setCoords();
|
||||
},
|
||||
|
|
|
|||
|
|
@ -235,6 +235,8 @@
|
|||
this._shadowOffsets = o.shadowOffsets;
|
||||
this._shadows = o.shadows || [ ];
|
||||
|
||||
el = null;
|
||||
|
||||
// need to set coords _after_ the width/height was retreived from Cufon
|
||||
this.setCoords();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue