From 9e81e5135414f34d0c6365582fe90bb741fda956 Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Tue, 23 Feb 2021 10:47:11 -0600 Subject: [PATCH] changes --- src/js/PaintBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/PaintBox.js b/src/js/PaintBox.js index 217649c..84c8b32 100644 --- a/src/js/PaintBox.js +++ b/src/js/PaintBox.js @@ -134,7 +134,7 @@ MD.PaintBox = function(container, type){ background.setAttribute("height", res.h+2); if (fillAttr.indexOf("url") == -1) background.setAttribute('fill', fillAttr) } - else createBackground(fillAttr) + else editor.createBackground(fillAttr) } if(apply) {