[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Patch to fix view rotation and hitTest:
From:
Banlu Kemiyatorn
Subject:
Re: Patch to fix view rotation and hitTest:
Date:
2005年3月23日 00:02:33 +0700
On 2005年3月12日 06:16:02 +0700, Banlu Kemiyatorn <address@hidden> wrote:
> This patch will remove translation information from _frameMatrix
> and will only create _frameMatrix when the frame is rotated
> and manually prepending the translation and prepend rotation
> only if _frameMatrix isn't nil (rotated).
>
> I've tested this patch with gsimageapp's diagramkit (my local tree)
> and it looks OK
> though, I am not sure.. actually.. I'll never be. Please revise it for me OK?
>
> BTW. I don't like that we load a few methods to NSAffineTransform.
> Is it a bad idea to subclass it for NSView?
>
> ]d
May I commit this patch?