mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
enable curveFitting & bump roughjs (#373)
This commit is contained in:
parent
657014466c
commit
42968ef44d
3 changed files with 6 additions and 5 deletions
|
@ -85,7 +85,8 @@ export function renderElement(
|
|||
fillStyle: element.fillStyle,
|
||||
strokeWidth: element.strokeWidth,
|
||||
roughness: element.roughness,
|
||||
seed: element.seed
|
||||
seed: element.seed,
|
||||
curveFitting: 1
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue