bug-gnustep
[Top][All Lists]
Advanced

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

Re: changes in -back (path.m _stroke:)


From: Alexander Malmberg
Subject: Re: changes in -back (path.m _stroke:)
Date: Sat, 15 Jan 2005 13:54:36 +0100
User-agent: Mozilla Thunderbird 0.9 (X11/20041124)

Gregory John Casamento wrote:
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



reply via email to

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