summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2010-03-31 01:15:17 +0000
committerAlvin Penner <penner@vaxxine.com>2010-03-31 01:15:17 +0000
commit6159a01be0a00d822f934ab0490aa8d92b62b2e4 (patch)
tree9cb1e40b4e9402fe505353786baef98b692d5821 /share/extensions
parentadjustable hpgl scaling and pen number (diff)
downloadinkscape-6159a01be0a00d822f934ab0490aa8d92b62b2e4.tar.gz
inkscape-6159a01be0a00d822f934ab0490aa8d92b62b2e4.zip
patch for Bug 465571, comment 8
(bzr r9263)
Diffstat (limited to 'share/extensions')
-rw-r--r--share/extensions/render_barcode_datamatrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/render_barcode_datamatrix.py b/share/extensions/render_barcode_datamatrix.py
index 5db552d91..e5365546e 100644
--- a/share/extensions/render_barcode_datamatrix.py
+++ b/share/extensions/render_barcode_datamatrix.py
@@ -579,7 +579,7 @@ def add_finder_pattern( array, data_nrow, data_ncol, reg_row, reg_col ):
def draw_SVG_square((w,h), (x,y), parent):
style = { 'stroke' : 'none',
- 'width' : '1',
+ 'stroke-width' : '1',
'fill' : '#000000'
}