derhuerst / svg-world-map

Show a location on a world map.
http://jannisr.de/svg-world-map/
ISC License
19 stars 6 forks source link

Update index.js #19

Closed netbofia closed 5 years ago

netbofia commented 5 years ago

Fixes bug derhuerst#18 when converting to string with "vdom-to-html" Because h loses most of the properties like: viewBox

const toHTML=require('vdom-to-html')

derhuerst commented 5 years ago

Thanks!