This commit is contained in:
Daniel Odendahl Jr
2018-09-16 21:12:15 +00:00
parent 4426a9c772
commit 62f05bd4a5
+1
View File
@@ -53,6 +53,7 @@ module.exports = class GruPlanCommand extends Command {
const ctx = canvas.getContext('2d');
ctx.drawImage(base, 0, 0);
ctx.fillStyle = 'black';
ctx.font = '50px Noto';
ctx.textBaseline = 'top';
let i = 0;
for (const [x, y] of coord) {