gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
233 stars 48 forks source link

fix: Fix background transparency for ico and png #82

Open mccleanp opened 7 years ago

mccleanp commented 7 years ago

When using a SVG source image, ImageMagick (v6.7.7-10) will always apply a white background to the resulting ico and png images.

This commit adds the -transparent none argument to the convert program to ensure that the background remains transparent.