mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-03 03:24:42 +00:00
Add svg element to async objects (reviver)
If async objects parsed (image), the reviver svg element is undefined. You can see it here: http://jsfiddle.net/Kienz/nhYww/
This commit is contained in:
parent
79a9d551c7
commit
9c76ba0f92
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@
|
|||
instances.splice(index, 0, obj);
|
||||
checkIfDone();
|
||||
};
|
||||
})(index), options);
|
||||
})(index, el), options);
|
||||
}
|
||||
else {
|
||||
var obj = klass.fromElement(el, options);
|
||||
|
|
|
|||
Loading…
Reference in a new issue