exupero / saveSvgAsPng

Save SVGs as PNGs from the browser.
MIT License
1.09k stars 362 forks source link

HTMLElement or SVGElement is required #165

Closed blvck237 closed 6 years ago

blvck237 commented 6 years ago

Here is the error i get when passing an SVGElement to the saveSvgAsPng() function Uncaught (in promise): Error: an HTMLElement or SVGElement is required; got <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">...

exupero commented 6 years ago

Can you supply a JSFiddle or other reproduction that demonstrates this issue?

exupero commented 6 years ago

Closing due to inactivity.