diff --git a/script/BaseVertexDrawer.js b/script/BaseVertexDrawer.js index 452814d..bb0c11a 100644 --- a/script/BaseVertexDrawer.js +++ b/script/BaseVertexDrawer.js @@ -76,7 +76,7 @@ function CommonVertexStyle() { BaseVertexStyle.apply(this, arguments); - this.lineWidth = 20; + this.lineWidth = 2; this.strokeStyle = '#c7b7c7'; this.fillStyle = '#68aeba'; this.mainTextColor = '#f0d543';