Graphviz4Net
Graphviz4Net copied to clipboard
Implicitly defined vertices throw ParseException
The graph
digraph G {
A -> B;
}
produces a ParseException reading "The vertex with id A was used before it was defined."