Commit Graph

10 Commits

Author SHA1 Message Date
Hajime Hoshi efab369512 all: go fix 2026-03-15 17:46:48 +09:00
Hajime Hoshi 1de8288361 vector: bug fix: FillPath crashed with FillRuleEvenOdd
Closes #3366
2026-01-01 01:13:47 +09:00
Hajime Hoshi d12fd25017 vector: refactoring: organize files 2025-12-27 16:10:26 +09:00
Hajime Hoshi 187c074ca1 vector: skip a flaky test for browsers 2025-09-06 04:06:11 +09:00
Hajime Hoshi be98d0111c vector: add test for GeoM with arcs
The issue was already fixed by fcd3719a9a

Closes #3311
2025-09-06 00:58:22 +09:00
Hajime Hoshi f96d89f808 vector: add (*Path).AddPath and AddPathOptions
Closes #3266
2025-06-29 16:57:31 +09:00
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