mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
feat: remove notch for non-0 roughness ellipse
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user