g = agread (stdin, &AgDefaultDisc); agwrite (g, stdout);
on the input graph produces the output graph, where attributes
set in the subgraph are lost.
Input:
Output file: b305.dot
graph G {
subgraph {
node [color=blue]
c
b
e
}
a -- b
a -- c
e -- c
}
Owner: north
Status: Fixed (19 June 2003)