diff options
| -rw-r--r-- | libs/hwui/PathTessellator.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathTessellator.cpp b/libs/hwui/PathTessellator.cpp index 281ca02c39f1..27ef06fae866 100644 --- a/libs/hwui/PathTessellator.cpp +++ b/libs/hwui/PathTessellator.cpp @@ -812,7 +812,7 @@ void PathTessellator::tessellatePoints(const float* points, int count, const SkP      // determine point shape      SkPath path;      float radius = paintInfo.halfStrokeWidth; -    if (radius == 0.0f) radius = 0.25f; +    if (radius == 0.0f) radius = 0.5f;      if (paintInfo.cap == SkPaint::kRound_Cap) {          path.addCircle(0, 0, radius);  |