From: Alan G I. <ai...@am...> - 2005-01-13 00:57:19
|
On Wed, 12 Jan 2005, James Boyle apparently wrote: > (2) How do I eliminate the edge lines about each polygon? I can make > them very thin but a width of zero does not appear to work. > I recall this being discussed on the list, but now I cannot find the > reference. I recall John suggesting to also set the edge color (to the same color, of course). I hope a true zero width will implemented. However note that interpreting a linewidth of zero as a 1 pixel wide line is what PostScript does. So the only way to get a true zero width for PostScript output is to fill the polygon without stroking it. hth, Alan Isaac |