Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

Add naming verification to clusters

Open pjgranahan opened this issue 9 years ago • 0 comments

Graphviz requires clusters to follow a specific naming convention:

Clusters are encoded as subgraphs whose names have the prefix 'cluster'.

Ruby-Graphviz does not currently enforce this naming convention when creating a cluster, leading to improperly named clusters that "don't work".

pjgranahan avatar Aug 06 '15 22:08 pjgranahan