I’ve noticed an issue in the EAN13Renderer class when generating barcodes: the first digit is drawn higher than the rest. After digging into the code, I found that the parameters used for that first digit differ from those used for the others, which causes the misalignment. Simply using the same drawing parameters for the first digit as for the rest fixes the problem.


