mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Fix
This commit is contained in:
@@ -53,6 +53,7 @@ module.exports = class GruPlanCommand extends Command {
|
|||||||
const ctx = canvas.getContext('2d');
|
const ctx = canvas.getContext('2d');
|
||||||
ctx.drawImage(base, 0, 0);
|
ctx.drawImage(base, 0, 0);
|
||||||
ctx.fillStyle = 'black';
|
ctx.fillStyle = 'black';
|
||||||
|
ctx.font = '50px Noto';
|
||||||
ctx.textBaseline = 'top';
|
ctx.textBaseline = 'top';
|
||||||
let i = 0;
|
let i = 0;
|
||||||
for (const [x, y] of coord) {
|
for (const [x, y] of coord) {
|
||||||
|
|||||||
Reference in New Issue
Block a user