소스 검색

feat:默认lineCap

ananzhusen 10 달 전
부모
커밋
f70e892be2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/services/defaults.ts

+ 2 - 0
src/services/defaults.ts

@@ -331,6 +331,7 @@ export const shapes = [
           height: 50,
           borderRadius: 0.1,
           name: 'rectangle',
+          lineCap:"butt"
         },
       },
       {
@@ -341,6 +342,7 @@ export const shapes = [
           width: 100,
           height: 100,
           name: 'circle',
+          lineCap:"butt"
         },
       },
       {