Index: tests/PathOpsCubicQuadIntersectionTest.cpp |
diff --git a/tests/PathOpsCubicQuadIntersectionTest.cpp b/tests/PathOpsCubicQuadIntersectionTest.cpp |
index 76ecd01a47aae1bc921864b3d3c1844267d49d36..09127e8d33bd2ed2395bacebc8be563b8948297a 100644 |
--- a/tests/PathOpsCubicQuadIntersectionTest.cpp |
+++ b/tests/PathOpsCubicQuadIntersectionTest.cpp |
@@ -17,12 +17,17 @@ static struct lineCubic { |
int answerCount; |
SkDPoint answers[2]; |
} quadCubicTests[] = { |
+ {{{{49, 47}, {49, 74.614250183105469}, {26.614250183105469, 97}, {-1, 97}}}, |
+ {{{-8.659739592076221e-015, 96.991401672363281}, {20.065492630004883, 96.645187377929688}, |
+ {34.355339050292969, 82.355339050292969}}}, 2, |
+ {{34.355339050292969,82.355339050292969}, {34.306797674910243,82.403823585863449}}}, |
+ |
{{{{10,234}, {10,229.58172607421875}, {13.581720352172852,226}, {18,226}}}, |
- {{{18,226}, {14.686291694641113,226}, {12.342399597167969,228.3424072265625}}}, 1, |
- {{18,226}, {0,0}}}, |
+ {{{18,226}, {14.686291694641113,226}, {12.342399597167969,228.3424072265625}}}, 1, |
+ {{18,226}, {0,0}}}, |
{{{{10,234}, {10,229.58172607421875}, {13.581720352172852,226}, {18,226}}}, |
- {{{12.342399597167969,228.3424072265625}, {10,230.68629455566406}, {10,234}}}, 1, |
- {{10,234}, {0,0}}}, |
+ {{{12.342399597167969,228.3424072265625}, {10,230.68629455566406}, {10,234}}}, 1, |
+ {{10,234}, {0,0}}}, |
}; |
static const size_t quadCubicTests_count = SK_ARRAY_COUNT(quadCubicTests); |