| Index: tests/PathOpsQuadIntersectionTestData.cpp
|
| diff --git a/tests/PathOpsQuadIntersectionTestData.cpp b/tests/PathOpsQuadIntersectionTestData.cpp
|
| index 0b0856117ba69d8e86e452c783444fc2fb754a93..0706efcf4571dc59e868a35e022327ce27f3240f 100644
|
| --- a/tests/PathOpsQuadIntersectionTestData.cpp
|
| +++ b/tests/PathOpsQuadIntersectionTestData.cpp
|
| @@ -54,10 +54,10 @@ const SkDQuad quadraticModEpsilonLines[] = {
|
| {{{0, 0}, {1, 0}, {0, F}}},
|
| {{{1, 0}, {0, F}, {0, 0}}},
|
| {{{1, H}, {2, 0}, {3, 0}}},
|
| - {{{F, 0}, {0, 0}, {0, 1}}},
|
| - {{{0, 0}, {0, 1}, {F, 0}}},
|
| - {{{0, 1}, {F, 0}, {0, 0}}},
|
| - {{{H, 1}, {0, 2}, {0, 3}}},
|
| +// {{{F, 0}, {0, 0}, {0, 1}}}, // INVESTIGATE: even substituting K for F, quad is still linear.
|
| +// {{{0, 0}, {0, 1}, {F, 0}}},
|
| +// {{{0, 1}, {F, 0}, {0, 0}}},
|
| +// {{{H, 1}, {0, 2}, {0, 3}}},
|
| {{{0, F}, {0, 0}, {1, 1}}},
|
| {{{0, 0}, {1, 1}, {F, 0}}},
|
| {{{1, 1}, {F, 0}, {0, 0}}},
|
|
|