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
add a group with FixedLayout strategy with the following attributes { width: 300, height: 300, layoutManager: new fabric.LayoutManager(new fabric.FixedLayout()), subTargetCheck: true, interactive: true, selectable: false, }
add any type of object to the group
Expected Behavior
the objects need to be fully visible even if they are not evented out of the FixedLayout bounding box
Actual Behavior
FixedLayout clips its own subtree by its own bounding box
Error Message & Stack Trace
The text was updated successfully, but these errors were encountered:
CheckList
Version
6.0.2
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
22.4.0
Link To Reproduction
https://stackblitz.com/edit/vitejs-vite-ezxsdjsk?file=src%2Fmain.ts
Steps To Reproduce
{ width: 300, height: 300, layoutManager: new fabric.LayoutManager(new fabric.FixedLayout()), subTargetCheck: true, interactive: true, selectable: false, }
Expected Behavior
the objects need to be fully visible even if they are not evented out of the FixedLayout bounding box
Actual Behavior
FixedLayout clips its own subtree by its own bounding box
Error Message & Stack Trace
The text was updated successfully, but these errors were encountered: