Connects a LineCurve from currentPoint to x, y onto the path.
@override Shape lineTo(double x, double y) { super.lineTo(x, y); return this; }