I have written an image generator that draws using flash.display.Graphics like circle, rect and line. I need to save the .svg text for each command and write the result to a vector. svg file so the resulting drawing can be subsequently resized without loss of detail.
↧