bugfixes.
[swftools.git] / TODO
1 pdf2swf:
2
3     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
4               optional- use another color for dashed lines)
5     * fix memory leaks
6     * some bounding boxes are too big
7     * support for ttf fonts in --fontdirs
8
9 swfcombine:
10
11     * Handle Bounding boxes
12     * Relocate  SetTarget "/content"  stuff, too?
13     * allow "combining" Actionscript and SWF.
14     * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
15         relocate depth in normalcombine()
16
17 swfextract:
18     
19     * mp3 extraction should also work for movieclips.
20     * improve placeobject handling
21
22 wav2swf:
23     
24     * -r flag doesn't work without -d option.