diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-17 19:13:56 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-17 19:13:56 +0000 |
commit | 030cd56ed235409e5fe6d2914d7224d9a58380c1 (patch) | |
tree | 0cb3bd47be75f861e3653f871dbc3888fc0ef39a /conf | |
parent | e8d3199b5154012c1109085741b53f36b3a59282 (diff) | |
download | xmlgraphics-fop-030cd56ed235409e5fe6d2914d7224d9a58380c1.tar.gz xmlgraphics-fop-030cd56ed235409e5fe6d2914d7224d9a58380c1.zip |
* Added new DataObjectFactory to take care of MO:DCA DataObject creation/instantiation.
* Created a DataObjectCache which is now used to cache all resource objects such as images to a RandomAccessFile so all the memory isn't eaten by them during rendering.
* Added new GraphicsObjectPainter class invoked by DataObjectFactory on creation of GraphicsObject.
* Added Category and Type inner interfaces and handy copySF() to base AbstractAFPObject with more code reuse, simplifications/optimizations of writeStart() and writeEnd().
* SVG entry and isImage() isGraphic() convenience methods added to MO:DCA Registry.
* Updated AFPSVGHandler to use similar fox:conversion-mode foreign attribute mechanism for bitmap painting fallback used by PCLRenderer and PDFRenderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@677689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fop.xconf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index c1bdc3ffb..2f638c2b2 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -111,7 +111,6 @@ the location of this file. <images mode="b+w" bits-per-pixel="8"/> <renderer-resolution>240</renderer-resolution> <resource-group-file>resources.afp</resource-group-file> - <goca-enabled/> <fonts> <!-- |