Browse Source

feat:默认lineCap

ananzhusen 10 months ago
parent
commit
f70e892be2
1 changed files with 2 additions and 0 deletions
  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"
         },
       },
       {