Open Bug 1120401 Opened 9 years ago Updated 2 years ago

Implement Canvas2D scrollPathIntoView method

Categories

(Core :: Graphics: Canvas2D, defect)

defect

Tracking

()

People

(Reporter: fs, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: dev-doc-needed, parity-chrome, Whiteboard: gfx-noted)

Scrolls the current or given path into the view, similar to element.scrollIntoView().

void scrollPathIntoView();
void scrollPathIntoView(Path2D path);

Blink implements this behind a flag: https://code.google.com/p/chromium/issues/detail?id=351696
MDN: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D.scrollPathIntoView
Whiteboard: [parity-blink] → [parity-blink] gfx-noted
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome
Whiteboard: [parity-blink] gfx-noted → gfx-noted
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.