summaryrefslogtreecommitdiff
path: root/svx/CppunitTest_svx_unit.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-05-11 16:38:12 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-05-11 18:47:20 +0200
commite21d522dddce2590ed435890ae8d5fe39658a71a (patch)
tree7f0cac759ed15ee1ebc53e71677bf44d5a8de06d /svx/CppunitTest_svx_unit.mk
parentd8d31f74236e87ea878f7fac5538e707df5b13ca (diff)
tdf#129916 svx: fix origin of scaled shadow
We assumed that the top left corner is the origin for scaling, but that is not necessarily the case. The intention is that the shadow direction can be determined from its x and y offset, and the origin is the opposite corner of the shape. Change-Id: I6759302767d20739b6e2be79d379740dd06f70f5 (cherry picked from commit a1dde1a85a8d1c54521a0ac6310571ffcdd4bb5a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93974 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'svx/CppunitTest_svx_unit.mk')
-rw-r--r--svx/CppunitTest_svx_unit.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/CppunitTest_svx_unit.mk b/svx/CppunitTest_svx_unit.mk
index 92feb45d6578..ac9f3e4531ad 100644
--- a/svx/CppunitTest_svx_unit.mk
+++ b/svx/CppunitTest_svx_unit.mk
@@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \
svx/qa/unit/svdraw/test_SdrTextObject \
svx/qa/unit/customshapes \
svx/qa/unit/classicshapes \
+ svx/qa/unit/sdr \
svx/qa/unit/svdraw \
svx/qa/unit/unodraw \
svx/qa/unit/xoutdev \