From c3e5476aced69753e8f132d53a1fbe36371ed961 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 3 Jun 2020 18:54:15 -0400 Subject: [PATCH] Fix --- commands/edit-meme/phoebe-teaching-joey.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/edit-meme/phoebe-teaching-joey.js b/commands/edit-meme/phoebe-teaching-joey.js index a0531038..b2ec79bb 100644 --- a/commands/edit-meme/phoebe-teaching-joey.js +++ b/commands/edit-meme/phoebe-teaching-joey.js @@ -8,7 +8,7 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Emoji.ttf const coord = [ [[136, 135], [416, 135]], [[136, 328], [416, 328]], - [[136, 507], [416, 507]], + [[136, 517], [416, 517]], [[136, 712], [416, 712]] ]; @@ -76,6 +76,7 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command { ctx.drawImage(base, 0, 0); ctx.fillStyle = 'white'; ctx.strokeStyle = 'black'; + ctx.lineWidth = 5; ctx.textBaseline = 'top'; ctx.textAlign = 'center'; let i = 0;