From 77a5b0e1b48845c5b6715c2948df87f5df053696 Mon Sep 17 00:00:00 2001 From: caryclark Date: Tue, 9 Feb 2016 16:02:58 -0800 Subject: [PATCH] turn off debug svg file TBR=fmalita@chromium.org BUG=skia:4549 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1674303004 Review URL: https://codereview.chromium.org/1674303004 --- gm/arcto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"