Index: src/pathops/SkIntersections.h |
diff --git a/src/pathops/SkIntersections.h b/src/pathops/SkIntersections.h |
index 119ca781c194c64da66ef6d6ec60c73e18aec3c4..eced4dd15fe9d8a4e6ef558c299ea4d36ad6a434 100644 |
--- a/src/pathops/SkIntersections.h |
+++ b/src/pathops/SkIntersections.h |
@@ -164,7 +164,7 @@ public: |
quad.set(a); |
SkDLine line; |
line.set(b); |
- fMax = 2; |
+ fMax = 3; // 2; permit small coincident segment + non-coincident intersection |
return intersect(quad, line); |
} |