From a08b03a7641a3d61a2dca95b9bfa09c98a36bbfa Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 29 Dec 2024 20:16:10 -0500 Subject: [PATCH] Fix line widths not getting saved --- src/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index d77d780..32c158f 100644 --- a/src/main.js +++ b/src/main.js @@ -351,7 +351,8 @@ let actions = { fillShape: c.fillShape, strokeShape: c.strokeShape, fillStyle: c.fillStyle, - sendToBack: c.sendToBack + sendToBack: c.sendToBack, + lineWidth: c.lineWidth }, uuid: uuidv4(), frame: parent.currentFrame.idx