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 dda4feb9 PDFBOX-5300: fix typo dda4feb9 is described below commit dda4feb93b4e71b862d0b9b457fdf36b88f24952 Author: Tilman Hausherr <til...@apache.org> AuthorDate: Tue May 14 10:49:22 2024 +0200 PDFBOX-5300: fix typo --- content/2.0/faq.md | 2 +- content/3.0/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2.0/faq.md b/content/2.0/faq.md index 7dedec3d..63a09bf2 100644 --- a/content/2.0/faq.md +++ b/content/2.0/faq.md @@ -201,7 +201,7 @@ The memory footprint depends on the PDF itself and on the resolution you use for ### Why are some texts in poor quality and not antialiased? -This is because in some PDFs (e.g. the one in [PDFBOX-2814](https://issues.apache.org/jira/browse/PDFBOX-2814), text is not +This is because in some PDFs (e.g. the one in [PDFBOX-2814](https://issues.apache.org/jira/browse/PDFBOX-2814)), text is not rendered directly, but as a shaped clipping from a background. Java graphics does not support "soft clipping" <https://bugs.openjdk.java.net/browse/JDK-4212743>, and because of that, the edges are not looking smooth. Soft clipping could be achieved with [some extra steps](https://web.archive.org/web/20200814083145/https://community.oracle.com/blogs/campbell/2006/07/19/java-2d-trickery-soft-clipping), diff --git a/content/3.0/faq.md b/content/3.0/faq.md index a8c638ab..9feec47f 100644 --- a/content/3.0/faq.md +++ b/content/3.0/faq.md @@ -213,7 +213,7 @@ The memory footprint depends on the PDF itself and on the resolution you use for ### Why are some texts in poor quality and not antialiased? -This is because in some PDFs (e.g. the one in [PDFBOX-2814](https://issues.apache.org/jira/browse/PDFBOX-2814), text is not +This is because in some PDFs (e.g. the one in [PDFBOX-2814](https://issues.apache.org/jira/browse/PDFBOX-2814)), text is not rendered directly, but as a shaped clipping from a background. Java graphics does not support "soft clipping" <https://bugs.openjdk.java.net/browse/JDK-4212743>, and because of that, the edges are not looking smooth. Soft clipping could be achieved with [some extra steps](https://web.archive.org/web/20200814083145/https://community.oracle.com/blogs/campbell/2006/07/19/java-2d-trickery-soft-clipping),