Refactoring bounds, arrows, bboxes

This commit is contained in:
Mark Tolmacs 2024-09-23 19:43:22 +02:00
parent 9eb08df3ea
commit dff60e6f6f
No known key found for this signature in database
10 changed files with 318 additions and 408 deletions

View file

@ -1,7 +1,7 @@
import type { Point as RoughPoint } from "roughjs/bin/geometry";
import type { Drawable, Options } from "roughjs/bin/core";
import type { RoughGenerator } from "roughjs/bin/generator";
import { getDiamondPoints, getArrowheadPoints } from "../element";
import { getArrowheadPoints, getDiamondPoints } from "../element";
import type { ElementShapes } from "./types";
import type {
ExcalidrawElement,