Add check graphs isomophism.

Changed some default styles.
This commit is contained in:
Oleg Sh
2021-01-31 17:23:22 +02:00
parent 81d224c428
commit 8c3e607d2c
16 changed files with 467 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ function SelectedVertexStyle1()
CommonVertexStyle.apply(this, arguments);
this.strokeStyle = '#7a9ba0';
this.mainTextColor = '#7a9ba0';
this.mainTextColor = '#c3d2d5';
this.fillStyle = '#534641';
}
@@ -49,7 +49,7 @@ function SelectedVertexStyle2()
CommonVertexStyle.apply(this, arguments);
this.strokeStyle = '#8C4C86';
this.mainTextColor = '#8C4C86';
this.mainTextColor = '#dbbdd8';
this.fillStyle = '#253267';
}