summaryrefslogtreecommitdiff
path: root/embroider_print.py
diff options
context:
space:
mode:
Diffstat (limited to 'embroider_print.py')
-rw-r--r--embroider_print.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider_print.py b/embroider_print.py
index fa144d1d..bc96b2cd 100644
--- a/embroider_print.py
+++ b/embroider_print.py
@@ -343,7 +343,7 @@ class Print(InkstitchExtension):
'estimated_thread': '', # TODO
},
svg_overview = overview_svg,
- svg_scale = '100%',
+ svg_transform = '', # Format: matrix(0.2, 0, 0, 0.2, 0, 0)
color_blocks = stitch_plan.color_blocks,
)