[Libreoffice-bugs] [Bug 107517] PPTX exports SVG will trim "Tab" in tspan
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 30 08:15:22 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107517
--- Comment #2 from fxwan <wanliyou at gmail.com> ---
<svg xmlns="http://www.w3.org/2000/svg"
width="500" height="40" viewBox="0 0 500 40">
<text x="0" y="35" font-family="Verdana" font-size="35"
style="tab-size:400px"> Hello, out there
</text>
</svg>
Tab actually works in SVG if you encode it to , but we can't control the
tab-size as HTML does. So your solution would be robust.
--
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/20170430/303f3de4/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list