Closed uksolanki closed 3 months ago
When we tried to magnify using decimal value as 1.2 the barcode image is 'cut' due to width being truncated a bit. This is fixed by converting width to near integer value using Math.ceil. Also, add test case to verify the same svg
When we tried to magnify using decimal value as 1.2 the barcode image is 'cut' due to width being truncated a bit. This is fixed by converting width to near integer value using Math.ceil. Also, add test case to verify the same svg