diff options
Diffstat (limited to 'tools/fiddle')
-rw-r--r-- | tools/fiddle/draw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fiddle/draw.cpp b/tools/fiddle/draw.cpp index efab8b4f5b..8ba065a6dd 100644 --- a/tools/fiddle/draw.cpp +++ b/tools/fiddle/draw.cpp @@ -13,7 +13,7 @@ DrawOptions GetDrawOptions() { // path *should* be absolute. static const char path[] = "resources/color_wheel.png"; - return DrawOptions(256, 256, true, true, true, true, true, true, path); + return DrawOptions(256, 256, true, true, true, true, true, false, path); } void draw(SkCanvas* canvas) { canvas->clear(SK_ColorWHITE); |