RFR: 8316518 javafx.print.Paper getWidth / getHeight rounds values, causing errors. [v2]

Andy Goryachev angorya at openjdk.org
Wed Nov 1 16:12:21 UTC 2023


On Tue, 31 Oct 2023 11:46:57 GMT, Florian Kirmaier <fkirmaier at openjdk.org> wrote:

>> The Method javafx.print.getWidth and getHeight returns a double of points.
>> But the values are always rounded to full integers. This causes especially problems,
>> with mm based Papers.
>> 
>> I asked in the mailing list, with the conclusion (me and John Hendrix) that is best to just fix this behavior by removing the rounding.
>
> Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
> 
>   JDK-8316518
>   small change based on codereview

(testing jcheck fix)

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

PR Comment: https://git.openjdk.org/jfx/pull/1244#issuecomment-1789234370


More information about the openjfx-dev mailing list