fix draw and add new design
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-01 20:16:47 +07:00
parent d41b2c4c06
commit 573237fe1f
6 changed files with 52 additions and 13 deletions
+1
View File
@@ -16,6 +16,7 @@ const clearCanvas = () => {
if (ctx.value) {
ctx.value.clearRect(0, 0, imageWidth * ONE_MM, imageHeight * ONE_MM);
ctx.value.beginPath();
}
};