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>
This commit is contained in:
parent
7656c4b7e8
commit
94c7476003
2
DEPS
2
DEPS
@ -24,7 +24,7 @@ deps = {
|
||||
"third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@3a74ee528255cc027d84b204a87b5c25e47bff79",
|
||||
"third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@dbd3825b31041d782c5b504c59dcfb5ac7dda08c",
|
||||
"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@9418dcb69355558f70de260483424412c5ca2fce",
|
||||
"third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@e13b82fac077383d9f93631a177573509be44f38",
|
||||
"third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@fd59fa92a0c86788dcdd84d091e1ce81eda06a77",
|
||||
"third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@64fc43d52351ed52143208ce6a656c03db56462b",
|
||||
"third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44",
|
||||
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@55a080e50af655d1fbe0a5c22954835cdd59ff92",
|
||||
|
@ -1 +1 @@
|
||||
40
|
||||
42
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user