diff --git a/demos/canvas.html b/demos/canvas.html
index d7f14b0e..008c026d 100644
--- a/demos/canvas.html
+++ b/demos/canvas.html
@@ -5,7 +5,7 @@
Minimal demo of SvgCanvas
-
+
@@ -37,7 +37,7 @@ const config = {
initStroke: { color: '000000', opacity: 1, width: 1 },
text: { stroke_width: 0, font_size: 24, font_family: 'serif' },
initOpacity: 1,
- imgPath: 'editor/images/',
+ imgPath: '../src/editor/images/',
dimensions: [ width, height ],
baseUnit: 'px'
};