DescriptionDon't include nested outlines when computing repaint rects for SVG objects
Because the paint invalidation rect is inflated in
SVGRenderSupport::computeFloatRectForPaintInvalidation, rather than in
clippedOverflowRectForPaintInvalidation (for example) the repaint rect
being computed includes outlines from all (SVG) ancestors.
Hoist the 'inflation' out of computeFloatRectForPaintInvalidation (both
the SVGRenderSupport one and its callers).
BUG=417729
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182744
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|