Skinparam ActivityDiamondFont* affects label on repeat arrow

0 votes
asked Jun 22, 2016 in Closed bug by legz (300 points)
recategorized Jun 25, 2016 by legz

Hi,

I think there is a small bug with the ActivityDiamondFont* params and the repeat arrow.

Exemple :

@startuml
skinparam ActivityDiamondFontSize 8
skinparam ActivityDiamondFontColor #ff0000


start
repeat
  :Eat Hot Wings;
repeat while (Still  Hungry?) -> yes
-> no;
stop


@enduml

 

 

 

I think the "yes" should be like the "no".

1 Answer

0 votes
answered Jun 24, 2016 by plantuml (294,960 points)
selected Jun 25, 2016 by legz
 
Best answer
Thanks for the feedback.

This should be fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if it's not working for you.

Regards,
commented Jun 25, 2016 by legz (300 points)
It works perfectly, thanks!
...