summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/render_barcode.py')
-rwxr-xr-xshare/extensions/render_barcode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/render_barcode.py b/share/extensions/render_barcode.py
index ecfe215aa..7d4c671c0 100755
--- a/share/extensions/render_barcode.py
+++ b/share/extensions/render_barcode.py
@@ -45,6 +45,7 @@ class InsertBarcode(inkex.Effect):
'document' : self.document,
'x' : x,
'y' : y,
+ 'scale' : self.unittouu('1px'),
} )
if bargen is not None:
barcode = bargen.generate()