Patch to PNG generation

This commit is contained in:
Ryan McGrath 2015-08-03 03:49:10 +09:00
parent 04d1aeebd6
commit 630e183d41
2 changed files with 5 additions and 2 deletions

View file

@ -43,7 +43,8 @@ var packer = new IconPacker({
plugins: [
{removeViewBox: false}, // We tend to need this kept around
{removeUselessStrokeAndFill: false}, // Can munge graphics
{removeEmptyAttrs: false} // Can be useful to keep around
{removeEmptyAttrs: false}, // Can be useful to keep around
{removeDimensions: true} // Needed for PNGs to work properly
]
},