|
@@ -171,7 +171,8 @@ export class EditScence extends SGraphScene {
|
|
|
Properties: {
|
|
|
IconUrl: require("../../assets/images/t-line-hover.png"),
|
|
|
Line: [{ X: event.x, Y: event.y }],
|
|
|
- LineWidth: 2
|
|
|
+ LineWidth: 1,
|
|
|
+ StrokeColor: "#bdc3c8"
|
|
|
}
|
|
|
}
|
|
|
const item = new SLineMarkerItem(null, data);
|