This patch didn't seem to correct it for me.
Oops, that wasn't quite the patch I had intended. The important part was this:
Index: Source/art/ARTContext.m =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/back/Source/art/ARTContext.m,v retrieving revision 1.26 diff -u -r1.26 ARTContext.m --- Source/art/ARTContext.m 11 Jan 2005 19:23:54 -0000 1.26 +++ Source/art/ARTContext.m 14 Jan 2005 14:06:10 -0000 @@ -666,6 +666,7 @@ gstate = [[ARTGState allocWithZone: [self zone]] initWithDrawContext: self]; [gstate DPSsetalpha: 1.0]; [gstate DPSsetlinewidth: 1.0]; + [gstate DPSsetstrokeadjust: 1];
#ifdef RDS {
But the rest of it should be harmless unless you use back-xlib.
- Alexander Malmberg
_______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
