Skip to content

Commit d3829ad

Browse files
committed
specify default height/width param.
1 parent 3a40743 commit d3829ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bwipjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ var optlist = [
131131
'non-data function characters can be specified by escaped combinations such\n' +
132132
'as ^FNC1, ^FNC4 and ^SFT.' },
133133
{ name: 'height', type: 'float',
134-
desc: 'Height of longest bar, in millimetermillimeters.' },
134+
desc: 'Height of longest bar, in millimetermillimeters. Default is 25.4.' },
135135
{ name: 'width', type: 'float',
136-
desc: 'Stretch the symbol to precisely this width, in millimeters.' },
136+
desc: 'Stretch the symbol to precisely this width, in millimeters. Default is 0.' },
137137
{ name: 'inkspread', type: 'float',
138138
desc: 'Amount by which to reduce the bar widths to compensate for inkspread,\n' +
139139
'in points.' },

0 commit comments

Comments
 (0)