commit | b775e91e8760200f145a95672c29cc703b8a4f5f | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Mon Nov 30 13:47:11 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 30 13:47:11 2015 -0800 |
tree | 0325d0f0abd3b810478b91b4123e7db161e308ab | |
parent | 69cfe95b7be386cf7d349b61388e93ea7c3cd386 [diff] |
add more conservative check for wayward divide When the parallel stroke to the curve can't be computed from the intersection of the tangent lines, as straight line connects the two points instead. Allow the intersection to succeed unless the ratio isn't finite or the contribution of (1 - ratio) isn't significant. R=reed@google.com,fmalita@chromium.org BUG=skia:4603 Review URL: https://codereview.chromium.org/1484873003