From: Arjen M. <arj...@wl...> - 2003-08-20 10:57:16
|
I have built a small function to plot (filled) circles via polygons and I have noticed that the polygons are clipped by removing vertices that fall outside the viewport. The consequence is that large circles are no longer recognisable as circles. Is there a way out of this? The polygons should - in my opinion - be drawn from all the vertices and the clipping should occur on the polygon as a whole. Regards, Arjen |