fix center calculation of simple Bezier edges

This commit is contained in:
Ze-Zheng Wu
2022-03-21 18:18:07 +08:00
parent 3b804d82ce
commit 6328b6fbe3
2 changed files with 56 additions and 30 deletions
-2
View File
@@ -10,8 +10,6 @@ export interface GetBezierPathParams {
targetY: number;
targetPosition?: Position;
curvature?: number;
centerX?: number;
centerY?: number;
}
interface GetControlWithCurvatureParams {