I'm using FOP from a servlet (e.g., not the command line version) and I have some embedded SVG in the XSL-FO. The curves are very jagged in the final PDF and I would like to turn anti-aliasing on.
How can I do this? I looked thru the FOP source code and although I see parameters for anti-aliasing in a couple of Java files, I never found a way to configure it in my servlet code. Is there a property I can set on the Configuration object to turn this on? Thanks, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
