I'm writing an app in Marmalade quick (Lua) - a map, which is drawn from SVG file. In SVG I have polygons, polylines, matrix - it's easy. But I don't know what to do with paths'.
I've tried to convert them with php - no results. The one thing I found is converting paths' to coordinates with Javascript here http://forrst.com/posts/PHP_Convert_SVG_path_to_polygon-GDx, but that is not an option for me.
Maybe, I can draw a path in Marmalade Lua somehow, or convert it to coordinates?