This commit is contained in:
dwelle
2026-02-23 21:31:17 +01:00
parent 28292f4867
commit 9cc4f5b1d2
9 changed files with 59 additions and 59 deletions
-1
View File
@@ -343,7 +343,6 @@ export function deconstructRectanguloidElement(
export function getDiamondBaseCorners(
element: ExcalidrawDiamondElement,
offset: number = 0,
): Curve<GlobalPoint>[] {
const [topX, topY, rightX, rightY, bottomX, bottomY, leftX, leftY] =
getDiamondPoints(element);