Graphics2D
Graphics2D copied to clipboard
Find out what way of isPointIn is faster
-
For transformed obs whether to use context.isPointInPath or transform the coords and then compare?
-
Maybe implement isPointIn for paths without context (it is already there in Intersections module for polygons)?