Fix style.

This commit is contained in:
Oleg Sh 2021-04-16 12:17:20 +02:00
parent 2271e32a93
commit 5d3a6e1f7c

View File

@ -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';