Hello PlantUML team,
When we use DiagramBorder functionality, we observe cropped image.
Code | PNG | SVG |
@startuml
skinparam Diagram {
BorderColor blue
BorderThickness 6
}
Bob -> Alice : hello
@enduml |  |  |
Then, with deployment, we observe also overlapping between border and shape :

Regards,
Th.