The attribute "d" of the element <path> is invalid in a SVG to PNG converter using Batik

374 views Asked by At

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?

0

There are 0 answers