diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-02-01 23:30:13 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-02-01 23:30:13 +0000 |
commit | af652eedd409e376e54cea88b4545ddb21b30e0c (patch) | |
tree | 43359e5eb1762ed9d5ddd7b6fae38ddebdb67600 /status.xml | |
parent | 1b95627f0d5a7c91aa9eca17f9edbef78c94be2a (diff) | |
download | xmlgraphics-fop-af652eedd409e376e54cea88b4545ddb21b30e0c.tar.gz xmlgraphics-fop-af652eedd409e376e54cea88b4545ddb21b30e0c.zip |
Bugzilla 44343:
Fixed a bug when using relative (smaller/larger) font-sizes in combination with percentages.
Percentages now resolved as per the spec (XSL-FO 1.1 7.9.4):
"A percentage value specifies an absolute font size relative to the parent element's font-size."
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@617708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index f8f8ace5a..e03893424 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="AD" type="fix" fixes-bug="44343"> + Fixed a bug when using relative font-size (smaller/larger) in combination + with percentages. + </action> <action context="Fonts" dev="JM" type="fix"> Bugfix for handling of optional tables in subset TrueType fonts. This bug caused errors in various PDF viewers. |