[Libreoffice-bugs] [Bug 96324] Subscript missing in exported SVG (see comment 10)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Nov 11 21:13:22 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=96324
--- Comment #16 from Christina Rossmanith <ChrRossmanith at web.de> ---
Created attachment 137684
--> https://bugs.documentfoundation.org/attachment.cgi?id=137684&action=edit
very small example
I've attached a small example: two text blocks M_N (subscript); one rotated,
one plain.
In SVGTextWriter::implWriteTextPortion we see the coordinates where the text
portions are positioned:
rotated: M (443,5096), N (559, 4808) -> y coordinate of N should increase
instead of decrease compared to y coordinate of M
plain: M (250, 443), N (542, 559) -> the delta in x is 292 compared to 161
in the rotated case, which is too small.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171111/af17bbd2/attachment.html>
More information about the Libreoffice-bugs
mailing list