You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The icons generated through the gulp task: favicon.icon file and favicon-16/32.png files always generate with a white background, and no rounding of the corners, or scaling of the image.
with the following settings: desktopBrowser: { design: 'background', backgroundColor: '#000000', backgroundRadius: 0.45, imageScale: 0.9 },
it gets a white background-color, no rounding, and no scaling.
Icons generated through the website (HTML5 tab) are done correctly.
I'm using the latest gulp-real-favicon: 0.3.2, package.
The text was updated successfully, but these errors were encountered:
The icons generated through the gulp task: favicon.icon file and favicon-16/32.png files always generate with a white background, and no rounding of the corners, or scaling of the image.
with the following settings:
desktopBrowser: { design: 'background', backgroundColor: '#000000', backgroundRadius: 0.45, imageScale: 0.9 },
it gets a white background-color, no rounding, and no scaling.
Icons generated through the website (HTML5 tab) are done correctly.
I'm using the latest gulp-real-favicon: 0.3.2, package.
The text was updated successfully, but these errors were encountered: