activityArrowFontColor property changing elseif text font color

+1 vote
asked Aug 5, 2017 in To be sorted by laverdure (200 points)

Hi, 

the activityArrowFontColor property changes the color of the text in the elseif block. 

what i am using :

  • activityDiamondFontColor is set to color1
  • activityArrowFontColor is set to color2
while(condition ?) is (no)
    if (condition1) then (yes)
        :statement;
    (else if)elseif (condition2) then (yes) 
        :statement;
    endif
endwhile (yes, quit)

=> condition1 is set to color1 and condition2 is set to color2

Is it a bug ? (the plantUML jar tag is 1.2017.15)

Thank you for the investigation.

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