mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: remove notch for non-0 roughness ellipse
This commit is contained in:
parent
c170403b13
commit
b885d87bc5
11 changed files with 26 additions and 16 deletions
|
@ -21,15 +21,15 @@ import {
|
|||
getElementAbsoluteCoords,
|
||||
getArrowheadPoints,
|
||||
} from "../element/bounds";
|
||||
import { RoughCanvas } from "roughjs/bin/canvas";
|
||||
import { Drawable, Options } from "roughjs/bin/core";
|
||||
import { RoughSVG } from "roughjs/bin/svg";
|
||||
import { RoughGenerator } from "roughjs/bin/generator";
|
||||
import { RoughCanvas } from "@excalidraw/roughjs/bin/canvas";
|
||||
import { Drawable, Options } from "@excalidraw/roughjs/bin/core";
|
||||
import { RoughSVG } from "@excalidraw/roughjs/bin/svg";
|
||||
import { RoughGenerator } from "@excalidraw/roughjs/bin/generator";
|
||||
|
||||
import { RenderConfig } from "../scene/types";
|
||||
import { distance, getFontString, getFontFamilyString, isRTL } from "../utils";
|
||||
import { getCornerRadius, isPathALoop, isRightAngle } from "../math";
|
||||
import rough from "roughjs/bin/rough";
|
||||
import rough from "@excalidraw/roughjs/bin/rough";
|
||||
import { AppState, BinaryFiles, Zoom } from "../types";
|
||||
import { getDefaultAppState } from "../appState";
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue