Is there a way to remove/reduce drop-shadow for sequence participant boxes?

0 votes
asked Dec 3, 2014 in Wanted features by anonymous
I would like to remove the box-shadows for participants boxes - is there a way to do this?  I looked through the `plantuml -language` list but couldn't find a relevant variable.

1 Answer

0 votes
answered Dec 3, 2014 by plantuml (294,960 points)

You can use the following setting:

@startuml
skinparam shadowing false
Alice->Bob : hello
@enduml

Regards,


 

 

commented Dec 11, 2014 by anonymous
Worked perfectly - thanks!
...