@plait/draw 0.78.0 → 0.78.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@ export declare const getArrowLinePoints: (board: PlaitBoard, element: PlaitArrow
|
|
|
5
5
|
export declare const getCurvePoints: (board: PlaitBoard, element: PlaitArrowLine) => Point[];
|
|
6
6
|
export declare const drawArrowLine: (board: PlaitBoard, element: PlaitArrowLine) => SVGGElement;
|
|
7
7
|
export declare const getHitConnection: (board: PlaitBoard, point: Point, hitElement: PlaitShapeElement) => Point;
|
|
8
|
+
export declare const getHitConnectionFromConnectionPoint: (connectionPoint: Point, hitElement: PlaitShapeElement) => Point;
|
|
8
9
|
export declare const getHitConnectorPoint: (point: Point, hitElement: PlaitShapeElement) => Point | undefined;
|
|
9
10
|
export declare const getArrowLineTextRectangle: (board: PlaitBoard, element: PlaitArrowLine, index: number) => RectangleClient;
|
|
10
11
|
export declare const getArrowLines: (board: PlaitBoard) => PlaitArrowLine[];
|