draw split curves

This commit is contained in:
Preet
2023-10-21 21:45:27 -07:00
parent 93e4cb8d25
commit 750055ddfa
3 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -741,7 +741,7 @@ export const getElementPointsCoords = (
element: ExcalidrawLinearElement,
points: readonly (readonly [number, number])[],
): [number, number, number, number] => {
// This might be computationally heavey
// This might be computationally heavy
const gen = rough.generator();
const curve =
element.roundness == null