graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

Export to SVG is not working #378

Open MohamedLEGH opened 6 months ago

MohamedLEGH commented 6 months ago

This is what I get with the graph.display() function (and with System.setProperty("org.graphstream.ui", "swing")):

Capture d’écran du 2023-12-20 14-51-34

And this is what I get with

FileSinkSVG fsi = new FileSinkSVG();
fsi.writeAll(graph, "test.svg");

test

I also tested with FileSinkUnstyledSVG but the svg output is not even readable.