diff options
| author | kalleen <reni@allenka.de> | 2018-04-11 18:57:55 +0200 |
|---|---|---|
| committer | kalleen <reni@allenka.de> | 2018-04-11 18:57:55 +0200 |
| commit | 75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (patch) | |
| tree | 43e4521c01fdc830b5639924afbcdb7ff2ec54bc /embroider_print.py | |
| parent | 15222ed4c39bab5e19b622e9179f7abc88c5b1da (diff) | |
add apply to all button for svg transforms
Diffstat (limited to 'embroider_print.py')
| -rw-r--r-- | embroider_print.py | 2 |
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, ) |
