diff options
| -rw-r--r-- | lib/elements/element.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/elements/element.py b/lib/elements/element.py index 4ea909ac..c9d7c377 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -415,9 +415,6 @@ class EmbroideryElement(object): else: d = self.node.get("d", "") - if not d: - self.fatal(_("Object %(id)s has an empty 'd' attribute. Please delete this object from your document.") % dict(id=self.node.get("id"))) - return inkex.Path(d).to_superpath() @cache |
