Please allow to set SequenceBoxBackgroundColor transparent

0 votes
asked Nov 7, 2017 in Closed feature request by tatevik (180 points)
When I set the background color of sequence box transparent it becomes white.

Please make it possible to set SequenceBoxBackgroundColor transparent.

1 Answer

0 votes
answered Nov 7, 2017 by plantuml (294,960 points)
selected Mar 21, 2018 by Anthony-Gaudino
 
Best answer

Thanks for the feedback.

Last beta http://beta.plantuml.net/plantuml.jar supports now:

@startuml
skinparam BackgroundColor transparent
skinparam SequenceBoxBackgroundColor transparent

box
Alice->Bob
endbox
Bob -> Other
@enduml

commented Nov 7, 2017 by tatevik (180 points)
edited Nov 7, 2017 by tatevik
All I need is supported in last beta version.
Thanks
...