Added SVG importing support to the GUI menu. See issue #179.

This commit is contained in:
Juan Pablo Caram
2015-12-18 16:43:47 -05:00
parent fdf809774f
commit d3ed12e5de
4 changed files with 76 additions and 4 deletions

View File

@@ -358,6 +358,7 @@ class Geometry(object):
Imports shapes from an SVG file into the object's geometry.
:param filename: Path to the SVG file.
:type filename: str
:return: None
"""