eKoopmans / html2pdf.js

Client-side HTML-to-PDF rendering using pure JS.
MIT License
4.17k stars 1.39k forks source link

Don't display box-shadow #592

Open OttoGeldrih opened 2 years ago

OttoGeldrih commented 2 years ago

After downloading the file, box-shadow disappears from the PDF. How can this be corrected?

ArpitSingh73 commented 1 year ago

hi there, I would like to work on this issue. Could you please assign it to me. Also, I would like a bit more explanation about the issue.

chanduzalte commented 3 months ago

the issue is with box-shadow: -4px 8px 60px 0px rgba(222, 222, 222, 0.40)

While it displays correctly in HTML, the box-shadow does not appear in the downloaded PDF.