Skip to content

wiztigers/pysvgag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published