Several changes

This commit is contained in:
2022-02-01 00:13:50 +01:00
parent 1ab1f067b5
commit 4151df40b5
8 changed files with 361 additions and 266 deletions

View File

@@ -1,7 +1,7 @@
/// SVG Path specification parser
///
import 'path.dart'
show Arc, Close, CubicBezier, Line, Move, Path, Point, QuadraticBezier;
import '../common/Point.dart';
import 'path.dart';
const COMMANDS = {
'M',