diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-02-10 08:46:54 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-02-10 08:46:54 +0000 |
| commit | 977f22bf235db32be3a88baa8bde24d002714073 (patch) | |
| tree | e5af7c3e8cf46f70d1317eef4523f657c90675c1 /share/extensions/render_barcode.py | |
| parent | Removing hack for force show red lines in bspline mode (diff) | |
| parent | Fixing format-security errors in text debug code. (diff) | |
| download | inkscape-977f22bf235db32be3a88baa8bde24d002714073.tar.gz inkscape-977f22bf235db32be3a88baa8bde24d002714073.zip | |
update to trunk
(bzr r11950.1.252)
Diffstat (limited to 'share/extensions/render_barcode.py')
| -rwxr-xr-x | share/extensions/render_barcode.py | 1 |
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() |
