State diagram breaks if arrow includes more than 1 color

0 votes
asked Mar 31 in Bug by boshka (4,060 points)
This fails for state diagram:

@startuml

state "a" as a
state "b" as b
a -[#green;#red]-> b: test

@enduml

however works for component diagram:

@startuml

component "a" as a
component "b" as b
a -[#green;#red]-> b: test

@enduml

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