-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
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
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? |
Thanks for looking into this. |
Actually, we have original logos here https://www.ansible.com/logos |
This reverts commit efe597a.
This reverts commit 03303c2.
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
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). |
There was a problem hiding this 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.
CC @webknjaz |
See discussion in #ansible-community.