This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gui][PATCH] TexturePaint's Anchor Rectangle


Hi,

This patch fixes TexturePaint's anchor rectangle problem. With this
patch Texture Image is first scaled to fit inside it's anchor rectangle
and only after the pixels of the texture are set.
It also fixes minor problem with scaling factors in drawImage() of
GdkGraphics2D, that caused the above fix to work incorrectly in some
cases.

I'll be committing this patch to java-gui-branch.

Olga.

Attachment: patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]