Description: See attached files (my first bug report for a long time, unable to see "upload attachment") On page 2 of the attached fodg file there is a rectangle with rounded corners with the text "GUI". It has a custom spacing of 100pt, which is lost on SVG export Steps to Reproduce: Open file (or create one with a custom line spacing) Actual Results: Line spacing not preserved Expected Results: Line spacing exported (SVG supports it) Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36
Created attachment 141835 [details] Top left: Exported SVG Bottom left: Corrected SVG ight: Draw preview Added attachment
Same result with: Version: 6.1.0.0.alpha1 (x64) Build-ID: cb47f0d320994e001bc38dc2ee9b7d957b15e6ab CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; Gebietsschema: de-AT (de_AT); Calc: CL
You only attached a screenshot, please attach test files.
Created attachment 142606 [details] Draw example file (page 2) Page 2 of this file is the example file...
Repro, already in 4.3.0 (Win), but not yet in 3.6.7 Arch Linux 64-bit Version: 6.2.0.0.alpha0+ Build ID: 67aaa98600269e6b8fa631146c3649a261369471 CPU threads: 8; OS: Linux 4.16; UI render: default; VCL: kde4; Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded Built on June 7th 2018 Arch Linux 64-bit Version 3.6.7.2 (Build ID: e183d5b)
Bibisected with Linux 43all to range https://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=5b195fbcf7a441aeb193f6abd08b877e580938e0...7c4d3ea6ba4d42b4dda5148a00c8c411b5d7703d It has several SVG export commits from Thorsten. Adding Cc: to Thorsten Behrens
Dear Florian Reisinger, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Dear Florian Reisinger, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still bad in: Version: 7.4.0.0.alpha1+ / LibreOffice Community Build ID: 754eb1541a6ca709f78afbc7fb2b75f626562dcc CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: hu-HU (hu_HU.UTF-8); UI: en-US Calc: threaded
Same in recent master build: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 77fca616e0bd79e0b405fd0b3543cf8e94e15df3 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded
Created attachment 190701 [details] SVG export with LO 3.6.7.2 Before the regression, the three letters would each have their fixed x position: <g fill="rgb(53,211,50)" stroke="none"> <text x="5676" y="19928">G</text> <text x="11778" y="19928">U</text> <text x="17652" y="19928">I</text></g> In a recent trunk build, they are grouped in a single text element: <text class="SVGTextShape"><tspan class="TextParagraph"><tspan class="TextPosition" x="5678" y="19927"><tspan font-family="Franklin Gothic Demi, sans-serif" font-size="5292px" font-weight="400" fill="rgb(53,211,50)" stroke="none" style="white-space: pre">GUI</tspan></tspan></tspan></text> Our filter could maybe use the attribute "letter-spacing"? https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing For example, replace the above with: <text class="SVGTextShape"><tspan class="TextParagraph"><tspan class="TextPosition" x="5678" y="19927" letter-spacing="1500"><tspan font-family="Franklin Gothic Demi, sans-serif" font-size="5292px" font-weight="400" fill="rgb(53,211,50)" stroke="none" style="white-space: pre">GUI</tspan></tspan></tspan></text>