Skip to content

Commit 1d90bdb

Browse files
committed
more borders
1 parent a78ebb4 commit 1d90bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Server/webclient/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ function drawingComplete()
5353
}
5454
}
5555

56-
var border = 20;
56+
var border = 40;
5757
min.x = min.x - border;
58-
min.y = min.y - border;
58+
min.y = min.y - border - 10;
5959

6060
max.x = max.x + border;
61-
max.y = max.y + border;
61+
max.y = max.y + border + 10;
6262

6363
drawing.min = min;
6464
drawing.max = max;

0 commit comments

Comments
 (0)