Patch to PNG generation
This commit is contained in:
parent
04d1aeebd6
commit
630e183d41
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Reference in a new issue