Skip to content
forked from alts/fxg2svg

Tool for converting .fxg files to .svg

Notifications You must be signed in to change notification settings

lirancr/fxg2svg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

fxg2svg

Tool for converting .fxg files to .svg

usage

there are two ways to use this tool:

  • options 1:
    python fxg2svg.py your-fxg-file-path
  • option 2:
    python fxg2svg.py
    then follow the on screen instructions

Useful tips for Flash users:

To ensure proper conversion of files with this script ensure the following:

  1. Your FXG file source contain only fill types and no lines (can be achieved using convert lines to fill command in flash)
  2. Your top-most flash element is a Graphic type and not a raw drawing (or other element)
  3. You are using python 3.6+
  4. You have installed lxml library using pip

About

Tool for converting .fxg files to .svg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%