diff options
Diffstat (limited to 'lib/elements/validation.py')
| -rw-r--r-- | lib/elements/validation.py | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
