This is super important for calculating relative coordinates for a given subpath and it was totally wrong in a couple spots.
If a "closepath" is followed immediately by a "moveto", then the "moveto" identifies the start point of the next subpath. If a "closepath" is followed immediately by any other command, then the next subpath starts at the same initial point as the current subpath.
This is super important for calculating relative coordinates for a given subpath and it was totally wrong in a couple spots.
https://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand