rectangle (35,100) (107,52) node.html node
Input:
Owner: ellson
digraph TopLevel {
compound = true
subgraph cluster1 {
URL = "cluster1.html"
label = "cluster1"
some_node [
style = filled,
URL = "node.html",
label = "node"
]
}
}
Status: Fixed (2 July 2002)