]> source.dussan.org Git - xmlgraphics-fop.git/commit
Harmonization between the two Graphics2D implementations. Clipping is done after...
authorJeremias Maerki <jeremias@apache.org>
Tue, 30 Aug 2005 19:32:05 +0000 (19:32 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 30 Aug 2005 19:32:05 +0000 (19:32 +0000)
commit302218f9cba73f4a5e52dd37b026bf6dddddbf40
tree00bf29bfe972bedfe5a4d880d80cad51e536a964
parentf2f228dd3abcfbc56c6b70176676654ffbf50a0d
Harmonization between the two Graphics2D implementations. Clipping is done after the transform. All path iterators use an identity transform which makes the PDF/PS code more readable and usually smaller.
Added missing support for non-zero winding rule in PSGraphics2D.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264837 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/ps/PSGraphics2D.java
src/java/org/apache/fop/svg/PDFGraphics2D.java