Index: src/pathops/SkDQuadLineIntersection.cpp |
diff --git a/src/pathops/SkDQuadLineIntersection.cpp b/src/pathops/SkDQuadLineIntersection.cpp |
index b335c5a4b28465210de0e6c98a251e5fe213aff4..14d7d9cea0482e9a3edcdb6e86bcc8780752c169 100644 |
--- a/src/pathops/SkDQuadLineIntersection.cpp |
+++ b/src/pathops/SkDQuadLineIntersection.cpp |
@@ -99,6 +99,7 @@ public: |
, fLine(l) |
, fIntersections(i) |
, fAllowNear(true) { |
+ i->setMax(2); |
} |
void allowNear(bool allow) { |