diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-27 17:49:40 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-27 17:49:40 +0000 |
commit | 29985fedb58492a7bea6d7613396c961990e4a11 (patch) | |
tree | 5b56e84310d99bb198189c59647c4dd8b7cec3b1 /status.xml | |
parent | 55b2038293339e8d7bcd18e334e987564661f4fa (diff) | |
download | xmlgraphics-fop-29985fedb58492a7bea6d7613396c961990e4a11.tar.gz xmlgraphics-fop-29985fedb58492a7bea6d7613396c961990e4a11.zip |
Updated the status to reflect the new features/changes in this branch.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@708250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/status.xml b/status.xml index 7b3670250..8bb42c351 100644 --- a/status.xml +++ b/status.xml @@ -53,6 +53,19 @@ <changes> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="AC" importance="high" type="add"> + AFP Output: An AFPGraphics2D implementation which provides the ability to use Batik to drive the production of AFP Graphics (GOCA) output from SVG. + Added SVG support for AFP (GOCA). + </action> + <action context="Renderers" dev="AC" importance="high" type="add"> + AFP Output: Resource group leveling, external streaming and de-duplication of images and graphics using IncludeObject and ResourceGroup. + </action> + <action context="Renderers" dev="AC" importance="high" type="add"> + AFP Output: Native image embedding support (e.g. JPEG, GIF, TIFF) using ObjectContainer and a MOD:CA Registry implementation. + </action> + <action context="Fonts" dev="AC" importance="high" type="fix"> + AFP Output: More robust AFP font parsing, although it is still in need of some rework in the future. + </action> <action context="Renderers" dev="AD" type="add" fixes-bug="45113" due-to="Alexander Stamenov"> Added PDF /Launch action: references to URIs using the file:// protocol will now generate a /Launch action as opposed to a more general /URI (which doesn't yield the expected result @@ -142,13 +155,6 @@ offer an implementation for addCharacters() should take care to make similar modifications in their code !!</em> </action> - <!-- change reverted, to be added back later - <action context="Renderers" dev="AC" importance="high" type="add"> - Added SVG support for AFP (GOCA). - </action> - <action context="Renderers" dev="AC" importance="high" type="add"> - Added de-duplication and externalization support for IOCA and GOCA data resource objects. - </action --> <action context="Renderers" dev="JM" type="add" fixes-bug="45115" due-to="Martin Edge"> Added a PCL-specific extension attribute on simple-page-master for controlling the simplex/duplex mode. |