Subject: | Graph name is hardcoded to "test" |
The graph name seems to be hardcoded to "test"
(
Graphviz.pm: line 990: $dot .= "$graph_type test {\n";
)
This is used for naming e.g. the cmapx HTML tag "map", so it could be problematic when displaying two graphs on the same web page.
Maybe a "name" or "graphname" parameter to new()?
/J