Graphviz4Net icon indicating copy to clipboard operation
Graphviz4Net copied to clipboard

Implicitly defined vertices throw ParseException

Open coder0xff opened this issue 8 years ago • 0 comments

The graph

digraph G {
	A -> B;
}

produces a ParseException reading "The vertex with id A was used before it was defined."

coder0xff avatar Jul 06 '17 15:07 coder0xff