summaryrefslogtreecommitdiff
path: root/embroider_print.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-16 21:03:46 -0400
committerLex Neva <github.com@lexneva.name>2018-04-16 21:03:46 -0400
commit5d0c7134031815595d90a16d2edf39c5e757411d (patch)
tree45e2987125d0eca71e6e299d4902f4cea17b3695 /embroider_print.py
parent7b0804562e4ce3b440e67de6cb001ac021326990 (diff)
parent75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (diff)
Merge branch 'print-pdf2' into lexelby-print-features
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,
)