jcblw / vsvg

〰️ A minimal virtual svg dom that allows some basic dom Node api methods.
https://www.npmjs.org/package/vsvg
14 stars 1 forks source link

IE and Safari #11

Open jcblw opened 9 years ago

jcblw commented 9 years ago

The dynamic duo seem to have some issues, this is what Im getting in a lib that is using VSVG.

screenshot from 2014-12-22 17 10 49

In this instance the tagTree is null. Also the svg is undefined

This happened when I was doing a workaround to DOM nodes not being fully initialized when creating them.

svg.innerHTML = svg.innerHTML // forces a reparse of string.

works fine on chrome, and firefox.