[Webkit-unassigned] [Bug 19162] Transparent PNGs lose alpha transparency when used in border-image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 20:21:57 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19162


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #4 from mrowe at apple.com  2008-05-20 20:21 PDT -------
The alpha channel in the image *is* being respected.  The white that you're
seeing is the background color of the div as specified in the CSS:

div#container   {
        background: #FFF;
}

Removing this line gives the expected result.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list