I\'m trying to set custom SVG icons with CSS on a \'s list items. Example:
-
You can see how layout engines determine list-image sizes here: http://www.w3.org/wiki/CSS/Properties/list-style-image
There are three ways to do get around this while maintaining the benefits of CSS:
viewBox that will then resize to 1em when used as a list-style-image (Kudos to Jeremy).