[cp-patches] FYI: CairoGraphics clipping fix

2007-02-26 Thread Francis Kung
Hi, This patch fixes a clipping problem when drawing images in CairoGraphics2D, if your clip region is smaller than the image. Cheers, Francis 2007-02-26 Francis Kung [EMAIL PROTECTED] * gnu/java/awt/peer/gtk/CairoGraphics2D.java (drawCairoSurface): Do not reset clip.

[cp-patches] FYI: Minor font fix

2007-02-26 Thread Francis Kung
Hi, Finally tracked down an annoying font layout problem that sometimes caused characters to appear on top of each other, rather than spaced properly. We were using a deprecated pango function... go figure. Cheers, Francis 2007-02-26 Francis Kung [EMAIL PROTECTED] *