What happened?
When hitting a polygon with any eraser or selector in touchAnywhere or touchEdges mode, touching the aabb rect registers as a hit. This does not seem to affect shapes.
Removing this part from isPolygonInPolygon makes this behaviour disappear but then the check isn't done properly
for (final (a, b) in _edgesOf(poly1)) {
for (final (c, d) in _edgesOf(poly2)) {
if (_segmentsIntersect(a, b, c, d)) return true;
}
}
Version
2.5.3-rc.1 and 2.6.0-beta.0
Platform
Android
Relevant log output
Code of Conduct
What happened?
When hitting a polygon with any eraser or selector in touchAnywhere or touchEdges mode, touching the aabb rect registers as a hit. This does not seem to affect shapes.
Removing this part from isPolygonInPolygon makes this behaviour disappear but then the check isn't done properly
Version
2.5.3-rc.1 and 2.6.0-beta.0
Platform
Android
Relevant log output
Code of Conduct