[jdk17u-dev] RFR: 8295737: macOS: Print content cut off when width > height with portrait orientation

Alexander Scherbatiy alexsch at openjdk.org
Fri Aug 25 15:16:55 UTC 2023


This is a clean backport of the fix `8295737: macOS: Print content cut off when width > height with portrait orientation.`

The fix allows to print a page which width is greater than height with portrait orientation on macOS.
Manual `test/jdk/java/awt/print` and `test/jdk/javax/print` tests were run to check printing on macOS with and without the fix.

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

Commit messages:
 - Backport d00a767047ec41e233e711dbc5fe7b8818e72f28

Changes: https://git.openjdk.org/jdk17u-dev/pull/1700/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1700&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8295737
  Stats: 433 lines in 2 files changed: 430 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/1700.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1700/head:pull/1700

PR: https://git.openjdk.org/jdk17u-dev/pull/1700


More information about the jdk-updates-dev mailing list