On 2/1/11 1:04 PM, Anne van Kesteren wrote:
On Tue, 01 Feb 2011 18:36:19 +0100, Boris Zbarsky <bzbar...@mit.edu> wrote:
For what it's worth, in Gecko that's the same thing, since imagedata
is just a typed array in our implementation.

ImageData.data you mean?

Yes.

I wonder if we can still remove CanvasPixelArray.

Well, the typed array we use is a custom type that implements the CanvasPixelArray semantics (e.g. the rounding and clamping bits)....

-Boris

Reply via email to