mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-14 17:54:47 +01:00
enable curveFitting & bump roughjs (#373)
This commit is contained in:
committed by
Faustino Kialungila
parent
657014466c
commit
42968ef44d
@@ -85,7 +85,8 @@ export function renderElement(
|
||||
fillStyle: element.fillStyle,
|
||||
strokeWidth: element.strokeWidth,
|
||||
roughness: element.roughness,
|
||||
seed: element.seed
|
||||
seed: element.seed,
|
||||
curveFitting: 1
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user