Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Jul 17, 2024
1 parent b0e40ce commit 124ce92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const RGBDR_anim = (() => {
ctx.putImageData(save, 0, 0)
//ctx.scale(scale, scale) // is normalization necessary?

//issue #43
// issue #43
droplet_abs_size = anim.settings.droplet_rel_size * Math.min(w, h) * 2
ctx.font = `bold ${droplet_abs_size}px monospace`
}
Expand Down

0 comments on commit 124ce92

Please sign in to comment.