Re: svn commit: r591575 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/FObj.java

2007-11-03 Thread Andreas L Delmelle
On Nov 3, 2007, at 11:35, [EMAIL PROTECTED] wrote: Author: adelmelle Date: Sat Nov 3 03:35:56 2007 New Revision: 591575 URL: http://svn.apache.org/viewvc?rev=591575view=rev Log: Added override for FObj.toString() for convenience during debugging. Just in case someone was wondering: I

Dramatic improvement of PDF text painting quality for SVG

2007-11-03 Thread Jeremias Maerki
As you may have see, I've reimplemented the PDFTextPainter which is part of the PDFTranscoder. All most all text is now painted using PDF text painting primitives (except for SVG fonts and where filters are used). The advantages: smaller PDF files, better visible quality, copy/paste is possible.

Re: Dramatic improvement of PDF text painting quality for SVG

2007-11-03 Thread Cameron McCormack
Jeremias Maerki: As you may have see, I've reimplemented the PDFTextPainter which is part of the PDFTranscoder. All most all text is now painted using PDF text painting primitives (except for SVG fonts and where filters are used). The advantages: smaller PDF files, better visible quality,