From 9bd4c693020bb440464ae12ae05e8e8f97568ee0 Mon Sep 17 00:00:00 2001 From: hstern Date: Wed, 15 Jun 2016 09:13:34 -0700 Subject: Add SampleApp that shows problems in stroking - When the stroke width gets too big the raster algorithm produces incorrect output - This also causes the GPU path to produce incorrect output if the width is larger than an arbitrary limit in GrAALinearizingConvexPathRenderer (which is the renderer used for this specific geometry) - Other non-convex geometries probably also produce strange results BUG=skia:5405,skia:5406 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2060903002 Review-Url: https://codereview.chromium.org/2060903002 --- gyp/SampleApp.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index f074df3b2f..45051af05b 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -94,6 +94,7 @@ '../samplecode/SamplePathClip.cpp', '../samplecode/SamplePathFuzz.cpp', '../samplecode/SamplePathEffects.cpp', + '../samplecode/SamplePathOverstroke.cpp', '../samplecode/SamplePictFile.cpp', '../samplecode/SamplePoints.cpp', '../samplecode/SamplePolyToPoly.cpp', -- cgit v1.2.3