From 99f2ae505d2d2dd104842c2133488210c354f731 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Thu, 19 Nov 2020 21:42:16 +0100 Subject: tools::Polygon::Clip() is broken with bezier curves (tdf#137068) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It preserves the points, but not the flags. Work this around by temporarily converting to B2DPolygon, where it works. Change-Id: I120264fbc4c7c508386f23a06435891199565aae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106188 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- tools/CppunitTest_tools_test.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/CppunitTest_tools_test.mk') diff --git a/tools/CppunitTest_tools_test.mk b/tools/CppunitTest_tools_test.mk index ae22813a61fd..96fb96b08117 100644 --- a/tools/CppunitTest_tools_test.mk +++ b/tools/CppunitTest_tools_test.mk @@ -21,6 +21,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \ tools/qa/cppunit/test_inetmime \ tools/qa/cppunit/test_json_writer \ tools/qa/cppunit/test_pathutils \ + tools/qa/cppunit/test_poly \ tools/qa/cppunit/test_reversemap \ tools/qa/cppunit/test_stream \ tools/qa/cppunit/test_urlobj \ -- cgit v1.2.3