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
[x ] I agree to follow the Code of Conduct that this project adheres to.
[ x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Is your feature request related to a problem? Please describe.
When I open an xml file that defines a flow layout, the elements are not rendered in that flow layout but located all at x=0, y=0.
After slightly moving one of the elements, the layout operation is applied and the flow diagram looks as expected.
Is your feature request related to a problem? Please describe.
When I open an xml file that defines a flow layout, the elements are not rendered in that flow layout but located all at x=0, y=0.
After slightly moving one of the elements, the layout operation is applied and the flow diagram looks as expected.
style="childLayout=flowLayout;flowOrientation=west;"
Also see
https://stackoverflow.com/questions/79203430/how-to-automatically-apply-flow-layout-when-opening-xml-file-in-draw-io-diagra
https://stackoverflow.com/questions/79207821/how-to-send-layout-action-to-embed-diagrams-net
https://stackoverflow.com/questions/79208387/how-to-reproduce-horizontal-flow-layout-as-custom-layout
Describe the solution you'd like
Please provide a way to tell draw.io to immediately render layouts when opening files, e.g.
applyLayout=true;
style="childLayout=flowLayout;flowOrientation=west;applyLaxout=true;"
Related:
#1725
The text was updated successfully, but these errors were encountered: