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
With the new package node added to the class diagram example in #134, a weird behavior is revealed:
When the Bar class is moved out of its package, the size of the package is updated accordingly. But if the new position is left of or above the package, the position of the package is not updated, so the resizing has no effect (i.e. the class is rendered outside of the package).
This is caused by HiddenBoundsUpdater.getBoundsFromDOM, which applies the size of the bounding box obtained from the DOM, but not its position.
The text was updated successfully, but these errors were encountered:
With the new package node added to the class diagram example in #134, a weird behavior is revealed:
When the
Bar
class is moved out of its package, the size of the package is updated accordingly. But if the new position is left of or above the package, the position of the package is not updated, so the resizing has no effect (i.e. the class is rendered outside of the package).This is caused by
HiddenBoundsUpdater.getBoundsFromDOM
, which applies the size of the bounding box obtained from the DOM, but not its position.The text was updated successfully, but these errors were encountered: