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

Fix some favicon issues #49

Merged
merged 8 commits into from Mar 22, 2022
Merged

Conversation

felixfontein
Copy link
Collaborator

See discussion in #ansible-community.

Conversion done with ImageMagick:
  convert -background none Ansible-Mark-RGB_Black.svg -resize 180x180 Ansible-Mark-RGB_Black.png
  convert -background none Ansible-Mark-RGB_White.svg -resize 180x180 Ansible-Mark-RGB_White.png
@felixfontein
Copy link
Collaborator Author

Ok, I also resolved the last issue: that the icons weren't shown on Safari. The problem is that Safari does not support SVGs for icons :-( So if we use SVGs, Safari will not display them. That's why I converted the SVGs to PNGs. I included instructions on how to do the conversion with ImageMagick in the commit message; where should I properly document it? In the README, or somewhere else?

@gundalow
Copy link

gundalow commented Feb 4, 2022

Thanks for looking into this.
I guess document in the commit message and in this PRs description.

@gundalow
Copy link

gundalow commented Feb 4, 2022

Actually, we have original logos here https://www.ansible.com/logos

The small versions of the PNGs are created from the large official logos downloaded from
    https://www.ansible.com/logos
with ImageMagick as follows:
    convert Ansible-Mark-Large-RGB-Black.png -resize 180x180 Ansible-Mark-RGB_Black.png
    convert Ansible-Mark-Large-RGB-White.png -resize 180x180 Ansible-Mark-RGB_White.png
@felixfontein
Copy link
Collaborator Author

Thanks, I used the images from there and added instructions to the README how they are obtained and how I modified them (adjusting the SVG bounding box; rescaling the PNG versions).

Copy link

@gundalow gundalow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for digging into this.

README.rst Show resolved Hide resolved
@felixfontein
Copy link
Collaborator Author

CC @webknjaz

@ssbarnea ssbarnea added the bug Something isn't working label Mar 22, 2022
@ssbarnea ssbarnea merged commit ac29949 into ansible-community:master Mar 22, 2022
@felixfontein felixfontein deleted the favicon branch March 22, 2022 12:08
@felixfontein
Copy link
Collaborator Author

@gundalow @ssbarnea thanks for reviewing and merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants