[Webkit-unassigned] [Bug 32584] New: Opacity and shadow both clip away too much in some cases with filters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 15:01:48 PST 2009


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

           Summary: Opacity and shadow both clip away too much in some
                    cases with filters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


svg/filters/shadow-on-rect-with-filter.svg is currently failing the pixel tests
because we started using a transparency layer for shadows and clipping
appropriately. Turns out the same bug already existed for opacity which does
the same thing; in other words, if you replace the shadow style in that test
case with "opacity: 0.5," we clip too much in the same way.

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