aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm/ignored-tests.txt
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2015-01-05 11:31:02 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-05 11:31:02 -0800
commitb280646beba5d2d247994f2241b8d0c69a1e031d (patch)
tree15867d35370af1bce3a06904e647c85a5fd13710 /expectations/gm/ignored-tests.txt
parent942262fcb5d4cc35231d698df70e53a101fef679 (diff)
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
Diffstat (limited to 'expectations/gm/ignored-tests.txt')
-rw-r--r--expectations/gm/ignored-tests.txt2
1 files changed, 2 insertions, 0 deletions
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