Tue, 26 Sep 2017 19:08:02 +0200
SVG options: offset, original scale
SVG Bugfix: "scale" does now really fit to dimensions
2 | 1 | #__all__ = ['geometry', 'svg'] |
2 | ||
3 | from .svg import * | |
4 | ||
5 | def parse(filename): | |
6 | f = svg.Svg(filename) | |
7 | return f | |
8 |