Modify ↓
Opened 16 years ago
Closed 15 years ago
#4831 closed defect (worksforme)
Graphviz Plugin fails on subgraph label
Reported by: | Owned by: | Peter Kropf | |
---|---|---|---|
Priority: | high | Component: | GraphvizPlugin |
Severity: | major | Keywords: | graphviz dot subgraph label |
Cc: | Trac Release: | 0.11 |
Description
When creating a graph, utilizing subgraphs, the addition of a label cause the following error:
'Error parsing XML data'
Below is an example of the dot code:
digraph Flow {
subgraph cluster0 {
label=test; daemon; repo1; repo2 ;
}
}
Commenting out the label line, or adding a fontname of "Times New Roman" bypasses the bug, as it seems that the plugin chooses the font Andale Mono for that label....
Attachments (0)
Note: See
TracTickets for help on using
tickets.
That specific example works for me, using dot 2.22.2 and graphvizplugin/0.11-0.7.5.