[Webkit-unassigned] [Bug 164663] New: ImageData does not match specification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 11 16:14:24 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164663
Bug ID: 164663
Summary: ImageData does not match specification
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
CC: simon.fraser at apple.com
The HTML Canvas 2D Context spec <https://www.w3.org/TR/2dcontext/> now has:
interface ImageData {
readonly attribute unsigned long width;
readonly attribute unsigned long height;
readonly attribute Uint8ClampedArray data;
};
We are handling these values as signed in WebCore, so we need to correct them to only accept unsigned values.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161112/345f609e/attachment-0001.html>
More information about the webkit-unassigned
mailing list