mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: factor out shape generation from renderElement.ts
pt 2 (#6878)
This commit is contained in:
parent
c29f19a88b
commit
9e0bfd178e
5 changed files with 438 additions and 416 deletions
|
@ -10,7 +10,7 @@ import { distance2d, rotate, rotatePoint } from "../math";
|
|||
import rough from "roughjs/bin/rough";
|
||||
import { Drawable, Op } from "roughjs/bin/core";
|
||||
import { Point } from "../types";
|
||||
import { generateRoughOptions } from "../renderer/renderElement";
|
||||
import { generateRoughOptions } from "../scene/Shape";
|
||||
import {
|
||||
isArrowElement,
|
||||
isFreeDrawElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue