Draw .odg from upstream OOo bug:
http://openoffice.org/bugzilla/show_bug.cgi?id=52605

** Bug watch added: openoffice.org/bugzilla/ #52605
   http://openoffice.org/bugzilla/show_bug.cgi?id=52605

** Attachment added: "p0p1p2.odg"
   
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/138141/+attachment/2144240/+files/p0p1p2.odg

** Also affects: libreoffice (Ubuntu)
   Importance: Undecided
       Status: New

** Description changed:

  Binary package hint: openoffice.org
  
- steps to reproduce:
- create a graph in openoffice draw (or copy from calc) with some text/labels. 
Export the drawing to svg. Open svg in svg editor (inkscape or sodipodi) and 
the text will not be shown. Problem is that in the svg file the 'fill' 
attribute of the text is set to 'none' while it should have the color of the 
text. 
+ 1) lsb_release -rd
+ Description:  Ubuntu 11.04
+ Release:      11.04
  
- direction for solution:
- replace fill:none  with fill:#000000 in the xml code of the svg file and text 
will be rendered black. Until bug is solved, users can do this with a replace 
all command in a text editor.
+ 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://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
+         100 /var/lib/dpkg/status
+      1:3.3.2-1ubuntu4 0
+         500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+ 
+ apt-cache policy unoconv
+ unoconv:
+   Installed: 0.3-6
+   Candidate: 0.3-6
+   Version table:
+  *** 0.3-6 0
+         500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
+         100 /var/lib/dpkg/status
+ 
+ 3) What is expected to happen in LibreOffice Draw via the Terminal:
+ 
+ cd ~/Desktop && wget
+ 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/138141/+attachment/2144240/+files/p0p1p2.odg
+ && unoconv --listener && unoconv -f svg p0p1p2.odg && lodraw -nologo
+ p0p1p2.odg p0p1p2.svg
+ 
+ the two files should look the same.
+ 
+ 4) What happen instead is the text is gone in the p0p1p2.svg file. The
+ problem is that in the svg file the 'fill' attribute of the text is set
+ to 'none' while it should have the color of the text.
+ 
+ WORKAROUND: replace fill:none  with fill:#000000 in the xml code of the
+ svg file and text will be rendered black. Until bug is solved, users can
+ do this with a replace all command in a text editor.

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libreoffice (Ubuntu)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/138141

Title:
  [upstream] export of openoffice draw to svg renders text invisable in
  the svg file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to