toDataURL image/jpeg

It was recently pointed out to me that the toDataURL ('image/jpeg') 
implementations across browsers
has an uneven implementation. Some have chosen to composite onto white 
when there is transparency in the image,
instead of simply tossing the transparency information.

Here is the unit test that I'm seeing fail on a few browsers:
http://philip.html5.org/tests/canvas/suite/tests/toDataURL.jpeg.alpha.html

It's a simple fix.. Were there objections ?

Received on Thursday, 11 November 2010 01:50:13 UTC