We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a40743 commit d3829adCopy full SHA for d3829ad
bwipjs
@@ -131,9 +131,9 @@ var optlist = [
131
'non-data function characters can be specified by escaped combinations such\n' +
132
'as ^FNC1, ^FNC4 and ^SFT.' },
133
{ name: 'height', type: 'float',
134
- desc: 'Height of longest bar, in millimetermillimeters.' },
+ desc: 'Height of longest bar, in millimetermillimeters. Default is 25.4.' },
135
{ name: 'width', type: 'float',
136
- desc: 'Stretch the symbol to precisely this width, in millimeters.' },
+ desc: 'Stretch the symbol to precisely this width, in millimeters. Default is 0.' },
137
{ name: 'inkspread', type: 'float',
138
desc: 'Amount by which to reduce the bar widths to compensate for inkspread,\n' +
139
'in points.' },
0 commit comments