in progress

This commit is contained in:
jfh
2020-11-03 23:51:15 +01:00
parent 6cc38b7049
commit 3b771fa891
38 changed files with 79 additions and 191 deletions

View File

@@ -954,7 +954,7 @@ class SvgCanvas {
let
// String with image URL of last loadable image
lastGoodImgUrl = curConfig.imgPath + 'logo.png',
lastGoodImgUrl = curConfig.imgPath + 'logo.svg',
// Boolean indicating whether or not a draw action has been started
started = false,