Number: 166
Title: no rectangle for subgraphs in ismap output format
Submitter: Werner Neubauer
Date: Tue Jul 2 11:08:03 2002
Subsys: Dot
Version: 1.8.6
System: x86-Other-NT4
Severity: major
Problem:
This file should produce two boxes one for the node and one for the subgraph. But dot -Tismap produces only:

rectangle (35,100) (107,52) node.html node
Input:

digraph TopLevel {
    compound = true

    subgraph cluster1 {
        URL = "cluster1.html"
        label = "cluster1"
        some_node [
            style = filled,
            URL = "node.html",
            label = "node"
        ]
    }
}
Owner: ellson
Status: Fixed (2 July 2002)