| Index: tests/PathOpsCubicIntersectionTest.cpp
|
| diff --git a/tests/PathOpsCubicIntersectionTest.cpp b/tests/PathOpsCubicIntersectionTest.cpp
|
| index 1cc037f1c4ff665ed4da106aaa58fef80ad447a5..8ff613500303deddf534c0b4382c2efdae5fe901 100644
|
| --- a/tests/PathOpsCubicIntersectionTest.cpp
|
| +++ b/tests/PathOpsCubicIntersectionTest.cpp
|
| @@ -163,6 +163,9 @@ static const SkDCubic testSet[] = {
|
| const size_t testSetCount = SK_ARRAY_COUNT(testSet);
|
|
|
| static const SkDCubic newTestSet[] = {
|
| +{{{134, 11414}, {131.990234375, 11414}, {130.32666015625, 11415.482421875}, {130.04275512695312, 11417.4130859375}}},
|
| +{{{132, 11419}, {130.89543151855469, 11419}, {130, 11418.1044921875}, {130, 11417}}},
|
| +
|
| {{{3, 4}, {1, 5}, {4, 3}, {6, 4}}},
|
| {{{3, 4}, {4, 6}, {4, 3}, {5, 1}}},
|
|
|
|
|