From 6019f0cce07be10ce86156d52dcc94327e9ceea5 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 7 May 2024 23:36:35 +0200 Subject: Sample correct font variant (#2883) --- lib/elements/fill_stitch.py | 2 +- lib/elements/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/elements') diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index 555bcbe2..47155ce0 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -486,7 +486,7 @@ class FillStitch(EmbroideryElement): sort_index=44) def enable_random_stitches(self): return self.get_boolean_param('enable_random_stitches', False) - + @property @param('random_stitch_length_jitter_percent', _('Random stitch length jitter'), diff --git a/lib/elements/utils.py b/lib/elements/utils.py index fde66afc..a340f838 100644 --- a/lib/elements/utils.py +++ b/lib/elements/utils.py @@ -5,7 +5,7 @@ from ..commands import is_command from ..marker import has_marker -from ..svg.tags import EMBROIDERABLE_TAGS, SVG_IMAGE_TAG, SVG_PATH_TAG, SVG_TEXT_TAG +from ..svg.tags import EMBROIDERABLE_TAGS, SVG_IMAGE_TAG, SVG_TEXT_TAG from .clone import Clone, is_clone from .element import EmbroideryElement from .empty_d_object import EmptyDObject -- cgit v1.2.3