Created attachment 79148 [details] image showing the behavior XP, LO Version 4.0.4.0+ Insert->Picture->From File Text with sub-/superscript is cut where the sub-/superscript is and the sub-/superscript is shown as a single letter/sign with a much bigger text size
Created attachment 79149 [details] file from Bug 62284
I can reproduce this using Linux Mint 15 x64 with LibreOffice 4.0.3.3 and Version: 4.2.0.0.alpha0+ Build ID: 66c315bcf2b78c4928d1e436d1a853f58f4cccd Kind regards, Joren
Created attachment 86109 [details] screenshot for attachment 79149 [details] text is rendered correctly here Version: 4.2.0.0.alpha0+ Build ID: f4d3954fc6106b3ae0ee16ab0fcde15d8cb945e3 Linux (Ubuntu)
I have the same problem when using an SVG created with Inkscape. I was able to track this down to the following line in the SVG: <tspan style="font-size:65.00091553%;baseline-shift:super" id="tspan6747">-3</tspan> Here, the font-size is specified in "%", which I think is incorrectly interpreted by LibreOffice as a pixel-size. If I manually change this to let's say "10.5px" it looks better, even though the formating is still not correct.
I have taken a look at the SVG-file, which is already posted as attachment 79148 [details] to this bug. According to the header this file was also created using Inkscape. It also uses the exact same syntax with the font-size being specified in % of the main font-size: <text font-size="12pt" x="97.300003" y="148.5" id="text76" style="font-size:15px;fill:#000000;font-family:helvetica">SO<tspan baseline-shift="sub" font-size="75%" id="tspan78" style="font-size:75%;baseline-shift:sub">2</tspan> Cl</text> Sebastian PS.: This is in LO Version 4.1.4.2, Win7
Created attachment 92247 [details] Adjustment to attachment 79149 [details] I have taken attachment 79149 [details] and manually removed the font-sizes, which are specified as % and replaced them by px (e.g. font-size="75%" replaced by font-size="12px"). This resolves the issue of the huge fonts. The chemical formula is now almost rendered correct, but if you take a closer look you will see that baseline-shift="sub" is ignored. It seems that LO does not interpret all text attributes which are part of SVG 1.1 ...
Created attachment 115268 [details] How it looks in upcomming 5.0 Looks fixed in upcomming LibreOffice 5.0 release. Marking as RESOLVED WORKSFORME
Migrating Whiteboard tags to Keywords: (filter:svgInsert) [NinjaEdit]