]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fix for unit test failure in transcoder tests (NullPointerException):
authorJeremias Maerki <jeremias@apache.org>
Fri, 21 Nov 2008 16:33:33 +0000 (16:33 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 21 Nov 2008 16:33:33 +0000 (16:33 +0000)
commit252a61b0a4fb8f5356c183df29df71d7f9e1bf4d
treeba5408a52d32343140d80e10f3dbbddfa0d77fc0
parentd62f5f811c40bc3f0b20f0ae8d75cfb240be9c67
Fix for unit test failure in transcoder tests (NullPointerException):
Have to pass the root PSGraphics2D to NativeTextHandler instead of the PSGenerator as this one hasn't been initialized in PSGraphics2D when the NativeTextHandler is built in AbstractPSTranscoder.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@719629 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/ps/AbstractPSTranscoder.java
src/java/org/apache/fop/render/ps/NativeTextHandler.java
src/java/org/apache/fop/render/ps/PSSVGHandler.java