graphviz-rust icon indicating copy to clipboard operation
graphviz-rust copied to clipboard

Change the way of parsing GraphAttributes

Open besok opened this issue 4 years ago • 0 comments

The structure of parsing GraphAttributes follows the notation but the fact that the seq of extra elements following after the node is concealed:

graph {
node[style=filled]; a b c d;
}

Therefore now it is being parsed as a set of independent statements but apparently, they have to be merged.

besok avatar Nov 04 '21 11:11 besok