Bug 169622 - Upcoming changes to CanvasContext2D getImageData()
Summary: Upcoming changes to CanvasContext2D getImageData()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: FromImplementor, InRadar
Depends on:
Blocks:
 
Reported: 2017-03-14 12:38 PDT by Fernando Serboncini
Modified: 2017-03-22 08:10 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Serboncini 2017-03-14 12:38:41 PDT
This is a heads up that we are considering changing the spec of getImageData() to improve interoperability.

The gist of it is we are changing the IDL signature of the function from double to long, removing edge cases (dimensions in (0,1) range) and adding web platform tests.

This is the relevant issue: https://github.com/whatwg/html/issues/2433

I'll update this with the spec and web-platform change when appropriate.
Comment 1 Radar WebKit Bug Importer 2017-03-15 19:43:28 PDT
<rdar://problem/31080906>