Causata / svgenie

Save your D3 graphs and other SVG as an image, without a server-side component
MIT License
43 stars 6 forks source link

Save svg diagram doesn't work in IE when markers are added on links #4

Open JaishriMahajan opened 7 years ago

JaishriMahajan commented 7 years ago

I created force layout in d3. For representing direction on links, I use markers.In Chrome and FF everything is working fine.But for IE save doesnt work using svgenie plugin.If I remove markers from links then svg graph can be save.So, how to resolve this issue with using markers in IE?

jamesnicholls commented 7 years ago

Hi @JaishriMahajan. I don't think this repo is actively maintained. Causata hasn't existed for several years. However all this library does is convert an SVG to a canvas element, using canvg, and from a canvas element to a data URL. So the issue might with the canvg library.