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
{{ message }}
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.
I tried rendering svg icons to webfonts, but I am facing issue for few icons which renders with a black background, however when I do the same in IcoMoon generator it works fine.
Original SVG:
As generated by webfonts-generator
As generated by icomoon
I tried to go with
formatOptions {
svg: {
normalize: false
}
}
But no icons were rendered.
Any help here would be great.
The text was updated successfully, but these errors were encountered:
i had the same issue as well. it appears to come mostly from my svg files. multiple paths as well as the "even-odd" fill rule are quite messy to get around.
I tried rendering svg icons to webfonts, but I am facing issue for few icons which renders with a black background, however when I do the same in IcoMoon generator it works fine.
Original SVG:
As generated by
webfonts-generator
As generated by
icomoon
I tried to go with
But no icons were rendered.
Any help here would be great.
The text was updated successfully, but these errors were encountered: