[Webkit-unassigned] [Bug 14015] SVG invalidates too much due to unclipped absoluteClippedOverflowRect values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 00:24:14 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14015


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|webkit invalidates *way* too|SVG invalidates too much due
                   |much when animating this SVG|to unclipped
                   |                            |absoluteClippedOverflowRect
                   |                            |values




------- Comment #7 from eric at webkit.org  2007-10-09 00:24 PDT -------
I tried just fixing absoluteClippedOverflowRect() on RenderSVGRoot, but that's
insufficient.  We have to fix it all the way up the chain.  What is dirtying
way too much is not the root, but rather the children.  We need a way to access
your parents clip rect as a child.  Possibly a clipRect() function or an
applyClipToRect(rect) function which can walk up the parent chain.  We could
also use/abuse the LayoutState optimization if we were careful.


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



More information about the webkit-unassigned mailing list