Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
0 answers
74 views

Internet Explorer issue setting filter="url(...)" attribute using javascript: adding extra quotes

I'm currently trying to add filter="url(...)" attributes as svg fallback in internet explorer 10-11. However, when I'm doing it the browser (IE) apparently adds extra quotes, making the attribute look ...
Chri.s's user avatar
  • 1,436
0 votes
1 answer
305 views

How to combine both grayscale and invert effect with an SVG filter in IE?

I would like to use an SVG filter to grayscale and/or invert an image in IE10+ browsers, but am struggling to combine the two effects. Do I need to combine the operations within one value matrix? Or ...
Aaron's user avatar
  • 906
4 votes
2 answers
2k views

SVG Text with Shadow in Internet Explorer

Here is an example of a simple SVG with a Text Element. For readability I would like to have a shadow arround the text. I have implemented such a solution using CSS: text-shadow. Here is the text-...
Alig's user avatar
  • 334
2 votes
1 answer
813 views

Needing a workaround for IE bug with SVG attribute filterUnits

There seems to be a problem with the attribute "filterUnits" for SVG filters on IE 10+. This has effects for drop-shadow filters on (nearly) vertical or horizontal lines, see this example: <svg ...
Alfred Wassermann's user avatar
0 votes
1 answer
2k views

css hover filter not working in ie

Hi I have a problem I haven't been able to solve. I want my thumbnails displayed as grayscale and then in color on hover. The original image is color. It works in Chrome and FF. It will not work in IE....
Ellen's user avatar
  • 13
0 votes
0 answers
500 views

Apply blur to img tag outside svg tag in IE10

IE10 giving issues with svg image blur. <svg id="blurjs-10"> <filter id="blur10px"> <feGaussianBlur stdDeviation="10" in="SourceGraphic"> </filter> </svg> &...
pewpewlasers's user avatar
  • 3,155