diff --git a/gm/bigtext.cpp b/gm/bigtext.cpp index e8bddf80c..e487625dc 100644 --- a/gm/bigtext.cpp +++ b/gm/bigtext.cpp @@ -41,7 +41,7 @@ protected: paint.setColor(SK_ColorRED); canvas->drawText("/", 1, pos.fX, pos.fY, paint); - + paint.setColor(SK_ColorBLUE); canvas->drawPosText("\\", 1, &pos, paint); }