aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com/jogamp/opengl/test/bugs/Issue344Test3.java
blob: 7ae4245c604aa15a87a7455615ed9a8b30324735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package com.jogamp.opengl.test.bugs;

public class Issue344Test3 extends Issue344Base {
    protected String getText() {
        // test 3 - slight rendering artifacts around very large letters
        return "abcde";
    }

    public static void main(final String[] args) {
        new Issue344Test3().run(args);
    }
}