I am working on converting svg
to png
. For this conversion I am using canvg
. This conversion is working fine with google chrome but IE 10 gives the following error message.
Unhandled exception at line 137, column 5 in http://localhost:21683/Js/canvg.js
0x800a139e - JavaScript runtime error: SyntaxError
I tried the following codes
How to make it to run on IE 10?
Could anyone please help me to do this?