@@ -1,6 +1,6 @@
{
"name": "@persagy-web/graph",
- "version": "2.2.31",
+ "version": "2.2.32",
"description": "博锐尚格二维图形引擎。",
"main": "lib/index.js",
"types": "lib/index.d.js",
@@ -40,7 +40,7 @@ export class SGraphStyleItem extends SGraphItem {
return this._strokeColor;
} // Get strokeColor
set strokeColor(v: SColor) {
- this._fillColor = new SColor(v);
+ this._strokeColor = new SColor(v);
this.update();
} // Set strokeColor