Modify

Opened 16 years ago

Closed 15 years ago

#4831 closed defect (worksforme)

Graphviz Plugin fails on subgraph label

Reported by: andrew.gehring@… 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)

Change History (1)

comment:1 Changed 15 years ago by Christian Boos

Resolution: worksforme
Status: newclosed

That specific example works for me, using dot 2.22.2 and graphvizplugin/0.11-0.7.5.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Peter Kropf.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.