Index: ARTContext.m =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/back/Source/art/ARTContext.m,v retrieving revision 1.26 diff -u -r1.26 ARTContext.m --- ARTContext.m 11 Jan 2005 19:23:54 -0000 1.26 +++ ARTContext.m 19 Jan 2005 01:47:43 -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 {