[Webkit-unassigned] [Bug 106041] Some SVG filters don't work with tiled drawing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 15:05:26 PST 2013


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-01-04 15:07:24 PST ---
Of course RenderSVGShape::paint() bails at:

    if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
        return;

when painting tiles that don't contain the filtered shape.

SVGRenderingContext needs to educated about multiple paint passes of the same rendered into different contexts with different clips.

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