@@ -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],
});