Arc tests

This commit is contained in:
Mark Tolmacs 2024-09-25 14:22:32 +02:00
parent f79fb899fc
commit 3fe73e79a6
No known key found for this signature in database
9 changed files with 80 additions and 76 deletions

View file

@ -12,11 +12,7 @@ import {
TrashIcon,
} from "../../packages/excalidraw/components/icons";
import { STORAGE_KEYS } from "../app_constants";
import {
isSegment,
type GlobalPoint,
type Segment,
} from "../../packages/math";
import { isSegment, type GlobalPoint, type Segment } from "../../packages/math";
const renderLine = (
context: CanvasRenderingContext2D,