summaryrefslogtreecommitdiffstats
path: root/share/extensions/render_barcode_datamatrix.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/render_barcode_datamatrix.py')
-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'
}