IF activity may looks better if used with swimlanes

+2 votes
asked Mar 23, 2017 in Wanted features by anonymous
Hi,

First of all thx for planuml, really handy tool :)

Is it possible to make source like this one:

@startuml
|a|A
|b|B

|a|
start
if(Test) then(yes)
  |b|
  :Action;
else (no)
endif
|a|
stop
@enduml
 

look a bit better?  from my pov we have excessive link crossings here that may look better if yes and no will be swapped.

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.
...