浏览代码

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"
         },
       },
       {