Hi guys,
I have a while loop with swimlanes like this:
(
http://www.plantuml.com/plantuml/uml/JOun3i8m54FtdC9ZEyAO39IZXFIBH6sJAZ52I3ayVm2riv-VFJNwojUscduFB1MNRcoJFAELJHXJVhf_TEtc7TCg64AKi83Hyy1m6v4QXbo8iemd7s3dWaGyX9JgZEf_8YqeUngmqU_xnvb96Ntr1G00)
@startuml
|Actor 1|
:send something;
|Actor 2|
while (check that something ?) is (not ok)
|Actor 1|
:do it better;
endwhile (is ok)
|Actor 2|
:happy;
@enduml
The rendering if correct but visually it's a bit messy to have all the arrows crossing each others.
Is there a way to have the arrows loop part rendered on the left side ?
Thanks.