State machine invalid generation for SVG

0 votes
asked Oct 9, 2024 in Bug by Serge Wenger Work (16,190 points)
commented Oct 10, 2024 by The-Lu (83,700 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, 2024 by Serge Wenger Work (16,190 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, 2024 by Serge Wenger Work (16,190 points)

Hi,

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

commented May 13 by The-Lu (83,700 points)

Hello S.,

To follow:

Then it seems that all tests are resolved...
Regards,
Th.
commented May 14 by Serge Wenger Work (16,190 points)

Hello Th,

My example is now OK. yes

...