generate-svg-on-the-server-with-js
generate-svg-on-the-server-with-js copied to clipboard
The JSDOM solution throws an error in my setting
Thank you for the scripts
The JSDOM solution throws an error in my setting.
'doc.implementation.addFeature( ^
TypeError: doc.implementation.addFeature is not a function'
@pwichmann change addFeature to _addFeature, it looks doc.implementation._addFeature(