- From: <bugzilla@jessica.w3.org>
- Date: Fri, 21 Jan 2011 02:31:25 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11263 --- Comment #3 from Philip Taylor <excors@gmail.com> 2011-01-21 02:31:25 UTC --- Most browsers use premultiplied alpha so transparent white and transparent black both get encoded as (0,0,0,0) which gets decoded into rgba(0,0,0,0) - they can never distinctly represent transparent white. It shouldn't affect correctly-implemented antialiasing either way, anyway. I guess it's most likely that the original reporter was confused. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 21 January 2011 02:31:27 UTC