Sequence diagram: ref block does not extend activation bar

0 votes
asked Jan 21, 2020 in Bug by jrosiek (240 points)
Int -> Int: Foo
activate Int
ref over Int
  Bar
end ref
deactivate Int

1 Answer

0 votes
answered Jan 22, 2020 by plantuml (295,000 points)

Thanks for the report.

This is fixed with "teoz" engine.

@startuml
!pragma teoz true
Int -> Int: Foo
activate Int
ref over Int
  Bar
end ref
deactivate Int
@enduml

Is it possible for you to switch to this engine ? Someday, it will become the default one.

...