aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2009-05-22 10:38:49 +0000
committerVincent Hennebert <vhennebert@apache.org>2009-05-22 10:38:49 +0000
commita69a5a48f384ff8b6e83343e96cda91191f53ee3 (patch)
tree745a17ea47899cdd4201a073544d176fcf680fd9 /status.xml
parent4242a406d9e1bf323f3add1abbc6f0f7664a6ff1 (diff)
downloadxmlgraphics-fop-a69a5a48f384ff8b6e83343e96cda91191f53ee3.tar.gz
xmlgraphics-fop-a69a5a48f384ff8b6e83343e96cda91191f53ee3.zip
Bugzilla #47232: for the last character of a Type1 font, always a width of 0 was returned. Patch submitted by Maxim Wirt.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@777459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index a45bb8746..8a1368ca6 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Fonts" dev="VH" type="fix" fixes-bug="47232" due-to="Maxim Wirt">
+ Bugfix: for the last character of a Type1 font, always a width of 0 was returned.
+ </action>
<action context="Code" dev="VH" type="fix">
Changed meaning of ‘-v’ option to ‘verbose’, which will print FOP’s version and proceed.
Added a ‘-version’ option to simply print the version then exit, following Java practices.