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

All Questions

-1 votes
1 answer
46 views

SVG icon breaks IE11 anchor tags

I have a problem where having an svg inside an a tag breaks a link that works in other browsers. The following code works in IE11: <span class="login-user-name" *ngIf="isLoggedIn"&...
333Matt's user avatar
  • 1,188
1 vote
1 answer
739 views

SVG - Circle marker not the same size in all browsers (IE11)

I tried adding a small circle marker at the end of the <path> element but noticed its size is different in IE11, but Chrome, Firefox, Edge have the "correct" size. Example: Codepen (Updated in ...
Petrolea's user avatar
  • 125
0 votes
1 answer
144 views

SVG image clip from text only working in IE11, other browsers yielding various results

Hi so I made best effort to make several different keyword searches for my problem and I couldn't seem to find any previous posting so i'm posting this. If I missed one that is similar please excuse ...
Dal's user avatar
  • 117
0 votes
1 answer
368 views

CSS3 Transform Issues in IE10/IE11

I'm having trouble getting this svg to display correctly in IE10/IE11. It works fine in Chrome and Firefox. Here is a CodePen with my situation. Any thoughts?
Bimsley's user avatar
  • 73
1 vote
1 answer
464 views

SVG strange behavior in IE10+

I'm using svg patterns to define custom background images for the fill attribute in svg's later in the page. I'm hiding the original svg and pattern definitions at the top of the page. IE9 has no ...
MikeBman's user avatar