commit | 3949971e8d29345ee89461aec1ef25734ffc03f5 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Wed May 18 07:00:08 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 18 07:00:08 2016 -0700 |
tree | cd6d565733b3d2ace762a6af783ac5ffdbecabd8 | |
parent | d46e5859863c7401ceb90f1a62086865be957443 [diff] |
Image filters: fix filtering of transparent black in CFIF. SkColorFilterImageFilter has a codepath to filter transparent black regions outside of the input image. However, it was treating the exterior as opaque black, rather than trasparent black. Note: the results of imagefiltercropexpand GM will change, as it was tweaked a bit to show this bug. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1978363002 NOTREECHECKS=true NOTRY=true NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/1978363002