Creates a straight line command from the current point to x,y.
const LineToCommand(this.x, this.y) : super._(PathCommandType.line);