From 4bc3e6fc5edc05ef9aa4d3b8a6f7c5e7bc3b0e87 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Mon, 2 Oct 2017 18:46:24 -0400 Subject: [PATCH] CANVAS WHY --- commands/avatar-edit/look-at-this-photograph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatar-edit/look-at-this-photograph.js b/commands/avatar-edit/look-at-this-photograph.js index dc99e137..4fb03805 100644 --- a/commands/avatar-edit/look-at-this-photograph.js +++ b/commands/avatar-edit/look-at-this-photograph.js @@ -41,7 +41,7 @@ module.exports = class LookAtThisPhotographCommand extends Command { const avatar = await loadImage(body); ctx.drawImage(base, 0, 0); ctx.rotate(-13.5 * (Math.PI / 180)); - ctx.drawImage(avatar, 285, 205, 175, 125); + ctx.drawImage(avatar, 280, 225, 175, 125); ctx.rotate(13.5 * (Math.PI / 180)); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'look-at-this-photograph.png' }] }); } catch (err) {