From b280646beba5d2d247994f2241b8d0c69a1e031d Mon Sep 17 00:00:00 2001 From: fmalita Date: Mon, 5 Jan 2015 11:31:02 -0800 Subject: Fix thin rect stroking. When both edges of a thin (sub-unit) stroke fall within the same pixel, we compute the wrong coverage and also blit the same line twice. To avoid these issues, tweak the inner/outer hulls to ensure one of the edges is always pixel-aligned. BUG=skia:3278 R=reed@google.com Review URL: https://codereview.chromium.org/819253003 --- expectations/gm/ignored-tests.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'expectations/gm/ignored-tests.txt') diff --git a/expectations/gm/ignored-tests.txt b/expectations/gm/ignored-tests.txt index e692860c94..0226fe5144 100644 --- a/expectations/gm/ignored-tests.txt +++ b/expectations/gm/ignored-tests.txt @@ -40,3 +40,5 @@ blurrects # New shadow only option in SkDropShadowImageFilter dropshadowimagefilter +# fmalita skia:3278 +thinstrokedrects -- cgit v1.2.3