https://bugs.freedesktop.org/show_bug.cgi?id=67464

--- Comment #6 from Luiz Angelo Daros de Luca <[email protected]> ---
Definitely, SVG should be 100% correct. If it fails, it is a bug.
I did not notice problems with SVG import in my limited use cases.

About the "some human interaction", it is not necessary in order to convert eps
to svg using inkscape. I has a commandline interface:

inkscape --without-gui --export-pdf="$(basename $i .svg).pdf" $i
http://superuser.com/questions/303727/free-linux-command-line-tool-to-convert-svg-to-pdf-and-or-some-commonly-used-bit

inkscape file.pdf --export-plain-svg=file.svg 
http://inkscape.13.x6.nabble.com/convert-pdf-to-svg-from-command-line-td2883388.html

The ideal solution should be to use some kind of library. Anyway, conversion
from EPS to SVG would allow libreoffice draw to modify the imported figure.
Much better than current "convert to image using ghostscript".

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to