search for: linesolid

Displaying 1 result from an estimated 1 matches for "linesolid".

Did you mean: donesolid
1997 Jul 30
0
R-alpha: more on line types
...Also, is there a particular reason that default line width in PostScript is 0.75 and not 1.0? *** devX11.c.orig Tue Jul 29 16:44:19 1997 --- devX11.c Wed Jul 30 10:21:43 1997 *************** *** 389,395 **** if(newlty != lty) { if(newlty == 0) { ! XSetLineAttributes(display, wgc, 1, LineSolid, CapRound, JoinRound); lty = newlty; } else { --- 389,395 ---- if(newlty != lty) { if(newlty == 0) { ! XSetLineAttributes(display, wgc, GP->lwd, LineSolid, CapRound, JoinRound); lty = newlty; } else { *************** *** 400,406 **** newlty = newlty&g...