[PATCH] implementation of drawString(AttributedCharIterator,...) for AbstractGraphics2D

2006-09-09 Thread Max Berger
Dear xml-commons developers, as I am unable to find an issues database for xml-commons I'll send the patch here, Is there an issues db for commons? If so, where is the link to it? This patch implements the drawString (AttributesCharacterIterator,float,float) in Abstract2DGraphics using

Re: [PATCH] implementation of drawString(AttributedCharIterator,...) for AbstractGraphics2D

2006-09-10 Thread Jeremias Maerki
There's no Bugzilla for XML Graphics Commons, yet. So you were right to send the patch here in this case. However, I did not find any patches attached to your post. On 09.09.2006 10:48:00 Max Berger wrote: > Dear xml-commons developers, > > as I am unable to find an issues database for xml-common

Re: [PATCH] implementation of drawString(AttributedCharIterator,...) for AbstractGraphics2D

2006-09-11 Thread Max Berger
Jeremias, developers, strange. My attachments must have been removed. I'll send it inline (at the very bottom of this mail) Max Berger e-mail: [EMAIL PROTECTED] -- PGP/GnuPG ID: E81592BC Print: F489F8759D4132923EC4 BC7E072AB73AE81592BC For information about me or my projects please see h

Re: [PATCH] implementation of drawString(AttributedCharIterator,...) for AbstractGraphics2D

2006-09-15 Thread Jeremias Maerki
Max, I've applied your patch. Thanks. http://svn.apache.org/viewvc?view=rev&rev=446632 Inlining the patch is usually a bad idea since line breaks mess up the whole thing. At any rate, I couldn't apply the patch directly but had to manually interpret it. I guess I should see to it that we get a com