aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/smallpaths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/smallpaths.cpp')
-rw-r--r--gm/smallpaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/smallpaths.cpp b/gm/smallpaths.cpp
index 1936782863..fd89f70193 100644
--- a/gm/smallpaths.cpp
+++ b/gm/smallpaths.cpp
@@ -128,7 +128,7 @@ static SkScalar make_battery(SkPath* path) {
path->lineTo(16.854223f + xOffset, 25.136419f);
path->lineTo(25.727224f + xOffset, 12.886665f);
path->close();
- return SkIntToScalar(70);
+ return SkIntToScalar(50);
}
static SkScalar make_battery2(SkPath* path) {