SVG with drop-shadow blurry on mobile browser
问题 i am struggling to make work SVG icons with drop-shadow on as much as possible platforms. I am using following simple CSS for that: .test{ width: 14px; height: 14px; background-image: url("../images/test.svg"); background-repeat: no-repeat; opacity: 0.8; -webkit-filter: drop-shadow(1px 1px 0px #E0E0E0); } On Desktop browsers like Chrome, Firefox & IE its working good. But on mobile Browser the problems begin: In Chrome the icon gets blurry & in Firefox the drop-shadow is just ignored. When