Skip to content

Export to SVG is not working #378

@MohamedLEGH

Description

@MohamedLEGH

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions