aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gm/gradients.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gm/gradients.cpp b/gm/gradients.cpp
index 85ac6906da..633879cae8 100644
--- a/gm/gradients.cpp
+++ b/gm/gradients.cpp
@@ -1034,7 +1034,7 @@ DEF_SIMPLE_GM(fancy_gradients, canvas, 800, 300) {
});
}
-DEF_SIMPLE_GM(sweep_tiling, canvas, 512, 512) {
+DEF_SIMPLE_GM(sweep_tiling, canvas, 512, 690) {
static constexpr SkScalar size = 160;
static constexpr SkColor colors[] = { SK_ColorBLUE, SK_ColorYELLOW, SK_ColorGREEN };
static constexpr SkScalar pos[] = { 0, .25f, .50f };
@@ -1050,6 +1050,7 @@ DEF_SIMPLE_GM(sweep_tiling, canvas, 512, 512) {
{ -330, -270 },
{ 30, 90 },
{ 390, 450 },
+ { -30, 800 },
};
SkPaint p;