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

name spaced attributes #19

Open jcblw opened 8 years ago

jcblw commented 8 years ago

setting xlink namespaced attributes does not seem to work with setAttribute.

http://stackoverflow.com/questions/6893391/adding-image-namespace-in-svg-through-js-still-doesnt-show-me-the-picture/6902768#6902768

If we can switch to setAttributeNS for those attributes.