Closed
Bug 985178
Opened 11 years ago
Closed 11 years ago
Add support for IsPointInPath and IsPointinStroke with path arguments
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: cabanier, Assigned: cabanier)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8393178 -
Attachment is obsolete: true
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8393181 [details] [diff] [review]
implementation + test cases for isPointInPath and isPointInStroke
spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-context-2d-ispointinpath
try run: https://tbpl.mozilla.org/?tree=Try&rev=169bfd86bf86
Also implemented in Blink
Attachment #8393181 -
Flags: review?(roc)
Attachment #8393181 -
Flags: review?(roc) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed,
dev-doc-needed
Comment 4•11 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 6•10 years ago
|
||
Reference:
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D.isPointInPath
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D.isPointInStroke
Release notes:
https://developer.mozilla.org/en-US/Firefox/Releases/31#Interfaces.2FAPIs.2FDOM
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•