backward in repeat loop:Not possible to set color

+3 votes
asked Nov 2, 2022 in Bug by ejws (120 points) 1 flag

@startuml

repeat  
#LightGreen :Review Activity]

backward  :Rework]

repeat while (active Remarksis (Yes) not (No)

@enduml

I expected that both activities (Review and Rework) were visualized in Light Green. Only the Review activity is in light green.
I tried several variation, they caused errors :

 

repeat  

    #LightGreen :Review Activity]

backward  #LightGreen :Rework]

repeat while (active Remarksis (Yes) not (No)

1 Answer

0 votes
answered Sep 12, 2023 by The-Lu (63,920 points)

Hi all,

FYI, the color/style issue is now fixed (by using style and stereotype) on the last snapshot, see here:
- https://github.com/plantuml/plantuml/issues/1531#issuecomment-1714334386

Thanks PlantUML team, yes
Regards,
Th.

...