DescriptionFix FEImage SKP bounds
When recording its filterPicture, FEImage::createImageFilterForLayoutObject() transforms the
content such that it draws into dstRect - but it keeps the recording bounds at origin
(FloatRect(FloatPoint(), dstRect.size())).
This means that the picture content can draw outside its declared bounds, and is susceptible to
incorrect culling.
Since we're mapping the content into dstRect, we should use the same for picture culling.
R=senorblanco@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200914
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|