Extract coordinates from svg file

Hi
I would like to extract x, y coordinates from a svg file. I wonder if something has already been done in corona sdk on this subject?
Any help would be appreciated .
Thanks

Not exactly what you’re looking for, but there is this:

http://developer.coronalabs.com/code/image-positioning-using-gimp

Well, it’s _possible _since I think it’s an XML format.  Why would you want to do such a thing ?

Thanks Panc :slight_smile:

@Paul : yes I know it’s possible but parsing the svg path is not trivial… I want to “draw in live” complex form.

Not exactly what you’re looking for, but there is this:

http://developer.coronalabs.com/code/image-positioning-using-gimp

Well, it’s _possible _since I think it’s an XML format.  Why would you want to do such a thing ?

Thanks Panc :slight_smile:

@Paul : yes I know it’s possible but parsing the svg path is not trivial… I want to “draw in live” complex form.