[Feature]: Shapes with blur background. #10344
Replies: 3 comments
-
What is a shape with a blurred background exactly? |
Beta Was this translation helpful? Give feedback.
-
@asturur i want to achieve this with fabric.js. |
Beta Was this translation helpful? Give feedback.
-
Yes blurring the shape background will do nothing. you have to make a pattern in the shape with the image behind it, and blur the image used for the pattern, then update the pattern offset to reflect the shape moving. |
Beta Was this translation helpful? Give feedback.
-
CheckList
Description
Current State
eg: filter: blur(10px);
backdrop-filter: blur(10px);
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions