From a308db7ae152626c84ade069e307864a7e7e6213 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 16 May 2020 23:01:00 +0200 Subject: support svg objects (#643) --- lib/elements/validation.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/elements/validation.py') diff --git a/lib/elements/validation.py b/lib/elements/validation.py index 41098922..f77e2fc4 100644 --- a/lib/elements/validation.py +++ b/lib/elements/validation.py @@ -39,3 +39,13 @@ class ValidationWarning(ValidationMessage): don't, Ink/Stitch will do its best to process the object. """ pass + + +class ObjectTypeWarning(ValidationMessage): + """A shape is not a path and will not be embroidered. + + Ink/Stitch only works with paths and ignores everything else. + The user might want the shape to be ignored, but if they + don't, they receive information how to change this behaviour. + """ + pass -- cgit v1.2.3