commit | 45a6f49ef9ff276e08025d0d2ba6a821a96d3f34 | [log] [tgz] |
---|---|---|
author | xidachen <xidachen@chromium.org> | Thu Apr 28 18:25:25 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 28 18:25:25 2016 -0700 |
tree | a401c9eaa9aea5f6a9bdf119219403fca9495f3f | |
parent | 4df1656f0f728ed428c3ab8f7beb19703b27c28e [diff] |
Adjust tolerance to fix bezier glitches issue In a previous CL: https://codereview.chromium.org/1126793003, the value of gDegenerateToLineTol was changed from 1.0 to 0.25 which caused the bezier glitches. This CL changes the value to SK_ScalarRoot2Over2, with this change the bezier curve looks fine, and the result of the layout tests pointed out in this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=472847 is also reasonable. BUG=605439 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1926063002 Review-Url: https://codereview.chromium.org/1926063002