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
When using a layout algorithm such as rectPacking that uses the node order in the file as order in which the nodes should be displayed the following may happen:
This produces the following drawing:
Uncommenting the line produces the following drawing:
After reopening the file the following drawing is created:
This might be a problem in the incremental update.
I propose that incremental update should honor the order that is defined in the file since the current solution produces different drawings without changing the model.
The text was updated successfully, but these errors were encountered:
When using a layout algorithm such as rectPacking that uses the node order in the file as order in which the nodes should be displayed the following may happen:
One has a graph such as this one:
This produces the following drawing:
Uncommenting the line produces the following drawing:
After reopening the file the following drawing is created:
This might be a problem in the incremental update.
I propose that incremental update should honor the order that is defined in the file since the current solution produces different drawings without changing the model.
The text was updated successfully, but these errors were encountered: