If the input SVG file contains presentation attributes to set the stroke linejoin and linecap styles to rounded, for example in:
<svg xmlns="http://www.w3.org/2000/svg" viewBox=" 0 0 1000 1000"><g><path fill="none" stroke="#008888" stroke-width="40" stroke-linejoin="round" stroke-linecap="round" d="[...] "/></g></svg>
Then those attributes are currently ignored.
SVG file and screenshots (Inkscape, Birdfont) attached.
Following up on a footnote from issue #72:
If the input SVG file contains presentation attributes to set the stroke linejoin and linecap styles to rounded, for example in:
<svg xmlns="http://www.w3.org/2000/svg" viewBox=" 0 0 1000 1000"><g><path fill="none" stroke="#008888" stroke-width="40" stroke-linejoin="round" stroke-linecap="round" d="[...] "/></g></svg>
Then those attributes are currently ignored. SVG file and screenshots (Inkscape, Birdfont) attached.
Inkscape:
Birdfont:
U+78_MkII.zip