bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: [Fwd: Bug in NSAffineTransform]


From: Pete French
Subject: Re: FW: [Fwd: Bug in NSAffineTransform]
Date: Sat, 04 Mar 2006 12:22:14 +0000

> For me the GNUstep result is:
> 2006-02-27 16:52:59.048 affine[14464] Append NSAffineTransform
> ((1.000000, 2.000000) (3.000000, 4.000000) (15.000000, 26.000000))
> 2006-02-27 16:52:59.053 affine[14464] Prepend NSAffineTransform
> ((1.000000, 2.000000) (3.000000, 4.000000) (75.000000, 106.000000))
> 2006-02-27 16:52:59.053 affine[14464] Translate NSAffineTransform
> ((1.000000, 2.000000) (3.000000, 4.000000) (75.000000, 106.000000))
>
> Showing that translate uses a prepend on GNUstep. Now we need to know
> how it looks on Cocoa.


Looks like this:

2006-03-04 12:20:17.483 a.out[1466] Append <NSAffineTransform: 0x5069d0>
2006-03-04 12:20:17.485 a.out[1466] Prepend <NSAffineTransform: 0x5069d0>
2006-03-04 12:20:17.486 a.out[1466] Translate <NSAffineTransform: 0x5069d0>

Which is not very useful! I would look at the source to the GNUstep
stuff and see what variables NSAffineTransform is using, but am
having trouble wityh svn (has anyone else got it to work using ssh?)

-bat.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]