commit | b79f1b527daaa5ee85cc92d4c574a7582267179f | [log] [tgz] |
---|---|---|
author | Anthony Catel <paraboul@gmail.com> | Tue Dec 10 22:29:38 2019 +0100 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Dec 12 15:26:48 2019 +0000 |
tree | 4d3241d8eba352f043a71fba3fa5591aaf2bd0c6 | |
parent | 648b41bf2639d75c67c2a0d425f1ca003d7c31ad [diff] |
Use absolute sigma instead of clamping to 0 in SkDropShadowImageFilter. If the CTM is scaled to negative value (without skew), mapVector returns a negative value. We want to use its absolute value rather than clamping to 0. https://bugs.chromium.org/p/skia/issues/detail?id=9704 Change-Id: I7393a52aa7d646b1494d4f0ae1a520ab60d02104 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/259137 Reviewed-by: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>