Index: gm/strokes.cpp |
diff --git a/gm/strokes.cpp b/gm/strokes.cpp |
index 1039769e0b32b6251db476709247455589ca0af7..af01b9169e68655df8abe10131033ca22d1c8caf 100644 |
--- a/gm/strokes.cpp |
+++ b/gm/strokes.cpp |
@@ -196,7 +196,7 @@ protected: |
} |
SkISize onISize() SK_OVERRIDE { |
- return SkISize::Make(W, H*2); |
+ return SkISize::Make(1500, 1500); |
} |
void onDraw(SkCanvas* canvas) SK_OVERRIDE { |
@@ -212,7 +212,7 @@ protected: |
make0, make1, make2, make3, make4, make5 |
}; |
- canvas->translate(SkIntToScalar(20), SkIntToScalar(20)); |
+ canvas->translate(SkIntToScalar(20), SkIntToScalar(80)); |
SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); |
SkScalar dx = bounds.width() * 4/3; |