summaryrefslogtreecommitdiff
path: root/svgio/qa
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2016-02-10 15:26:37 +0400
committerjan iversen <jani@documentfoundation.org>2016-02-21 18:19:24 +0000
commita2d8a9873deb5b39198c346cf637a9a8cb9e5105 (patch)
tree048453e3d4f3d41231032fb1bcf482ce6c8fba08 /svgio/qa
parentc621c3f5e115c90249319ef98e1e33e9fd603c9e (diff)
tdf#97538 no cropping if width, height and viewBox missing
Now the whole image is inserted, so that it can be cropped in the application. The patch repairs in addition a wrong ratio in the case height is missing but viewBox is given, and fixes some comments. Change in SvgImportTest.cxx by Xisco Fauli. Change-Id: I8c0fbf8b78cf7ab5bc97d04783b49892da3d2849 Reviewed-on: https://gerrit.libreoffice.org/22363 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'svgio/qa')
-rw-r--r--svgio/qa/cppunit/SvgImportTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/qa/cppunit/SvgImportTest.cxx b/svgio/qa/cppunit/SvgImportTest.cxx
index e5d2b03414d0..801402cdddb3 100644
--- a/svgio/qa/cppunit/SvgImportTest.cxx
+++ b/svgio/qa/cppunit/SvgImportTest.cxx
@@ -279,7 +279,7 @@ void Test::testTdf79163()
CPPUNIT_ASSERT (pDocument);
- assertXPath(pDocument, "/primitive2D/transform/mask/unifiedtransparence", "transparence", "0");
+ assertXPath(pDocument, "/primitive2D/transform/unifiedtransparence", "transparence", "0");
}
void Test::testTdf97542_1()