Crash observed when generating a SVG image from a Seqeunce Diagram with Embedded Salt

0 votes
asked Jan 16 in Bug by Ganesh Ramakrishnan
Dear Team

Version = 1.2026.0

The following code results in a crash (when SVG image is generated). PNG image is generated correctly.

@startuml
Participant Alice
Participant Bob

Alice -> Bob : Hi

note right of Bob
  {{
   salt
  {^"My group box"
  Login | "MyName "
  Password | "**** "
  [Cancel] | [ OK ]
  }
  }}
end note
@enduml

1 Answer

0 votes
answered Jan 16 by The-Lu (87,580 points)
selected Jan 17 by The-Lu
 
Best answer
commented Jan 17 by Ganesh Ramakrishnan
Tested with  plantuml-epl-SNAPSHOT.jar (PlantUML version 1.2026.1beta5)

The crash is resolved.

Thank You Very Much for the Quick Resolution.

Warm Regards

Ganesh
...