harshsikhwal / harshsikhwal/csdot

[LoadDigraph] Colour attribute does not take multivalue

Open
#19 0 comments 0 reactions 1 assignee Claimed by @Vibaswan View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.