> Hi, the wmf in svg is kept as follows:
> <g style="stroke:none;fill:rgb(240,255,255)"><path d="M 10681,13842 L
[...]
> 10681,13842 Z"/></g>

This is not WMF in SVG - this is standard SVG path data [1]. ;-) What
you apparently have is an WMF to SVG converter...



> is it possible to recover the image back from this one?

You may be able to convert it back to WMF - you'll only need to find a
suitable converter (SVG to WMF). Note that a conversion operation is
usually not an identical transformation: depending on the conversion
quality and format differences, you may end up loosing some
information (either visual and or logical). For example, imagine you
have important metadata stored in either format (SVG or WMF) and the
converter ignores it...



Hope this helps,

  Helder Magalhães

[1] http://www.w3.org/TR/SVG/paths.html#PathData

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to