[skip ci] fix rectanguloid intersection box

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

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

Loading…
Cancel
Save