Is there a way to apply the result of a: SVGOMPathElement.getNormalizedPathSegList(); to the "d" attribute of the original path?

Basically, I want to convert all relative coordinates to absolute ones, in all my path elements, so that when i save-export the SVG Document, the paths have absolute (or normalized) "d" attributes only.

I can see a way to do it, using a SVGOMPathSegList parsing routine, but was wondering if there was already something out there to do the job.

Thanks,

Andres.


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

Reply via email to