[skip ci] fix rectanguloid intersection box

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
feat/remove-ga
Mark Tolmacs 16 hours ago
parent e86d36820d
commit f89c2f9c5b
No known key found for this signature in database

@ -27,8 +27,6 @@ import type {
Radians,
} from "../../math";
import {
arc,
arcLineInterceptPoints,
curve,
curveIntersectLine,
isPointWithinBounds,
@ -43,10 +41,8 @@ import {
import { ellipse, ellipseLineIntersectionPoints } from "../../math/ellipse";
import {
debugClear,
debugDrawArc,
debugDrawCubicBezier,
debugDrawLine,
debugDrawPoint,
} from "../visualdebug";
export const shouldTestInside = (element: ExcalidrawElement) => {

Loading…
Cancel
Save