mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-14 19:56:29 +00:00
Add check graphs isomophism.
Changed some default styles.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user