Broadcast, multicast in sequence diagrams crashes with theme

0 votes
asked Dec 3, 2021 in Bug by anonymous
The following diagram crashes the online editor as long as a theme is specified.

@startuml
!theme plain
!pragma teoz true
H1 -> C1 & C2 : Blabla
@enduml
commented Dec 3, 2021 by The-Lu (63,920 points)

Hello all,

@PlantUML team, in fact:

  • 'Pragma teoz true' crashes with 'style'

Here are also minimal issue example:

@startuml
<style>
</style>
!pragma teoz true
H1 -> C1 & C2 : Blabla
@enduml

or

@startuml
!pragma teoz true
<style>
</style>
H1 -> C1 & C2 : Blabla
@enduml

Regards,
Th.

1 Answer

0 votes
answered Dec 7, 2021 by plantuml (294,960 points)
 
Best answer

Thanks for the report.

This is fixed in last snapshot and on the online server.

...