fix battlefield website by disallowing very small coordinates
authorcaryclark <caryclark@google.com>
Thu, 18 Sep 2014 17:32:57 +0000 (10:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 18 Sep 2014 17:32:57 +0000 (10:32 -0700)
commit65b427cff9cd34a06ff060d65d00cc3615d8fd94
tree2226d5e4cddde9c97da5d80534ad3bfa468b8138
parenta0537deca24abc2713e72f61e9cec14bdcc703d0
fix battlefield website by disallowing very small coordinates

also add and remove comments to document other attempts to fix this that had drawbacks

R=fmalita@chromium.org
BUG=414409

Author: caryclark@google.com

Review URL: https://codereview.chromium.org/575553003
14 files changed:
gyp/pathops_unittest.gyp
src/pathops/SkOpAngle.cpp
src/pathops/SkOpEdgeBuilder.cpp
src/pathops/SkOpSegment.cpp
src/pathops/SkPathOpsDebug.h
src/pathops/SkPathOpsLine.cpp
tests/PathOpsBattles.cpp [new file with mode: 0644]
tests/PathOpsExtendedTest.cpp
tests/PathOpsExtendedTest.h
tests/PathOpsLineIntersectionTest.cpp
tests/PathOpsOpLoopThreadedTest.cpp
tests/PathOpsOpTest.cpp
tools/pathops_sorter.htm
tools/pathops_visualizer.htm