teoz box around participants

0 votes
asked May 22, 2018 in Bug by anonymous

Hello,

There is some drawing issue when teoz is enabled.

@startuml
!pragma teoz true

box "QuiteLongNameforBox"
participant abc123
participant bcd123
participant cde123
end box

box "Short"
participant abc124
participant bcd124
participant cde124
end box
@enduml

There is extra space on left in first box. Without teoz it is drawn correctly. Like on right with short name for box.

PlantUML diagram

-Hannu

1 Answer

0 votes
answered May 26, 2018 by plantuml (294,960 points)
Thanks for the feedback.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you.
commented May 28, 2018 by anonymous
Yes, it works. Thanks.
-Hannu
...