Starts a new sub-path at the given point.
void moveTo(double x, double y) { _path.moveTo(x, y); _points.add(Pointinfo(true, x, y)); _dashedPaths.clear(); }