InsideDiamond condition style not showing one of the branch label for activity diagram

0 votes
asked Nov 30, 2020 in Bug by WEGFan (120 points)
edited Nov 30, 2020 by WEGFan
@startuml
skinparam ConditionStyle InsideDiamond
if (test) then (yes)
    :a;
else (no)
endif
@enduml


You can see that "yes" disappears in the diagram, but with the default style, it appears.

And if another branch isn't empty, it also appears.

1 Answer

0 votes
answered Dec 6, 2020 by plantuml (295,000 points)
Thanks for the report.

This has been fixed in last official release.
...