fix gelato framesize (#9)

This commit is contained in:
Anders Gustafsson
2022-02-08 13:49:48 +01:00
committed by GitHub
parent d70fb7ae6c
commit b88b4c7993
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1047,7 +1047,7 @@ function FrameHandler(viewport) {
});
var vpData = viewport.getData();
var realFrameSize = 30; // Actual real life frame size width in mm.
var realFrameSize = 20; // Actual real life frame size width in mm.
_frameSize = vpData.ppmm * realFrameSize * viewport.canvas.getImage().scaleX;
+1 -1
View File
@@ -89,7 +89,7 @@ function FrameHandler(viewport) {
});
var vpData = viewport.getData();
var realFrameSize = 30; // Actual real life frame size width in mm.
var realFrameSize = 20; // Actual real life frame size width in mm.
_frameSize = vpData.ppmm * realFrameSize * viewport.canvas.getImage().scaleX;