aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-04-18 08:24:53 +0200
committerSven Gothel <[email protected]>2023-04-18 08:24:53 +0200
commit73bd9a33835b37b542765198f59a105431569fa7 (patch)
tree25775f823911f23cd309566a8025a27f0f15cde7 /src/test/com
parent70d2b056e69562e83156d0435208be8124f2ff86 (diff)
GraphUI Test: Have TestTextRendererNEWT21's FontViewListener01 use 8mm/cell to match old screenshots for regression test.
No rendering regressions w/ last Graph changes found.
Diffstat (limited to 'src/test/com')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java b/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java
index e18649cfa..538c07967 100644
--- a/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java
+++ b/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java
@@ -47,7 +47,7 @@ import com.jogamp.opengl.math.geom.AABBox;
* Glyph Grid using GraphUI
*/
public class FontViewListener01 implements GLEventListener {
- private static final float mmPerCell = 10f;
+ private static final float mmPerCell = 8.0f;
private final int renderModes;
private final int startGlyphID;
private final Font font;