From 4946b9419f650ef7a2dc684ce98bb771e1ce8f40 Mon Sep 17 00:00:00 2001 From: msarett Date: Thu, 11 Feb 2016 08:41:01 -0800 Subject: Fix scanline decoding of rare RLE bmps This also exposed a bug in rewinding RLE bmps, which I have also fixed in this CL. This should fix testcase7.bmp on Gold. The image that I am adding to resources is in the public domain. BUG=skia:4730 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1689953002 Review URL: https://codereview.chromium.org/1689953002 --- resources/rle.bmp | Bin 0 -> 40400 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/rle.bmp (limited to 'resources') diff --git a/resources/rle.bmp b/resources/rle.bmp new file mode 100644 index 0000000000..a08745fb2d Binary files /dev/null and b/resources/rle.bmp differ -- cgit v1.2.3