Why no gradient support for sequence diagram boxes?

0 votes
asked Feb 19, 2019 in Wanted features by roxspring (260 points)

When styling a sequence diagram I can use gradients on participants and notes, but not on boxes around some participants. Is there any reason for this?

For example the following fails, but delete the first "/blue" and everything else works!?

@startuml
box BoxOfAlice #yellow/blue
  participant Alice #yellow/blue
end box

Alice -> Bob: Hello

note over Alice #yellow/blue
  fancy!
end note
@enduml

1 Answer

+1 vote
answered Feb 19, 2019 by plantuml (295,000 points)
selected Feb 19, 2019 by roxspring
 
Best answer
Thanks for the feedback. Gradient support has been added in second hand, so some part may be missing.

This is fixed with last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you !
...