| Index: gm/stringart.cpp
|
| diff --git a/gm/stringart.cpp b/gm/stringart.cpp
|
| index 7eaac85ebcfc6e4a4401811b7b9f65a2e5da7ddf..1da87578d0da3f3251cee7b2ccc7d8c553411e40 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;
|
|
|
|
|