From: Jeremias Maerki Date: Tue, 4 Mar 2008 13:25:12 +0000 (+0000) Subject: Noted some of the major change areas in this release. X-Git-Tag: fop-0_95beta~23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fc81bb4ce9bbe7476c95cc66fb25a0147591d9f;p=xmlgraphics-fop.git Noted some of the major change areas in this release. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633470 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/status.xml b/status.xml index 3765b5aed..a882fa5d4 100644 --- a/status.xml +++ b/status.xml @@ -60,6 +60,29 @@ --> + +
+ Notes +

+ Besides the important changes listed below, the most important areas with + improvements in this release are: +

+
    +
  • + Improvements and bugfixes for tables (keep and break support, border + conditionality etc.) +
  • +
  • + Improvements and bugfixes for font handling and font + auto-detection/-registration. +
  • +
  • + Performance improvements and memory optimizations for the property handling + in the FO tree. +
  • +
+
+
Slight improvement for thin lines in Java2D/AWT output. @@ -99,7 +122,7 @@ Bugfix for date formatting with negative time zones in the PDF's Info object. This affected PDF/A compliance. - + Added an option to disable the default sRGB profile in PDF output for those who don't care about color fidelity, but care about PDF file size. @@ -169,7 +192,7 @@ Added support for custom fonts in Java2DRenderer and derived renderers. - + Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. @@ -178,7 +201,7 @@ Added minimal support for the .minimum/.maximum components of block/inline-progression-dimension on fo:external-graphic and fo:instream-foreign-object. - + Added support for scale-down-to-fit and scale-up-to-fit (introduced in XSL 1.1). @@ -264,7 +287,7 @@ Added support for fo:markers in fo:inline and fo:basic-link. - + PDF Transcoder (SVG) text painting has been completely rewritten. Except for some special cases (with filters for example), all text (including flow text) is now painted using PDF text operators.