mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-24 01:40:41 +02:00
chore: Refactor doBoundsIntersect (#9657)
This commit is contained in:
@@ -4,12 +4,12 @@ import {
|
||||
polygonFromPoints,
|
||||
lineSegment,
|
||||
polygonIncludesPointNonZero,
|
||||
doBoundsIntersect,
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import {
|
||||
type Bounds,
|
||||
computeBoundTextPosition,
|
||||
doBoundsIntersect,
|
||||
getBoundTextElement,
|
||||
getElementBounds,
|
||||
intersectElementWithLineSegment,
|
||||
|
Reference in New Issue
Block a user