how can I disable antialiasing in text? I think I should use the font-rendering attribute, but It doesn't work
It seems to be supported: http://xmlgraphics.apache.org/batik/status.html I tried with all of: optimizeSpeed | optimizeLegibility | geometricPrecision in the example: <text font-rendering="geometricPrecision" id="textHistory" transform="matrix(1 0 0 1 39.9497 19.9729)" fill="#FFFFFF" font-family="'Modena-CondensedMedium'" font-size="11.34">Some text here</text> refernces: http://www.zvon.org/xxl/svgReference/Output/attr_text-rendering.html# --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
