-
-
Notifications
You must be signed in to change notification settings - Fork 19
Add barcode bar spacing / gap control #9
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestfrom-competitorFeature inspired by competitor librariesFeature inspired by competitor librariesgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfrom-competitorFeature inspired by competitor librariesFeature inspired by competitor librariesgood first issueGood for newcomersGood for newcomers
Context
Description
Users need finer control over barcode rendering:
Current Status in etiket
The
barWidthoption accepts a number and is used as a multiplier (barPixelWidth = w * barWidth), but there is no option to add spacing between bars and it's unclear if fractional values work correctly with the SVG coordinate system.Proposed Solution
barGapoption (default: 0) that inserts space between barsbarWidthsupports fractional values (e.g.,1.5,0.75)barWidthand scanning reliability (too thin = scan failures)