Skip to main content

All Questions

-1 votes
1 answer
32 views

How to add a Blur Filter to SVG Element in CSS [closed]

I'm trying to add a blur effect to an SVG element. I attempted using within the SVG but changing the values of stdDeviation doesn't seem to produce any changes. How can I properly apply a blur filter ...
farhan ajmal's user avatar
0 votes
0 answers
322 views

Gaussian Blur doesn't seem -svg

I use an SVG (which include Gaussian blur filter) as the background of a div but the filter part, no part of the svg which overflows the original path seem. As in the picture: How can I fix it? My ...
Enes Giray's user avatar
0 votes
1 answer
366 views

Weird artefacts with <feGaussianBlur/> on images in safari and mobile browsers

I am currently blurring images and using these as background whenever an image gets contained. I am using the following svg filter with a filter spread out in two steps using feGaussianBlur and ...
Tjoeaon's user avatar
  • 1,463