On Wed, 1 Oct 2025 18:41:00 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Do you know when that might happen? This code gets its values (after a few >> layers of abstraction) from >> `StandardGlyphVector$GlyphStrike.getGlyphOutlineBounds(int, float, float)`, >> which has a similar `isEmpty` check. > > I am not sure if it is possible, but I would like to make sure we did not > introduce any issues, since isEmpty() will skip ‘flipped’ bounds. @mrserb Does the explanation above make sense, in that the condition to "undo" something should match the condition used to decide to do it initially? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27580#discussion_r2437483337
