Skip to content
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

backdrop-filter() gets ignored #143

Open
2 tasks done
kaiserkiwi opened this issue Jun 6, 2023 · 0 comments
Open
2 tasks done

backdrop-filter() gets ignored #143

kaiserkiwi opened this issue Jun 6, 2023 · 0 comments

Comments

@kaiserkiwi
Copy link

Use case: description, code

If I want to have a blurred background for years now I can use backdrop-filter: blur(10px). But this is not reflected in the output of dom-to-image.

Here is my jsfiddle
It has nothing to do if it's applied via pseudo classes or with negative z-index. That just done because it's less code.

filter: blur(10px) works as expected, but has a different output and is not really comparable to backdrop-filter.

Expected behavior

backdrop-filter should be applied to the output image

Actual behavior (stack traces, console logs etc)

backdrop-filter doesn't get applied to the output image

Library version

3.1.6

Browsers

  • Chrome 49+
  • Firefox 45+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant