Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating barcodes caches the image independently of the type #417

Closed
ahus1 opened this issue Jun 11, 2023 · 0 comments
Closed

Creating barcodes caches the image independently of the type #417

ahus1 opened this issue Jun 11, 2023 · 0 comments

Comments

@ahus1
Copy link
Contributor

ahus1 commented Jun 11, 2023

Given the following code:

qrcode::123[]

code39::123[]

and the following command:

asciidoctor -r asciidoctor-diagram test.adoc

it creates the output with identical images as shown below, while two different types of barcodes are expected.

Possible cause: The type of the barcode is not part of the calculated hash.

Workaround: add an attribute like target=... with different values.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants