FontCustom / fontcustom

Generate custom icon webfonts from the comfort of the command line.
3.28k stars 423 forks source link

Icon glyphs cut off #301

Open krikke26 opened 9 years ago

krikke26 commented 9 years ago

It seems that some svg icons are cut off but I'm not sure if it is a problem with the svg or if there is a setting I can use to fix this problem?

example svg giving problem:

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
<path fill="#000000" d="M0 23.808c6.439 3.554 16.26 4.153 15.932-9.808h-7.932l12-12 12 12h-7.762c0.436 16.718-14.757 18.58-24.238 9.808z"></path>
</svg>

screenshot (top is the printed out svg and bottom is the generated font default preview):

example screenshot

B-Janson commented 6 years ago

I have also encountered this issue, if anyone has found a solution.