Skip to main content

All Questions

1 vote
1 answer
266 views

Weird Bug with SVG Filters in CSS

I am currently try to find the best way to lazy-load images. While loading I want to show a tiny 10x10 image of the original (inline / base64). As this tiny image, of cause has a very poor quality I ...
rakete's user avatar
  • 3,011
2 votes
2 answers
1k views

SVG filter different in Chrome

I'm trying to apply a svg filter to an image. The filter is a yellow to grey gradient map. This works great on Firefox and Safari, but in Chrome the filter has a strange result where the colors are ...
thomasjonas's user avatar
1 vote
0 answers
125 views

Filter grayscale in chrome is buggy with :not selector

i've got sth like that $('body > :not(.extras)').addClass("desaturation_filtr"); and that must have apply this class to whole body without extras class .desaturation_filtr { -webkit-filter:...
AdrianRatajczak's user avatar