|
canvas.fillText(distance + 'km', this.rpxToPx(444), this.rpxToPx(900));
|
|
canvas.fillText(distance + 'km', this.rpxToPx(444), this.rpxToPx(900));
|
|
canvas.fillRect(width - this.rpxToPx(140), height - this.rpxToPx(160), this.rpxToPx(120), this.rpxToPx(120)); // QR 位置
|
|
canvas.fillRect(width - this.rpxToPx(140), height - this.rpxToPx(160), this.rpxToPx(120), this.rpxToPx(120)); // QR 位置
|