Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
comatory committed Oct 31, 2023
1 parent 011c5ba commit 776995f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/canvas-utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getCursorCanvas } from "./dom.mjs";
const ctx = getCursorCanvas().getContext("2d");
const CURSOR_SIZE = 20;

export function drawCursor(x, y) {
export function drawCursor(x, y) {
ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);

ctx.lineWidth = 5;
Expand Down

0 comments on commit 776995f

Please sign in to comment.