graphstream / gs-core

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

Improvement of SVG Sink #339

Closed hichbra closed 3 years ago

hichbra commented 4 years ago

Add the support of custom edges and arrow in FileSinkSVG2.

FileSinkSVG2 are now supporting the following Edge shapes :

And the following Arrow shapes :

With most of the CSS properties linked to them (Color and Size mostly)

pigne commented 4 years ago

Sounds good! Should we rename FileSinkSVG2 to FileSinkSVG and get rid of the former one? ore rename it ?

hichbra commented 4 years ago

If FileSinkSVG is made for exporting a graph without style, I think we can keep it even if the best solution would have been only one class and a style boolean in the constructor.

But yes, I agree that we need at least to rename it.