| Index: gm/reveal.cpp
|
| diff --git a/gm/reveal.cpp b/gm/reveal.cpp
|
| index d22ba4a6bf9e537e6bd2cf8d8badcbf85e025259..ed54f91c653f4052f60f51b59d3c8a25ae5971c6 100644
|
| --- a/gm/reveal.cpp
|
| +++ b/gm/reveal.cpp
|
| @@ -348,7 +348,7 @@ protected:
|
| SkPaint paint;
|
| paint.setAntiAlias(true);
|
| // G channel is an F6.2 radius
|
| - paint.setColor(SkColorSetARGB(255, 255, (unsigned char)(4*kPad), 0));
|
| + paint.setColor(SkColorSetARGB(255, 0, (unsigned char)(4*kPad), 0));
|
| paint.setShader(SkGaussianEdgeShader::Make());
|
| drawObj->draw(canvas, paint);
|
| canvas->restore();
|
|
|