I am trying to convert WMF to PNG using the Batik library, and the first part where I convert from WMF to PNG is working okay but when I try to convert SVG to PNG it gives me the "The attribute "d" of the element is invalid.
An example of the path element would be:
<path d="MNaN NaN LNaN...NaN Z" stroke ="none" />
Has anyone come across this issue before?