@override PathBuilder lineTo(double x, double y) { _commands.add(LineToCommand(x, y)); return this; }