meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
132 stars 29 forks source link

[Bugs] validate_subpath, subpath start not move #138

Closed Sophist-UK closed 2 years ago

Sophist-UK commented 2 years ago
  1. subpath can start with either Move or Close
  2. first subpath without Move starts from start point of first segment not end point
  3. fix #137 incorrect interpretation of svg spec