|
From: m s. <mw...@us...> - 2007-02-12 03:26:49
|
> Message: 6 > Date: Sat, 10 Feb 2007 11:37:47 -0800 > From: Ethan A Merritt <merritt@u.washington.edu> > Subject: Re: symbol/color/line consistency in terminals > To: gnu...@li... > Cc: Daniel J Sebald <dan...@ie...> > Message-ID: <200702101137.47710.merritt@u.washington.edu> > Content-Type: text/plain; charset=3D"iso-8859-1" >=20 > On Saturday 10 February 2007 11:28, Daniel J Sebald wrote: > > Hans-Bernhard Br?ker wrote: > > > > That's because GD, last I looked, didn't support linewidths=20 > > on patterned > lines. Which made it rather pointless to try and=20 > > implement dashing for > the first three. > > > > I'm not real familiar with GD, but the header file has: > > > > gdImageSetStyle (); > > gdImageSetThickness (); >=20 > Take my word for it, the gd routines for dashed lines and for > linewidth are useless for our purposes. I was looking at just this issued over the past week or so. I wanted to ma= ke the grid lines thicker for the GD terminal. I found some odd behavior w= hen using gdImageSetStyle and gdImageSetThickness together. The pixels are not drawn in the order I expected. I think the style settin= g will have to set uniquely for each line width. The style may even have t= o be adjusted for horizontal and vertical lines. Mike Sutton =3D Search for products and services at:=20 http://search.mail.com |