The EMF here: https://bugs.freedesktop.org/attachment.cgi?id=77121 when exported as svg produces svg like this: <tspan class="TextPosition" x="1055" y="5007"> <tspan font-family="Arial, sans-serif" font-size="217px" font-weight="400" fill="rgb(0,0,0)" stroke="none"> Organizacija=11070001 (PRESS SLUZBA) </tspan></tspan> </g> </g> </g> </g> </g> </g> </svg></tspan> That's not optimal :-)
fixed in master :-)
Michael Meeks committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f9018f92e8a7d234d4f472c9d243526ecc5352de fdo#62834 - svg export: close stray trailing tspans if we have them. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Meeks committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f98d8baa449d922e4cc5bcee97c9ee1733b0f65d&h=libreoffice-4-0 fdo#62834 - svg export: close stray trailing tspans if we have them. It will be available in LibreOffice 4.0.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.