소스 검색

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