From 5402a651a129d845c87f4ed9c222a46ec0d9388d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 18 Dec 2019 16:13:24 -0500 Subject: [PATCH] Fix --- commands/meme-gen/dear-liberals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/meme-gen/dear-liberals.js b/commands/meme-gen/dear-liberals.js index 5aac340e..9702e2fe 100644 --- a/commands/meme-gen/dear-liberals.js +++ b/commands/meme-gen/dear-liberals.js @@ -63,9 +63,9 @@ module.exports = class DearLiberalsCommand extends Command { ctx.fillStyle = 'white'; ctx.textBaseline = 'top'; ctx.font = '20px Oswald-SemiBold'; - ctx.rotate(-12.30 * (Math.PI / 180)); - ctx.fillText(`#${hashtag}`, 136, 275); ctx.rotate(12.30 * (Math.PI / 180)); + ctx.fillText(`#${hashtag}`, 136, 275); + ctx.rotate(-12.30 * (Math.PI / 180)); ctx.fillStyle = '#002046'; ctx.font = '27px Oswald-SemiBold'; const blueLines = await wrapText(ctx, blueText, 270);