generate-svg-on-the-server-with-js icon indicating copy to clipboard operation
generate-svg-on-the-server-with-js copied to clipboard

The JSDOM solution throws an error in my setting

Open pwichmann opened this issue 8 years ago • 1 comments

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 avatar Dec 16 '16 03:12 pwichmann

@pwichmann change addFeature to _addFeature, it looks doc.implementation._addFeature(

MadhuVaddi avatar Oct 23 '17 20:10 MadhuVaddi