Fix loadSVGFromUrl bug #5252 (#5263)

* Fix loadSVGFromURL bug
This commit is contained in:
Sergey 2018-09-28 05:35:33 +03:00 committed by Andrea Bogazzi
parent 543566d7d8
commit 5c3f3a9594

View file

@ -1013,6 +1013,7 @@
}
if (!xml || !xml.documentElement) {
callback && callback(null);
return false;
}
fabric.parseSVGDocument(xml.documentElement, function (results, _options, elements, allElements) {