After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 704421 - Failure to export custom-shapes to ODF
Failure to export custom-shapes to ODF
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: import/export OOo / OASIS
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-07-17 19:42 UTC by Andreas J. Guelzow
Modified: 2013-07-18 17:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2013-07-17 19:42:42 UTC
We are currently not exporting GNM_SO_PATH_TYPE objects to ODF.
Comment 1 Andreas J. Guelzow 2013-07-18 06:00:12 UTC
We are now exporting the custom shapes (but not yet their styles) to ODF.

We also need to figure out the correct viewBox to write. We are currently writing the correct viewbox for the sample files since LO uses a constant box.

Libreoffice seems to have problems with reading our file correctly, but I can't tell whether it is our problem or whether LO depends on its 'type' string.
Comment 2 Andreas J. Guelzow 2013-07-18 06:38:39 UTC
We are now exporting the styles too.

Under certain circumstances LO 3.4 seems to suddenly remember the right height and resize the object. SO I think that that is an LO problem. IT also fails to show the correct font colour but the file very clearly specifies the colour.

I am leaving this open since we still need to fix the writing of the correct viewBox, for that we have to determine the coordinates of the corners of the bounding box of the GOPath.
Comment 3 Andreas J. Guelzow 2013-07-18 17:10:47 UTC
we are now writing the correct viewbox.

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.