Cropped output image when we use DiagramBorder functionality

0 votes
asked May 10, 2021 in Bug by The-Lu (64,340 points)

Hello PlantUML team,

When we use DiagramBorder functionality, we observe cropped image.

CodePNGSVG
@startuml
skinparam Diagram {
  BorderColor blue
  BorderThickness 6
}
Bob -> Alice : hello
@enduml

Then, with deployment, we observe also overlapping between border and shape :

Regards,
Th.

related to an answer for: Border Around Entire Diagram/Preview?
commented May 10, 2021 by The-Lu (64,340 points)

Subsidiary question...

  • How to do the same thing by style?

Why not by:

<style>
Diagram {
  LineColor blue
  LineThickness 6
}
</style>

Regards,
Th.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...