csdot icon indicating copy to clipboard operation
csdot copied to clipboard

[LoadDigraph] Colour attribute does not take multivalue

Open harshsikhwal opened this issue 3 years ago • 0 comments

Files: Resources\test[LoadDigraph] Colour attribute does not take multivalue\multi_color.dot

Attributes with multiple values do not take all the present values:

graph { ethernet [ color = "green, brown, red, black", label = "ethernet", shape = "circle" ] }

is generated as:

graph Default { ethernet [ color = "green", label = "ethernet", shape = "circle" ] }

This is applicable to attributes having support for multivalues.

harshsikhwal avatar Apr 22 '21 09:04 harshsikhwal