Add new default style.

This commit is contained in:
Oleg Sh
2026-01-07 19:55:04 +01:00
parent a139fbe6ec
commit dee5d4c4ea
19 changed files with 777 additions and 297 deletions

View File

@@ -5,7 +5,7 @@
var EdgeModels = {"line": 0, "curve" : 1};
const defaultEdgeWidth = 4;
const defaultEdgeWidth = 3;
function EdgeModel()
{