From: David S. <dj...@ca...> - 2008-11-19 11:25:52
|
On 18 Nov 2008, at 23:02, Werner Smekal wrote: Hi Werner and Jerry, > actually such "hairlines" showed up when I worked on the AGG backend > of > the wxWidgets drivers (which produces antialiased plots as well) > when I > only filled a "filled polygon" and didn't add a stroke around it, i.e. > draw a line around it. Thanks very much for the illuminating responses. I'd noticed the issue with the peculiar shape of the boundary lines, but these wiggles don't show up much on screen or when printed out, so I was less worried about them than about the hairline cracks. As far as I can tell, I get this behaviour using the "ps", "psc", or "pdf" devices; and using any of the Cairo one, either "pdfcairo" or "pscairo". If the issue is that the polygons don't have boundary strokes, might there be a simple way to modify the code so that such strokes are added? Best wishes David |