From aa50c3061076f26e92a2fd4026f9e3bfe2496440 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Sat, 15 May 2021 21:53:22 +0200 Subject: [PATCH] fix access to images for the minimal demo --- demos/canvas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' };