yWorks / svg2pdf.js

A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
MIT License
654 stars 101 forks source link

Is there a possibility to support ie9 ? #62

Closed christee closed 5 years ago

christee commented 5 years ago

I tried polyfill to fixed uint8array error. but there is more. Supporting ie9, any chance ?

Here is error from ie9 :

jsPDF PubSub Error Object expected TypeError: Object expected

HackbrettXXX commented 5 years ago

This seems to be an error of yWorks/jsPDF or even jsPDF. We are not planning on adding support for ie9 ourselves. If you want, you may supply pull requests to othe respective repositories, though.