Bad arrangement of elements with swimmlanes

0 votes
asked Dec 26, 2020 in Bug by Ulli

Trying this script (activity diagram):

@startuml
|Lane1|
start
:Activity;

|Lane2|
:Subroutine|

|Lane1|
if(Condtion) then
  :Activity1;
  kill
else (no)
  |Lane2|
  :Activity2;
   kill
endif
@enduml

Gives a bad arrengement. I would have expected Activity1 to be centrally below Condition and Activity2 to be centrally under Subroutine. Using skinparam ConditionEndStyle diamond did not help.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...