Re: [Plplot-devel] Example 25 illustrates a plfill bug

2009-12-21 Thread Alan W. Irwin
On 2009-12-16 08:45+0100 Arjen Markus wrote: > - The implementation may benefit (become simpler) if you can guarantee > that the polygons are oriented in the same way (both clockwise for > instance). Hi Arjen (on list reply to your comment): I originally thought polygons with the same orientat

Re: [Plplot-devel] Example 25 illustrates a plfill bug

2009-12-21 Thread Arjen Markus
Hi Alan, that is great - the new code has the advantage of not involving a large number of cases and convoluted computations, even though it is still not trivial (understatement ;)), so that it ought to be easier to maintain. I have sketched a nice polygon and will implement in example 25 somewher