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

@@ -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";