浏览代码

tweak fixed freedraw stroke width

dwelle 2 月之前
父节点
当前提交
a0e54e3768
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/element/src/freedraw.ts

+ 1 - 1
packages/element/src/freedraw.ts

@@ -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) {