tsayen / dom-to-image

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

Checkboxes not shown in Firefox (59) #204

Open inad9300 opened 6 years ago

inad9300 commented 6 years ago

Checkboxes are shown in Chrome, Safari and Edge for the PNG, JPEG and PDF formats – SVG does not work at all for me on neither of these browsers. On Firefox, however, checkboxes appear properly on SVG, but do not appear at all on PNG, JPEG nor PDF.

(This is unrelated to https://github.com/tsayen/dom-to-image/issues/117, which is still valid but for which a workaround exist.)

PawelSkrzypkowski commented 6 years ago

Please fix it, I have same issue.