Index: tests/PathOpsCubicIntersectionTestData.cpp |
diff --git a/tests/PathOpsCubicIntersectionTestData.cpp b/tests/PathOpsCubicIntersectionTestData.cpp |
index 1b1168be7f6dd450ea5890dec655d75ee1658c48..aafc613088e3fd6b0865d570e5635b73637c3f22 100644 |
--- a/tests/PathOpsCubicIntersectionTestData.cpp |
+++ b/tests/PathOpsCubicIntersectionTestData.cpp |
@@ -211,7 +211,7 @@ const SkDCubic lessEpsilonLines[] = { |
{{{1, 1}, {0, 0}, {0, 0}, {D, 0}}}, |
{{{0, D}, {0, 0}, {1, 1}, {2, 2}}}, // 2 coincident |
{{{0, 0}, {1, 1}, {0, D}, {2, 2}}}, |
- {{{0, 0}, {1, 1}, {2, 2}, {0, D}}}, |
+ {{{0, 0}, {1, 1}, {2, 2}, {1, 1+D}}}, |
{{{1, 1}, {0, D}, {0, 0}, {2, 2}}}, |
{{{1, 1}, {0, D}, {2, 2}, {0, 0}}}, |
{{{1, 1}, {2, 2}, {D, 0}, {0, 0}}}, |
@@ -247,7 +247,7 @@ const SkDCubic negEpsilonLines[] = { |
{{{1, 1}, {0, 0}, {0, 0}, {N, 0}}}, |
{{{0, N}, {0, 0}, {1, 1}, {2, 2}}}, // 2 coincident |
{{{0, 0}, {1, 1}, {0, N}, {2, 2}}}, |
- {{{0, 0}, {1, 1}, {2, 2}, {0, N}}}, |
+ {{{0, 0}, {1, 1}, {2, 2}, {1, 1+N}}}, |
{{{1, 1}, {0, N}, {0, 0}, {2, 2}}}, |
{{{1, 1}, {0, N}, {2, 2}, {0, 0}}}, |
{{{1, 1}, {2, 2}, {N, 0}, {0, 0}}}, |