Condition diamond shape change to other side when use "skinparam conditionStyle InsideDiamond"

0 votes
asked Nov 14 in Bug by ngocbich (120 points)

Here is my code:
@startuml
|User1|
start
|User1|
repeat :Step1;
:Step2;
|User2|
: Step3;
backward :Step4;
repeat while (condition?) is (No) not (Yes)
  :Step5;
stop
@enduml


When I don't use "skinparam conditionStyle InsideDiamond" it show correct.
But when I add "skinparam conditionStyle InsideDiamond", condition box shape change to other side, it also can not show "Yes/No" label:


Is it a bug or I have wrong syntax?

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