]> source.dussan.org Git - xmlgraphics-fop.git/commit
My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:
authorJeremias Maerki <jeremias@apache.org>
Sat, 26 Aug 2006 18:59:42 +0000 (18:59 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sat, 26 Aug 2006 18:59:42 +0000 (18:59 +0000)
commit787853f18abcb26442dd31270fe50d20fdddd1e2
tree1fc03921d8572a20f6d4b86001645a3af4815d98
parentf97b8ac53e034a9ae8d986a8914f04d3e81058bc
My last attempt at fixing SVG gradients in PDF wasn't successful. This one is:
Improved resolution of transformation matrices in PDF patterns.
Renamed PDFState.setTransform() to PDFState.concatenate() because setTransform() does a concationation and is therefore misleading. The old method is still there (just in case) but it is deprecated.
Simplified the whole transformation tracking by including the basic page transformation in the stack.
Verified the changes with basic-links in FO, fixed block-containers, a-links in SVG and SVG gradients.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@437210 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/pdf/PDFPattern.java
src/java/org/apache/fop/pdf/PDFState.java
src/java/org/apache/fop/render/pdf/PDFGraphics2DAdapter.java
src/java/org/apache/fop/render/pdf/PDFRenderer.java
src/java/org/apache/fop/render/pdf/PDFSVGHandler.java
src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java
status.xml