This commit is contained in:
Dragon Fire
2019-12-18 16:13:24 -05:00
parent aa2bb50693
commit 5402a651a1
+2 -2
View File
@@ -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);