gridaco/code

[Web]Support text blur (layer-blur and background-blur)

Opened this issue · 0 comments

You-J commented

Blur for text in figma is not working properly.

right: in figma, left: in chrome(web)

figma-blur-diff

The reason is that the method of applying blur to text is different from other methods.

In general, you need to do something other than css filter, backdrop-filter, or blur().

example