Hi Massimo. massimo citterio: > 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>
You’re on the right track, but the attribute is text-rendering="", not font-rendering="". ‘optimizeSpeed’ is the value you want. Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
