diff options
author | Jeremias Maerki <jeremias@apache.org> | 2010-06-04 09:03:57 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2010-06-04 09:03:57 +0000 |
commit | 4ee77618596ee10c97e368add8f7a883d3cf0c8a (patch) | |
tree | 1f8089d735369ff91309456dbb6809e05b6a15d7 /status.xml | |
parent | ecdba569b1fa3e0858f5bfea7483b689591ea878 (diff) | |
download | xmlgraphics-fop-4ee77618596ee10c97e368add8f7a883d3cf0c8a.tar.gz xmlgraphics-fop-4ee77618596ee10c97e368add8f7a883d3cf0c8a.zip |
Bugfix for formatting of floating point numbers which could lead to invalid PDFs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@951333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index bac90b3ea..f309c8f45 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,9 @@ --> <release version="FOP Trunk" date="TBD"> <action context="Renderers" dev="JM" type="fix"> + Bugfix for formatting of floating point numbers which could lead to invalid PDFs. + </action> + <action context="Renderers" dev="JM" type="fix"> Added a save/restoreGraphicsState pair for the initial coordinate system in PDF output for easier post-processing. </action> |