aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/stringart.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/stringart.cpp
parente6277de4ebb1b00a15f8f3c7cd9d6027c6b021fe (diff)
adjust gm bounds for better content fit
Diffstat (limited to 'gm/stringart.cpp')
-rw-r--r--gm/stringart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/stringart.cpp b/gm/stringart.cpp
index 7eaac85ebc..1da87578d0 100644
--- a/gm/stringart.cpp
+++ b/gm/stringart.cpp
@@ -12,8 +12,8 @@
// Reproduces https://code.google.com/p/chromium/issues/detail?id=279014
-static const int kWidth = 640;
-static const int kHeight = 480;
+static const int kWidth = 440;
+static const int kHeight = 440;
static const SkScalar kAngle = 0.305f;
static const int kMaxNumSteps = 140;