History log of /external/skia/samplecode/SamplePathOverstroke.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2463ed91ede5e6b38cf3f93205a59f8bc3f3b44 30-Jun-2016 hstern <hstern@google.com> Add cubic example and draw original path

- Add cubic example
- Draw original path
- Also added dumpHex to stderr option on 'D'

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2106063004

Review-Url: https://codereview.chromium.org/2106063004
/external/skia/samplecode/SamplePathOverstroke.cpp
9bd4c693020bb440464ae12ae05e8e8f97568ee0 15-Jun-2016 hstern <hstern@google.com> 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
/external/skia/samplecode/SamplePathOverstroke.cpp