Device-Bugs
Device-Bugs copied to clipboard
SVG graphic all black in Internet Explorer (IE) 11
trafficstars
If an SVG ever looks solid black in IE11 or older, it’s likely that it contains a <style> element and the rules aren’t applying when the svg is dynamically used...
A solution is to move the styles into attributes
Before:

After:

http://meta.stackoverflow.com/q/340293/248058