FixedLayout clips objects inside #10409
mikayelcreativefabrica
started this conversation in
General
Replies: 1 comment 1 reply
-
This is how the fixedLayour work, i m not sure if it is because caching or not. Did you try removing caching? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions