Closed olduh29 closed 1 year ago
https://github.com/GraphLayout/Samples/SvgLayerSample. Please see that this example works. The svg writer expects the geometry present.
thanks @levnach, i 've got to make my code output a valid svg. Now I have to find how to tune the geometry to have the SVG look good.
Hello, I am trying to generate a SVG from a Graph object but it fails with a nullref exception when calling SvgGraphWriter.Write()
Here is my simple test case :
stacktrace is
Is there something I'm missing when trying to write an SVG file ?