[Webkit-unassigned] [Bug 106549] [CSS Filters] Filter blur effects don't transition outside of box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 15:34:12 PST 2013


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #7 from Dirk Schulze <krit at webkit.org>  2013-01-15 15:35:57 PST ---
Sorry, I didn't get the problem initially. The problem is that the 'opacity' property clips content from an applied filter.

    filter: drop-shadow: 10px 10px 10px green;
    opacity: 0.5;

clips the shadow away. Similar to all other filter functions extending the boundaries.

-- 
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