toretore / barby

The Ruby barcode generator
http://toretore.github.com/barby/
MIT License
846 stars 171 forks source link

barby css doesnt work in chrome browser #43

Closed reicheltd closed 9 years ago

reicheltd commented 9 years ago

Hi,

I've found out that the standard css code doesnt work in Chrome. Barcodes even look different when compared. In Firefox the barcodes are recognized well with a scanner.

table.barby-barcode { border-spacing: 0; }
tr.barby-row {}
td.barby-cell { width: 3px; height: 3px; }
td.barby-cell.on { background: #000; }

I use 'barby/barcode/code_128' with HTMLOutputter