From a20266a03615b10b3152b5cd31f28f4909d38705 Mon Sep 17 00:00:00 2001 From: Lukas Himsel Date: Fri, 9 Feb 2024 13:14:17 +0100 Subject: [PATCH] add line_slice link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 277068b..b9dddb3 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Any new benchmarks must be named `*_benchmark.dart` and reside in the - [ ] [lineIntersect](https://github.com/dartclub/turf_dart/blob/main/lib/src/line_intersect.dart) - [ ] lineOverlap - [x] [lineSegment](https://github.com/dartclub/turf_dart/blob/main/lib/src/line_segment.dart) -- [x] lineSlice +- [x] [lineSlice](https://github.com/dartclub/turf_dart/blob/main/lib/src/line_slice.dart) - [ ] lineSliceAlong - [ ] lineSplit - [ ] mask