-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fit fabric.ActiveSelection to clipped object #5908
Comments
That feature is not available yet. |
I made a cropper which can rotate/skew/scale it self and placed wherever on Image. clipTo function of Image use matrix transformation of cropper object to render Image. So only cropX, cropY, width, height is not enought for me. Have you any idea about this feature in your roadmap ? |
well i m not sure how your cropper works. Once that is done ( and i m using it, is not parked in a branch ) you can define control position per object, with a function, so you would be able to apply custom logic to controls. I would suggest you to use clipPath for that, that would make easy to track clipping area position. Does clipPath fit your use case? or the blurrines for now is stopping you? |
Is your feature request related to a problem? Please describe.
I'm frustrated when I use
clipTo
method on a fabric.Object, the selection has been make from original content of the object and not from the real displayed content.Describe the solution you'd like
Add a mode to fit the selection of a clipped object to the real displayed content instead of the original content.
The selection can be a rect, it's not necessary to follow pixel per pixel.
The text was updated successfully, but these errors were encountered: