How to use BoxPadding with Teoz

0 votes
asked Jun 19, 2018 in Bug by Steven Roose
It seems like the BoxPadding skin param doesn't work with the new Teoz architecture.

```

@startuml
!pragma teoz true
skinparam BoxPadding 30

box "One"
  participant a
  participant b
end box

box "Other"
  participant c
  participant d
end box

```

1 Answer

0 votes
answered Jun 20, 2018 by plantuml (295,000 points)
Thanks for the report.

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

Tell us if it's not working for you
...