Created attachment 103137 [details] Draw file with embedded Calc spreadsheet that exhibits problem when exporting to SVG I have a simple Calc spreadsheet embedded in Draw. When I export to SVG the outline of the spreadsheet is shown but not the cell content (text). This seems to be a bug as confirmed by http://ask.libreoffice.org/en/question/37270/text-dropped-when-exporting-embedded-spreadsheet-as-svg-from-draw/
Reproduced with LO 4.3.0.3, 4.2.6.1, 4.1.6.2, 4.0.6.2 -> no text (only border) Exporting from LO 3.6.7.2, 3.5.7.2 : failed to load by Image Viewer, but Chrome & Firefox can open that (little glitch in some border). Exporting from LO 3.3.0.4 : failed to load by Image Viewer, Chrome shows nothing, Firefox only shows slight border. Exporting from AOO 3.4.1, 4.1.0 : correctly opened in Image Viewer, Chrome, Firefox. Tested on Ubuntu 12.04 32bit
I see nothing in browser Seamonkey on Windows 7. The reason for seeing nothing is the use of clip-path. The text is missing because the text has no explicit x= attribute. The default x="0" is out of the viewing box. Besides that: Attributes x and y are not valid in tspan, although browsers might interpret them. Without an explicit x attribute for each cell content, the cell contents will be rendered one after the other without space. The element tspan is only allowed as child of element text, element textArea, or element tspan, but not of element g. But browsers are fault-tolerant and will render such anyway.
The text stopped appearing across the following set of commits (the intermediate commits have a compile error) Adding Cc: to mrcekets@gmail.com; Could you possibly take a look at this one? Thanks (* This is the same set of commits as bug 90284, but it's not certain that the fix for one bug is the fix for the other, so not merging the two for now) commit 8c673fa8af0ac7419b6b6d03621d91d44a87ca7a Author: Marco Cecchetti <mrcekets@gmail.com> Date: Fri Aug 24 10:55:30 2012 +0200 Now debugging code is conditionally compiled and JavaScript debug log are turned off. commit f77bd4a7c83e8d84655f4e3a4f3c6c44a735053e Author: Marco Cecchetti <mrcekets@gmail.com> Date: Mon Aug 20 20:22:09 2012 +0200 some improvement in making text animation compatible with text selection commit df9a436a85fa281cd53d46fdb832965d36aa9135 Author: Marco Cecchetti <mrcekets@gmail.com> Date: Sat Aug 18 19:25:17 2012 +0200 Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support. commit dd188c470acbd6151b4ed6b71b194ed0bb3c2685 Author: Marco Cecchetti <mrcekets@gmail.com> Date: Wed Aug 15 22:32:42 2012 +0200 Now MasterPage text fields work, list items are detected correctly, some effect work on text. commit 5626e723945eb39ed211a26ba5386ee486b8a4e8 Author: Marco Cecchetti <mrcekets@gmail.com> Date: Sat Aug 4 17:44:13 2012 +0200 text-export: meta-action based implementation
Reproducible with LO 4.1.4.2, Win 7 SP1 64 bit. Steps done: 1. Open the attached odg file 2. Go to FILE -> EXPORT and select as file type SVG and click Save 3. Open the SVG file
Migrating Whiteboard tags to Keywords: (bibisected) [NinjaEdit]
Adding Cc: to Marco Cecchetti
** Please read this message in its entirety before responding ** 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
Created attachment 142909 [details] result of export to SVG from LO Draw 6.1 beta 2
Created attachment 142910 [details] svg from LO Draw 6.1 beta 2 in Chrome
looks fine if make export from LibreOffice Draw 6.1 beta 2 Status -> WFM