From fd84bce804279b881099a7c0d44136d75d015ca1 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Mon, 11 Jan 2021 10:28:57 +0100 Subject: filter: svg: slide with a custom background are not exported correctly When a slide has a custom background, the background overlaps any master page object: text fields, shapes, ... Change-Id: Icc410617760502fa4092cfe248155b3e20906abb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109089 Tested-by: Jenkins CollaboraOffice Reviewed-by: Marco Cecchetti Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109867 Tested-by: Jenkins --- sd/qa/unit/SVGExportTests.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/qa/unit/SVGExportTests.cxx b/sd/qa/unit/SVGExportTests.cxx index 5e0d7757ae4c..d8b828c9bd76 100644 --- a/sd/qa/unit/SVGExportTests.cxx +++ b/sd/qa/unit/SVGExportTests.cxx @@ -122,7 +122,7 @@ public: // There should be only one child (no link to javascript url) assertXPathChildren(svgDoc, SAL_STRINGIFY(/ SVG_SVG / SVG_G[2] / SVG_G / SVG_G / SVG_G / SVG_G - / SVG_G[4] / SVG_G), + / SVG_G[3] / SVG_G), 1); } -- cgit