Skip to content

B-Rich/svg_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-based SVG editor

This is an utility package that helps to edit and concatenate SVG files. It is especially directed at scientists preparing final figures for submission to journal. So far it supports arbitrary placement and scaling of svg figures and adding markers, such as labels.

See a blog post for a short tutorial.

Install

To install system-wide (needs administrator privilages):

python setup.py install

To install locally (do not forget to add $HOME/python/lib/python2.6/site-packages/ to your Python path):

python setup.py install --user

License

The package is distributed under MIT license (see LICENSE file for information).

svg_stack is a similar package that layouts multiple SVG files automatically (in a Qt-style).

Authors

Bartosz Telenczuk (bartosz.telenczuk@gmail.com)

About

Python tools to create and manipulate SVG files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published