Tool for converting .fxg files to .svg
there are two ways to use this tool:
- options 1:
python fxg2svg.py your-fxg-file-path
- option 2:
then follow the on screen instructions
python fxg2svg.py
To ensure proper conversion of files with this script ensure the following:
- Your FXG file source contain only fill types and no lines (can be achieved using convert lines to fill command in flash)
- Your top-most flash element is a Graphic type and not a raw drawing (or other element)
- You are using python 3.6+
- You have installed lxml library using pip