aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/arcto.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-02-09 16:02:58 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-09 16:02:58 -0800
commit77a5b0e1b48845c5b6715c2948df87f5df053696 (patch)
tree11193c294e8bfe9a56ebfac931a53f213f8cb607 /gm/arcto.cpp
parent126626e52310b39429ad5eaa8e68e0caa24e6202 (diff)
turn off debug svg file
Diffstat (limited to 'gm/arcto.cpp')
-rw-r--r--gm/arcto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/arcto.cpp b/gm/arcto.cpp
index 166c167ad8..2897e7ab86 100644
--- a/gm/arcto.cpp
+++ b/gm/arcto.cpp
@@ -109,7 +109,7 @@ DEF_SIMPLE_GM(arcto, canvas, 500, 600) {
/* The test below generates a reference image using SVG. To compare the result for correctness,
enable the define below and then view the generated SVG in a browser.
*/
-#define GENERATE_SVG_REFERENCE 01
+#define GENERATE_SVG_REFERENCE 0
#if GENERATE_SVG_REFERENCE
#include "SkOSFile.h"