aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/dashcubics.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-04-11 07:46:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-11 07:46:38 -0700
commit6dc14aab5ea6be87b5b10f17a19737f586708768 (patch)
tree37179e599a743c500720432fb346efbb933d7ee3 /gm/dashcubics.cpp
parente6277de4ebb1b00a15f8f3c7cd9d6027c6b021fe (diff)
adjust gm bounds for better content fit
Diffstat (limited to 'gm/dashcubics.cpp')
-rw-r--r--gm/dashcubics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/dashcubics.cpp b/gm/dashcubics.cpp
index 7736f2b47c..e8d7f5bc8e 100644
--- a/gm/dashcubics.cpp
+++ b/gm/dashcubics.cpp
@@ -34,7 +34,7 @@ static void flower(SkCanvas* canvas, const SkPath& path, SkScalar intervals[2],
canvas->drawPath(path, paint);
}
-DEF_SIMPLE_GM(dashcubics, canvas, 860, 700) {
+DEF_SIMPLE_GM(dashcubics, canvas, 865, 750) {
SkPath path;
const char* d = "M 337,98 C 250,141 250,212 250,212 C 250,212 250,212 250,212"
"C 250,212 250,212 250,212 C 250,212 250,141 163,98 C 156,195 217,231 217,231"