Still some layout problems in TEOZ engine with NOTE OVER

0 votes
asked Jun 29, 2017 in Bug by bob789 (140 points)

Hej!

I'm stilling having some issues when using the TEOZ engine with note over. I already mentioned a bug (http://plantuml.sourceforge.net/qa/?qa=6108/layout-problems-in-teoz-engine-divider-and-note-over) you resolved, thx for that.

Subsuquently another sample which I guess should look like the result of the "normal" engine.

Sample - Normal Engine

Sample - TEOZ Engine

The sample code is:

@startuml
skinparam sequenceArrowThickness 2
skinparam roundcorner 3
skinparam sequenceParticipantFontStyle bold
hide footbox
'!pragma teoz true

participant "Participant 1" as T
actor "**Agent 1**" as FA
actor "**Agent 2**" as BO
database "**Database 1**" as DWH
participant "Participant 2" as TM


alt first possibility
FA->T: test test test 1
FA->BO: test test test test 2
BO->DWH: test test test 3
DWH->TM: test test test test 4
TM->DWH: ACK
DWH->BO: ACK
BO->FA: ACK
FA->T: do some stuff
note over T,TM
some note 1
end note
else second possibility
note over T,TM
some note 2
end note
end

@enduml

Thank you in advance.
Cheers,

Bob

1 Answer

0 votes
answered Sep 6, 2019 by mawi (620 points)

Hi Bob, this is fixed right?
Your example as-is with teoz commented:

Same with teoz uncommented and active:

BR! /marcus

...