Sequence: Lifeline color missing on in/out messages with teoz

0 votes
asked Nov 11, 2021 in Bug by jalbers (140 points)

Hi,

I'm missing the lifeline color on incoming and outgoing messages with pragma teoz.

@startuml SeqDia_teoz_lifeline_color_problem
!pragma teoz true
[-> A ++ #ff0000 : No lifeline color with\n<b>!pragma teoz true</b>
A -> B ++ #00ff00
return
return
B ->] ++ #ff0000 : No lifeline color with\n<b>!pragma teoz true</b>
@enduml

Version 1.2021.7

1 Answer

0 votes
answered Nov 12, 2021 by plantuml (295,000 points)

Thanks for the report.

This is indeed a bug. It has been fixed in last official release V1.2021.14.

Regards,

...