tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.21k stars 1.68k forks source link

Fixed bug applying clasName to SVG DOM tags #422

Open Arturokin opened 2 years ago

Arturokin commented 2 years ago

Setting className = throwed this error:

Cannot set property className of SVGElement which has only a getter.

Setting this line to node.setAttribute fixed the error