README: update

This commit is contained in:
2025-08-04 20:14:16 +02:00
parent 5cdd383e86
commit 9f9757d710
2 changed files with 9 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
/// SVG Path specification parser
///
/// See https://pypi.org/project/svg.path/ for the original implementation.
import '../common/point.dart';
import 'path.dart';