Hello PlantUML Team,
- Could you allow PlantUML to manage RoundCorner style on sequence reference?
Example:
@startuml
<style>
sequenceDiagram {
reference {
RoundCorner 20
}
}
</style>
ref over Alice, Bob : this is a reference over Alice and Bob
ref#7700FF over Alice, Bob : this is a reference over Alice and Bob
@enduml

Regards.