On Wed, 25 May 2022 21:37:07 GMT, Alisen Chung <ach...@openjdk.org> wrote:

>> Changed the drawing area to be increased by 0.5 on the left side to prevent 
>> clipping
>
> Alisen Chung has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   changed test to headless

Hi, I've thought of another problem: this use of an unscaled AffineTransform 
has discarded the rotation/skew parameters, if folks are doing something funky 
like painting a control with these applied:

![image](https://user-images.githubusercontent.com/2722420/170580815-a2ea8e23-168f-432a-91a7-189b9189881f.png)

(Like maybe to render a normally-horizontal control vertically or something.)

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

PR: https://git.openjdk.java.net/jdk/pull/7449

Reply via email to