Concurrent state nesting limit

0 votes
asked Oct 6, 2015 in Bug by Zoomed (120 points)

There appears to be a rendering issue on nested composite states when part of a "concurrent" state.  For example:

@startuml
state one {
    state two {
        state three {
            state four
        }
    }
    --
    state five
}
@enduml
 
If the "--" is removed, the nested "four" state renders correctly.  Seeing this with version 8031.
 
Thank you!

1 Answer

+1 vote
answered Oct 16, 2015 by plantuml (295,000 points)
Thanks for the report.

This has been fixed in last beta : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if it's not working for you.

Regards,
commented Oct 16, 2015 by Zoomed (120 points)
Tested and it is now working.  Thank you for the swift fix!
commented Nov 1, 2015 by plantuml (295,000 points)
This has been released in V8032.
...