diff options
author | Manuel Mall <manuel@apache.org> | 2006-01-07 13:15:53 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2006-01-07 13:15:53 +0000 |
commit | 8faab42c21e565d859e8caa0c56df1c2a8748dea (patch) | |
tree | 998c86d83823706d64f5af8b7cca548f22ec6da8 /status.xml | |
parent | 5c359c10e6131572e46745dfe46c4c556e361ea0 (diff) | |
download | xmlgraphics-fop-8faab42c21e565d859e8caa0c56df1c2a8748dea.tar.gz xmlgraphics-fop-8faab42c21e565d859e8caa0c56df1c2a8748dea.zip |
Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@366718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 7ef2d56fe..79a098f3f 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,12 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="MM" type="add" fixes-bug="36729"> + Relative URLs for the font configuration attributes metrics-url and embed-url + are now supported. A new configuration property font-base has been added. It + sets the base URL against which relative font URLs are resolved. If font-base is + not set base is used. + </action> <action context="Code" dev="JM" type="add" fixes-bug="38132" due-to="Richard Wheeldon"> Added support for RFC2397 "data" URLs. </action> |