Save image size when we save full graph to image.

This commit is contained in:
Oleg Sh
2024-08-11 13:09:32 +02:00
parent 451a964127
commit 23ef760b23
8 changed files with 107 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
// Global version needs to force reload scripts from server.
let globalVersion = 79;
let globalVersion = 80;
var include = function(filename, localDir) {
return {filename: filename, localDir: localDir};