diff options
Diffstat (limited to 'lib/elements/pattern.py')
| -rw-r--r-- | lib/elements/pattern.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/elements/pattern.py b/lib/elements/pattern.py index 98f29456..c66ffbdc 100644 --- a/lib/elements/pattern.py +++ b/lib/elements/pattern.py @@ -30,3 +30,7 @@ class PatternObject(EmbroideryElement): def to_patches(self, last_patch): return [] + + +def is_pattern(node): + return "marker-start:url(#inkstitch-pattern-marker)" in node.get('style', '') |
