We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551fed8 commit 04a097eCopy full SHA for 04a097e
client/src/hooks/canvas/useDrawingOperation.ts
@@ -88,6 +88,7 @@ export const useDrawingOperation = (
88
89
// 스타일 설정
90
ctx.strokeStyle = style.color;
91
+ ctx.fillStyle = style.color;
92
ctx.lineWidth = style.width;
93
ctx.lineCap = 'round';
94
ctx.lineJoin = 'round';
0 commit comments