Open
Description
Consider a glyph designed for CNC routers which cannot change direction quick enough to draw sharp corners; you have to add tiny line segments to help change direction:
Sample glif:
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="A" format="2">
<advance width="600"/>
<unicode hex="0041"/>
<outline>
<contour>
<point x="0" y="150" type="move"/>
<point x="100" y="150" type="line"/>
<point x="100" y="141" type="line"/>
<point x="0" y="0" type="line"/>
</contour>
</outline>
</glyph>
Unfortunately when this is stroked with MFEKstroker, you get lots of weird points:
Which (when combined with #15) makes the outline really bad...
Mitigating #15 will fix the problems in the top right, but the bottom right is still urgh.