Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: src/pathops/SkDCubicLineIntersection.cpp

Issue 2169983002: let line/cubic intersect at four spots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove the right unneeded test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/PathOpsOpTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pathops/SkDCubicLineIntersection.cpp
diff --git a/src/pathops/SkDCubicLineIntersection.cpp b/src/pathops/SkDCubicLineIntersection.cpp
index 045acd9e4fe480bdda8b2ef1fdcb990f675ad166..fd060de6468f0f709d91c588c00682bc2b649a6d 100644
--- a/src/pathops/SkDCubicLineIntersection.cpp
+++ b/src/pathops/SkDCubicLineIntersection.cpp
@@ -87,7 +87,7 @@ public:
, fLine(l)
, fIntersections(i)
, fAllowNear(true) {
- i->setMax(3);
+ i->setMax(4);
}
void allowNear(bool allow) {
« no previous file with comments | « no previous file | tests/PathOpsOpTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698