<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Absolutely new to Wine! <br>
    I want to call the Windows version of Inkscape from within a Python
    script. This because I need a svg to emf converter that always works
    (other things like libemf pyemf ps2edit regularly give problems with
    PowerPoint). Under Windows (VirtualBox) this works perfectly with
    "inkscape --export-emf=outfile.emf --file=infile.svg". Under Wine I
    get a host of:<br>
    fixme:enhmetafile:EMFDRV_FillPath Bounds<br>
    fixme:enhmetafile:EMFDRV_StrokeAndFillPath Bounds<br>
    fixme:enhmetafile:EMFDRV_StrokePath Bounds<br>
    messages.<br>
    <br>
    The result is often ok but when there are e.g. dashed lines they
    become solid.<br>
    <br>
    I have absolutely no idea were to begin looking for a solution,
    please help me getting somewhere.<br>
    Thanks, Janwillem<br>
    <meta http-equiv="Content-Type" content="text/html;
      charset=ISO-8859-1">
    <style type="text/css">
p, li { white-space: pre-wrap; }
</style>
  </body>
</html>