HTML-Skinning-Boilerplate
HTML-Skinning-Boilerplate copied to clipboard
Gulp generated SVG icons are messed up in IE11
SVG icons are invisible or messed up on IE11.
I am suspecting this might be because gulp-svgstore plugin, as it is changing the svg shape tags to common path tag.
The svg-min plugin inside is altering the SVG code provided in input. Need to check.