diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-12-02 14:27:35 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-12-02 14:27:35 +0000 |
commit | f9932f4c138aa324e6e544dc7ddcaa9773dbb2fa (patch) | |
tree | d78ee074757e7bf60c4cbc76b10bfd69e430bd1b /status.xml | |
parent | 56cfb0b22dac19a9112c74c6c9a31d5b3ca44437 (diff) | |
download | xmlgraphics-fop-f9932f4c138aa324e6e544dc7ddcaa9773dbb2fa.tar.gz xmlgraphics-fop-f9932f4c138aa324e6e544dc7ddcaa9773dbb2fa.zip |
font-family list still not fully supported but a comma-separated list is now properly tokenized. FOP will now go through all fonts in the list to find one that is available, but it doesn't do so per character, yet.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml index f15cce4ba..ae285e105 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,14 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + font-family list still not fully supported but a comma-separated list is now properly tokenized. + FOP will now go through all fonts in the list to find one that is available, but it doesn't + do so per character, yet. + </action> + <action context="Code" dev="JM" type="add"> + Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases. + </action> <action context="Code" dev="JM" type="fix"> Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint cursor not be be properly advanced when space-before or space-after were present. |