This commit is contained in:
Dragon Fire
2019-12-18 16:16:55 -05:00
parent 3f7dc144ec
commit 1f714a7574
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = class DearLiberalsCommand extends Command {
ctx.textBaseline = 'top';
ctx.font = '20px Oswald-SemiBold';
ctx.rotate(12.30 * (Math.PI / 180));
ctx.fillText(`#${hashtag}`, 86, 325);
ctx.fillText(`#${hashtag}`, 186, 225);
ctx.rotate(-12.30 * (Math.PI / 180));
ctx.fillStyle = '#002046';
ctx.font = '27px Oswald-SemiBold';