DescriptionFix SkComposeImageFilter's bounds computation and offset handling
This makes SkComposeImageFilter::computeFastBounds compose its
filters' bounds (rather than falling back to
SkImageFilter::computeFastBounds, which takes the union of the bounds).
This also makes SkComposeImageFilter::onFilterImage correctly handle
an offset produced when applying the inner filter; such offsets were
previously ignored.
BUG=chromium:453924
Committed: https://skia.googlesource.com/skia/+/5788faaa2ac4203827c68006b669e277d441e2e4
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add curly braces #
Messages
Total messages: 9 (3 generated)
|