Is there a way to invert a white image to black using SVG filters?
In CSS Filter, we do -webkit-filter:invert(1);
which does not work in IE10. I am applying SVG filters as fallback. Any one can help?
Is there a way to invert a white image to black using SVG filters?
In CSS Filter, we do -webkit-filter:invert(1);
which does not work in IE10. I am applying SVG filters as fallback. Any one can help?
You can invert using an SVG Filter:
For more detail see the docs on feColorMatrix at MDN