diff options
| author | George Steel <george.steel@gmail.com> | 2022-12-26 20:13:48 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-12-26 20:13:48 -0500 |
| commit | e28ea888a9604052d6d7b94c8e29e34b74242994 (patch) | |
| tree | d9c20a8b56aca08791cde310e47a0a562c5ad97b /lib/elements/stroke.py | |
| parent | b63f19b2d0747769c60c8a2a52489ee30fa02a07 (diff) | |
use random oracle for randomized satin columns and redo split stitches
Diffstat (limited to 'lib/elements/stroke.py')
| -rw-r--r-- | lib/elements/stroke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py index 2854adaf..6bd6a54a 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -12,7 +12,7 @@ from inkex import Transform from ..i18n import _ from ..marker import get_marker_elements from ..stitch_plan import StitchGroup -from ..stitches import bean_stitch, running_stitch +from ..stitches.running_stitch import bean_stitch, running_stitch from ..stitches.ripple_stitch import ripple_stitch from ..svg import get_node_transform, parse_length_with_units from ..utils import Point, cache |
