Created attachment 192405 [details] Test SVG Steps to reproduce: 1) Open the attachment, created in Inkscape 2) Also open the attachment in LO (Draw) 3) Compare the two. Expected result: the two mostly match Actual result: at least the "we do this" string has a wrong vertical position. I'm not sure if the root cause is the same, but you can also notice that the big "S" & "K" letters on the left also intersect with the outline of the cube, while they don't in inkscape Probably not an inkscape bug, because converting the svg to emf using 'convert' on the Linux cmdline then produces an emf that's opened quite good also in LO.
Created attachment 192406 [details] LO vs inkscape render result
The problem is that LibreOffice doesn't support dominant-baseline="central"
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f0d6b3e727448abb4428587bdf9b9c839b28e6f4 tdf#159566: match 'central' dominant-baseline to 'middle' It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/96cc4fa5c4ba0794ea8febb19c3a6b5b010a8528 tdf#159566: match 'central' dominant-baseline to 'middle' It will be available in 24.2.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Works fine, thanks. :-)
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-7-6": https://git.libreoffice.org/core/commit/3b19b19c85ca6ff540e475e846c82ce83bc7f503 tdf#159566: match 'central' dominant-baseline to 'middle' It will be available in 7.6.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.