test/jdk/sun/java2d/marlin/TextClipErrorTest.java
changeset 49096 eaef201ec301
parent 47216 71c04702a3d5
equal deleted inserted replaced
49095:a8287712f63b 49096:eaef201ec301
    48 import java.util.logging.LogRecord;
    48 import java.util.logging.LogRecord;
    49 import java.util.logging.Logger;
    49 import java.util.logging.Logger;
    50 import javax.imageio.ImageIO;
    50 import javax.imageio.ImageIO;
    51 
    51 
    52 /**
    52 /**
    53  * @test @bug 8144718
    53  * @test
       
    54  * @bug 8144718
    54  * @summary Check the Stroker.drawBezApproxForArc() bug (stoke with round
    55  * @summary Check the Stroker.drawBezApproxForArc() bug (stoke with round
    55  * joins): if cosext2 > 0.5, it generates curves with NaN coordinates
    56  * joins): if cosext2 > 0.5, it generates curves with NaN coordinates
    56  * @run main TextClipErrorTest
    57  * @run main TextClipErrorTest
    57  */
    58  */
    58 public class TextClipErrorTest {
    59 public class TextClipErrorTest {