Matt-Esch/virtual-dom

properties aren't all added to element.

netbofia opened this issue · 2 comments

For example:

   { xmlns: 'http://www.w3.org/2000/svg',
     'xmlns:xlink': 'http://www.w3.org/1999/xlink',
     width: '500',
     height: '272.82',
     viewBox: '0,3.574,100,54.564' },

viewBox and xmlns properties are lost

Wow thanks very must this just solved my problem. Not sure if this closes the issue but its a simple fix.