Skip to main content

All Questions

0 votes
0 answers
324 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 ...
0 votes
1 answer
372 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 ...