export shape as vector file
Hello
I create using actionscript to draw dynamic shapes
shape1 = new Shape();
shape2 = new Shape();
and draw some complicated things with actionscript
that is done dynamically by user input
I need to save/export the drawing ,these shape as some kind of vector file
so this drawing can be manipulated later on by vector program as flash or illustrator
Any recommendation how to save shape file as a vector file
Original post by shay72