This commit is contained in:
landgreen
2023-08-05 19:59:32 -07:00
parent 77cafe3cf0
commit bffaeedcfb
3 changed files with 14 additions and 7 deletions

View File

@@ -2241,7 +2241,7 @@ const b = {
ctx.stroke();
ctx.lineJoin = "round"
ctx.miterLimit = 10
ctx.sillStyle = "#000"
ctx.strokeStyle = "#000"
ctx.fill();
},
drawString() {