Dear List, I'm working on code to generate a Java2D illustration, and output it to a variety of formats, including SVG via the Batik SVGGraphics2D.
I'm getting great output quality, but large files because the default export renders the entire outlines of the text to paths, rather than the text itself. Is there any way of configuring the export to say I'm happy to take the quality hit, and lose the abaility to determine exactly what font gets used, if it means I get a clean SVG with text in it rather than lots of very long outline geometric paths...? I'd be happy with a CSS-style definition of "sans-serif" and a point size... Many thanks in advance! Yours, Matthew -- "Mr. Matthew Darlison BA MA" <[EMAIL PROTECTED]> Senior Research Fellow, Clinical & Applied Bioinformatics UCL Centre for Health Informatics and Multiprofessional Education (CHIME) WHO Collaborating Centre for the Community Control of Inherited Disorders APoGI on the Web at http://www.chime.ucl.ac.uk/APoGI/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
