When I try to export an SVG file for my graphs on Tulip Win64 I get a crash. When I create the graph within tulip using the UI the SVG export does not crash.
I submitted an automated report but thought it might be helpful to include the .tlp file I was loading. I've tried loading my generated .tlp file then export and I also tried saving my .tlp as a tulip project, reloading, and then exporting. Both cases crash.
Thank you very much for your report.
This bug is now fixed in the current svn code line (commit #1525).
It was caused by the self-loops with no bends existing in your graph
that the SVG export plugin should not try to export.
As a workaround, you can export your graph in SVG using Tulip 4.6.1
if you previously delete these self-loops.
They can be selected with the "Loop Selection" algorithm then deleted
with the Edit->Delete menu item.
Hope this helps.