[whatwg] [canvas] Proposal isPointInStroke(x, y)
Jeff Muizelaar
jmuizelaar at mozilla.com
Tue Nov 13 16:46:38 PST 2012
We have recently implemented isPointInStroke(x,y) in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=803124).
This is a parallel to isPointInPath(x,y) and returns true if the point is inside the area contained by the stroking of a path.
It was easily implemented on top of Direct2D, Cairo, Skia, and CoreGraphics and shouldn't be difficult for other systems.
We implemented this to help support functionality needed for shumway (flash on html)
-Jeff
More information about the whatwg
mailing list