Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

3 votes
0 answers
2k views

svg drop-shadow on Internet Explorer 11 [duplicate]

I have a drop-shadow filter applied to an svg object on my page. I apply the drop-shadow using some inline styling on the element <style> .historicUploadDonuts { filter: drop-shadow(...
Mike's user avatar
  • 2,501
2 votes
1 answer
6k views

100% inline svg width not working in IE11 [duplicate]

I have a basic inline svg setup <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.51 25.51"> <rect id="a1" x="0.5" y="0.5" width="25.51" height="25.51"/> </svg> JSFIDDLE ...
Jeanluca Scaljeri's user avatar
0 votes
1 answer
161 views

D3 Zoomable Circle Packing in IE11 is expanding beyond the SVG boundary

Try Mike's original sample in raw mode in IE11: https://bl.ocks.org/mbostock/raw/7607535/ The expanded circle is bleeding out of the SVG area. Anyone have any idea how to fix this browser specific ...
sillicon's user avatar
  • 232
1 vote
0 answers
216 views

Fabric.js text missing in SVG export in IE 11+

As can be seen on the fabric.js site itself. Text in an exported SVG will not show up in the SVG in IE11. I'm wondering if this is a known issue, or if anyone has faced &/ fixed it :) I can't ...
Robbie White's user avatar
  • 1,568
1 vote
1 answer
1k views

Angular: binding to xlink:href does not update SVG in IE11

I have an Angular 4 app displaying an SVG. The SVG is dynamic and depends on the model. This is achieved by biding to the use xlink:href attribute: <svg class="svg-icon"> <use [attr.xlink:...
fikkatra's user avatar
  • 5,692
2 votes
1 answer
1k views

Svg elements borders disappear when zooming in IE11

I use svg icons that look fine on different browsers, but on IE11 some of the borders of the svg elements, like rect or line, are not visible on certain zoom levels. For example, at 23px width, ...
ebsk's user avatar
  • 85
-1 votes
1 answer
971 views

InnerSVG is empty for SVG element in IE11

I try to get property innerSVG value and catch undefined. Do not see please to console content, i've used jQuery('#main_svg')[0].innerSVG
Artem Zwinger's user avatar
0 votes
0 answers
106 views

SVG with multiple path tags ends up ignoring fill color in IE when base64 encoded

I have an svg which is base64 encoded and used as a background image. This is the code for the SVG: body { background: rebeccapurple; } <svg id="Something" data-name="Something" xmlns="...
martenolofsson's user avatar
1 vote
0 answers
2k views

Clip-path in IE11

I'm trying to draw a star using clippath, but the shape appears as a simple square in IE11. Is there any solution to this? https://jsfiddle.net/sleepydada/mh4bcbcf/ HTML: <div id="image-wrapper"&...
Jaeeun Lee's user avatar
  • 3,166
1 vote
0 answers
59 views

D3. Js force oriented graph, where path is not compatible with ie10, ie11 [duplicate]

My force-directed graph created with D3.js works fine in Chrome, Firefox and Internet Explorer 9: In IE 10 and IE 11 the links will not get rendered: However, there are elements in the DOM structure ...
sky's user avatar
  • 11
0 votes
1 answer
1k views

SVG background-image not appearing on IE11

https://codepen.io/leftynaut/pen/PKwEqz Any idea what I am doing wrong with my svg background image here to make them not show up on IE11? (jQuery acting up on IE also, but my actual implementation ...
lfkwtz's user avatar
  • 1,017
0 votes
0 answers
553 views

The position of a line does not change in IE11 after `.attr`() update of `<path>`

Using d3's method .attr to update <path d="M100,100L200,200" style="marker-end: url(#end-arrow)"> has no effect in IE11? If I remove style="marker-end: url(#end-arrow)", it will become normal in ...
zhangyuanliang's user avatar
4 votes
2 answers
1k views

Microsoft Edge can not set data attribute on SVG

Just run into something I did not expect. Testing a site in IE Edge, I get an error in the console: Unable to set property 'shape' of undefined or null reference After debugging for a while it seems ...
freeMagee's user avatar
  • 454
1 vote
1 answer
481 views

Sphinx docs with SVG images won't render on IE11

I am currently building Sphinx documentation and have UML diagram which is built by graphviz and is generated as SVG image. This SVG file is placed in the html template that is auto-generated by ...
Laurynas Tamulevičius's user avatar
6 votes
2 answers
2k views

Issues with whitespace around SVG in IE11, related to text in the SVG

I'm having issues with large amounts of whitespace surrounding an SVG in internet explorer. I've created the simplest example I could that reproduces the problem: <!DOCTYPE html> <html ...
William's user avatar
  • 191

15 30 50 per page
1 2 3
4
5
9