]> source.dussan.org Git - xmlgraphics-fop.git/commit
Moved PDFBridgeContext to a separate class so it can be used by both the PDFTranscode...
authorJeremias Maerki <jeremias@apache.org>
Thu, 10 Nov 2005 16:37:06 +0000 (16:37 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 10 Nov 2005 16:37:06 +0000 (16:37 +0000)
commita887507a4088b5374c2ec395396d48f641ea775f
tree31ef4b7fca67f179fa69e15e423213c192bb02dd
parent792c66ee02b239b857d72669697312e5e7d82932
Moved PDFBridgeContext to a separate class so it can be used by both the PDFTranscoder and the PDFSVGHandler.
Added support for higher-resolution on-the-fly bitmaps from Batik for SVG inside FO documents.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332324 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/pdf/PDFSVGHandler.java
src/java/org/apache/fop/svg/PDFBridgeContext.java [new file with mode: 0644]
src/java/org/apache/fop/svg/PDFTranscoder.java