Graphviz 2.30 support

+1 vote
asked Feb 21, 2013 in Wanted features by anonymous
The latest version of Graphviz is 2.30, but PlantUML diagrams get messed up with it. When will it be supported?

2 Answers

0 votes
answered Feb 21, 2013 by anonymous
 
Best answer

I updated PlantUML from 7953 to 7958 and then updated Graphviz from 2.28 to 2.30.1 to test the code to give here, but it seems to work now. In 2.29 and 2.30 it was not.

I will let you know when something goes wrong again.

commented Feb 21, 2013 by plantuml (295,000 points)
Ok, thanks : the FAQ will be updated about Graphviz version.
Some modifications were recently done in V7958 (see http://plantuml.sourceforge.net/qa/?qa=252/state-chart-rendering-broken) to better support Graphviz 2.30.
However, few tests have been done, so feedback is appreciate.
Happy UML :-)
0 votes
answered Feb 21, 2013 by plantuml (295,000 points)
Hello,

Could you give a example of diagram that is not working with Graphviz 2.30 : this will help.

Thanks,
commented Apr 14, 2013 by anonymous
This gives me an EmptySvgException:
@startuml
(Assign seat) .> (Check in\npassenger) : <<extends>>
(Check in\npassenger) .> (Weigh\nluggage) : <<include>>
(Assign aisle\nseat) .> (Assign seat) : <<include>>
(Assign\nwindow\nseat) .> (Assign seat) : <<include>>
@enduml
commented Apr 14, 2013 by plantuml (295,000 points)
Ok, thanks.
We will open an issue on GraphViz about this.
As workaround, you can use "..>" instead of ".>"
I will put some news here when this will be fixed.
Regards,
Arnaud
...