I am trying to use an SVG sprite sheet using the \"symbol\" method detailed here.
http://css-tricks.com/svg-sprites-use-better-icon-fonts/
My HTML is very si
In older versions of Safari, as well as a few old Android browsers, setting the viewbox and the width was not enough.
In my instance, I need to apply height:100%; as well as a width.