<
[index]
>
isPointInPath() handles transformations correctly
Actual output:
- Failed assertion ctx.isPointInPath(10, 10) === false (got true[boolean], expected false[boolean])
- Failed assertion ctx.isPointInPath(51, 10) === true (got false[boolean], expected true[boolean])
- Failed assertion ctx.isPointInPath(69, 10) === true (got false[boolean], expected true[boolean])