<div dir="ltr">I tried to look into lib2geom but it does not seem to handle the different fill rules correctly. <div><br></div><div>How about adding the Clipper library (<a href="https://sourceforge.net/projects/polyclipping/">https://sourceforge.net/projects/polyclipping/</a>) to third_party? I attach an according patch.</div><div><br></div><div>Using it I did not see clipping problems with my test cases (even though QPainterPath is still used for curves)</div><div><br></div><div>Christoph</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 1. Apr. 2020 um 12:45 Uhr schrieb Jean Ghali <<a href="mailto:jghali@libertysurf.fr">jghali@libertysurf.fr</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 31/03/2020 à 22:53, Christoph Bartoschek a écrit :<br>
> Hi,<br>
> <br>
> as you have seen in <a href="https://bugs.scribus.net/view.php?id=16073" rel="noreferrer" target="_blank">https://bugs.scribus.net/view.php?id=16073</a> QPainterPath::intersected()<br>
> is buggy. Does Scribus already have or do you know a library that correctly implements<br>
> clipping?<br>
> <br>
> For PDF import it is necessary that the library can set non-zero winding rule or even-odd<br>
> rule to each path and then compute the correct output.<br>
> <br>
> I tried to look at some candidates:<br>
> Cairo: Not sure but it looks to me as if the fill rule cannot be set independently between<br>
> the current clip path and the new one.<br>
> lib2geom: Cannot find how to set the fill rule for a path.<br>
> <br>
<br>
At the moment we do not have any specific library for computing clipping intersection.<br>
The lib2geom version we ship with our source code is also very old so you should maybe<br>
look at the latest code. Inkscape developers have continued improving lib2geom and this<br>
library has a repository on GitLab:<br>
<a href="https://gitlab.com/inkscape/lib2geom" rel="noreferrer" target="_blank">https://gitlab.com/inkscape/lib2geom</a><br>
<br>
Jean<br>
<br>
<br>
_______________________________________________<br>
scribus-dev mailing list<br>
<a href="mailto:scribus-dev@lists.scribus.net" target="_blank">scribus-dev@lists.scribus.net</a><br>
<a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" rel="noreferrer" target="_blank">http://lists.scribus.net/mailman/listinfo/scribus-dev</a><br>
</blockquote></div>