From 3ca7be09834a26fbd1c371deabd7a58111092676 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Thu, 10 May 2018 17:49:19 +0200 Subject: Replace SVGFilter using SVGIO Target of this change is to get rid of the SVGFilter in current LO which is based on the standard-ODF importer using it's functionality by passing in/handing over temporary created XML-Stream-Data. First step is to alternatively import the given SVG file to a newly created Document and to strip the existing Filter-Code. Adding the first prototype of the changed import. It is capable of importing the given SVG to the created Draw/Impress document. It adds the SVG which gets imported by SVGIO as GraphicObject. It adapts sizes and positions of Page and GraphicObject to have a smooth import. Adding stripping of SVGFilter and used ressources. Done as deep as possible, hopefully all places found. Adapted now to create an Impress document. Also added needed adaptions to PageSize(s), including layout and PresObj stuff to make all MasterPages/LayoutPages work correctly. Added reaction on empty SVG. This is needed since the PageSize is adapted to the Graphic. With empty Graphic a Size(0,0) results and this goes wrong. Change-Id: Ia364a5783bee7dadcbe91e700efbabc121cf98f9 Reviewed-on: https://gerrit.libreoffice.org/54096 Tested-by: Jenkins Reviewed-by: Armin Le Grand --- Repository.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 4cd3f1036637..7a019e2d311b 100644 --- a/Repository.mk +++ b/Repository.mk @@ -53,7 +53,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \ regsvrex \ saxparser \ sp2bv \ - svg2odf \ svidl \ $(if $(ENABLE_ONLINE_UPDATE_MAR),\ test_updater_dialog \ -- cgit