Skip to content

backgroundcolor with # doesn't work or throw an error #329

Open
@jaisal1024

Description

@jaisal1024

When i call the toBuffer API like so:

  const buffer = await bwipjs.toBuffer({
    bcid: 'code128',
    text: '5555563151499218',
    includetext: true,
    textxalign: 'center',
    backgroundcolor: '#ffffff',

The generated PNG is transparent, not white.

To fix it i have to call the API like so:

  const buffer = await bwipjs.toBuffer({
    bcid: 'code128',
    text: '5555563151499218',
    includetext: true,
    textxalign: 'center',
    backgroundcolor: 'ffffff',

and it adds a white background. The backgroundcolor: '#ffffff', should either throw an error or work as its really confusing to figure out what is going on!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions