4 Commits

Author SHA1 Message Date
Hajime Hoshi
2bad42b02d vector: refactoring: introduce subPath and remove opTypeMove and opTypeClose 2025-06-26 20:33:44 +09:00
Hajime Hoshi
714f86a427 vector: bug fix: MoveTo should not close the path 2025-06-26 16:45:28 +09:00
Hajime Hoshi
c92412bf5d vector: change MoveTo to update the starting position
Successive MoveTo calls now overwrites the previous MoveTo command
if exists.
2025-06-26 16:07:07 +09:00
Hajime Hoshi
fbf40a4455 vector: bug fix: isPointCloseToSegment didn't work when two p0 and p1 are the same
Closes #3061
2024-08-10 17:13:09 +09:00