Returns a flattened list of all CubicLine segments across all paths.
List<CubicLine> get lines => _paths.expand((data) => data.lines).toList();