allow curves on side of lines to be very small
authorcaryclark <caryclark@google.com>
Thu, 21 Jul 2016 17:44:07 +0000 (10:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 21 Jul 2016 17:44:07 +0000 (10:44 -0700)
commit81681949d363f777809af167c70912ca2a612036
treeac25957855bafa3b847011f83f9bbf84e07dfde1
parent85f0e63ca476568143a36242b438390f7e6d5c82
allow curves on side of lines to be very small

Increase the precision of the 'all on one side' pathops
angle test to reduce the number of unorderable segments
found by the cubics_d3 test.

This allows pathsops_unittest release build with -v -V -x
to run without error.

TBR=reed@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2168163002

Review-Url: https://codereview.chromium.org/2168163002
src/pathops/SkOpAngle.cpp
tests/PathOpsOpTest.cpp
tools/pathops_sorter.htm