Sequence Diagram: Lifeline Vs. Reference or note

0 votes
asked Dec 9, 2014 in Bug by davidP (300 points)
Hi,

There is a problem with following script:

@startuml

ref over A,B : TEST
|||

activate A
A->B: Test
deactivate A

@enduml

 

The Lifeline starts too soon, it should start below Reference (at arrow source).
Same if Reference is replaced by a note...

 

Thanks.

Best Regards,

David

1 Answer

0 votes
answered 1 hour ago by The-Lu (90,000 points)

Hello D.,

(To fix... an old issue...)

With next plantuml version 1.2026.7, that will be fixed by `teoz` by default:

Regards,
Th.

...