alexlii
(Alex)
September 20, 2017, 3:54pm
1
Hello,
When I read tutorials, we are encouraged to use SVG images.
But if I I add some CSS Filter Effects on it, there will some warning that shows not compatible with other explorer, like Andrion, Firefox, IE…
does that mean the SVG images will be invisible within those systems?
Thanks.
Alex
Daniel
September 20, 2017, 4:19pm
2
Only the filter effects -- they just won't display if the browser doesn't support it. I recommend testing on devices you wish to support. Browserstack is a great tool for this.
alexlii
(Alex)
September 20, 2017, 5:03pm
3
Daniel,
Thanks.
That means the original SVG image will still show up? And only the filter effect not support in those browsers?
Alex
Daniel
September 20, 2017, 6:18pm
4
Correct. If you see otherwise let us know.
alexlii
(Alex)
September 20, 2017, 6:34pm
5
Ok, I understand, thanks.
That is fine to me, I will try to use SVG images with grey color.
Alex