Hello PlantUML,
Here is another wanted feature about color on loop:
- How to color the repeat arrow?
We test this without success:
@startuml
repeat
:read data;
:generate diagrams;
repeat while (more data?) is (-[#blue]-> yes)
@enduml
That is only good when there is a backward or an action on the backward:
Thanks for your support,
Regards,
Th.