commit | b8de1f46594c3cd9c537f0b128c6d6eb30a9f463 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Feb 23 11:17:01 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 23 11:17:01 2015 -0800 |
tree | 27d33b3f054cb71848dd8d712db5923632c731b1 | |
parent | 1a9600f2537ad62e85529801a634167f2913bc24 [diff] |
Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op Without this patch the iterator can end up running off the end of the conic weights if there is a mixture of degenerate and non-degenerate ops Note: we might want to suppress the generation of degenerate conics and lines in SkPath::addRRect BUG=459897 Review URL: https://codereview.chromium.org/954453003