You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library to save svgs in an angular project.
Although this works fine in Chrome, I get a syntax error in IE11, in vendor.js on this line:
domWalk(src, clonedSvg, (src, tgt) => {
Seems like this happens because => functions aren't supported by IE. Is there a fix for this?
The text was updated successfully, but these errors were encountered:
I'm using this library to save svgs in an angular project.
Although this works fine in Chrome, I get a syntax error in IE11, in vendor.js on this line:
domWalk(src, clonedSvg, (src, tgt) => {
Seems like this happens because => functions aren't supported by IE. Is there a fix for this?
The text was updated successfully, but these errors were encountered: