mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 01:10:10 +02:00
feat: remove notch for non-0 roughness ellipse
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { RoughCanvas } from "roughjs/bin/canvas";
|
||||
import { RoughSVG } from "roughjs/bin/svg";
|
||||
import { RoughCanvas } from "@excalidraw/roughjs/bin/canvas";
|
||||
import { RoughSVG } from "@excalidraw/roughjs/bin/svg";
|
||||
import oc from "open-color";
|
||||
|
||||
import { AppState, BinaryFiles, Point, Zoom } from "../types";
|
||||
|
Reference in New Issue
Block a user