Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 509 Bytes

Python SVG Animation Generator

Takes a .svg image as a parameter, and creates a .svg SMIL animation.

usage: pysvgag.py [-h] [-o OUTPUT] [-t TOTAL_TIME] svg_file

SVG Animator

positional arguments:
  svg_file              SVG image input file

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        SVG image output file
  -t TOTAL_TIME, --total-time TOTAL_TIME
                        Animation total duration in seconds