tweak fixed freedraw stroke width

This commit is contained in:
dwelle
2025-07-08 23:42:35 +02:00
parent d6ec1dc7e6
commit a0e54e3768

View File

@ -153,7 +153,7 @@ export const getFreedrawStroke = (element: ExcalidrawFreeDrawElement) => {
simplify,
sizeMapping: ({ pressure: t }) => {
if (element.drawingConfigs?.fixedStrokeWidth) {
return 0.5;
return 0.6;
}
if (element.simulatePressure) {