diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-16 23:01:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 23:01:00 +0200 |
| commit | a308db7ae152626c84ade069e307864a7e7e6213 (patch) | |
| tree | 3af8a13562021796743378d16a1e7cc725ac75e4 /lib/elements/__init__.py | |
| parent | 4e950332419743dcbaf661fdda1f7c7970241d93 (diff) | |
support svg objects (#643)
Diffstat (limited to 'lib/elements/__init__.py')
| -rw-r--r-- | lib/elements/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/elements/__init__.py b/lib/elements/__init__.py index 5413ba04..75509e29 100644 --- a/lib/elements/__init__.py +++ b/lib/elements/__init__.py @@ -1,7 +1,10 @@ from auto_fill import AutoFill +from clone import Clone from element import EmbroideryElement from fill import Fill +from image import ImageObject from polyline import Polyline from satin_column import SatinColumn from stroke import Stroke +from text import TextObject from utils import node_to_elements, nodes_to_elements |
