[Webkit-unassigned] [Bug 14015] webkit invalidates *way* too much when animating this SVG
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 7 18:43:58 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14015
------- Comment #5 from eric at webkit.org 2007-10-07 18:43 PDT -------
mitz would know the correct behavior of absoluteClippedOverflowRect. Currently
RenderSVGRoot::absoluteClippedOverflowRect() returns the union of its kids
bboxes. This union is not clipped (as from the method name I would assume it
should be). I wonder though if absoluteClippedOverflowRect should ever return
a rect smaller than the <svg>s bounds?
--
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