Index: src/pathops/SkDCubicToQuads.cpp |
diff --git a/src/pathops/SkDCubicToQuads.cpp b/src/pathops/SkDCubicToQuads.cpp |
index b2a9b6202ca40e59d6a16d081e82bc021ab0ad90..a28564d4c2c8b3ff724540d70d0c52a3a00fee05 100644 |
--- a/src/pathops/SkDCubicToQuads.cpp |
+++ b/src/pathops/SkDCubicToQuads.cpp |
@@ -20,7 +20,6 @@ If this is a degree-elevated cubic, then both equations will give the same answe |
P1 = -1/4 Q0 + 3/4 Q1 + 3/4 Q2 - 1/4 Q3 |
- |
SkDCubic defined by: P1/2 - anchor points, C1/C2 control points |
|x| is the euclidean norm of x |
mid-point approx of cubic: a quad that shares the same anchors with the cubic and has the |