tsayen / dom-to-image

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

hotfix: copyStyle func fix for some elements #196

Open timbilalov opened 6 years ago

timbilalov commented 6 years ago

Hi! First of all, thanks for your library. It's cool!

Recently i made my own project and used dom-to-image to create PNG from tiles with SVG, base64 and masks. Maybe i was doing something wrong, but created images was broken. I figured out a problem. In my case, it was in copyStyle function.

I recreated a problem here: https://codepen.io/unfriend/pen/ddEaqL