|
@@ -24,7 +24,7 @@ export class SImageItem extends SObjectItem {
|
|
}
|
|
}
|
|
|
|
|
|
/** 边框色 */
|
|
/** 边框色 */
|
|
- private _strokeColor: SColor = new SColor("#c0ccda");
|
|
|
|
|
|
+ private _strokeColor: SColor = SColor.Transparent;
|
|
get strokeColor(): SColor {
|
|
get strokeColor(): SColor {
|
|
return this._strokeColor;
|
|
return this._strokeColor;
|
|
}
|
|
}
|