jaywcjlove / svgtofont

Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
https://jaywcjlove.github.io/svgtofont
MIT License
542 stars 85 forks source link

Problems with converting native shapes #195

Open present-g opened 1 year ago

present-g commented 1 year ago

If the SVG contains rect, line, circle, etc. during conversion, the SVG does not display these parts

present-g commented 1 year ago

I am also adding a screenshot, this is one of the problematic icons

Знімок екрана 2023-01-18 о 14 53 28
schmidt-oliver commented 1 year ago

The problem is based on the dependency svgicons2svgfont and can be fixed by using SVGFixer to outline the icons before.