Fix line widths not getting saved

This commit is contained in:
Skyler Lehmkuhl 2024-12-29 20:16:10 -05:00
parent 0e17d30545
commit a08b03a764
1 changed files with 2 additions and 1 deletions

View File

@ -351,7 +351,8 @@ let actions = {
fillShape: c.fillShape, fillShape: c.fillShape,
strokeShape: c.strokeShape, strokeShape: c.strokeShape,
fillStyle: c.fillStyle, fillStyle: c.fillStyle,
sendToBack: c.sendToBack sendToBack: c.sendToBack,
lineWidth: c.lineWidth
}, },
uuid: uuidv4(), uuid: uuidv4(),
frame: parent.currentFrame.idx frame: parent.currentFrame.idx