Hello PlantUML Team,
- Could you allow PlantUML to manage Shadowing with RoundCorner style on sequence reference?
Example:
@startuml
<style>
</style>
ref over Alice, Bob : this is a reference\n(normal style)
<style>
sequenceDiagram {
reference {
RoundCorner 30
Shadowing 1
}
}
</style>
ref over Alice, Bob : this is a reference\n(RoundCorner + Shadowing)
<style>
sequenceDiagram {
reference {
RoundCorner 30
Shadowing 0
}
}
</style>
ref over Alice, Bob : this is a reference\n(RoundCorner + No Shadowing)
@enduml

Thanks,
Regards.
Th.