Layout problems output TEOZ engine?

0 votes
asked Sep 1, 2015 in To be sorted by PeterBakker (280 points)


When I'm using the TEOZ engine the text is beneath the actor symbol and there is no space between the participants boxes. Is that a known issue?

With regards,

Peter

commented Sep 2, 2015 by PeterBakker (280 points)
I discovered that the problems are related to the "skinparam shadowing false" setting. This setting causes also some layout issues with the Segoe fonts I like to use (issues I noticed with the normal engine)
commented Sep 4, 2015 by plantuml (294,960 points)
Hello,
Could you post here a simple & short example that shows the issue ?
Thanks!
commented Sep 4, 2015 by PeterBakker (280 points)
If you use the following code you can see that there will be no space between the participant boxes:

!pragma teoz true
'skinparam handwritten true
skinparam shadowing false
a->b

(I first thought it was an issue with the handwritten option but that's not the case)

1 Answer

0 votes
answered Apr 25, 2023 by The-Lu (63,920 points)

[Just to answer an old question]

FYI, it seems now OK (tested en V1.2023.6):

Thanks for the Report,
And thanks to PlantUML Team,

Regards.

...