State machine invalid generation for SVG

0 votes
asked Oct 9 in Bug by Serge Wenger Work (15,770 points)
commented Oct 10 by The-Lu (74,900 points)

Hi S.,

Good catch. yes

For PlantUML team, here is a minimal not working example (That seems due to the link and tooltips, and the nested state):

Code
@startuml
state S [[{S}]] {
   state a [[{a}]] {
      state b 
   } 
} 
@enduml
PNG
SVG

If that can help for debugging...

Regards,
Th.

commented Oct 17 by Serge Wenger Work (15,770 points)
Hi,

I have an internal application and this bug is real problem. The users need to export to PNG and transform it in SVG.

Did you have a time frame to correct this bug?

1 Answer

0 votes
answered Nov 18 by Serge Wenger Work (15,770 points)

Hi,

With Version 1.2024.8 the  minimal not working example is OK, but my example is still not OK

...