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
[EMAIL PROTECTED]


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


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to