Sequence diagram bug when creating participant

0 votes
asked May 25, 2013 in Bug by plantuml (294,960 points)

When creating participants in sequence diagrams there is a bug when create message is passed to the left. The diagram will always align the message arrow so there is room for the box on the right side. Minimal example for the bug:

@startuml
participant Abox
participant Bbox
create Abox
Bbox -> Abox : create
@enduml

If message is passed to the right it works as intended:

@startuml
participant Abox
participant Bbox
create Bbox
Abox -> Bbox : create
@enduml

1 Answer

0 votes
answered May 25, 2013 by plantuml (294,960 points)
You can download here a beta version : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

The issue should be fixed.

Is it ok for you now ?

Thanks,
...