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

Unified Diff: gm/smallpaths.cpp

Issue 1462903002: Shift up bottom path in smallpaths GM. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/smallpaths.cpp
diff --git a/gm/smallpaths.cpp b/gm/smallpaths.cpp
index 1936782863627f85fd273179646e6899418f4f4c..fd89f7019381eba924aaf73e456b32378c2a537e 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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698