You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same problem on osx 10.11.1.
Maybe there is something wrong with rsvg-convert, when I run rsvg-convert -w 1000 -h 1000 mobile.svg > mobile.png directly I got the similar partial png file.
That's because librsvg 2.40.11 and later breaks keep-aspect-ratio feature, see Homebrew/legacy-homebrew#44735, we can back to librsvg 2.40.10 by following command:
Rush
changed the title
Generating PNG fails because images do not fit into rendered area
[MacOSX] Generating PNG fails because images do not fit into rendered area
May 30, 2017
I just tried to generate PNGs with this command:
font-awesome-svg-png --color "#000000,#FFFFFF,#EEC100,#0370E9" --sizes 50,100,200,300,500 --dest icons
However the generated PNGs are mostly empty. Only in the 500px Version I can see the top left part of the icon.
Example: Calculator.png in 500px
What is going wrong?
The text was updated successfully, but these errors were encountered: