dart_path_parsing icon indicating copy to clipboard operation
dart_path_parsing copied to clipboard

Results 5 dart_path_parsing issues
Sort by recently updated
recently updated
newest added

how am i suppose to draw the path if it's a proxy path? ``` class BadPath extends parse.PathProxy { @override void close() {} @override void moveTo(double x, double y) {}...

Thank you for this great class! I have been using it to make an interactive map by extracting each path with great success. ![image](https://github.com/dnfield/dart_path_parsing/assets/535446/b07af7c2-9e58-42a4-b0e8-cc6a9216a184) Now someone suggested that I put...