On Wed, 22 Nov 2023 12:16:50 GMT, Alexey Ivanov <[email protected]> wrote:
>> Here, we are painting from left-to-right order by starting with last column. >> It is only a convention, I guess painting this way is more simple that to >> actually paint from `right-to-left`. Here for both the orientations, we are >> painting from left-to-right, only difference is how we pick the columns. > > Okay… So, you changed the painting order as well, it now paints from the last > column to the first in the right-to-left orientation, does it? This is why > the code inside the loop is the same now. Yes. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16374#discussion_r1402153064
