|
@@ -437,7 +437,7 @@ export class SLineItem extends SGraphItem {
|
|
|
if (this.selected && this.status == SItemStatus.Normal) {
|
|
|
painter.pen.lineWidth = painter.toPx(this.lineWidth * 2);
|
|
|
painter.shadow.shadowBlur = 10;
|
|
|
- painter.shadow.shadowColor = new SColor(`#00000060`);
|
|
|
+ painter.shadow.shadowColor = new SColor(`#00000033`);
|
|
|
painter.shadow.shadowOffsetX = 5;
|
|
|
painter.shadow.shadowOffsetY = 5;
|
|
|
}
|