Activity Beta diagrams are very wide when a title is applied

0 votes
asked Jun 7, 2013 in Bug by Fuhrmanator (1,700 points)
edited Jun 7, 2013 by Fuhrmanator

Hello - I love the new Activity Diagram (Beta). However, I found an anomaly when using a Title. It seems the title is left-justified and makes the diagram much wider (in a strange way).

I'd like to see the Title centered, if possible.

@startuml
title Ceci est un titre
start
repeat
  :a;
note right: note
  repeat
    :b;
    note right: note that is wider than normal - this is a very wide note
  repeat while (condition1)
repeat while (condition2)
stop
@enduml
 
Result:

1 Answer

+1 vote
answered Jun 7, 2013 by plantuml (294,960 points)
selected Jun 8, 2013 by Fuhrmanator
 
Best answer
Hello,

Thanks for the report : this has been solved in version 7969.

Regards,
commented Jun 8, 2013 by Fuhrmanator (1,700 points)
Are you sure? The diagram looks the same in 7969 that's running on PlantUML.com
commented Jun 8, 2013 by Fuhrmanator (1,700 points)
OK - it's right now. Cloud caching is probably the reason...
...