[Webkit-unassigned] [Bug 36700] REGRESSION (r56182): iWeb shadow drawn around image rectangle, not around opaque part of the image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 14:30:40 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36700





--- Comment #8 from mitz at webkit.org  2010-03-27 14:30:39 PST ---
>From …Main/Scripts/iWebImage.js:

p_alphaComponent : function(color) {
    var alpha=1.0;
    if (color && color.indexOf('rgba(') != -1) {
        if (color.match(/rgba\((?:\s*\S+\s*,\s*){3}(\S+)\s*\)/)) {
            alpha=RegExp.$1;
        }
    }
    return alpha;
}

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


More information about the webkit-unassigned mailing list