You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bencehornak thanks for your raising this issue. Under the hood state-machine-cat uses GraphViz to render the graph. It seems that we have bumped into the limits of what we can do with GraphViz, though, something that seems extra visible in nested graphs.
I do want to give alternatives a go. There aren't many out there, though - and the bandwidth I can spend on these things (even though they're really fun to do!) is a bit limited lately.
Hi @sverweij, thanks for the answer and for the amazing project!
Well, I kind of thought that it might be a trickier one. I can't promise anything, but if I can manage to allocate some free time, I will try to support you this process, as I think it's a very cool library.
Expected Behavior
I would expect no overlapping labels on the generated SVG.
Current Behavior
The transition label overlaps with the composite state's name.
Steps to Reproduce (for bugs)
Compile the attached source file with the default dot engine using the following command:
The problematic part can be seen on the left side:
![app_lifecycle_bloc2](https://user-images.githubusercontent.com/7274955/115525250-33eb1700-a28f-11eb-8b24-624adb2cfd8f.png)
Context
Your Environment
The text was updated successfully, but these errors were encountered: