From aa768bdbfd7442947cf0756f58c9bfe791ce047a Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 4 Dec 2017 09:58:20 +0100 Subject: xhtml export: Prefer svg if it's available And not use the replacement graphic in this case. Change-Id: I5e1bb7a694f210e2681ff5acf241a131d38a4c5d Reviewed-on: https://gerrit.libreoffice.org/45782 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- filter/source/xslt/odf2xhtml/export/xhtml/body.xsl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'filter/source/xslt') diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index 9719932fcf2d..78d4117b1a84 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl @@ -1483,10 +1483,12 @@ - - + + -- cgit