Colored lines change order when returned from swimlane A to swimlane B

0 votes
asked Jul 7, 2017 in Bug by boshka (3,940 points)
edited Jul 7, 2017 by boshka
skinparam colorArrowSeparationSpace 5
|a|
|b|
 
start
-[#red;#blue]->
:action 1;
note right
    order is red
    then blue
end note
-[#red;#blue]->
|a|
:action 2;
note right
    order becomes
    blue then red
end note
|b|
-[#red;#blue]->
:action 3;
note right
    order
    restores
end note
-[#red;#blue]->
 
stop
 

1 Answer

0 votes
answered Jul 18, 2017 by plantuml (294,960 points)
Thanks for the report.

This should be fixed in last beta:

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Regards,
...