From 33ced29edd65d126a7cc2c0d40cb02e0a0539302 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 Mar 2024 21:39:24 -0400 Subject: [PATCH] Fix --- commands/edit-face/danny-devito.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-face/danny-devito.js b/commands/edit-face/danny-devito.js index f3bb86c5..c5f1f24f 100644 --- a/commands/edit-face/danny-devito.js +++ b/commands/edit-face/danny-devito.js @@ -47,8 +47,8 @@ module.exports = class DannyDevitoCommand extends Command { const height = danny.height * ratio; ctx.drawImage( danny, - face.box.xMin - (face.box.width * 0.5), - face.box.yMin - (height / 2) - (height * 0.5), + face.box.xMin - (face.box.width * 0.2), + face.box.yMin - (height / 2) - (height * 0.2), face.box.width * 1.25, height * 1.25 );