From 6010923643b8984e3f9c8530d0826a9c6f209913 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 3 Jun 2020 18:55:44 -0400 Subject: [PATCH] Oops --- commands/edit-meme/phoebe-teaching-joey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-meme/phoebe-teaching-joey.js b/commands/edit-meme/phoebe-teaching-joey.js index 1eff01d8..1e56546e 100644 --- a/commands/edit-meme/phoebe-teaching-joey.js +++ b/commands/edit-meme/phoebe-teaching-joey.js @@ -76,7 +76,7 @@ module.exports = class PhoebeTeachingJoeyCommand extends Command { ctx.drawImage(base, 0, 0); ctx.fillStyle = 'white'; ctx.strokeStyle = 'black'; - ctx.lineWidth = 10; + ctx.lineWidth = 5; ctx.textBaseline = 'top'; ctx.textAlign = 'center'; let i = 0;