Is it possible to save vector drawing data of any shape using JSFL?
For example, I have a vector drawing:

Is it possible to write its data (vector points, contour color, line color, contour thickness) in a string or XML format, or any other to simply save data about this figure and build the same after a long time based on previously saved data.
I need to transfer a vector shape to a SWF file for my plugin
