When generating an EAN-13 barcode using the python-barcode library for the barcode number 4582559574028, an unexpected ">" symbol appears at the end of the barcode image.
Steps to reproduce:
Install the python-barcode library.
Use the EuropeanArticleNumber13WithGuard class to generate the barcode for the number 4582559574028.
Save and view the generated barcode image.
Expected behavior:
The generated EAN-13 barcode should represent the provided number without any extraneous symbols.
Actual behavior:
An unexpected ">" symbol appears at the end of the barcode.
Am I wrong here or missing some knowledge?
Additional context:
Here's a link to the generated barcode image that showcases the problem:
When generating an EAN-13 barcode using the python-barcode library for the barcode number 4582559574028, an unexpected ">" symbol appears at the end of the barcode image.
Steps to reproduce:
Expected behavior: The generated EAN-13 barcode should represent the provided number without any extraneous symbols.
Actual behavior: An unexpected ">" symbol appears at the end of the barcode.
Am I wrong here or missing some knowledge?
Additional context: Here's a link to the generated barcode image that showcases the problem: