Index: tests/PathOpsCubicLineIntersectionTest.cpp |
diff --git a/tests/PathOpsCubicLineIntersectionTest.cpp b/tests/PathOpsCubicLineIntersectionTest.cpp |
index 49219fbfe589fa1f3edfcc33f8132c50d05b8a68..53e9d60d8896cf561eea5fa4c2f5d809915f60cb 100644 |
--- a/tests/PathOpsCubicLineIntersectionTest.cpp |
+++ b/tests/PathOpsCubicLineIntersectionTest.cpp |
@@ -15,6 +15,9 @@ static struct lineCubic { |
SkDCubic cubic; |
SkDLine line; |
} lineCubicTests[] = { |
+ {{{{154,715}, {151.238571,715}, {149,712.761414}, {149,710}}}, |
+ {{{149,675}, {149,710.001465}}}}, |
+ |
{{{{0,1}, {1,6}, {4,1}, {4,3}}}, |
{{{6,1}, {1,4}}}}, |