if (i === 0) {
                this.ctx.moveTo(tX, tY);
            }
            else {
                this.ctx.lineTo(tX, tY);