Skip to content

Commit

Permalink
specify default height/width param.
Browse files Browse the repository at this point in the history
  • Loading branch information
xerc committed Mar 15, 2024
1 parent 9e9ffe5 commit 9758781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bwipjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ var optlist = [
'non-data function characters can be specified by escaped combinations such\n' +
'as ^FNC1, ^FNC4 and ^SFT.' },
{ name: 'height', type: 'float',
desc: 'Height of longest bar, in millimetermillimeters.' },
desc: 'Height of longest bar, in millimetermillimeters. Default is 25.4.' },
{ name: 'width', type: 'float',
desc: 'Stretch the symbol to precisely this width, in millimeters.' },
desc: 'Stretch the symbol to precisely this width, in millimeters. Default is 0.' },
{ name: 'inkspread', type: 'float',
desc: 'Amount by which to reduce the bar widths to compensate for inkspread,\n' +
'in points.' },
Expand Down

0 comments on commit 9758781

Please sign in to comment.