I would like to cover next case which I'm actively use to minimize the dot files:
digraph name {
fontsize=48
bgcolor="transparent"
rankdir=LR;
node [shape=box, style="rounded,filled", fillcolor="#333333", fontcolor="#ffffff"];
{node [fillcolor="#952877"; color="#952877"]; purple} // <- this will be applied to all nodes in same group
purple [label="Purple background with rounded corners"]
}
I propose to do minimal changes and extend DotNode element to accept any name including ones that needs to be quoted.
I would like to cover next case which I'm actively use to minimize the dot files:
I propose to do minimal changes and extend DotNode element to accept any name including ones that needs to be quoted.