diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-11-19 21:42:16 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-11-20 12:29:17 +0100 |
commit | 99f2ae505d2d2dd104842c2133488210c354f731 (patch) | |
tree | 59f420fba2b04f8dcb56459262f7fec328af9d03 /tools/CppunitTest_tools_test.mk | |
parent | 4fc0184aede43a48b458d1ecd2b9d07e8aa80d25 (diff) |
tools::Polygon::Clip() is broken with bezier curves (tdf#137068)
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 <l.lunak@collabora.com>
Diffstat (limited to 'tools/CppunitTest_tools_test.mk')
-rw-r--r-- | tools/CppunitTest_tools_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |