Description: Hi. I am trying to import a .svg plot I made with matplotlib in an Impress presentation. The plot is a loglog plot. The issue is that in the displayed plot the line goes beyond the axis, which it shouldn't. It seemed to be a matplotlib issue with librsvg, but they say they solved it (https://github.com/matplotlib/matplotlib/issues/4341) so I was wondering if anybody has encountered this kind of probems in libreoffice. I am using: macos 10.13.6, libreoffice 6.3.4.2, matplotlib 3.1.1. The file is displayed correctly in a browser. Steps to Reproduce: 1. Produce a loglog plot with matplotlib and save it to a svg file 2. import it in impress Actual Results: The line of the plot goes beyond the axis line, till the border of the image. Expected Results: The plot should be rendered as it should be. Reproducible: Always User Profile Reset: No Additional Info: here is a link to the svg file. https://pastebin.com/HrPnQ5W8 You can download it and try to import in a browser and in impress to see the difference.
Repro with Version: 6.5.0.0.alpha0+ (x64) Build ID: ce685f64f38551e7984155783c9c7660d986abf6 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win; Locale: en-US (nl_NL); UI-Language: en-US Calc: CL and with Versie: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600 Locale: nl_NL and with LibreOffice 3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5 and with LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 but not with AOO413m1(Build:9783) - Rev. 1761381 2016-09-29 02:39:19
Created attachment 157340 [details] Example SVG
Isn't the clip-path issue here a dupe of bug 97539
The problem is in <defs> <clipPath id="p42286448d1"> <rect height="266.112" width="357.12" x="57.6" y="41.472"/> </clipPath> </defs> Closing as dupe of bug 97539 *** This bug has been marked as a duplicate of bug 97539 ***
Thank you for working on this!