Skip to main content

All Questions

0 votes
0 answers
42 views

Setting the svg code as the background of a div

<svg width="40" height="30" xmlns="http://www.w3.org/2000/svg"> <filter id="glow"> <fegaussianblur stddeviation="2"/> </filter&...
Enes Giray's user avatar
0 votes
1 answer
1k views

Fading out SVG filter on background image

I have a collection of elements with background images that have an SVG filter on them making the background image grayish. I need it so that when you hover over that element, that SVG filter fades to ...
jrothafer's user avatar
  • 169