EAN barcodes do not show numbers on preview/printout. 1. Run Kexi reports or KReportExample. 2. Insert a barcode element. 3. Change type to EAN-8 and EAN-13. (https://en.wikipedia.org/wiki/EAN-8) 4. Set Value property to e.g. 96385074 for EAN-8 (specific 8 digits required due to checksum checking) or for EAN-13 (https://en.wikipedia.org/wiki/International_Article_Number) 5901234123457 or 590123412345. Actual result: Preview/printout shows no digits below the bars. Design view shows them. Expected: Preview/printout shows digits below the bars just like on the design.
Developer's hint: In KReport, renderCodeEAN13() uses apparently small values for offsets, e.g. 0.07. This needs investigation and scaling up.
Created attachment 108067 [details] Design and preview