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

implement replaceChild #4

Closed jcblw closed 9 years ago

jcblw commented 9 years ago

this is very close to removeChild but adds in a new child in the same place eg.

svg.replaceChild( newElem, oldElem );
jcblw commented 9 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Node.replaceChild

jcblw commented 9 years ago

done 67adb234577ab2a1535fd4bedc618d84751624a7