svg-weirdness icon indicating copy to clipboard operation
svg-weirdness copied to clipboard

Injecting SVG spritesheet via ajax in Internet Explorer 11 displays jagged.

Open geoffyuen opened this issue 9 years ago • 1 comments

Here is a spritesheet: http://codepen.io/anon/pen/zGJJYZ

Looks fine in all browsers with SVG support.

Here is another codepen ajaxing that same spritesheet into the dom: http://codepen.io/anon/pen/MwqBOg

In IE9 and 10 it looks... okay. It seems slightly off the pixel grid and there seems to be some clipping. In IE11 it looks very aliased - almost as if the svgs are being rendered twice on top of one another - just really strong aliasing.

The issue also happens with the ajax demo at css-tricks: https://css-tricks.com/examples/svg-fallbacks/

geoffyuen avatar Jul 22 '15 17:07 geoffyuen

Looks fine in IE11 for Windows 10 it seems, maybe Win7 problem only?

cthedot avatar Mar 18 '17 13:03 cthedot