jung-kurt / gofpdf

A PDF document generator with high level support for text, drawing and images
http://godoc.org/github.com/jung-kurt/gofpdf
MIT License
4.31k stars 777 forks source link

maintain precision of desired w & h of barcodes #259

Closed jrs526 closed 5 years ago

jrs526 commented 5 years ago

This fixes an issue with barcode scaling that limited barcode sizes to integer multiples of the pdf's unit.

jung-kurt commented 5 years ago

Thanks, @jrs526 -- useful change. And thanks for example.