Now with the new export features, still at: <http://www.snafoo.org/swfmillsvglibtool/>
$ swfmillsvglibtool swfmillsvglibtool is a simple tool to help you with preparing an SVG file for Swfmill import, to be used with haXe for SWF9. version 0.0.2 usage: swfmillsvglibtool [options] <infile.svg> <outdir> it will create the following files in <outdir>: <infile>_clean.svg with all IDs modified to be usable as class names <Infile>.hx with all the class definitions, with the main class called <Infile> <infile>.swfml to convert with swfmill simple, with the asset called <Infile> additionally, you can use the options described below: -s or -single create one class for the whole SVG -g or -groups create classes only for groupes -a or all create classes for everything (default) -c or class the base class to extend, default: flash.display.Sprite you can send bug reports/fixes to [EMAIL PROTECTED] if you like, and you might find the latest version and sources at http://snafoo.org/swfmillsvglibtool/ this tool doesn't handle any errors. use at your own risk -- good luck. _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
