update file names

This commit is contained in:
2022-02-01 23:46:37 +01:00
parent 97e886d7ea
commit 062f06196c
6 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@ import 'dart:io';
import 'dart:math' show min, sqrt, pow;
import '../svg/parser.dart';
import '../common/Point.dart';
import '../common/point.dart';
import 'bezierCubic.dart' as bezier_cubic;
import 'bezier_cubic.dart' as bezier_cubic;
import 'package:xml/xml.dart';
import 'package:path/path.dart';

View File

@@ -2,7 +2,7 @@
import 'dart:math' as math;
import '../common/Point.dart';
import '../common/point.dart';
// class Point {
// final double x;