This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new f7035618 PDFBOX-6048: describe overlay behavior change
f7035618 is described below
commit f7035618d169d5973af775d99958e3c58eed0229
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Aug 6 13:19:51 2025 +0200
PDFBOX-6048: describe overlay behavior change
---
content/4.0/migration.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/4.0/migration.md b/content/4.0/migration.md
index 74afd5ca..ed49d452 100644
--- a/content/4.0/migration.md
+++ b/content/4.0/migration.md
@@ -75,3 +75,6 @@ Apache Commons Logging was replaced by Apache Log4j, some of
the obvious reasons
[PDFBOX-5695](https://issues.apache.org/jira/browse/PDFBOX-5695) provides more
details about the reasons and the transition itself.
+### Overlay behavior different
+
+In 4.0 the real lower left is taken into account instead of (0,0), see
[PDFBOX-6048](https://issues.apache.org/jira/browse/PDFBOX-6048).