bill 1 月之前
父節點
當前提交
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],
     });