Author: tilman Date: Wed Aug 6 10:48:21 2025 New Revision: 1927639 Log: PDFBOX-5660: improve javadoc
Modified: pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java Modified: pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java ============================================================================== --- pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java Wed Aug 6 10:48:04 2025 (r1927638) +++ pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/multipdf/Overlay.java Wed Aug 6 10:48:21 2025 (r1927639) @@ -566,8 +566,9 @@ public class Overlay implements Closeabl /** * Calculate the transform to be used when positioning the overlay. The default implementation - * centers on the destination. Override this method to do your own, e.g. move to a corner, or - * rotate. + * centers on the destination and assumes (0,0) to be the lower left (This will be changed in + * 4.0, see PDFBOX-6048 why). Override this method to do your own, e.g. move to a corner, + * rotate, or zoom. * * @param page The page that will get the overlay. * @param overlayMediaBox The overlay media box.