meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Add favicon, step 2 #81

Closed hugovk closed 7 years ago

hugovk commented 8 years ago

55 calls for a favicon.

79 is the first step, a static green circle.

This builds on that, and generates one based on the SVG. For example:

wheel

image

When running python generate.py, after the SVG is generated, convert wheel.svg to a 32x32 pixel wheel.png for use as a favicon.

This is done using svgconvert, which can be installed using npm install svgexport -g.

Tested on macOS Sierra with Chrome 53, Firefox 42 and 49 and Opera 12.16.