summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode.py
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-02-10 08:46:54 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-02-10 08:46:54 +0000
commit977f22bf235db32be3a88baa8bde24d002714073 (patch)
treee5af7c3e8cf46f70d1317eef4523f657c90675c1 /share/extensions/render_barcode.py
parentRemoving hack for force show red lines in bspline mode (diff)
parentFixing format-security errors in text debug code. (diff)
downloadinkscape-977f22bf235db32be3a88baa8bde24d002714073.tar.gz
inkscape-977f22bf235db32be3a88baa8bde24d002714073.zip
update to trunk
(bzr r11950.1.252)
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()