summaryrefslogtreecommitdiff
path: root/embroider_print.py
diff options
context:
space:
mode:
authorkalleen <reni@allenka.de>2018-04-11 18:57:55 +0200
committerkalleen <reni@allenka.de>2018-04-11 18:57:55 +0200
commit75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (patch)
tree43e4521c01fdc830b5639924afbcdb7ff2ec54bc /embroider_print.py
parent15222ed4c39bab5e19b622e9179f7abc88c5b1da (diff)
add apply to all button for svg transforms
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 96c3255d..c0b49bf2 100644
--- a/embroider_print.py
+++ b/embroider_print.py
@@ -295,7 +295,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,
)