Rush / Font-Awesome-SVG-PNG

Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator
MIT License
3.22k stars 1.67k forks source link

motorcycle png is cropped #53

Closed codazoda closed 7 years ago

codazoda commented 8 years ago

The motorcycle character, in png version, is cropped at the right and left side.

watert commented 8 years ago

lots of icons are cropped, like wifi icon, seems viewBox value of 0 0 1792 1792 if not enough for some icons, but change to -200 -200 2200 2200will do the trick, hope will have a better solution

Rush commented 8 years ago

@watert unfortunately I don't have time to investigate at this moment but I'd accept a PR that fixes it in some proper way.

Rush commented 7 years ago

Fixed, see https://github.com/encharm/Font-Awesome-SVG-PNG/blob/master/black/png/32/motorcycle.png

The newest version also adjusts properly for pixel grid.