import type { PrePointOnShape } from '../point-on-shape/point-on-shape.js'; import type { Loop } from 'flo-boolean'; import { controlPointLinesLength } from 'flo-bezier3'; import { getCorner } from '../corner/get-corner.js'; /** @internal */ function getDullCornersOnLoop( minBezLength: number) { return (loop: Loop): PrePointOnShape[] => { const dullCorners: PrePointOnShape[] = []; for (let i=0; i