Hello PlantUML team,
- Could you improve (bottom and header) background color of group (alt, ...) with RoundCorner, on Sequence diagram?
Here is an example, with scale 2, and big RoundCorner, in order to see the issue (on the bottom and the header of the alt):
@startuml
scale 2
hide footbox
<style>
sequenceDiagram {
RoundCorner 40
}
</style>
alt #0f0 successful case
Bob -> Alice: Authentication Accepted
else #00f Another type of failure
Bob -> Alice: Please repeat
end
@enduml
Regards,
Th.