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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: