| commit | df470d9658c202a990b9c75e2a8d6e3fd7a06dfd | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Jan 25 19:42:37 2023 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Jan 25 20:39:08 2023 +0000 |
| tree | 6a9000ec5d2d1274bedbffa774a18eb27152e764 | |
| parent | 647163e60446300745c9787e582a35898d308c70 [diff] |
ofz#54437 Timeout Change-Id: Ib9b581a5e8b2385300923b2dc5bfaf7cee9c6bb4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146146 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx index 69eba2c..e9099b7 100644 --- a/basegfx/source/polygon/b2dpolygonclipper.cxx +++ b/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -489,7 +489,7 @@ namespace basegfx::utils // be solved again, they were solved in the preparation. aRetval.append(aMergePolyPolygonA); aRetval.append(aMergePolyPolygonB); aRetval = solveCrossovers(aRetval); aRetval = solveCrossovers(aRetval, pPointLimit); // now remove neutral polygons (closed, but no area). In a last // step throw away all polygons which have a depth of less than 1