eKoopmans / html2pdf.js

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

SVG don't work in IE #196

Open jupilo opened 5 years ago

jupilo commented 5 years ago

Hey,

I am using html2pdf version 0.9.1 for a project. I use it to create a PDF with text and image svg. HTML2PDF works fine for Google Chrome and Firefox, but on IE, svg is not displayed. Their location is empty, everything else works. IE's Pdf : image

Firefox or Google Chrome's Pdf : image

In the console of IE, I have this error, I do not know if this is the source of my problem, but it only appears when I try to download the pdf so I think it's linked. image

Thank you in advance for your help !

barbaraperim commented 3 years ago

I'm also having the same problem, any solutions/updates on this?