On Fri, 31 Jul 2026 03:53:44 GMT, Prasanta Sadhukhan <[email protected]> 
wrote:

> Vertical progress bar progress string rendering needs a Graphics2D object to 
> do the transform so I had to pass Graphics2D object to paintString so had to 
> use BI graphics object to pass onto paintString so paintString change is 
> reverted... I guess it will bring back the "blocky" behaviour you were 
> talking about but to make vertical bar work, I guess this change is needed
> 
> Let me know if we can some other way

I had expected you to do that only if the orientation was vertical.  
If you are doing it for the non-rotated case you'd want to use a hi-res BI but 
I wanted to stay away from that because it still isn't perfect. Hence doing it 
only for the Vertical case.
So I need to think about this.

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

PR Comment: https://git.openjdk.org/jdk/pull/31749#issuecomment-5222239798

Reply via email to