Skip to main content

All Questions

2 votes
2 answers
2k views

Apply noise to image with transparency by use of SVG filters

I'm trying to apply a noise effect to an image, however, I struggle to maintain the transparency. Here's a fiddle to illustrate: https://jsfiddle.net/t1aeyqfu/ #noisy { filter: url(#noise); } #...
svoop's user avatar
  • 3,446