Open JaishriMahajan opened 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.
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?