mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
Fix
This commit is contained in:
@@ -64,7 +64,7 @@ module.exports = class DearLiberalsCommand extends Command {
|
|||||||
ctx.textBaseline = 'top';
|
ctx.textBaseline = 'top';
|
||||||
ctx.font = '20px Oswald-SemiBold';
|
ctx.font = '20px Oswald-SemiBold';
|
||||||
ctx.rotate(-12.30 * (Math.PI / 180));
|
ctx.rotate(-12.30 * (Math.PI / 180));
|
||||||
ctx.filltext(`#${hashtag}`, 136, 275);
|
ctx.fillText(`#${hashtag}`, 136, 275);
|
||||||
ctx.rotate(12.30 * (Math.PI / 180));
|
ctx.rotate(12.30 * (Math.PI / 180));
|
||||||
ctx.fillStyle = '#002046';
|
ctx.fillStyle = '#002046';
|
||||||
ctx.font = '27px Oswald-SemiBold';
|
ctx.font = '27px Oswald-SemiBold';
|
||||||
|
|||||||
Reference in New Issue
Block a user