[jdk8u-dev] Integrated: 8203485: [freetype] text rotated on 180 degrees is too narrow

Leslie Zhai lzhai at openjdk.org
Tue Jan 17 15:43:58 UTC 2023


On Mon, 12 Dec 2022 00:53:06 GMT, Leslie Zhai <lzhai at openjdk.org> wrote:

> Hi,
> 
> java/awt/Graphics2D/DrawString/RotTransText.java fail:
> 
> 
> STDERR:
> java.lang.RuntimeException: Ratio of blue to red is too great: 0.14015748031496064
>         at RotTransText.testIt(RotTransText.java:102)
>         at RotTransText.main(RotTransText.java:41)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
>         at java.lang.Thread.run(Thread.java:750)
> 
> 
> And JDK-8203485: [freetype] text rotated on 180 degrees is too narrow fix the issue.
> 
> The patch applies clean except manually change the source file path:
> 
> * jdk/src/share/native/sun/font/freetypeScaler.c
> * jdk/test/java/awt/font/Rotate/RotatedTextTest.java
> 
> Tested jtreg tier1~3 for fastdebug/release.
> 
> Thanks,
> Leslie Zhai

This pull request has now been integrated.

Changeset: 014f21f0
Author:    Leslie Zhai <lzhai at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/014f21f0232b135c978774b8f256edad035ada00
Stats:     143 lines in 2 files changed: 140 ins; 0 del; 3 mod

8203485: [freetype] text rotated on 180 degrees is too narrow

Reviewed-by: serb
Backport-of: db67279f08b2db148958a4faafd19a0d50ff8742

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/208


More information about the jdk8u-dev mailing list