bill 3 hafta önce
ebeveyn
işleme
e1817be179
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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],
     });