commit | 27b1dc574eed3ff2a160aaf8699348e2491d3bcf | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Thu Dec 10 16:42:20 2020 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Dec 11 01:53:39 2020 +0000 |
tree | 1583d18de9c61ad1911e90155c05023a1f5c08ec | |
parent | 0e56e237e39296129eb7ff0acdd23ba310d73387 [diff] |
Fix SkPathStroker::CheckConicLinear Previously we were approximating a solution for this problem by treating the down-projected points as a quad. SkConic::findMidTangent, recently added in https://skia-review.googlesource.com/c/skia/+/341156, gives us the actual answer. Skef Iterum originally pointed out this bug in https://skia-review.googlesource.com/c/skia/+/301376. Bug: skia:11074 Change-Id: Iec5ee7b79bc09cb9709d5ccc3021a17270ea3905 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/343176 Commit-Queue: Chris Dalton <csmartdalton@google.com> Reviewed-by: Mike Reed <reed@google.com>