diff --git a/js/render-fox.js b/js/render-fox.js index c969c16..e8ed162 100644 --- a/js/render-fox.js +++ b/js/render-fox.js @@ -93,7 +93,7 @@ function renderNose(ctx, opts) { function renderMouth(ctx, opts) { ctx.strokeStyle = "black"; - ctx.lineWidth = 2; + ctx.lineWidth = 0.01 * ctx.canvas.width; ctx.beginPath(); switch (opts.style) { case "smirk":