Re: more on clipping
Federico Mena Quintero <[email protected]> Tue, 10 Feb 2004 13:04:09 -0600
| Newsgroups | gmane.comp.gnome.lib.libart.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-02-06 at 17:00, John Hunter wrote: > In this example, the clipping works (mostly) as expected (the arc is > clipped to within the box) but there is an unexpected horizontal line > that extends across the image. From my understanding of intersect, > the image should just show the arc fragment. Here is the output I haven't tested this, but try reversing the order of your arc vpath's points. Libart expects paths to be in counterclockwise order. Federico