Browse Source

tweak fixed freedraw stroke width

dwelle 2 tháng trước cách đây
mục cha
commit
a0e54e3768
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
     simplify,
     sizeMapping: ({ pressure: t }) => {
     sizeMapping: ({ pressure: t }) => {
       if (element.drawingConfigs?.fixedStrokeWidth) {
       if (element.drawingConfigs?.fixedStrokeWidth) {
-        return 0.5;
+        return 0.6;
       }
       }
 
 
       if (element.simulatePressure) {
       if (element.simulatePressure) {