GraphViz
GraphViz copied to clipboard
When the graph is not directed, edges are not rendered properly.
If the graph is a digraph, edges should be rendered:
edge1 -> edge2
else
edge1 -- edge2
Right now, that logic is not implemented.