moveTo(num x, num y) { currentPath = Path(null); subPaths.add(currentPath); currentPath.moveTo(x, y); return this; }