-
Notifications
You must be signed in to change notification settings - Fork 82
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
Switch from feGaussianBlur
to CSS filter:blur
#335
Comments
Thank you for the suggest, css blur looks better but:
I am happy to give an option so the user can decide which blur to choose. Maybe we can do some rendering performance testing as well? |
true ; not @ IE
could find any benchmarks from 2k+
good idea
@ chromium [120.0.6092.0] |
For reference, here is the browser support:
|
Honestly, support is the same (today!) and IE |
It would be really cool if we could change our demo, or make another sub page for each blur with a lot of example images. Then we can render each page multiple times in a controlled environment (some CI) and compare the rendering results. Based on this, we can give the users some details about the impact on which blur they choose, plus maybe switch to the css blur filter as default |
<g filter="url(#prefix__a)"
<g filter="blur(12px)"
ref. https://axe312ger.github.io/sqip/processed/charles-550068-unsplash-sqip.svg
The text was updated successfully, but these errors were encountered: