commit | 08bc8488fa2ea2d2a17efb1443f0ec6579d5a3c8 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Fri Apr 24 09:08:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 24 09:08:57 2015 -0700 |
tree | 9dbc81feaac0b80700e3fb7bc032adef3f1e062c | |
parent | e062db9cc6478745138cca964ee46839e413ab7b [diff] |
fix multiple intersection logic When three or more curves intersect at the same point, ensure that each curve records the intersections of the others. This fixes a number of cubic tests. TBR=reed@google.com BUG=skia:3588 Review URL: https://codereview.chromium.org/1105943002