diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-18 12:36:58 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-18 12:36:58 +0000 |
commit | 274e03076bc7dd15e444f1628d96f0703b40e16f (patch) | |
tree | effac4a56a23716d0518579fa223d7d6b519901c /status.xml | |
parent | 001c8a9e479b1e14ec5940978ff7714ddd27a4bb (diff) | |
download | xmlgraphics-fop-274e03076bc7dd15e444f1628d96f0703b40e16f.tar.gz xmlgraphics-fop-274e03076bc7dd15e444f1628d96f0703b40e16f.zip |
Bugfix: The generation of the PDF "d" (setdash) command was assuming that only integer values can be used but that isn't the case. Dash patterns PDFGraphics2D would be wrong in the process.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@394928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index cfd0bd359..df22fdf1a 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,11 @@ <changes> <release version="FOP Trunk"> <action context="Code" dev="JM" type="fix"> + Bugfix: The generation of the PDF "d" (setdash) command was assuming that + only integer values can be used but that isn't the case. Dash patterns + PDFGraphics2D would be wrong in the process. + </action> + <action context="Code" dev="JM" type="fix"> Bugfix: Fixed a division by zero problem in TTFReader and improved the detection of the capHeight and xHeight font metric values for TrueType fonts. </action> |