On Mon, 18 Mar 2024 13:27:56 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> I am not sure...I think there was some fix regarding border stroke sometime > back either by @honkar-jdk or @DamonGuy . Maybe expectation should be > somewhat different now in which case, probably the instructions should be > amended accordingly...Let them verify once.. @prsadhuk @TejeshR13 I do see slight difference in borders on fractional scales 1.25,1.75. This looks similar to the border scaling issue fixed as part https://github.com/openjdk/jdk/pull/11571, https://github.com/openjdk/jdk/pull/10274. The border scaling fix was extended to line, etched borders and borders for JInternalFrame. This case is slightly different, in the sense html is parsed to paint the border of desired thickness but I believe the underlying issue is the same - painting of borders on fractional scales on Windows. ------------- PR Comment: https://git.openjdk.org/jdk/pull/18260#issuecomment-2010840644