aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fiddle/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fiddle/draw.cpp')
-rw-r--r--tools/fiddle/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fiddle/draw.cpp b/tools/fiddle/draw.cpp
index 78f428da2a..68cbbdf8d6 100644
--- a/tools/fiddle/draw.cpp
+++ b/tools/fiddle/draw.cpp
@@ -12,7 +12,7 @@
#include "fiddle_main.h"
DrawOptions GetDrawOptions() {
// path *should* be absolute.
- static const char path[] = "../../resources/color_wheel.png";
+ static const char path[] = "resources/color_wheel.png";
return DrawOptions(256, 256, true, true, true, true, path);
}
void draw(SkCanvas* canvas) {