dom-to-image icon indicating copy to clipboard operation
dom-to-image copied to clipboard

backdrop-filter:blur property's effect is missing in results.

Open shaikh-amaan-fm opened this issue 3 years ago • 5 comments

This css property shows it's effect when toSvg() is used and the svg part of the result is viewed directly without using <img> tag. As soon as you create data uri of that svg and put it as the source for an <img> tag, this property's effects are not shown in image.

This happens in Chrome. Firefox do not have direct support for backdrop-filter property yet.

shaikh-amaan-fm avatar Jul 06 '21 20:07 shaikh-amaan-fm

same here

igisho avatar Aug 11 '21 09:08 igisho

Having the same issue as you can see here https://toolsforsocial.com/text-to-images

First is blurred as DOM while rendering, the blur is removed. Please help

japolea avatar Aug 20 '21 16:08 japolea

I have the same problem

Carlos-Henreis avatar Aug 27 '21 00:08 Carlos-Henreis

Any workaround about this issue?

gouz7514 avatar Mar 18 '22 06:03 gouz7514

Same problem here. I tried to overcome this with filter: blur(25px); on the main element, but the result is sadly completely different because of the way the property works.

Has anyone an idea how we can overcome this?

kaiserkiwi avatar May 31 '22 14:05 kaiserkiwi