[swfmill] Small tool to help with SWF9 SVG import

Mark Winterhalder mark13 at gmail.com
Sun Jul 8 10:45:34 EDT 2007


OK, I made a half-proper version for your testing pleasure:
<http://www.snafoo.org/swfmillsvglibtool/>

The usage has changed:

$ swfmillsvglibtool
swfmillsvglibtool is a primitive tool to help you with preparing an SVG file
for Swfmill import, to be used with haXe for SWF9.

version 0.0.1

usage:

swfmillsvglibtool <infile.svg> <outdir>

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>

you can send bug reports/fixes to mark at snafoo.org 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.

Mark



More information about the swfmill mailing list