Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gulp 'generate-favicon' doesn't adhere to 'desktopBrowser' settings #449

Closed
bskibinski opened this issue Nov 24, 2020 · 1 comment · Fixed by RealFaviconGenerator/rfg-api#24

Comments

@bskibinski
Copy link

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.

@kb3eua
Copy link

kb3eua commented Feb 2, 2021

I'm experiencing the exact same issue, but I'm using cli-real-favicon and similar settings in my faviconDescription.json file:

"desktopBrowser": {
  "design": "background",
  "backgroundColor": "#ffffff",
  "backgroundRadius": 1,
  "imageScale": 1
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants