svgpathtools
svgpathtools copied to clipboard
The path cannot be closed.
The SVG I imported contains multiple subpaths. Even if each subpath's path[-1].end equals path[0].start, and even if every subpath ends with a 'z', there is always at least one subpath that does not close, preventing FontForge from displaying a complete SVG graphic. I've spent a long time on this issue, but it persists. How can I resolve this?
Do you have any example?