Comment 2 for bug 1175894

Revision history for this message
su_v (suv-lp) wrote :

AFAICT upstream bug (or missing support for elliptical arc path commands [1]) in UniConvertor 1.1.5 (-> not a bug in Inkscape itself).

Tested and reproduced with SVG files from the SVG 1.1 test suite, converting SVG to WMF on the command line with Uniconvertor 1.1.5 (Python 2.7) on OS X 10.7.5 [2]:
<http://www.w3.org/Graphics/SVG/Test/20110816/svg/paths-data-01-t.svg>
<http://www.w3.org/Graphics/SVG/Test/20110816/svg/paths-data-02-t.svg>
<http://www.w3.org/Graphics/SVG/Test/20110816/svg/paths-data-03-f.svg>

Cubic and quadratic bezier curves are converted correctly to WMF by UniConvertor, but SVG paths with elliptical arcs not.

-----
[1] <http://www.w3.org/TR/SVG11/paths.html#PathDataEllipticalArcCommands>
[2] SVG->WMF conversion done directly with UniConvertor 1.1.5 on the command line; WMF content verified with
- LibreOffice 4.0,
- Inkscape 0.48.4+Uniconvertor 1.1.5
- Inkscape trunk branch with internal EMF/WMF support <lp:~inkscape.dev/inkscape/lp988601>