Hi Roman,

On Thu, 2006-05-11 at 16:19 +0200, Roman Kennke wrote:
> 2006-05-11  Roman Kennke <[EMAIL PROTECTED]>
> 
>         * gnu/java/awt/font/GNUGlyphVector.java
>         (GNUGlyphVector): Don't apply the font renderer context's
>         transform.
> [...]
>      fontSize = font.getSize2D();
>      transform = font.getTransform(); // returns a modifiable copy
> -    transform.concatenate(renderContext.getTransform());
> +    //transform.concatenate(renderContext.getTransform());
>    }

Please just remove non-used code. Or add a comment explaining why it is
commented out for now.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to