How to create this kind of pic,with two big box

0 votes
asked Apr 21, 2021 in Question / help by rpaer (140 points)

the pink and purple box  

thx

1 Answer

0 votes
answered Apr 21, 2021 by The-Lu (64,340 points)

Hello R.,

You can test:

@startuml
|#pink|A|
|#purple|                        B                        |
start
:b1;
->:Long long label;
:b2;
->:Long long label;
|A|
if (color? is red) then (yes)
:foo1;
else (no)
:foo2;
endif
@enduml

There is also a defect about swimlanes width, see:


If that can help,
Regards,
Th.

...