[Webkit-unassigned] [Bug 32708] New: SVG filter on filter don't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 03:56:18 PST 2009


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

           Summary: SVG filter on filter don't work
           Product: WebKit
           Version: 525.x (Safari 3.1)
          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: krit at webkit.org
                CC: eric at webkit.org
            Blocks: 26389


Created an attachment (id=45141)
 --> (https://bugs.webkit.org/attachment.cgi?id=45141)
SVG Filter on Filter

If a parent object and it's child object use the same filter with the same
filter id, none of the effects is drawn. This is caused by
http://trac.webkit.org/browser/trunk/WebCore/rendering/SVGRenderSupport.cpp#L118.
The intention was to avoid two filter drawings on this combination: <text
filter="url(#foo)">Test<tspan filter="url(#foo)">123</tspan></text>

Is this a regression, caused by the code clean-up on
SVGRenderBase::prepareToRenderSVGContent()?

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