From 221ff2a645d453a974160a155af1a047c224d80b Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:45:36 +0100 Subject: Stitch selection methods (#2114) --- lib/svg/rendering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/svg/rendering.py') diff --git a/lib/svg/rendering.py b/lib/svg/rendering.py index 64090554..5ee6d328 100644 --- a/lib/svg/rendering.py +++ b/lib/svg/rendering.py @@ -202,7 +202,7 @@ def color_block_to_paths(color_block, svg, destination, visual_commands): 'style': "stroke: %s; stroke-width: 0.4; fill: none;" % color, 'd': "M" + " ".join(" ".join(str(coord) for coord in point) for point in point_list), 'transform': get_correction_transform(svg), - INKSTITCH_ATTRIBS['manual_stitch']: 'true' + INKSTITCH_ATTRIBS['stroke_method']: 'manual_stitch' }) destination.append(path) -- cgit v1.2.3