A polyfill to allow scaling of inline svg in IE
Relies on ES6 and Browserify. SVG must have height/width.
import scaleSVG from 'scale-svg-polyfill';
scaleSVG();
You can scale inline svg if they are position: absolute;
in IE9-11.
This polyfill adds a wrapper div and a spacer div with padding bottom in percent to create the height aspect ratio.