I am trying to create a svg file from a truetype font with freetype-py
and svgpathtools
. I have a working python code which generates the svg file but unfortunately there are some corners and edges where instead should be smooth curves. Here in this example I try to render an special char which does not look good at all.
Question
What do I need to change in order to get curve symbols redered correctly?
Prerequisites