master
baranovs 2014-08-05 10:12:05 +10:00
parent 70916007ae
commit 28b7a7a753
1 changed files with 1 additions and 0 deletions

View File

@ -2193,6 +2193,7 @@ Snap.parse = function (svg) {
while (svg.firstChild) { while (svg.firstChild) {
f.appendChild(svg.firstChild); f.appendChild(svg.firstChild);
} }
div.innerHTML = E;
} }
} }
return new Fragment(f); return new Fragment(f);