Index: src/gpu/batches/GrAAConvexTessellator.cpp |
diff --git a/src/gpu/batches/GrAAConvexTessellator.cpp b/src/gpu/batches/GrAAConvexTessellator.cpp |
index 2c069f634205a385b991ac9f091105aac14d1b7f..af3ce89257d890132db64b5767bf120fd3b5540c 100644 |
--- a/src/gpu/batches/GrAAConvexTessellator.cpp |
+++ b/src/gpu/batches/GrAAConvexTessellator.cpp |
@@ -30,7 +30,7 @@ static const SkScalar kConicTolerance = 0.5f; |
static const SkScalar kRoundCapThreshold = 0.8f; |
// dot product above which we consider two adjacent curves to be part of the "same" curve |
-static const SkScalar kCurveConnectionThreshold = 0.95f; |
+static const SkScalar kCurveConnectionThreshold = 0.8f; |
static SkScalar intersect(const SkPoint& p0, const SkPoint& n0, |
const SkPoint& p1, const SkPoint& n1) { |