fixed color brush cursor rendering
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
f8687e9bac
commit
f446cf3784
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ const colorBrushTool = () =>
|
|||
const vcp = {x: evn.evn.clientX, y: evn.evn.clientY};
|
||||
|
||||
// draw drawing cursor
|
||||
uiCtx.clearRect(0, 0, ovCanvas.width, ovCanvas.height);
|
||||
uiCtx.clearRect(0, 0, uiCanvas.width, uiCanvas.height);
|
||||
|
||||
uiCtx.beginPath();
|
||||
uiCtx.arc(
|
||||
|
|
Loading…
Reference in a new issue