Comment #8 on issue 2791 by chris.othermedia: semitransparent .png files is  
not shown correctly
http://code.google.com/p/chromium/issues/detail?id=2791

I've come across this problem using the YUI Animation framework to fade up  
a 24 Bit
Transparent PNGs.

Any areas of the PNG that are not 100% opaque or Transparent are rendered  
with a
solid white background. E.g. a 50% transparent red pixel will be rendered  
as pink.

I have noticed that the white halo effect occurs only when the element (IMG  
tag or
background png) is given a CSS opacity value of other than 1 or 0.

I have tested this problem in Safari for windows and this problem doesn't  
occur.
Interestingly a similar problem occurs in IE7 too which leads me to believe  
that the
problem may reside in either Clear Type (is the text rendering chrome bug  
Issue 559 related?) or Skia (I think thats the rendering engine Chrome  
uses).

I have attached a test case that uses the Webkit Transition property below  
to
indicate that it is not Javascript related.



Attachments:
        chromebugtest.html  587 bytes
        red-sphere.png  4.5 KB

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to