harshsikhwal / harshsikhwal/csdot
[LoadDigraph] Colour attribute does not take multivalue
Open
enhancement
LoadDiagraph
- Dominant language
- C#
- Stars
- 38
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.