Browse Source

'设置默认边框颜色为透明'

zhangyu 5 years ago
parent
commit
37988d2fea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      saga-web-graph/src/items/SImageItem.ts

+ 1 - 1
saga-web-graph/src/items/SImageItem.ts

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