-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poor-quality converted glyphs #52
Comments
Looks like initial dimensions are very small and suffer from rounding. I'd suggest 1000px and more.
|
Full font sources (both the individual SVG images and the generated SVG font) are linked in the original issue above. Here's a smaller subset. This is created using svgicons2svgfont. They look OK in Fontello. |
Problem is in your SVG prepare process. Dimentions should be 1000 and more. I think your tools just take original images as is and don't care about upscale. For example, if you import this font to fontello, result will be good. |
If you decide write manual scaler, that will help https://github.com/fontello/svgpath. |
Thank you for your quick and helpful response! I have tested with larger dimensions in the prep process (it uses gulp-iconfont) and it seems to do the job. Have submitted a pull request to the Seti UI project. |
I've been digging into an issue with the quality of icons used in the Seti UI project. It seems that when the SVG font is converted to TTF, the quality of the glyphs is badly affected. This seems most obvious with curves, but doesn't seem limited to them (e.g. the "M" in "ASM" below).
For example, here are some original SVG font glyphs:
And here's what they look like after conversion to TTF:
Command-line used:
Could this be related to issue #25 ?
Original issue against Seti UI: jesseweed/seti-ui#401
The text was updated successfully, but these errors were encountered: