svg-sprite
Advanced tools
Changelog
1.0.6 Feature release
Changelog
1.0.4 Bufix release
Changelog
1.0.0 Next generation release
view
, symbol
and stack
modes (#27, #35, grunt-svg-sprite #24)padding
options (#24)css
and view
mode (enabled by default; #29)For older release notes please see here.
The original svg-sprite was my first-ever Node.js module and featured CSS sprites only. The 1.0
release is rewritten from scratch and introduces a bunch of new features like less dependencies (for improved Mac OS and Windows compatibility), support for inline sprite formats and the removal of file-system access so that other libraries can build on top of it more easily. Derived libraries include:
iconizr, another project of mine, is based on svg-sprite and adds PNG fallbacks for the sprites so you can use them as universal icon systems for websites (Node.js module, Grunt plugin, PHP version and online service).