DescriptionFixes the rendering of a SVG filter (e.g. feFlood) by testing against total
area instead of single dimension.
While fixing this bug, I noticed also layer violations in FilterEffectRenderer
and RenderSVGResourceFilter accessing the maximum size defined in FilterEffect
or replicating the test logic for maximum dimension. This patch also fixes
those issues.
BUG=240184
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167564
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressed reviewer's comments: static variable, compare function, #
Total comments: 1
Patch Set 3 : FloatRect(IntRect()) #
Total comments: 5
Patch Set 4 : Added tests, proper handling area x scale. #Patch Set 5 : Added rebaseline test. #Messages
Total messages: 26 (0 generated)
|