Thomas DeWeese: > > > > The text ones all give correct rendering with a small rotation. > > > > > > I suppose it would be an option to add a small rotation to > > > 'complex' texts (anything that adjusts individual glyph positions), > > > on Mac OS X. However since this is fixed in Java 6 I'd rather just > > > recommend people upgrade the JVM... > > > > Maybe we could set the rendering hint that corresponds to > > text-rendering="geometricPrecision" when rendering certain (or all) > > text. > > This fixes it? It would be a simpler fix, but I'm not sure how > it would impact general performance.
It does fix it. The only two cases I’ve noticed where the positioning is incorrect is when there is italic text or a dy on the text. We could set it to geometricPrecision for just these cases, but then such text will look slightly different from other text elements. If you think this isn’t a problem, I’ll go ahead and do this. > > I’m not really sure where to look though for this and the other > > alpha related problems. > > Neither am I really. This code is fairly complex as it tries > to avoid Legacy problems and maintain good performance. > > I'll try and reproduce it on Windows by making the destination > ARGB_PRE. If that causes the same problem then it's probably in > our code and it will give me a better idea where to look. Ok. -- 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]
