-- Philip Jägenstedt Opera Software
As far as I can see there's no good reason why createImageData should take
a float as input rather than unsigned long. Having it as float creates the
odd situation where (0.1, 0.1) gives a 1x1 ImageData while (10.1, 10.1)
gives a 10x10 or 11x11 depening on if you ceil or round the input (not
defined). Unless there's a compelling reason to allow something like (0.1,
0.1) I suggest changing the type and leaving the float->unsigned
conversion to WebIDL.
- [whatwg] createImageData should take unsigned long Philip Jägenstedt
- Re: [whatwg] createImageData should take unsigned ... Ian Hickson
- Re: [whatwg] createImageData should take unsig... Philip Jägenstedt
- Re: [whatwg] createImageData should take u... Robert O'Callahan
- Re: [whatwg] createImageData should ta... Anne van Kesteren
- Re: [whatwg] createImageData shou... Robert O'Callahan
- Re: [whatwg] createImageData should take u... Boris Zbarsky
- Re: [whatwg] createImageData should ta... Ian Hickson
- Re: [whatwg] createImageData shou... Philip Jägenstedt
- Re: [whatwg] createImageData ... Boris Zbarsky
- Re: [whatwg] createImageData shou... Oliver Hunt
