fix center calculation of simple Bezier edges
This commit is contained in:
@@ -10,8 +10,6 @@ export interface GetBezierPathParams {
|
||||
targetY: number;
|
||||
targetPosition?: Position;
|
||||
curvature?: number;
|
||||
centerX?: number;
|
||||
centerY?: number;
|
||||
}
|
||||
|
||||
interface GetControlWithCurvatureParams {
|
||||
|
||||
Reference in New Issue
Block a user