bill 4 주 전
부모
커밋
e1817be179
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/example/platform/platform-draw.ts

+ 1 - 0
src/example/platform/platform-draw.ts

@@ -241,6 +241,7 @@ const getBorderTaggingShapes = (taggings: SceneResource["borderTaggings"]) => {
     rects.push({
       ...getBaseItem(),
       ...rectDefaultStyle,
+      strokeWidth: 1,
       points: taggings[i].points,
       attitude: [1, 0, 0, 1, 0, 0],
     });