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 CiSE runs, it might shift the center of the drawing arbitrarily (see this for an example). In order to avoid this, we should calculate the center of the drawing before layout and move the laid-out drawing back to this location. This should be the case for each individual component if packing is enabled.
The text was updated successfully, but these errors were encountered:
@ugurdogrusoz We now shift graph to its original location in both randomized and incremental layout. If packing is enabled, we first shift each individual component to its original location, then apply packing.
I added fit option to demo.html file so that we can test whether the graph stays in its original location after layout.
When CiSE runs, it might shift the center of the drawing arbitrarily (see this for an example). In order to avoid this, we should calculate the center of the drawing before layout and move the laid-out drawing back to this location. This should be the case for each individual component if packing is enabled.
The text was updated successfully, but these errors were encountered: