| Index: src/pathops/SkDQuadLineIntersection.cpp
|
| diff --git a/src/pathops/SkDQuadLineIntersection.cpp b/src/pathops/SkDQuadLineIntersection.cpp
|
| index dc237f57a5e823eb44e8b63c7dd47f87ed2743c6..8d5baf6945cd786abe43828220e387a868f37d0d 100644
|
| --- a/src/pathops/SkDQuadLineIntersection.cpp
|
| +++ b/src/pathops/SkDQuadLineIntersection.cpp
|
| @@ -99,7 +99,7 @@ public:
|
| , fLine(&l)
|
| , fIntersections(i)
|
| , fAllowNear(true) {
|
| - i->setMax(4); // allow short partial coincidence plus discrete intersections
|
| + i->setMax(5); // allow short partial coincidence plus discrete intersections
|
| }
|
|
|
| LineQuadraticIntersections(const SkDQuad& q)
|
|
|