[Libreoffice-bugs] [Bug 33241] New: [SVG Export] SVG
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 18 05:26:03 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33241
Summary: [SVG Export] SVG
Product: LibreOffice
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Libreoffice
AssignedTo: libreoffice-bugs at lists.freedesktop.org
ReportedBy: taken.spc at gmail.com
Created an attachment (id=42158)
--> (https://bugs.freedesktop.org/attachment.cgi?id=42158)
Original file with the order of shadows issues
In git master, I wrote small patches to export text color in the SVG Export
filter.
http://cgit.freedesktop.org/libreoffice/filters/commit/?id=24e68935fb621eb6d30e30407f7b62deaede28a3
However these patches reveal some issues in text handling of the filter.
1. In Draw or Impress, if an object which contains texts and shapes has a
shadow ("Area" -> "Shadow", not "Characters" -> "Font Effects"), the order of
shadows in exported SVG is incorrect.
In screen, the rendering order is following:
* Text
* Shape
* Shadow of text
* Shadow of shape
However in exported SVG:
* Text
* Shadow of text (incorrect!)
* Shape
* Shadow of shape
See attached file for detail.
2. In Impress, the placeholder texts of slide master are exported which
shouldn't.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list