Fixed #196
parent
70916007ae
commit
28b7a7a753
|
@ -2193,6 +2193,7 @@ Snap.parse = function (svg) {
|
|||
while (svg.firstChild) {
|
||||
f.appendChild(svg.firstChild);
|
||||
}
|
||||
div.innerHTML = E;
|
||||
}
|
||||
}
|
||||
return new Fragment(f);
|
||||
|
|
Loading…
Reference in New Issue