mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 23:40:45 +02:00
feat: remove notch for non-0 roughness ellipse
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
ExcalidrawTextElementWithContainer,
|
||||
} from "./types";
|
||||
import { distance2d, rotate } from "../math";
|
||||
import rough from "roughjs/bin/rough";
|
||||
import { Drawable, Op } from "roughjs/bin/core";
|
||||
import rough from "@excalidraw/roughjs/bin/rough";
|
||||
import { Drawable, Op } from "@excalidraw/roughjs/bin/core";
|
||||
import { Point } from "../types";
|
||||
import {
|
||||
getShapeForElement,
|
||||
|
Reference in New Issue
Block a user