Hello W.,
There are some issues (only for PNG output), from:
A possible workaround is to add some style directive, as:
@startuml
<style>
partition {
BackgroundColor white
}
end {
BackgroundColor white
}
</style>
skinparam shadowing true
(X)
partition "Graceful Cleanup " {
:Close sockets;
:Do other things;
:Log shutdown;
}
end
@enduml
And see the expected result:
If that can help,
I will check also to propose a Pull Request to PlantUML team, for that.
Regards.