feat: remove notch for non-0 roughness ellipse

This commit is contained in:
dwelle 2023-04-09 18:52:36 +02:00
parent c170403b13
commit b885d87bc5
11 changed files with 26 additions and 16 deletions

View file

@ -30,7 +30,7 @@ import {
import { getElementAbsoluteCoords, getCurvePathOps, Bounds } from "./bounds";
import { Point } from "../types";
import { Drawable } from "roughjs/bin/core";
import { Drawable } from "@excalidraw/roughjs/bin/core";
import { AppState } from "../types";
import { getShapeForElement } from "../renderer/renderElement";
import { hasBoundTextElement, isImageElement } from "./typeChecks";