]> source.dussan.org Git - xmlgraphics-fop.git/commit
Extracted a little bit of the multi-output handling code from PNGRenderer in to a...
authorJeremias Maerki <jeremias@apache.org>
Wed, 16 May 2007 09:54:34 +0000 (09:54 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 16 May 2007 09:54:34 +0000 (09:54 +0000)
commitb0f790111261731e82390528448d3c2324233629
tree1c51cad62ac41bb4f151c19dce593b87db5f9c8b
parent603ae92feaeb6aded740a95e804e8f98cb8e06c3
Extracted a little bit of the multi-output handling code from PNGRenderer in to a new class (MultiFileRenderingUtil) for reuse in the SVGRenderer.
Minimal SVG rendering support using Batik's SVGGraphics2D

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@538506 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/bitmap/MultiFileRenderingUtil.java [new file with mode: 0644]
src/java/org/apache/fop/render/bitmap/PNGRenderer.java
src/sandbox/org/apache/fop/render/svg/SVGRenderer.java
src/sandbox/org/apache/fop/render/svg/SVGSVGHandler.java