Number: 522 Title: Dot loses clusters Submitter: Emden R. Gansner Date: Thu Sep 2 17:05:44 2004 Subsys: Dot Version: 1.14 System: *-*- Severity: minor Problem:
If a cluster is wrapped in a subgraph, it is never seen. I assume this is
just a case of how the subgraph traversal is done. (Also, I thought I had
already submitted this bug but I don't see it.)
Input:
digraph G {
subgraph H {
node [ color = red ]
subgraph cluster2 {
c -> d
}
}
x -> c
}