[upstream] Draw exporting .odg to .eps removes inserted image
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LibreOffice |
Confirmed
|
Low
|
|||
OpenOffice |
Unknown
|
Low
|
|||
libreoffice (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
openoffice.org (Ubuntu) |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Binary package hint: openoffice.org
1) lsb_release -rd
Description: Ubuntu 11.04
Release: 11.04
2) apt-cache policy libreoffice-draw
libreoffice-draw:
Installed: 1:3.3.2-1ubuntu5
Candidate: 1:3.3.2-1ubuntu5
Version table:
*** 1:3.3.2-1ubuntu5 0
500 http://
100 /var/lib/
1:
500 http://
apt-cache policy unoconv
unoconv:
Installed: 0.3-6
Candidate: 0.3-6
Version table:
*** 0.3-6 0
500 http://
100 /var/lib/
3) What is expected to happen in LibreOffice Draw via the Terminal:
cd ~/Desktop && wget https:/
the two files look the same.
4) What happens instead is the image at the bottom right of EPS.eps disappears.
Original Reporter Comments: Ubuntu 7.10 Gutsy, Oo Draw 2.3 (package version 1:2.3.0-1ubuntu5.4)
Changed in openoffice.org: | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
Changed in openoffice: | |
status: | Unknown → In Progress |
summary: |
- [upstream] OpenOffice Draw exports broken EPS + [upstream] Draw exporting .odg to .eps removes inserted image |
description: | updated |
Changed in libreoffice (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: lo33 |
Changed in df-libreoffice: | |
importance: | Unknown → Low |
status: | Unknown → Confirmed |
Changed in openoffice.org (Ubuntu): | |
status: | Triaged → Won't Fix |
Changed in df-libreoffice: | |
status: | Confirmed → Incomplete |
Changed in df-libreoffice: | |
status: | Incomplete → Confirmed |
Changed in openoffice: | |
importance: | Unknown → Low |
Changed in df-libreoffice: | |
importance: | Low → Unknown |
status: | Confirmed → Unknown |
Changed in df-libreoffice: | |
importance: | Unknown → Low |
status: | Unknown → Confirmed |
I made a simple graphic (a single ellipse) in draw,
and exported it as EPSF with preview.
I checked the content with kghostview, and it was correct.
I then placed (embedded) the ellipse on a new draw-ing, and created
a rectangle around the ellipse. I then exported THIS page as EPSF.
Viewing this file with kghostview
showed a rectangle, with no ellipse; THIS IS WRONG.
A little low level postscript hacking showed that the ellipse was WAY off the
bottom of the page (by about 10 pages with, judging by eye)
Bizarrely, printing postscript to a file generates correct
output, so there *is* working code in there somewhere, but it's
not being used on export.
BugBear (one of the creators of the Hyphen PostScript RIP)