Label on arrow between repeat and fork not shown

0 votes
asked Mar 17, 2015 in Bug by MAV (460 points)

Hi guys,

Labels between repeat loop and fork are not shown :

@startuml
start
    repeat
        :bonjour;
    repeat while() is (True)
    -> False;
    fork
        :activity;
    fork again
        :act;
    end fork
stop
@enduml

The result : here

Thank you!

1 Answer

0 votes
answered Mar 17, 2015 by plantuml (295,000 points)
Thanks for the report.

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

Regards,
...