Remove canvas createImageData(imagedata)

What's the use case for createImageData(imagedata)?

AFAICT it's just convenience for createImageData(imagedata.width,  
imagedata.height), but more confusing.

Could it be removed from the spec? (But keep the version with two  
arguments.)

-- 
Simon Pieters
Opera Software

Received on Friday, 21 August 2009 14:11:52 UTC