commit | 94c747600319a7213989008d4d01eb066f92f9ee | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Wed Jan 13 16:41:40 2021 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jan 19 18:46:55 2021 +0000 |
tree | 3861313abb2cf94ccf2d6131334b6bba9a3774ba | |
parent | 7656c4b7e89b4ff00480a6d7a8a19e3fd0e5c86e [diff] |
Fix decoding gifs with too-big-bounds Update libgifcodec to include the fix and test an animated gif with too-big-bounds. This image (alphabetAnim.gif, checked into our skimage assets to be downloaded and tested on the bots) has bounds that extend outside the edge of the canvas. https://skia-review.googlesource.com/c/libgifcodec/+/339831 broke this image, so add it to our visual tests to verify that it's fixed. Change-Id: Id21c1858c72822db7c59d84591401ec9f74420f9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/353624 Commit-Queue: Derek Sollenberger <djsollen@google.com> Reviewed-by: Derek Sollenberger <djsollen@google.com> Auto-Submit: Leon Scroggins <scroggo@google.com>