ctx.fillRect(this.x, this.y, this.width, this.height);
ctx.fillRect(Math.ceil(this.x), Math.ceil(this.y), this.width, this.height);