Open
Bug 1120366
Opened 10 years ago
Updated 2 years ago
Implement path argument for drawFocusIfNeeded
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: fs, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, parity-chrome, parity-safari, Whiteboard: gfx-noted)
drawFocusIfNeeded should also work with paths:
void drawFocusIfNeeded(Path2D path, Element element);
MDN https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D.drawFocusIfNeeded
Updated•10 years ago
|
Whiteboard: [parity-blink][parity-webkit] → [parity-blink][parity-webkit]gfx-noted
Comment 1•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome,
parity-safari
Whiteboard: [parity-blink][parity-webkit]gfx-noted → gfx-noted
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•