diff --git a/src/svg.js b/src/svg.js index 2692420..eaf3eb5 100644 --- a/src/svg.js +++ b/src/svg.js @@ -2193,6 +2193,7 @@ Snap.parse = function (svg) { while (svg.firstChild) { f.appendChild(svg.firstChild); } + div.innerHTML = E; } } return new Fragment(f);