bug-gnustep
[Top][All Lists]
Advanced

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

bugfix for showxy()


From: S. V. Ramanan
Subject: bugfix for showxy()
Date: Wed, 20 Mar 2002 08:55:43 -0500
User-agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1

In core/xgps/Source/XGGState.m

in the method:

- (void) _showString: xCharAdj: yCharAdj: char: adjArray: arrType: isRelative:

the line
     delta = [ctm pointInMatrixSpace: delta];
should be replaced by
     delta = [ctm deltaPointInMatrixSpace: delta];

for xyshow (and presumably all other stub functions calling _showString)
to work.

ramanan
ramanan@au-kbc.org


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




reply via email to

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