Change color of "split" lines

0 votes
asked Oct 15, 2018 in Question / help by anonymous
I have the following Activity Diagram in which I have changed the color of a few arrows:

@startuml

:Foo;
-[#green]->
split
-[#green]->
(A)
 :ack(o)>
split again
-[#green]->
(B)
 :i := i + 1]
 :ack(o)>
split again
-[#green]->
(C)
 :nak(o)>
end split
:finish;
@enduml

How can I change the color of the top horizontal line generated by the split command?

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