mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
557 stars 142 forks source link

The path cannot be closed. #230

Open natu3000 opened 3 weeks ago

natu3000 commented 3 weeks ago

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?

natu3000 commented 3 weeks ago

<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >